Class StorageViewRange.Default
java.lang.Object
one.microstream.storage.restclient.StorageViewElement.Abstract
one.microstream.storage.restclient.StorageViewRange.Default
- All Implemented Interfaces:
StorageViewElement
,StorageViewRange
- Enclosing interface:
- StorageViewRange
public static class StorageViewRange.Default extends StorageViewElement.Abstract implements StorageViewRange
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.storage.restclient.StorageViewElement
StorageViewElement.Abstract
Nested classes/interfaces inherited from interface one.microstream.storage.restclient.StorageViewRange
StorageViewRange.Default
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description boolean
hasMembers()
long
length()
List<StorageViewElement>
members(boolean forceRefresh)
long
offset()
Methods inherited from class one.microstream.storage.restclient.StorageViewElement.Abstract
name, parent, qualifiedTypeName, simpleTypeName, toString, value, view
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface one.microstream.storage.restclient.StorageViewElement
name, parent, parentOfType, qualifiedTypeName, simpleTypeName, value, view
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
offset
public long offset()- Specified by:
offset
in interfaceStorageViewRange
-
length
public long length()- Specified by:
length
in interfaceStorageViewRange
-
hasMembers
public boolean hasMembers()- Specified by:
hasMembers
in interfaceStorageViewElement
-
members
- Specified by:
members
in interfaceStorageViewElement
-