Uses of Interface
one.microstream.util.InstanceDispatcher
-
Uses of InstanceDispatcher in one.microstream.communication.types
Subinterfaces of InstanceDispatcher in one.microstream.communication.types Modifier and Type Interface Description interface
ComFoundation<C,F extends ComFoundation<C,?>>
Classes in one.microstream.communication.types that implement InstanceDispatcher Modifier and Type Class Description static class
ComFoundation.Abstract<C,F extends ComFoundation.Abstract<C,?>>
static class
ComFoundation.Default<F extends ComFoundation.Default<F>>
-
Uses of InstanceDispatcher in one.microstream.persistence.binary.types
Subinterfaces of InstanceDispatcher in one.microstream.persistence.binary.types Modifier and Type Interface Description interface
BinaryPersistenceFoundation<F extends BinaryPersistenceFoundation<?>>
Factory and master instance type for assembling and binary persistence layer.Classes in one.microstream.persistence.binary.types that implement InstanceDispatcher Modifier and Type Class Description static class
BinaryPersistenceFoundation.Default<F extends BinaryPersistenceFoundation.Default<?>>
-
Uses of InstanceDispatcher in one.microstream.persistence.binary.util
Subinterfaces of InstanceDispatcher in one.microstream.persistence.binary.util Modifier and Type Interface Description interface
SerializerFoundation<F extends SerializerFoundation<?>>
This type serves as a factory instance for buildingSerializer
instances.Classes in one.microstream.persistence.binary.util that implement InstanceDispatcher Modifier and Type Class Description static class
SerializerFoundation.Default<F extends SerializerFoundation.Default<?>>
-
Uses of InstanceDispatcher in one.microstream.persistence.types
Subinterfaces of InstanceDispatcher in one.microstream.persistence.types Modifier and Type Interface Description interface
PersistenceFoundation<D,F extends PersistenceFoundation<D,?>>
This type serves as a factory instance for buidlingPersistenceManager
instances.Classes in one.microstream.persistence.types that implement InstanceDispatcher Modifier and Type Class Description static class
PersistenceFoundation.Default<D,F extends PersistenceFoundation.Default<D,?>>
-
Uses of InstanceDispatcher in one.microstream.storage.embedded.types
Subinterfaces of InstanceDispatcher in one.microstream.storage.embedded.types Modifier and Type Interface Description interface
EmbeddedStorageConnectionFoundation<F extends EmbeddedStorageConnectionFoundation<?>>
interface
EmbeddedStorageFoundation<F extends EmbeddedStorageFoundation<?>>
A kind of factory type that holds and creates on demand all the parts that form anEmbeddedStorageManager
instance, i.e.Classes in one.microstream.storage.embedded.types that implement InstanceDispatcher Modifier and Type Class Description static class
EmbeddedStorageConnectionFoundation.Default<F extends EmbeddedStorageConnectionFoundation.Default<?>>
static class
EmbeddedStorageFoundation.Default<F extends EmbeddedStorageFoundation.Default<?>>
-
Uses of InstanceDispatcher in one.microstream.storage.types
Subinterfaces of InstanceDispatcher in one.microstream.storage.types Modifier and Type Interface Description interface
StorageFoundation<F extends StorageFoundation<?>>
A kind of factory type that holds and creates on demand all the parts that form aStorageSystem
instance, i.e.Classes in one.microstream.storage.types that implement InstanceDispatcher Modifier and Type Class Description static class
StorageFoundation.Default<F extends StorageFoundation.Default<?>>
-
Uses of InstanceDispatcher in one.microstream.util
Classes in one.microstream.util that implement InstanceDispatcher Modifier and Type Class Description static class
InstanceDispatcher.Default
Methods in one.microstream.util that return InstanceDispatcher Modifier and Type Method Description InstanceDispatcher
InstanceDispatcher.Default. setInstanceDispatcherLogic(InstanceDispatcherLogic instanceDispatcher)
InstanceDispatcher
InstanceDispatcher. setInstanceDispatcherLogic(InstanceDispatcherLogic logic)
-
Uses of InstanceDispatcher in one.microstream.util.xcsv
Subinterfaces of InstanceDispatcher in one.microstream.util.xcsv Modifier and Type Interface Description static interface
XCsvConfiguration.Builder
Classes in one.microstream.util.xcsv that implement InstanceDispatcher Modifier and Type Class Description static class
XCsvConfiguration.Builder.Default