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 intBG_PROCESSstatic intBUFFER_OPTIONSstatic intCOUNTstatic intDATA_VERSIONstatic intDESCRIPTIONstatic intDFstatic intENTITIESstatic intHIGH_AVAILABILITYstatic intKEYstatic intLOCATIONstatic intNAMEstatic intOWNERstatic intPERIODICITYstatic intREPLICA_VERSIONstatic intSCHEMAstatic intSCOPEstatic intTIME_RANGEstatic intUNIQUEstatic intVERSIONINGstatic intWRITER_CLOSEDstatic intWRITER_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
-
-