public static interface ClientProtos.RegionActionOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
ClientProtos.Action | 
getAction(int index)
repeated .Action action = 3; | 
int | 
getActionCount()
repeated .Action action = 3; | 
List<ClientProtos.Action> | 
getActionList()
repeated .Action action = 3; | 
ClientProtos.ActionOrBuilder | 
getActionOrBuilder(int index)
repeated .Action action = 3; | 
List<? extends ClientProtos.ActionOrBuilder> | 
getActionOrBuilderList()
repeated .Action action = 3; | 
boolean | 
getAtomic()
optional bool atomic = 2; | 
HBaseProtos.RegionSpecifier | 
getRegion()
required .RegionSpecifier region = 1; | 
HBaseProtos.RegionSpecifierOrBuilder | 
getRegionOrBuilder()
required .RegionSpecifier region = 1; | 
boolean | 
hasAtomic()
optional bool atomic = 2; | 
boolean | 
hasRegion()
required .RegionSpecifier region = 1; | 
boolean hasRegion()
required .RegionSpecifier region = 1;HBaseProtos.RegionSpecifier getRegion()
required .RegionSpecifier region = 1;HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder()
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<ClientProtos.Action> getActionList()
repeated .Action action = 3;ClientProtos.Action getAction(int index)
repeated .Action action = 3;int getActionCount()
repeated .Action action = 3;List<? extends ClientProtos.ActionOrBuilder> getActionOrBuilderList()
repeated .Action action = 3;ClientProtos.ActionOrBuilder getActionOrBuilder(int index)
repeated .Action action = 3;