Uses of Interface
one.microstream.persistence.types.ByteOrderTargeting
-
Packages that use ByteOrderTargeting Package Description one.microstream.com.binary one.microstream.persistence.binary.types one.microstream.persistence.types one.microstream.storage.types -
-
Uses of ByteOrderTargeting in one.microstream.com.binary
Methods in one.microstream.com.binary with parameters of type ByteOrderTargeting Modifier and Type Method Description static ComPersistenceChannelBinary.Default
ComPersistenceChannelBinary. New(SocketChannel channel, BufferSizeProvider bufferSizeProvider, ByteOrderTargeting<?> byteOrderTargeting)
-
Uses of ByteOrderTargeting in one.microstream.persistence.binary.types
Subinterfaces of ByteOrderTargeting 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 ByteOrderTargeting Modifier and Type Class Description static class
BinaryPersistenceFoundation.Default<F extends BinaryPersistenceFoundation.Default<?>>
-
Uses of ByteOrderTargeting in one.microstream.persistence.types
Classes in one.microstream.persistence.types with type parameters of type ByteOrderTargeting Modifier and Type Interface Description interface
ByteOrderTargeting<T extends ByteOrderTargeting<?>>
Subinterfaces of ByteOrderTargeting in one.microstream.persistence.types Modifier and Type Interface Description static interface
ByteOrderTargeting.Mutable<T extends ByteOrderTargeting.Mutable<?>>
interface
PersistenceFoundation<D,F extends PersistenceFoundation<D,?>>
This type serves as a factory instance for buidlingPersistenceManager
instances.interface
PersistenceManager<D>
Classes in one.microstream.persistence.types that implement ByteOrderTargeting Modifier and Type Class Description static class
PersistenceFoundation.Default<D,F extends PersistenceFoundation.Default<D,?>>
static class
PersistenceManager.Default<D>
-
Uses of ByteOrderTargeting in one.microstream.storage.types
Subinterfaces of ByteOrderTargeting in one.microstream.storage.types Modifier and Type Interface Description interface
EmbeddedStorageConnectionFoundation<F extends EmbeddedStorageConnectionFoundation<?>>
Classes in one.microstream.storage.types that implement ByteOrderTargeting Modifier and Type Class Description static class
EmbeddedStorageConnectionFoundation.Default<F extends EmbeddedStorageConnectionFoundation.Default<?>>
-