@InternalApi(value="Intended for use by the BigtableIO in apache/beam only.") public abstract class SetCell extends Object implements Entry, Serializable
ChangeStreamRecordMerger in case of SetCell value chunking.| Constructor and Description |
|---|
SetCell() |
| Modifier and Type | Method and Description |
|---|---|
static SetCell |
create(String familyName,
com.google.protobuf.ByteString qualifier,
long timestamp,
com.google.protobuf.ByteString value) |
abstract String |
getFamilyName()
Get the column family of the current SetCell.
|
abstract com.google.protobuf.ByteString |
getQualifier()
Get the column qualifier of the current SetCell.
|
abstract long |
getTimestamp()
Get the timestamp of the current SetCell.
|
abstract com.google.protobuf.ByteString |
getValue()
Get the value of the current SetCell.
|
public static SetCell create(@Nonnull String familyName, @Nonnull com.google.protobuf.ByteString qualifier, long timestamp, @Nonnull com.google.protobuf.ByteString value)
@Nonnull public abstract String getFamilyName()
@Nonnull public abstract com.google.protobuf.ByteString getQualifier()
public abstract long getTimestamp()
@Nonnull public abstract com.google.protobuf.ByteString getValue()
Copyright © 2023 Google LLC. All rights reserved.