Interface Entry
-
- All Known Implementing Classes:
DeleteCells
,DeleteFamily
,SetCell
@InternalApi("Intended for use by the BigtableIO in apache/beam only.") public interface Entry
Default representation of a mod in a data change, which can be aDeleteFamily
, aDeleteCells
, or aSetCell
This class will be used byChangeStreamMutation
to represent a list of mods in a logical change stream mutation.