See: Description
Class | Description |
---|---|
DataIngestorActor |
DataIngestorActor - Akka actor for reading data files
|
DataIngestorPool |
DataIngestorPool - a linked pool for reading Dataset input files.
|
DatasetActor |
DatasetActor - Akka actor that performs a DatasetOperation on a Dataset.
|
DatasetOperationPool |
DatasetOperationPool - linked worker pool for performing operations on Datasets.
|
LinkedWorkerPool |
LinkedWorkerPool - an Akka worker pool that sends its results to another Actor.
|
PyramidActor |
PyramidActor - Akka actor that performs Gaussian Pyramid operations on Datasets.
|
PyramidActorPool |
PyramidActorPool - linked worker pool for performing Gaussian Pyramid operations on Datasets.
|
ReporterActor |
ReporterActor - Akka actor that examines and acts upon ROIMessages
|
ReporterActorPool |
ReporterActorPool - linked worker pool for examining Region Of Interest (ROI) results
TODO: convert to streaming reporting
|
ROIActor |
ROIActor - Akka actor that looks for Regions of Interest (ROI) in Datasets.
|
ROIFinderPool |
ROIFinderPool - linked worker pool of Region Of Interest (ROI) detectors
|
SlidingWindowActor |
SlidingWindowActor - performs sliding window operation on Datasets.
|
SlidingWindowPool |
SlidingWindowPool - a linked worker pool performing sliding windows.
|
WorkerPool |
WorkerPool - a pool of identical worker processes
|