public static interface ClientProtos.MultiResponseOrBuilder
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.RegionActionResult |
getRegionActionResult(int index)
repeated .hbase.pb.RegionActionResult regionActionResult = 1; |
int |
getRegionActionResultCount()
repeated .hbase.pb.RegionActionResult regionActionResult = 1; |
List<ClientProtos.RegionActionResult> |
getRegionActionResultList()
repeated .hbase.pb.RegionActionResult regionActionResult = 1; |
ClientProtos.RegionActionResultOrBuilder |
getRegionActionResultOrBuilder(int index)
repeated .hbase.pb.RegionActionResult regionActionResult = 1; |
List<? extends ClientProtos.RegionActionResultOrBuilder> |
getRegionActionResultOrBuilderList()
repeated .hbase.pb.RegionActionResult regionActionResult = 1; |
ClientProtos.MultiRegionLoadStats |
getRegionStatistics()
optional .hbase.pb.MultiRegionLoadStats regionStatistics = 3; |
ClientProtos.MultiRegionLoadStatsOrBuilder |
getRegionStatisticsOrBuilder()
optional .hbase.pb.MultiRegionLoadStats regionStatistics = 3; |
boolean |
hasProcessed()
used for mutate to indicate processed only
|
boolean |
hasRegionStatistics()
optional .hbase.pb.MultiRegionLoadStats regionStatistics = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ClientProtos.RegionActionResult> getRegionActionResultList()
repeated .hbase.pb.RegionActionResult regionActionResult = 1;ClientProtos.RegionActionResult getRegionActionResult(int index)
repeated .hbase.pb.RegionActionResult regionActionResult = 1;int getRegionActionResultCount()
repeated .hbase.pb.RegionActionResult regionActionResult = 1;List<? extends ClientProtos.RegionActionResultOrBuilder> getRegionActionResultOrBuilderList()
repeated .hbase.pb.RegionActionResult regionActionResult = 1;ClientProtos.RegionActionResultOrBuilder getRegionActionResultOrBuilder(int index)
repeated .hbase.pb.RegionActionResult regionActionResult = 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;boolean hasRegionStatistics()
optional .hbase.pb.MultiRegionLoadStats regionStatistics = 3;ClientProtos.MultiRegionLoadStats getRegionStatistics()
optional .hbase.pb.MultiRegionLoadStats regionStatistics = 3;ClientProtos.MultiRegionLoadStatsOrBuilder getRegionStatisticsOrBuilder()
optional .hbase.pb.MultiRegionLoadStats regionStatistics = 3;Copyright © 2007–2019 Cloudera. All rights reserved.