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 interface
AFileSystem
interface
AIoHandler
Classes in one.microstream.afs that implement WriteController Modifier and Type Class Description static class
AFileSystem.Abstract<H extends AIoHandler,D,F>
static class
AIoHandler.Abstract<FS,DS,I extends AItem,F extends AFile,D extends ADirectory,R extends AReadableFile,W extends AWritableFile>
static class
WriteController.Disabled
static class
WriteController.Enabled
Methods in one.microstream.afs that return WriteController Modifier and Type Method Description static WriteController
WriteController. Disabled()
static WriteController
WriteController. Enabled()
-
Uses of WriteController in one.microstream.afs.blobstore
Subinterfaces of WriteController in one.microstream.afs.blobstore Modifier and Type Interface Description interface
BlobStoreFileSystem
interface
BlobStoreIoHandler
Classes in one.microstream.afs.blobstore that implement WriteController Modifier and Type Class Description static class
BlobStoreFileSystem.Default
static class
BlobStoreIoHandler.Default
Methods in one.microstream.afs.blobstore with parameters of type WriteController Modifier and Type Method Description static BlobStoreIoHandler
BlobStoreIoHandler. 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 interface
NioFileSystem
interface
NioIoHandler
Classes in one.microstream.afs.nio that implement WriteController Modifier and Type Class Description static class
NioFileSystem.Default
static class
NioIoHandler.Default
Methods in one.microstream.afs.nio with parameters of type WriteController Modifier and Type Method Description static NioIoHandler
NioIoHandler. New(WriteController writeController)
-
Uses of WriteController in one.microstream.afs.sql
Subinterfaces of WriteController in one.microstream.afs.sql Modifier and Type Interface Description interface
SqlFileSystem
interface
SqlIoHandler
Classes in one.microstream.afs.sql that implement WriteController Modifier and Type Class Description static class
SqlFileSystem.Default
static class
SqlIoHandler.Default
Methods in one.microstream.afs.sql with parameters of type WriteController Modifier and Type Method Description static SqlIoHandler
SqlIoHandler. New(WriteController writeController, SqlConnector connector)
-
Uses of WriteController in one.microstream.com
Subinterfaces of WriteController in one.microstream.com Modifier and Type Interface Description interface
ComPersistenceChannel<C,D>
Classes in one.microstream.com that implement WriteController Modifier and Type Class Description static class
ComPersistenceChannel.Abstract<C,D>
-
Uses of WriteController in one.microstream.com.binary
Subinterfaces of WriteController in one.microstream.com.binary Modifier and Type Interface Description interface
ComPersistenceChannelBinary<C>
Classes in one.microstream.com.binary that implement WriteController Modifier and Type Class Description static class
ComPersistenceChannelBinary.Abstract<C>
static class
ComPersistenceChannelBinary.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 class
BinaryFileTarget
class
BinaryStorageChannel
-
Uses of WriteController in one.microstream.persistence.types
Subinterfaces of WriteController in one.microstream.persistence.types Modifier and Type Interface Description interface
PersistenceChannel<D>
interface
PersistenceTarget<D>
interface
PersistenceWriteController
Classes in one.microstream.persistence.types that implement WriteController Modifier and Type Class Description static class
PersistenceWriteController.Disabled
static class
PersistenceWriteController.Enabled
static class
PersistenceWriteController.Wrapper
Methods in one.microstream.persistence.types with parameters of type WriteController Modifier and Type Method Description static PersistenceWriteController
PersistenceWriteController. Wrap(WriteController writeController)
-
Uses of WriteController in one.microstream.storage.types
Subinterfaces of WriteController in one.microstream.storage.types Modifier and Type Interface Description interface
EmbeddedStorageBinaryTarget
interface
StorageWriteController
Classes in one.microstream.storage.types that implement WriteController Modifier and Type Class Description static class
EmbeddedStorageBinaryTarget.Default
static class
StorageWriteController.Wrapper
Methods in one.microstream.storage.types with parameters of type WriteController Modifier and Type Method Description static StorageWriteController
StorageWriteController. Wrap(WriteController writeController)