Uses of Class
org.gcube.documentstore.records.aggregation.AggregationScheduler
-
Packages that use AggregationScheduler Package Description org.gcube.documentstore.persistence org.gcube.documentstore.records.aggregation -
-
Uses of AggregationScheduler in org.gcube.documentstore.persistence
Fields in org.gcube.documentstore.persistence declared as AggregationScheduler Modifier and Type Field Description protected AggregationSchedulerPersistenceBackend. aggregationSchedulerMethods in org.gcube.documentstore.persistence that return AggregationScheduler Modifier and Type Method Description AggregationSchedulerPersistenceBackend. getAggregationScheduler()Methods in org.gcube.documentstore.persistence with parameters of type AggregationScheduler Modifier and Type Method Description protected voidPersistenceBackend. setAggregationScheduler(AggregationScheduler aggregationScheduler) -
Uses of AggregationScheduler in org.gcube.documentstore.records.aggregation
Subclasses of AggregationScheduler in org.gcube.documentstore.records.aggregation Modifier and Type Class Description classBufferAggregationSchedulerMethods in org.gcube.documentstore.records.aggregation that return AggregationScheduler Modifier and Type Method Description static AggregationSchedulerAggregationScheduler. newInstance(PersistenceExecutor persistenceExecutor)static AggregationSchedulerAggregationScheduler. newInstance(PersistenceExecutor persistenceExecutor, PersistenceBackendConfiguration configuration)Constructors in org.gcube.documentstore.records.aggregation with parameters of type AggregationScheduler Constructor Description ReloaderThread(AggregationScheduler agScheduler)
-