public class FlatRow extends Object implements Serializable
This class stores represents a single row. It's a flattened version of the data of a
Row
Modifier and Type | Class and Description |
---|---|
static class |
FlatRow.Builder |
static class |
FlatRow.Cell |
Constructor and Description |
---|
FlatRow(com.google.protobuf.ByteString rowKey,
com.google.common.collect.ImmutableList<FlatRow.Cell> cells) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<FlatRow.Cell> |
getCells() |
com.google.protobuf.ByteString |
getRowKey() |
static FlatRow.Builder |
newBuilder() |
String |
toString() |
public FlatRow(com.google.protobuf.ByteString rowKey, com.google.common.collect.ImmutableList<FlatRow.Cell> cells)
public static FlatRow.Builder newBuilder()
public com.google.protobuf.ByteString getRowKey()
public List<FlatRow.Cell> getCells()