public class StandardIdSystemFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
CUSTOM |
static byte |
DEFAULT |
static byte |
IN_MEMORY |
static byte |
LEGACY |
static byte |
POINTER_BASED |
static byte |
SINGLE_BTREE |
static byte |
STACKED_BTREE |
| Constructor and Description |
|---|
StandardIdSystemFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IdSystem |
newInstance(LocalObjectContainer localContainer) |
public static final byte LEGACY
public static final byte POINTER_BASED
public static final byte STACKED_BTREE
public static final byte DEFAULT
public static final byte IN_MEMORY
public static final byte CUSTOM
public static final byte SINGLE_BTREE
public static IdSystem newInstance(LocalObjectContainer localContainer)