public static interface ClientProtos.RegionActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
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;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.