org.apache.hadoop.hbase.protobuf.generated
Interface ClientProtos.RegionActionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ClientProtos.RegionAction, ClientProtos.RegionAction.Builder
Enclosing class:
ClientProtos

public static interface ClientProtos.RegionActionOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasRegion

boolean hasRegion()
required .RegionSpecifier region = 1;


getRegion

HBaseProtos.RegionSpecifier getRegion()
required .RegionSpecifier region = 1;


getRegionOrBuilder

HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder()
required .RegionSpecifier region = 1;


hasAtomic

boolean hasAtomic()
optional bool atomic = 2;
 When set, run mutations as atomic unit.
 


getAtomic

boolean getAtomic()
optional bool atomic = 2;
 When set, run mutations as atomic unit.
 


getActionList

List<ClientProtos.Action> getActionList()
repeated .Action action = 3;


getAction

ClientProtos.Action getAction(int index)
repeated .Action action = 3;


getActionCount

int getActionCount()
repeated .Action action = 3;


getActionOrBuilderList

List<? extends ClientProtos.ActionOrBuilder> getActionOrBuilderList()
repeated .Action action = 3;


getActionOrBuilder

ClientProtos.ActionOrBuilder getActionOrBuilder(int index)
repeated .Action action = 3;



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.