org.openspaces.persistency.cassandra
Class CassandraPersistencyConstants
java.lang.Object
org.openspaces.persistency.cassandra.CassandraPersistencyConstants
public class CassandraPersistencyConstants
- extends Object
Contains constants values used in the Cassandra persistency layer implementation.
- Since:
- 9.1.1
- Author:
- Dan Kilman
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SPACE_DOCUMENT_COLUMN_PREFIX
public static final String SPACE_DOCUMENT_COLUMN_PREFIX
- Columns containing a
String
value with this value as their prefix
will be considered compound SpaceDocument
entries. Their type name
will be inferred from what follows after the colon.
- See Also:
- Constant Field Values
POJO_ENTRY_COLUMN_PREFIX
public static final String POJO_ENTRY_COLUMN_PREFIX
- Columns containing a
String
value with this value as their prefix
will be considered compound POJO
entries. Their type will be
inferred from what follows after the colon.
- See Also:
- Constant Field Values
MAP_ENTRY_COLUMN
public static final String MAP_ENTRY_COLUMN
- Columns containing a
String
value with this value as their prefix
will be considered compound Map
entries.
- See Also:
- Constant Field Values
CassandraPersistencyConstants
public CassandraPersistencyConstants()
Copyright © GigaSpaces.