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 interfaceComFoundation<C,F extends ComFoundation<C,?>>Classes in one.microstream.communication.types that implement InstanceDispatcher Modifier and Type Class Description static classComFoundation.Abstract<C,F extends ComFoundation.Abstract<C,?>>static classComFoundation.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 interfaceBinaryPersistenceFoundation<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 classBinaryPersistenceFoundation.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 interfaceSerializerFoundation<F extends SerializerFoundation<?>>This type serves as a factory instance for buidlingSerializerinstances.Classes in one.microstream.persistence.binary.util that implement InstanceDispatcher Modifier and Type Class Description static classSerializerFoundation.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 interfacePersistenceFoundation<D,F extends PersistenceFoundation<D,?>>This type serves as a factory instance for buidlingPersistenceManagerinstances.Classes in one.microstream.persistence.types that implement InstanceDispatcher Modifier and Type Class Description static classPersistenceFoundation.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 interfaceEmbeddedStorageConnectionFoundation<F extends EmbeddedStorageConnectionFoundation<?>>interfaceEmbeddedStorageFoundation<F extends EmbeddedStorageFoundation<?>>A kind of factory type that holds and creates on demand all the parts that form anEmbeddedStorageManagerinstance, i.e.Classes in one.microstream.storage.embedded.types that implement InstanceDispatcher Modifier and Type Class Description static classEmbeddedStorageConnectionFoundation.Default<F extends EmbeddedStorageConnectionFoundation.Default<?>>static classEmbeddedStorageFoundation.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 interfaceStorageFoundation<F extends StorageFoundation<?>>A kind of factory type that holds and creates on demand all the parts that form aStorageSysteminstance, i.e.Classes in one.microstream.storage.types that implement InstanceDispatcher Modifier and Type Class Description static classStorageFoundation.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 classInstanceDispatcher.DefaultMethods in one.microstream.util that return InstanceDispatcher Modifier and Type Method Description InstanceDispatcherInstanceDispatcher.Default. setInstanceDispatcherLogic(InstanceDispatcherLogic instanceDispatcher)InstanceDispatcherInstanceDispatcher. 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 interfaceXCsvConfiguration.BuilderClasses in one.microstream.util.xcsv that implement InstanceDispatcher Modifier and Type Class Description static classXCsvConfiguration.Builder.Default