com.google.cloud.bigtable.grpc.scanner
Class FlatRow.Cell
- java.lang.Object
-
- com.google.cloud.bigtable.grpc.scanner.FlatRow.Cell
-
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- FlatRow
public static final class FlatRow.Cell extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static class
FlatRow.Cell.Builder
-
Constructor Summary
Constructors Constructor and Description Cell(String family, ByteString qualifier, long timestamp, ByteString value, List<String> labels)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description boolean
equals(Object obj)
String
getFamily()
List<String>
getLabels()
ByteString
getQualifier()
long
getTimestamp()
ByteString
getValue()
static FlatRow.Cell.Builder
newBuilder()
String
toString()
-
-
-
Constructor Detail
-
Cell
public Cell(String family, ByteString qualifier, long timestamp, ByteString value, List<String> labels)
-
-
Method Detail
-
newBuilder
public static FlatRow.Cell.Builder newBuilder()
-
getFamily
public String getFamily()
-
getQualifier
public ByteString getQualifier()
-
getTimestamp
public long getTimestamp()
-
getValue
public ByteString getValue()
-
-