GigaSpaces XAP 9.5 API

org.openspaces.persistency.cassandra
Class CassandraPersistencyConstants

java.lang.Object
  extended by 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

Field Summary
static String MAP_ENTRY_COLUMN
          Columns containing a String value with this value as their prefix will be considered compound Map entries.
static String POJO_ENTRY_COLUMN_PREFIX
          Columns containing a String value with this value as their prefix will be considered compound POJO entries.
static String SPACE_DOCUMENT_COLUMN_PREFIX
          Columns containing a String value with this value as their prefix will be considered compound SpaceDocument entries.
 
Constructor Summary
CassandraPersistencyConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

CassandraPersistencyConstants

public CassandraPersistencyConstants()

GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.