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

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

Introduction

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

The text is from its open source code.

Method

Iterablecells()
An iterable over the cells of this row.
Clusteringclustering()
The clustering values for this row.
Collectioncolumns()
An in-natural-order collection of the columns for which data (incl.
CellgetCell(ColumnMetadata c)
Returns a cell for a simple column.
ComplexColumnDatagetComplexColumnData(ColumnMetadata c)
The data for a complex column.
booleanisStatic()
Whether the row correspond to a static row or not.