java.lang.Object
org.openspaces.persistency.cassandra.meta.data.ColumnData

public class ColumnData extends Object
A data holder for a column data and metadata, used for both read and write operations.
Since:
9.1.1
Author:
Dan Kilman
  • Constructor Details

  • Method Details

    • getValue

      public Object getValue()
      Returns:
      Retures the column value.
    • getColumnMetadata

      public ColumnMetadata getColumnMetadata()
      Returns:
      The matching column metadata
    • isDynamicColumn

      public boolean isDynamicColumn()
      Returns:
      true if this is a dynamic column.