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
  • Field Details

    • 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:
    • 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:
    • 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:
  • Constructor Details

    • CassandraPersistencyConstants

      public CassandraPersistencyConstants()