@InternalExtensionOnly public abstract class RowCell extends Object implements Serializable
Row.| Constructor and Description |
|---|
RowCell() |
| Modifier and Type | Method and Description |
|---|---|
static RowCell |
create(String family,
com.google.protobuf.ByteString qualifier,
long timestamp,
List<String> labels,
com.google.protobuf.ByteString value)
Creates a new instance of the
RowCell. |
abstract String |
getFamily()
The cell's family
|
abstract List<String> |
getLabels()
The labels assigned to the cell
|
abstract com.google.protobuf.ByteString |
getQualifier()
The cell's qualifier (column name)
|
abstract long |
getTimestamp()
The timestamp of the cell
|
abstract com.google.protobuf.ByteString |
getValue()
The value of the cell
|
@InternalApi public static RowCell create(@Nonnull String family, @Nonnull com.google.protobuf.ByteString qualifier, long timestamp, @Nonnull List<String> labels, @Nonnull com.google.protobuf.ByteString value)
RowCell.@Nonnull public abstract com.google.protobuf.ByteString getQualifier()
public abstract long getTimestamp()
@Nonnull public abstract com.google.protobuf.ByteString getValue()
@Nonnull public abstract List<String> getLabels()
Filters.label(String)Copyright © 2018 Google LLC. All rights reserved.