Package ai.konduit.serving.config
Class MemMapConfig
- java.lang.Object
-
- ai.konduit.serving.config.MemMapConfig
-
- All Implemented Interfaces:
TextConfig,java.io.Serializable
public class MemMapConfig extends java.lang.Object implements java.io.Serializable, TextConfig
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringARRAY_URLstatic longDEFAULT_INITIAL_SIZEstatic java.lang.StringINITIAL_MEM_MAP_SIZEstatic java.lang.StringWORKSPACE_NAME
-
Constructor Summary
Constructors Constructor Description MemMapConfig()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MemMapConfigfromJson(java.lang.String json)static MemMapConfigfromYaml(java.lang.String yaml)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ai.konduit.serving.config.TextConfig
toJson, toJsonObject, toYaml
-
-
-
-
Field Detail
-
ARRAY_URL
public static final java.lang.String ARRAY_URL
- See Also:
- Constant Field Values
-
INITIAL_MEM_MAP_SIZE
public static final java.lang.String INITIAL_MEM_MAP_SIZE
- See Also:
- Constant Field Values
-
DEFAULT_INITIAL_SIZE
public static final long DEFAULT_INITIAL_SIZE
- See Also:
- Constant Field Values
-
WORKSPACE_NAME
public static final java.lang.String WORKSPACE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
fromJson
public static MemMapConfig fromJson(java.lang.String json)
-
fromYaml
public static MemMapConfig fromYaml(java.lang.String yaml)
-
-