Uses of Interface
org.gcube.documentstore.persistence.PersistenceExecutor
-
Packages that use PersistenceExecutor Package Description org.gcube.documentstore.persistence org.gcube.documentstore.records.aggregation -
-
Uses of PersistenceExecutor in org.gcube.documentstore.persistence
Classes in org.gcube.documentstore.persistence that implement PersistenceExecutor Modifier and Type Class Description classDefaultPersitenceExecutor -
Uses of PersistenceExecutor in org.gcube.documentstore.records.aggregation
Fields in org.gcube.documentstore.records.aggregation declared as PersistenceExecutor Modifier and Type Field Description protected PersistenceExecutorAggregationScheduler. persistenceExecutorMethods in org.gcube.documentstore.records.aggregation with parameters of type PersistenceExecutor Modifier and Type Method Description voidAggregationScheduler. aggregate(Record record, PersistenceExecutor persistenceExecutor)Get a record and try to aggregate with other buffered Records.protected voidAggregationScheduler. aggregate(Record record, PersistenceExecutor persistenceExecutor, boolean forceFlush)voidAggregationScheduler. flush(PersistenceExecutor persistenceExecutor)static AggregationSchedulerAggregationScheduler. newInstance(PersistenceExecutor persistenceExecutor)static AggregationSchedulerAggregationScheduler. newInstance(PersistenceExecutor persistenceExecutor, PersistenceBackendConfiguration configuration)protected voidAggregationScheduler. reallyFlush(PersistenceExecutor persistenceExecutor)Constructors in org.gcube.documentstore.records.aggregation with parameters of type PersistenceExecutor Constructor Description AggregationScheduler(PersistenceExecutor persistenceExecutor)AggregationScheduler(PersistenceExecutor persistenceExecutor, AggregationConfiguration config)BufferAggregationScheduler(PersistenceExecutor persistenceExecutor)BufferAggregationScheduler(PersistenceExecutor persistenceExecutor, AggregationConfiguration config)
-