Package com.db4o.internal.ids
Class StandardIdSystemFactory
- java.lang.Object
-
- com.db4o.internal.ids.StandardIdSystemFactory
-
public class StandardIdSystemFactory extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description StandardIdSystemFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IdSystem
newInstance(LocalObjectContainer localContainer)
-
-
-
Field Detail
-
LEGACY
public static final byte LEGACY
- See Also:
- Constant Field Values
-
POINTER_BASED
public static final byte POINTER_BASED
- See Also:
- Constant Field Values
-
STACKED_BTREE
public static final byte STACKED_BTREE
- See Also:
- Constant Field Values
-
DEFAULT
public static final byte DEFAULT
- See Also:
- Constant Field Values
-
IN_MEMORY
public static final byte IN_MEMORY
- See Also:
- Constant Field Values
-
CUSTOM
public static final byte CUSTOM
- See Also:
- Constant Field Values
-
SINGLE_BTREE
public static final byte SINGLE_BTREE
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
public static IdSystem newInstance(LocalObjectContainer localContainer)
-
-