Class DockerRegistryConfigurationAccessor

java.lang.Object
step.core.accessors.AbstractAccessor<DockerRegistryConfiguration>
step.core.docker.DockerRegistryConfigurationAccessor
All Implemented Interfaces:
step.core.accessors.Accessor<DockerRegistryConfiguration>

public class DockerRegistryConfigurationAccessor extends step.core.accessors.AbstractAccessor<DockerRegistryConfiguration>
  • Field Summary

    Fields inherited from class step.core.accessors.AbstractAccessor

    collectionDriver, newVersionThresholdMs, versionedCollectionDriver
  • Constructor Summary

    Constructors
    Constructor
    Description
    DockerRegistryConfigurationAccessor(step.core.collections.Collection<DockerRegistryConfiguration> 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, streamLazy

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DockerRegistryConfigurationAccessor

      public DockerRegistryConfigurationAccessor(step.core.collections.Collection<DockerRegistryConfiguration> collectionDriver)