ColumnCache#
- class coffea.processor.dask.ColumnCache(maxmem=500000000.0, maxcompressed=2000000000.0, maxdisk=10000000000.0)[source]#
Bases:
WorkerPlugin,MutableMappingdask worker plugin to cache columns of data
Attributes Summary
Methods Summary
setup(worker)Run when the plugin is attached to a worker.
teardown(worker)Run when the worker to which the plugin is attached is closed, or when the plugin is removed.
Attributes Documentation
- name = 'columncache'#
Methods Documentation