Class StorageViewConfiguration.Default
java.lang.Object
one.microstream.storage.restclient.StorageViewConfiguration.Default
- All Implemented Interfaces:
StorageViewConfiguration
,ValueRenderer.Provider
- Enclosing interface:
- StorageViewConfiguration
public static class StorageViewConfiguration.Default extends Object implements StorageViewConfiguration
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.storage.restclient.StorageViewConfiguration
StorageViewConfiguration.Default
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description long
elementRangeMaximumLength()
long
maxValueLength()
ValueRenderer
provideValueRenderer(String typeName)
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
elementRangeMaximumLength
public long elementRangeMaximumLength()- Specified by:
elementRangeMaximumLength
in interfaceStorageViewConfiguration
-
maxValueLength
public long maxValueLength()- Specified by:
maxValueLength
in interfaceStorageViewConfiguration
-
provideValueRenderer
- Specified by:
provideValueRenderer
in interfaceValueRenderer.Provider
-