Uses of Interface
one.microstream.persistence.types.PersistenceWriteController
-
Uses of PersistenceWriteController in one.microstream.communication.binary.types
Subinterfaces of PersistenceWriteController in one.microstream.communication.binary.types Modifier and Type Interface Description interface
ComPersistenceChannelBinary<C>
Classes in one.microstream.communication.binary.types that implement PersistenceWriteController Modifier and Type Class Description static class
ComPersistenceChannelBinary.Abstract<C>
static class
ComPersistenceChannelBinary.Default
Methods in one.microstream.communication.binary.types with parameters of type PersistenceWriteController Modifier and Type Method Description static ComPersistenceChannelBinary.Default
ComPersistenceChannelBinary. New(ComConnection connection, BufferSizeProvider bufferSizeProvider, ByteOrderTargeting<?> byteOrderTargeting, PersistenceWriteController writeController)
-
Uses of PersistenceWriteController in one.microstream.communication.types
Subinterfaces of PersistenceWriteController in one.microstream.communication.types Modifier and Type Interface Description interface
ComPersistenceChannel<C,D>
Classes in one.microstream.communication.types that implement PersistenceWriteController Modifier and Type Class Description static class
ComPersistenceChannel.Abstract<C,D>
Methods in one.microstream.communication.types that return PersistenceWriteController Modifier and Type Method Description protected PersistenceWriteController
ComPersistenceAdaptor.Abstract. comWriteController()
-
Uses of PersistenceWriteController in one.microstream.persistence.binary.internal
Classes in one.microstream.persistence.binary.internal that implement PersistenceWriteController Modifier and Type Class Description class
BinaryFileTarget
class
BinaryStorageChannel
-
Uses of PersistenceWriteController in one.microstream.persistence.binary.util
Subinterfaces of PersistenceWriteController in one.microstream.persistence.binary.util Modifier and Type Interface Description static interface
Serializer.Target
-
Uses of PersistenceWriteController in one.microstream.persistence.types
Subinterfaces of PersistenceWriteController in one.microstream.persistence.types Modifier and Type Interface Description interface
PersistenceChannel<D>
interface
PersistenceTarget<D>
Classes in one.microstream.persistence.types that implement PersistenceWriteController Modifier and Type Class Description static class
PersistenceWriteController.Disabled
static class
PersistenceWriteController.Enabled
static class
PersistenceWriteController.Wrapper
Methods in one.microstream.persistence.types that return PersistenceWriteController Modifier and Type Method Description static PersistenceWriteController
PersistenceWriteController. Disabled()
static PersistenceWriteController
PersistenceWriteController. Enabled()
static PersistenceWriteController
PersistenceWriteController. Wrap(WriteController writeController)
-
Uses of PersistenceWriteController in one.microstream.storage.embedded.types
Subinterfaces of PersistenceWriteController in one.microstream.storage.embedded.types Modifier and Type Interface Description interface
EmbeddedStorageBinaryTarget
Classes in one.microstream.storage.embedded.types that implement PersistenceWriteController Modifier and Type Class Description static class
EmbeddedStorageBinaryTarget.Default
-
Uses of PersistenceWriteController in one.microstream.storage.types
Subinterfaces of PersistenceWriteController in one.microstream.storage.types Modifier and Type Interface Description interface
StorageWriteController
Classes in one.microstream.storage.types that implement PersistenceWriteController Modifier and Type Class Description static class
StorageWriteController.Wrapper
class
StorageWriteControllerReadOnlyMode
StorageWriteController
implementation that allows to switch between the supplied and a read only StorageWriteController.