Uses of Class
one.microstream.storage.restadapter.ObjectDescription
Package | Description |
---|---|
one.microstream.storage.restadapter |
-
Uses of ObjectDescription in one.microstream.storage.restadapter
Methods in one.microstream.storage.restadapter that return ObjectDescription Modifier and Type Method Description ObjectDescription
ViewerBinaryTypeHandlerBasic. create(Binary medium, PersistenceLoadHandler handler)
ObjectDescription
ViewerBinaryTypeHandlerGeneric. create(Binary medium, PersistenceLoadHandler handler)
ObjectDescription
ViewerBinaryTypeHandlerNativeArray. create(Binary medium, PersistenceLoadHandler handler)
ObjectDescription
EmbeddedStorageRestAdapter.Default. getConstant(long objectId)
Get java constants valuesObjectDescription
EmbeddedStorageRestAdapter. getConstant(long objectId)
ObjectDescription[]
ObjectDescription. getReferences()
ObjectDescription
ViewerBinaryPersistenceManager.Default. getStorageConstant(long objectId)
ObjectDescription
ViewerBinaryPersistenceManager. getStorageConstant(long objectId)
ObjectDescription
EmbeddedStorageRestAdapter.Default. getStorageObject(long objectId)
Get an object's description by a microstream ObjectIdObjectDescription
EmbeddedStorageRestAdapter. getStorageObject(long objectId)
ObjectDescription
ViewerBinaryPersistenceManager.Default. getStorageObject(long objectId)
ObjectDescription
ViewerBinaryPersistenceManager. getStorageObject(long objectId)
Methods in one.microstream.storage.restadapter that return types with arguments of type ObjectDescription Modifier and Type Method Description PersistenceTypeHandler<Binary,ObjectDescription>
ViewerBinaryTypeHandlerGeneric. initialize(long typeId)
Class<ObjectDescription>
ViewerBinaryTypeHandlerGeneric. type()
Methods in one.microstream.storage.restadapter with parameters of type ObjectDescription Modifier and Type Method Description void
ViewerBinaryTypeHandlerGeneric. complete(Binary medium, ObjectDescription instance, PersistenceLoadHandler handler)
void
ViewerBinaryTypeHandlerGeneric. iterateInstanceReferences(ObjectDescription instance, PersistenceFunction iterator)
static void
ValueReader. readObjectValues(Binary binary, ValueReader[] valueReaders, long[] valueOffsets, ObjectDescription objectDescription)
void
ObjectDescription. setReferences(ObjectDescription[] references)
void
ViewerBinaryTypeHandlerGeneric. store(Binary data, ObjectDescription instance, long objectId, PersistenceStoreHandler<Binary> handler)
void
ViewerBinaryTypeHandlerGeneric. updateState(Binary medium, ObjectDescription instance, PersistenceLoadHandler handler)
Constructors in one.microstream.storage.restadapter with parameters of type ObjectDescription Constructor Description ViewerObjectDescriptionCreator(ObjectDescription description, long fixedOffset, long fixedLength, long variableOffset, long variableLength, long valueLength)