@InternalExtensionOnly public class FlatRow extends Object implements Serializable
Row
Modifier and Type | Class and Description |
---|---|
static class |
FlatRow.Builder
For internal use only - public for technical reasons.
|
static class |
FlatRow.Cell |
Constructor and Description |
---|
FlatRow(com.google.protobuf.ByteString rowKey,
com.google.common.collect.ImmutableList<FlatRow.Cell> cells)
For internal use only - public for technical reasons.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<FlatRow.Cell> |
getCells() |
com.google.protobuf.ByteString |
getRowKey() |
static FlatRow.Builder |
newBuilder()
For internal use only - public for technical reasons.
|
String |
toString() |
@InternalApi(value="For internal usage only") public FlatRow(com.google.protobuf.ByteString rowKey, com.google.common.collect.ImmutableList<FlatRow.Cell> cells)
@InternalApi(value="For internal usage only") public static FlatRow.Builder newBuilder()
public com.google.protobuf.ByteString getRowKey()
public List<FlatRow.Cell> getCells()