Class SchemaConstants
- java.lang.Object
-
- org.linuxforhealth.fhir.persistence.cassandra.cql.SchemaConstants
-
public class SchemaConstants extends java.lang.Object
Constants used in the Cassandra payload persistence schema
-
-
Field Summary
Fields Modifier and Type Field Description static int
CHUNK_SIZE
static java.lang.String
PAYLOAD_CHUNKS
static java.lang.String
PAYLOAD_RECONCILIATION
static java.lang.String
PAYLOAD_TRACKING
static java.lang.String
RESOURCE_PAYLOADS
static java.lang.String
RESOURCE_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
-
-