| Package | Description |
|---|---|
| one.microstream.storage.restadapter.types |
| Modifier and Type | Method and Description |
|---|---|
ObjectDescription |
ViewerBinaryTypeHandlerBasic.create(one.microstream.persistence.binary.types.Binary medium,
one.microstream.persistence.types.PersistenceLoadHandler handler) |
ObjectDescription |
ViewerBinaryTypeHandlerNativeArray.create(one.microstream.persistence.binary.types.Binary medium,
one.microstream.persistence.types.PersistenceLoadHandler handler) |
ObjectDescription |
ViewerBinaryTypeHandlerGeneric.create(one.microstream.persistence.binary.types.Binary medium,
one.microstream.persistence.types.PersistenceLoadHandler handler) |
ObjectDescription |
EmbeddedStorageRestAdapter.getConstant(long objectId) |
ObjectDescription |
EmbeddedStorageRestAdapter.Default.getConstant(long objectId)
Get java constants values
|
ObjectDescription[] |
ObjectDescription.getReferences() |
ObjectDescription |
ViewerBinaryPersistenceManager.getStorageConstant(long objectId) |
ObjectDescription |
ViewerBinaryPersistenceManager.Default.getStorageConstant(long objectId) |
ObjectDescription |
EmbeddedStorageRestAdapter.getStorageObject(long objectId) |
ObjectDescription |
EmbeddedStorageRestAdapter.Default.getStorageObject(long objectId)
Get an object's description by a microstream ObjectId
|
ObjectDescription |
ViewerBinaryPersistenceManager.getStorageObject(long objectId) |
ObjectDescription |
ViewerBinaryPersistenceManager.Default.getStorageObject(long objectId) |
| Modifier and Type | Method and Description |
|---|---|
one.microstream.persistence.types.PersistenceTypeHandler<one.microstream.persistence.binary.types.Binary,ObjectDescription> |
ViewerBinaryTypeHandlerGeneric.initialize(long typeId) |
Class<ObjectDescription> |
ViewerBinaryTypeHandlerGeneric.type() |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewerBinaryTypeHandlerGeneric.complete(one.microstream.persistence.binary.types.Binary medium,
ObjectDescription instance,
one.microstream.persistence.types.PersistenceLoadHandler handler) |
void |
ViewerBinaryTypeHandlerGeneric.iterateInstanceReferences(ObjectDescription instance,
one.microstream.persistence.types.PersistenceFunction iterator) |
static void |
ValueReader.readObjectValues(one.microstream.persistence.binary.types.Binary binary,
ValueReader[] valueReaders,
long[] valueOffsets,
ObjectDescription objectDescription) |
void |
ObjectDescription.setReferences(ObjectDescription[] references) |
void |
ViewerBinaryTypeHandlerGeneric.store(one.microstream.persistence.binary.types.Binary data,
ObjectDescription instance,
long objectId,
one.microstream.persistence.types.PersistenceStoreHandler<one.microstream.persistence.binary.types.Binary> handler) |
void |
ViewerBinaryTypeHandlerGeneric.updateState(one.microstream.persistence.binary.types.Binary medium,
ObjectDescription instance,
one.microstream.persistence.types.PersistenceLoadHandler handler) |
| Constructor and Description |
|---|
ViewerObjectDescriptionCreator(ObjectDescription description,
long fixedOffset,
long fixedLength,
long variableOffset,
long variableLength,
long valueLength) |
Copyright © 2021 MicroStream Software. All rights reserved.