Uses of Class
one.microstream.storage.restadapter.ObjectDescription
| Package | Description | 
|---|---|
| one.microstream.storage.restadapter | 
- 
Uses of ObjectDescription in one.microstream.storage.restadapterMethods in one.microstream.storage.restadapter that return ObjectDescription Modifier and Type Method Description ObjectDescriptionViewerBinaryTypeHandlerBasic. create(Binary medium, PersistenceLoadHandler handler)ObjectDescriptionViewerBinaryTypeHandlerGeneric. create(Binary medium, PersistenceLoadHandler handler)ObjectDescriptionViewerBinaryTypeHandlerNativeArray. create(Binary medium, PersistenceLoadHandler handler)ObjectDescriptionEmbeddedStorageRestAdapter.Default. getConstant(long objectId)Get java constants valuesObjectDescriptionEmbeddedStorageRestAdapter. getConstant(long objectId)ObjectDescription[]ObjectDescription. getReferences()ObjectDescriptionViewerBinaryPersistenceManager.Default. getStorageConstant(long objectId)ObjectDescriptionViewerBinaryPersistenceManager. getStorageConstant(long objectId)ObjectDescriptionEmbeddedStorageRestAdapter.Default. getStorageObject(long objectId)Get an object's description by a microstream ObjectIdObjectDescriptionEmbeddedStorageRestAdapter. getStorageObject(long objectId)ObjectDescriptionViewerBinaryPersistenceManager.Default. getStorageObject(long objectId)ObjectDescriptionViewerBinaryPersistenceManager. 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 voidViewerBinaryTypeHandlerGeneric. complete(Binary medium, ObjectDescription instance, PersistenceLoadHandler handler)voidViewerBinaryTypeHandlerGeneric. iterateInstanceReferences(ObjectDescription instance, PersistenceFunction iterator)static voidValueReader. readObjectValues(Binary binary, ValueReader[] valueReaders, long[] valueOffsets, ObjectDescription objectDescription)voidObjectDescription. setReferences(ObjectDescription[] references)voidViewerBinaryTypeHandlerGeneric. store(Binary data, ObjectDescription instance, long objectId, PersistenceStoreHandler<Binary> handler)voidViewerBinaryTypeHandlerGeneric. 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)