Uses of Interface
one.microstream.persistence.binary.types.BinaryValueStorer
Package | Description |
---|---|
one.microstream.persistence.binary.types |
-
Uses of BinaryValueStorer in one.microstream.persistence.binary.types
Methods in one.microstream.persistence.binary.types that return BinaryValueStorer Modifier and Type Method Description static BinaryValueStorer
BinaryValueFunctions. getObjectValueStorer(Class<?> type, boolean isEager, boolean switchByteOrder)
static BinaryValueStorer
BinaryValueFunctions. getObjectValueStorerReversed(Class<?> type, boolean isEager)
Methods in one.microstream.persistence.binary.types with parameters of type BinaryValueStorer Modifier and Type Method Description void
Binary. storeFixedSize(PersistenceStoreHandler<Binary> handler, long contentLength, long typeId, long objectId, Object instance, long[] memoryOffsets, BinaryValueStorer[] storers)