Uses of Interface
com.google.cloud.bigtable.data.v2.models.MutationApi
-
Packages that use MutationApi Package Description com.google.cloud.bigtable.data.v2.models -
-
Uses of MutationApi in com.google.cloud.bigtable.data.v2.models
Classes in com.google.cloud.bigtable.data.v2.models with type parameters of type MutationApi Modifier and Type Interface Description interfaceMutationApi<T extends MutationApi<T>>The API for creating mutations for a single row.Classes in com.google.cloud.bigtable.data.v2.models that implement MutationApi Modifier and Type Class Description classMutationThe concrete implementation ofMutationApithat can be used to create and represent a list of mutations.classRowMutationRepresents a list of mutations targeted at a single row.classRowMutationEntryRepresents a list of mutations targeted at a single row.
-