Package step.functions.accessor
Class FunctionAccessorImpl
java.lang.Object
step.core.accessors.AbstractAccessor<Function>
step.functions.accessor.FunctionAccessorImpl
- All Implemented Interfaces:
step.core.accessors.Accessor<Function>,FunctionAccessor
- Direct Known Subclasses:
InMemoryFunctionAccessorImpl,RemoteFunctionAccessor
public class FunctionAccessorImpl
extends step.core.accessors.AbstractAccessor<Function>
implements FunctionAccessor
-
Field Summary
Fields inherited from class step.core.accessors.AbstractAccessor
collectionDriver, newVersionThresholdMs, versionedCollectionDriver -
Constructor Summary
ConstructorsConstructorDescriptionFunctionAccessorImpl(step.core.collections.Collection<Function> collectionDriver) -
Method Summary
Methods 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, streamLazy
-
Constructor Details
-
FunctionAccessorImpl
-