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 interface
MutationApi<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 class
Mutation
The concrete implementation ofMutationApi
that can be used to create and represent a list of mutations.class
RowMutation
Represents a list of mutations targeted at a single row.class
RowMutationEntry
Represents a list of mutations targeted at a single row.
-