public static interface ClientProtos.MutateResponseOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getProcessed()
used for mutate to indicate processed only
|
ClientProtos.Result |
getResult()
optional .hbase.pb.Result result = 1; |
ClientProtos.ResultOrBuilder |
getResultOrBuilder()
optional .hbase.pb.Result result = 1; |
boolean |
hasProcessed()
used for mutate to indicate processed only
|
boolean |
hasResult()
optional .hbase.pb.Result result = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasResult()
optional .hbase.pb.Result result = 1;ClientProtos.Result getResult()
optional .hbase.pb.Result result = 1;ClientProtos.ResultOrBuilder getResultOrBuilder()
optional .hbase.pb.Result result = 1;boolean hasProcessed()
used for mutate to indicate processed only
optional bool processed = 2;boolean getProcessed()
used for mutate to indicate processed only
optional bool processed = 2;Copyright © 2007–2019 Cloudera. All rights reserved.