com.google.cloud.bigtable.grpc.scanner
Class FlatRow.Cell.Builder
- java.lang.Object
-
- com.google.cloud.bigtable.grpc.scanner.FlatRow.Cell.Builder
-
- Enclosing class:
- FlatRow.Cell
public static final class FlatRow.Cell.Builder extends Object
-
-
Constructor Summary
Constructors Constructor and Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description FlatRow.Cell
build()
FlatRow.Cell.Builder
withFamily(String family)
FlatRow.Cell.Builder
withLabels(List<String> labels)
FlatRow.Cell.Builder
withQualifier(ByteString qualifier)
FlatRow.Cell.Builder
withTimestamp(long timestamp)
FlatRow.Cell.Builder
withValue(ByteString value)
-
-
-
Method Detail
-
withFamily
public FlatRow.Cell.Builder withFamily(String family)
-
withQualifier
public FlatRow.Cell.Builder withQualifier(ByteString qualifier)
-
withTimestamp
public FlatRow.Cell.Builder withTimestamp(long timestamp)
-
withValue
public FlatRow.Cell.Builder withValue(ByteString value)
-
withLabels
public FlatRow.Cell.Builder withLabels(List<String> labels)
-
build
public FlatRow.Cell build()
-
-