Interface ColumnMetadata

All Known Implementing Classes:
AbstractColumnMetadata, DynamicColumnMetadata, TypedColumnMetadata

public interface ColumnMetadata
A common interface for column based TypeNode implementations.
Since:
9.1.1
Author:
Dan Kilman
  • Method Summary

    Modifier and Type
    Method
    Description
     
    <T> me.prettyprint.hector.api.Serializer<T>
     
  • Method Details

    • getFullName

      String getFullName()
      Returns:
      The full column name as it appears on the Cassandra column family.
    • getSerializer

      <T> me.prettyprint.hector.api.Serializer<T> getSerializer()
      Returns:
      The serializer to convert the column value from/to ByteBuffer representation.