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 a
DeleteFamily
, a DeleteCells
, or a SetCell
This class will be used by ChangeStreamMutation
to
represent a list of mods in a logical change stream mutation.