Uses of Interface
one.microstream.afs.WriteController
-
Uses of WriteController in one.microstream.afs
Subinterfaces of WriteController in one.microstream.afs Modifier and Type Interface Description interfaceAFileSysteminterfaceAIoHandlerClasses in one.microstream.afs that implement WriteController Modifier and Type Class Description static classAFileSystem.Abstract<H extends AIoHandler,D,F>static classAIoHandler.Abstract<FS,DS,I extends AItem,F extends AFile,D extends ADirectory,R extends AReadableFile,W extends AWritableFile>static classWriteController.Disabledstatic classWriteController.EnabledMethods in one.microstream.afs that return WriteController Modifier and Type Method Description static WriteControllerWriteController. Disabled()static WriteControllerWriteController. Enabled() -
Uses of WriteController in one.microstream.afs.blobstore
Subinterfaces of WriteController in one.microstream.afs.blobstore Modifier and Type Interface Description interfaceBlobStoreFileSysteminterfaceBlobStoreIoHandlerClasses in one.microstream.afs.blobstore that implement WriteController Modifier and Type Class Description static classBlobStoreFileSystem.Defaultstatic classBlobStoreIoHandler.DefaultMethods in one.microstream.afs.blobstore with parameters of type WriteController Modifier and Type Method Description static BlobStoreIoHandlerBlobStoreIoHandler. New(WriteController writeController, BlobStoreConnector connector) -
Uses of WriteController in one.microstream.afs.nio
Subinterfaces of WriteController in one.microstream.afs.nio Modifier and Type Interface Description interfaceNioFileSysteminterfaceNioIoHandlerClasses in one.microstream.afs.nio that implement WriteController Modifier and Type Class Description static classNioFileSystem.Defaultstatic classNioIoHandler.DefaultMethods in one.microstream.afs.nio with parameters of type WriteController Modifier and Type Method Description static NioIoHandlerNioIoHandler. New(WriteController writeController) -
Uses of WriteController in one.microstream.afs.sql
Subinterfaces of WriteController in one.microstream.afs.sql Modifier and Type Interface Description interfaceSqlFileSysteminterfaceSqlIoHandlerClasses in one.microstream.afs.sql that implement WriteController Modifier and Type Class Description static classSqlFileSystem.Defaultstatic classSqlIoHandler.DefaultMethods in one.microstream.afs.sql with parameters of type WriteController Modifier and Type Method Description static SqlIoHandlerSqlIoHandler. New(WriteController writeController, SqlConnector connector) -
Uses of WriteController in one.microstream.com
Subinterfaces of WriteController in one.microstream.com Modifier and Type Interface Description interfaceComPersistenceChannel<C,D>Classes in one.microstream.com that implement WriteController Modifier and Type Class Description static classComPersistenceChannel.Abstract<C,D> -
Uses of WriteController in one.microstream.com.binary
Subinterfaces of WriteController in one.microstream.com.binary Modifier and Type Interface Description interfaceComPersistenceChannelBinary<C>Classes in one.microstream.com.binary that implement WriteController Modifier and Type Class Description static classComPersistenceChannelBinary.Abstract<C>static classComPersistenceChannelBinary.Default -
Uses of WriteController in one.microstream.persistence.binary.internal
Classes in one.microstream.persistence.binary.internal that implement WriteController Modifier and Type Class Description classBinaryFileTargetclassBinaryStorageChannel -
Uses of WriteController in one.microstream.persistence.types
Subinterfaces of WriteController in one.microstream.persistence.types Modifier and Type Interface Description interfacePersistenceChannel<D>interfacePersistenceTarget<D>interfacePersistenceWriteControllerClasses in one.microstream.persistence.types that implement WriteController Modifier and Type Class Description static classPersistenceWriteController.Disabledstatic classPersistenceWriteController.Enabledstatic classPersistenceWriteController.WrapperMethods in one.microstream.persistence.types with parameters of type WriteController Modifier and Type Method Description static PersistenceWriteControllerPersistenceWriteController. Wrap(WriteController writeController) -
Uses of WriteController in one.microstream.storage.types
Subinterfaces of WriteController in one.microstream.storage.types Modifier and Type Interface Description interfaceEmbeddedStorageBinaryTargetinterfaceStorageWriteControllerClasses in one.microstream.storage.types that implement WriteController Modifier and Type Class Description static classEmbeddedStorageBinaryTarget.Defaultstatic classStorageWriteController.WrapperMethods in one.microstream.storage.types with parameters of type WriteController Modifier and Type Method Description static StorageWriteControllerStorageWriteController. Wrap(WriteController writeController)