Package step.core.scheduler
Class InMemoryExecutionTaskAccessor
java.lang.Object
step.core.accessors.AbstractAccessor<ExecutiontTaskParameters>
step.core.scheduler.ExecutionTaskAccessorImpl
step.core.scheduler.InMemoryExecutionTaskAccessor
- All Implemented Interfaces:
step.core.accessors.Accessor<ExecutiontTaskParameters>,ExecutionTaskAccessor
public class InMemoryExecutionTaskAccessor
extends ExecutionTaskAccessorImpl
implements ExecutionTaskAccessor
-
Field Summary
Fields inherited from class step.core.accessors.AbstractAccessor
collectionDriver, newVersionThresholdMs, versionedCollectionDriver -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class step.core.scheduler.ExecutionTaskAccessorImpl
getActiveExecutionTasksMethods inherited from class step.core.accessors.AbstractAccessor
createOrUpdateCompoundIndex, createOrUpdateIndex, enableVersioning, findByAttributes, findByAttributes, findByCriteria, findManyByAttributes, findManyByAttributes, findManyByCriteria, get, get, getAll, getCollectionDriver, getHistory, getRange, isVersioningEnabled, remove, restoreVersion, save, save, stream, streamLazyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface step.core.accessors.Accessor
enableVersioning, findByAttributes, findByAttributes, findByCriteria, findManyByAttributes, findManyByAttributes, findManyByCriteria, get, get, getAll, getCollectionDriver, getHistory, getRange, isVersioningEnabled, remove, restoreVersion, save, save, stream, streamLazyMethods inherited from interface step.core.scheduler.ExecutionTaskAccessor
getActiveExecutionTasks
-
Constructor Details
-
InMemoryExecutionTaskAccessor
public InMemoryExecutionTaskAccessor()
-