|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ClientPB.RegionActionOrBuilder
Method Summary | |
---|---|
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; |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
---|
getDefaultInstanceForType, isInitialized |
Method Detail |
---|
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;
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |