Package deltix.qsrv.hf.tickdb.impl
Class TickStreamProperties
- java.lang.Object
-
- deltix.qsrv.hf.tickdb.impl.TickStreamProperties
-
public class TickStreamProperties extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BG_PROCESS
static int
BUFFER_OPTIONS
static int
COUNT
static int
DATA_VERSION
static int
DESCRIPTION
static int
DF
static int
ENTITIES
static int
HIGH_AVAILABILITY
static int
KEY
static int
LOCATION
static int
NAME
static int
OWNER
static int
PERIODICITY
static int
REPLICA_VERSION
static int
SCHEMA
static int
SCOPE
static int
TIME_RANGE
static int
UNIQUE
static int
VERSIONING
static int
WRITER_CLOSED
static int
WRITER_CREATED
-
Constructor Summary
Constructors Constructor Description TickStreamProperties()
-
-
-
Field Detail
-
KEY
public static final int KEY
- See Also:
- Constant Field Values
-
NAME
public static final int NAME
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final int DESCRIPTION
- See Also:
- Constant Field Values
-
PERIODICITY
public static final int PERIODICITY
- See Also:
- Constant Field Values
-
SCHEMA
public static final int SCHEMA
- See Also:
- Constant Field Values
-
TIME_RANGE
public static final int TIME_RANGE
- See Also:
- Constant Field Values
-
ENTITIES
public static final int ENTITIES
- See Also:
- Constant Field Values
-
HIGH_AVAILABILITY
public static final int HIGH_AVAILABILITY
- See Also:
- Constant Field Values
-
UNIQUE
public static final int UNIQUE
- See Also:
- Constant Field Values
-
BUFFER_OPTIONS
public static final int BUFFER_OPTIONS
- See Also:
- Constant Field Values
-
VERSIONING
public static final int VERSIONING
- See Also:
- Constant Field Values
-
DATA_VERSION
public static final int DATA_VERSION
- See Also:
- Constant Field Values
-
REPLICA_VERSION
public static final int REPLICA_VERSION
- See Also:
- Constant Field Values
-
BG_PROCESS
public static final int BG_PROCESS
- See Also:
- Constant Field Values
-
WRITER_CREATED
public static final int WRITER_CREATED
- See Also:
- Constant Field Values
-
WRITER_CLOSED
public static final int WRITER_CLOSED
- See Also:
- Constant Field Values
-
SCOPE
public static final int SCOPE
- See Also:
- Constant Field Values
-
DF
public static final int DF
- See Also:
- Constant Field Values
-
OWNER
public static final int OWNER
- See Also:
- Constant Field Values
-
LOCATION
public static final int LOCATION
- See Also:
- Constant Field Values
-
COUNT
public static final int COUNT
- See Also:
- Constant Field Values
-
-