Class SchemaConstants
- java.lang.Object
-
- com.ibm.fhir.persistence.cassandra.cql.SchemaConstants
-
public class SchemaConstants extends java.lang.ObjectConstants used in the Cassandra payload persistence schema
-
-
Field Summary
Fields Modifier and Type Field Description static intCHUNK_SIZEstatic java.lang.StringPAYLOAD_CHUNKSstatic java.lang.StringPAYLOAD_RECONCILIATIONstatic java.lang.StringPAYLOAD_TRACKINGstatic java.lang.StringRESOURCE_PAYLOADSstatic java.lang.StringRESOURCE_VERSIONS
-
Constructor Summary
Constructors Constructor Description SchemaConstants()
-
-
-
Field Detail
-
CHUNK_SIZE
public static final int CHUNK_SIZE
- See Also:
- Constant Field Values
-
RESOURCE_PAYLOADS
public static final java.lang.String RESOURCE_PAYLOADS
- See Also:
- Constant Field Values
-
RESOURCE_VERSIONS
public static final java.lang.String RESOURCE_VERSIONS
- See Also:
- Constant Field Values
-
PAYLOAD_CHUNKS
public static final java.lang.String PAYLOAD_CHUNKS
- See Also:
- Constant Field Values
-
PAYLOAD_TRACKING
public static final java.lang.String PAYLOAD_TRACKING
- See Also:
- Constant Field Values
-
PAYLOAD_RECONCILIATION
public static final java.lang.String PAYLOAD_RECONCILIATION
- See Also:
- Constant Field Values
-
-