Java org.apache.cassandra.db.rows Cell fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cassandra.db.rows Cell fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cassandra.db.rows Cell.

The text is from its open source code.

Method

ColumnMetadatacolumn()
The column this is data for.
CellPathpath()
For cells belonging to complex types (non-frozen collection and UDT), the path to the cell.
ByteBuffervalue()
The cell value.