Uses of Interface
one.microstream.afs.types.WriteController
-
Uses of WriteController in one.microstream.afs.nio.types
Subinterfaces of WriteController in one.microstream.afs.nio.types Modifier and Type Interface Description interface
NioFileSystem
interface
NioIoHandler
Classes in one.microstream.afs.nio.types that implement WriteController Modifier and Type Class Description static class
NioFileSystem.Default
static class
NioIoHandler.Default
Methods in one.microstream.afs.nio.types with parameters of type WriteController Modifier and Type Method Description static NioIoHandler
NioIoHandler. New(WriteController writeController)
static NioIoHandler
NioIoHandler. New(WriteController writeController, NioPathResolver pathResolver)
-
Uses of WriteController in one.microstream.afs.sql.types
Subinterfaces of WriteController in one.microstream.afs.sql.types Modifier and Type Interface Description interface
SqlFileSystem
interface
SqlIoHandler
Classes in one.microstream.afs.sql.types that implement WriteController Modifier and Type Class Description static class
SqlFileSystem.Default
static class
SqlIoHandler.Default
Methods in one.microstream.afs.sql.types with parameters of type WriteController Modifier and Type Method Description static SqlIoHandler
SqlIoHandler. New(WriteController writeController, SqlConnector connector)
-
Uses of WriteController in one.microstream.afs.types
Subinterfaces of WriteController in one.microstream.afs.types Modifier and Type Interface Description interface
AFileSystem
interface
AIoHandler
Classes in one.microstream.afs.types 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.types that return WriteController Modifier and Type Method Description static WriteController
WriteController. Disabled()
static WriteController
WriteController. Enabled()
Constructors in one.microstream.afs.types with parameters of type WriteController Constructor Description Abstract(WriteController writeController, Class<I> typeItem, Class<F> typeFile, Class<D> typeDirectory, Class<R> typeReadableFile, Class<W> typeWritableFile)
-
Uses of WriteController in one.microstream.communication.binary.types
Subinterfaces of WriteController in one.microstream.communication.binary.types Modifier and Type Interface Description interface
ComPersistenceChannelBinary<C>
Classes in one.microstream.communication.binary.types that implement WriteController Modifier and Type Class Description static class
ComPersistenceChannelBinary.Abstract<C>
static class
ComPersistenceChannelBinary.Default
-
Uses of WriteController in one.microstream.communication.types
Subinterfaces of WriteController in one.microstream.communication.types Modifier and Type Interface Description interface
ComPersistenceChannel<C,D>
Classes in one.microstream.communication.types that implement WriteController Modifier and Type Class Description static class
ComPersistenceChannel.Abstract<C,D>
-
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.embedded.types
Subinterfaces of WriteController in one.microstream.storage.embedded.types Modifier and Type Interface Description interface
EmbeddedStorageBinaryTarget
Classes in one.microstream.storage.embedded.types that implement WriteController Modifier and Type Class Description static class
EmbeddedStorageBinaryTarget.Default
-
Uses of WriteController in one.microstream.storage.types
Subinterfaces of WriteController in one.microstream.storage.types Modifier and Type Interface Description interface
StorageWriteController
Classes in one.microstream.storage.types that implement WriteController Modifier and Type Class Description 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)