public class MemMapConfig extends Object implements Serializable, TextConfig
| Modifier and Type | Field and Description |
|---|---|
static String |
ARRAY_URL |
static long |
DEFAULT_INITIAL_SIZE |
static String |
INITIAL_MEM_MAP_SIZE |
static String |
WORKSPACE_NAME |
| Constructor and Description |
|---|
MemMapConfig() |
| Modifier and Type | Method and Description |
|---|---|
static MemMapConfig |
fromJson(String json) |
static MemMapConfig |
fromYaml(String yaml) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoJson, toJsonObject, toYamlpublic static final String ARRAY_URL
public static final String INITIAL_MEM_MAP_SIZE
public static final long DEFAULT_INITIAL_SIZE
public static final String WORKSPACE_NAME
public static MemMapConfig fromJson(String json)
public static MemMapConfig fromYaml(String yaml)
Copyright © 2022. All rights reserved.