Class PlanAccessorImpl

java.lang.Object
step.core.accessors.AbstractAccessor<Plan>
step.core.plans.PlanAccessorImpl
All Implemented Interfaces:
step.core.accessors.Accessor<Plan>, PlanAccessor
Direct Known Subclasses:
InMemoryPlanAccessor, RemotePlanAccessor

public class PlanAccessorImpl extends step.core.accessors.AbstractAccessor<Plan> implements PlanAccessor
  • Field Summary

    Fields inherited from class step.core.accessors.AbstractAccessor

    collectionDriver, newVersionThresholdMs, versionedCollectionDriver
  • Constructor Summary

    Constructors
    Constructor
    Description
    PlanAccessorImpl(step.core.collections.Collection<Plan> collectionDriver)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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, streamLazy

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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

    • PlanAccessorImpl

      public PlanAccessorImpl(step.core.collections.Collection<Plan> collectionDriver)
  • Method Details