Uses of Class
com.google.cloud.bigtable.grpc.async.MutateRowsRequestManager.ProcessingStatus
-
Packages that use MutateRowsRequestManager.ProcessingStatus Package Description com.google.cloud.bigtable.grpc.async -
-
Uses of MutateRowsRequestManager.ProcessingStatus in com.google.cloud.bigtable.grpc.async
Methods in com.google.cloud.bigtable.grpc.async that return MutateRowsRequestManager.ProcessingStatus Modifier and Type Method and Description MutateRowsRequestManager.ProcessingStatus
MutateRowsRequestManager. onOK()
This is called when all calls toMutateRowsRequestManager.onMessage(MutateRowsResponse)
are complete.static MutateRowsRequestManager.ProcessingStatus
MutateRowsRequestManager.ProcessingStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static MutateRowsRequestManager.ProcessingStatus[]
MutateRowsRequestManager.ProcessingStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-