Class CassandraPersistencyConstants
java.lang.Object
org.openspaces.persistency.cassandra.CassandraPersistencyConstants
Contains constants values used in the Cassandra persistency layer implementation.
- Since:
- 9.1.1
- Author:
- Dan Kilman
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringColumns containing aStringvalue with this value as their prefix will be considered compoundPOJOentries.static final StringColumns containing aStringvalue with this value as their prefix will be considered compoundSpaceDocumententries. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SPACE_DOCUMENT_COLUMN_PREFIX
Columns containing aStringvalue with this value as their prefix will be considered compoundSpaceDocumententries. Their type name will be inferred from what follows after the colon.- See Also:
-
POJO_ENTRY_COLUMN_PREFIX
Columns containing aStringvalue with this value as their prefix will be considered compoundPOJOentries. Their type will be inferred from what follows after the colon.- See Also:
-
MAP_ENTRY_COLUMN
Columns containing aStringvalue with this value as their prefix will be considered compoundMapentries.- See Also:
-
-
Constructor Details
-
CassandraPersistencyConstants
public CassandraPersistencyConstants()
-