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 classDeleteCellsRepresentation of a DeleteCells mod in a data change.classDeleteFamilyRepresentation of a DeleteFamily mod in a data change.classSetCellRepresentation of a SetCell mod in a data change, whose value is concatenated byChangeStreamRecordMergerin 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.
-