public static interface ClientPB.RegionActionOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Modifier and Type | Method and Description |
---|---|
ClientPB.Action |
getAction(int index)
repeated .Action action = 3; |
int |
getActionCount()
repeated .Action action = 3; |
List<ClientPB.Action> |
getActionList()
repeated .Action action = 3; |
boolean |
getAtomic()
optional bool atomic = 2; |
HBasePB.RegionSpecifier |
getRegion()
required .RegionSpecifier region = 1; |
boolean |
hasAtomic()
optional bool atomic = 2; |
boolean |
hasRegion()
required .RegionSpecifier region = 1; |
boolean hasRegion()
required .RegionSpecifier region = 1;
HBasePB.RegionSpecifier getRegion()
required .RegionSpecifier region = 1;
boolean hasAtomic()
optional bool atomic = 2;
When set, run mutations as atomic unit.
boolean getAtomic()
optional bool atomic = 2;
When set, run mutations as atomic unit.
List<ClientPB.Action> getActionList()
repeated .Action action = 3;
ClientPB.Action getAction(int index)
repeated .Action action = 3;
int getActionCount()
repeated .Action action = 3;
Copyright © 2010-2017, The Async HBase Authors