Class EmbeddedStorageRestAdapter.Default
java.lang.Object
one.microstream.storage.restadapter.EmbeddedStorageRestAdapter.Default
- All Implemented Interfaces:
- EmbeddedStorageRestAdapter
- Enclosing interface:
- EmbeddedStorageRestAdapter
public static class EmbeddedStorageRestAdapter.Default extends Object implements EmbeddedStorageRestAdapter
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.storage.restadapter.EmbeddedStorageRestAdapterEmbeddedStorageRestAdapter.Default
- 
Constructor SummaryConstructors Constructor Description Default()
- 
Method SummaryModifier and Type Method Description ObjectDescriptiongetConstant(long objectId)Get java constants valuesStorageRawFileStatisticsgetFileStatistics()ViewerRootDescriptiongetRoot()Get the current root name and object id If no default root is registered the returned ViewerRootDescription will have a "null" string as name and objectId 0.List<ViewerRootDescription>getRoots()Get all registered root elements of the current microstream instanceObjectDescriptiongetStorageObject(long objectId)Get an object's description by a microstream ObjectIdStringgetTypeDictionary()
- 
Constructor Details- 
Defaultpublic Default()
 
- 
- 
Method Details- 
getStorageObjectGet an object's description by a microstream ObjectId- Specified by:
- getStorageObjectin interface- EmbeddedStorageRestAdapter
- Parameters:
- objectId-
- Returns:
- ViewerObjectDescription
 
- 
getConstantGet java constants values- Specified by:
- getConstantin interface- EmbeddedStorageRestAdapter
- Parameters:
- objectId-
- Returns:
- the constants value as object
 
- 
getRootsGet all registered root elements of the current microstream instance- Specified by:
- getRootsin interface- EmbeddedStorageRestAdapter
- Returns:
- List of ViewerRootDescription objects
 
- 
getRootGet the current root name and object id If no default root is registered the returned ViewerRootDescription will have a "null" string as name and objectId 0.- Specified by:
- getRootin interface- EmbeddedStorageRestAdapter
- Returns:
- ViewerRootDescription
 
- 
getTypeDictionary- Specified by:
- getTypeDictionaryin interface- EmbeddedStorageRestAdapter
 
- 
getFileStatistics- Specified by:
- getFileStatisticsin interface- EmbeddedStorageRestAdapter
 
 
-