analyzer.core.event_collection¶
Attributes¶
Classes¶
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
|
Functions¶
|
|
|
|
|
|
|
|
|
Two cases: |
|
|
|
|
|
Module Contents¶
- class analyzer.core.event_collection.SourceDescription[source]¶
Bases:
abc.ABCHelper class that provides a standard way to create an ABC using inheritance.
- analyzer.core.event_collection.buildMissingFileset(source_description: SourceDescription, file_set: FileSet) FileSet[source]¶
- Two cases:
The file never got preprocessed or none of the chunks ran. In this case, we add the empty file to the return set.
The file was preprocesses but not all the chunks successfully ran. In this case, we compute the chunking based on the target chunk size and number of events, then take the difference.
- class analyzer.core.event_collection.DasCollection[source]¶
Bases:
SourceDescriptionHelper class that provides a standard way to create an ABC using inheritance.
- class analyzer.core.event_collection.FileListCollection[source]¶
Bases:
SourceDescriptionHelper class that provides a standard way to create an ABC using inheritance.