org.apache.hadoop.hbase.protobuf.generated
Interface MapReduceProtos.TableSnapshotRegionSplitOrBuilder

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

public static interface MapReduceProtos.TableSnapshotRegionSplitOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getLocations(int index)
          repeated string locations = 2;
 com.google.protobuf.ByteString getLocationsBytes(int index)
          repeated string locations = 2;
 int getLocationsCount()
          repeated string locations = 2;
 List<String> getLocationsList()
          repeated string locations = 2;
 HBaseProtos.RegionInfo getRegion()
          optional .RegionInfo region = 4;
 HBaseProtos.RegionInfoOrBuilder getRegionOrBuilder()
          optional .RegionInfo region = 4;
 HBaseProtos.TableSchema getTable()
          optional .TableSchema table = 3;
 HBaseProtos.TableSchemaOrBuilder getTableOrBuilder()
          optional .TableSchema table = 3;
 boolean hasRegion()
          optional .RegionInfo region = 4;
 boolean hasTable()
          optional .TableSchema table = 3;
 
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

getLocationsList

List<String> getLocationsList()
repeated string locations = 2;


getLocationsCount

int getLocationsCount()
repeated string locations = 2;


getLocations

String getLocations(int index)
repeated string locations = 2;


getLocationsBytes

com.google.protobuf.ByteString getLocationsBytes(int index)
repeated string locations = 2;


hasTable

boolean hasTable()
optional .TableSchema table = 3;


getTable

HBaseProtos.TableSchema getTable()
optional .TableSchema table = 3;


getTableOrBuilder

HBaseProtos.TableSchemaOrBuilder getTableOrBuilder()
optional .TableSchema table = 3;


hasRegion

boolean hasRegion()
optional .RegionInfo region = 4;


getRegion

HBaseProtos.RegionInfo getRegion()
optional .RegionInfo region = 4;


getRegionOrBuilder

HBaseProtos.RegionInfoOrBuilder getRegionOrBuilder()
optional .RegionInfo region = 4;



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