Uses of Interface
com.google.cloud.bigtable.data.v2.models.Entry
-
Packages that use Entry Package Description com.google.cloud.bigtable.data.v2.models -
-
Uses of Entry in com.google.cloud.bigtable.data.v2.models
Classes in com.google.cloud.bigtable.data.v2.models that implement Entry Modifier and Type Class Description class
DeleteCells
Representation of a DeleteCells mod in a data change.class
DeleteFamily
Representation of a DeleteFamily mod in a data change.class
SetCell
Representation of a SetCell mod in a data change, whose value is concatenated byChangeStreamRecordMerger
in case of SetCell value chunking.Methods in com.google.cloud.bigtable.data.v2.models that return types with arguments of type Entry Modifier and Type Method Description abstract com.google.common.collect.ImmutableList<Entry>
ChangeStreamMutation. getEntries()
Get the list of mods of the current mutation.
-