public static final class MapReducePB.TableSnapshotRegionSplit extends com.google.protobuf.GeneratedMessageLite implements MapReducePB.TableSnapshotRegionSplitOrBuilder
TableSnapshotRegionSplit| Modifier and Type | Class and Description |
|---|---|
static class |
MapReducePB.TableSnapshotRegionSplit.Builder
Protobuf type
TableSnapshotRegionSplit |
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
LOCATIONS_FIELD_NUMBER |
static com.google.protobuf.Parser<MapReducePB.TableSnapshotRegionSplit> |
PARSER |
static int |
REGION_FIELD_NUMBER |
static int |
TABLE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static MapReducePB.TableSnapshotRegionSplit |
getDefaultInstance() |
MapReducePB.TableSnapshotRegionSplit |
getDefaultInstanceForType() |
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; |
com.google.protobuf.Parser<MapReducePB.TableSnapshotRegionSplit> |
getParserForType() |
HBasePB.RegionInfo |
getRegion()
optional .RegionInfo region = 4; |
int |
getSerializedSize() |
HBasePB.TableSchema |
getTable()
optional .TableSchema table = 3; |
boolean |
hasRegion()
optional .RegionInfo region = 4; |
boolean |
hasTable()
optional .TableSchema table = 3; |
boolean |
isInitialized() |
static MapReducePB.TableSnapshotRegionSplit.Builder |
newBuilder() |
static MapReducePB.TableSnapshotRegionSplit.Builder |
newBuilder(MapReducePB.TableSnapshotRegionSplit prototype) |
MapReducePB.TableSnapshotRegionSplit.Builder |
newBuilderForType() |
static MapReducePB.TableSnapshotRegionSplit |
parseDelimitedFrom(InputStream input) |
static MapReducePB.TableSnapshotRegionSplit |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MapReducePB.TableSnapshotRegionSplit |
parseFrom(byte[] data) |
static MapReducePB.TableSnapshotRegionSplit |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MapReducePB.TableSnapshotRegionSplit |
parseFrom(com.google.protobuf.ByteString data) |
static MapReducePB.TableSnapshotRegionSplit |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MapReducePB.TableSnapshotRegionSplit |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MapReducePB.TableSnapshotRegionSplit |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MapReducePB.TableSnapshotRegionSplit |
parseFrom(InputStream input) |
static MapReducePB.TableSnapshotRegionSplit |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MapReducePB.TableSnapshotRegionSplit.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownFieldpublic static com.google.protobuf.Parser<MapReducePB.TableSnapshotRegionSplit> PARSER
public static final int LOCATIONS_FIELD_NUMBER
public static final int TABLE_FIELD_NUMBER
public static final int REGION_FIELD_NUMBER
public static MapReducePB.TableSnapshotRegionSplit getDefaultInstance()
public MapReducePB.TableSnapshotRegionSplit getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilderpublic com.google.protobuf.Parser<MapReducePB.TableSnapshotRegionSplit> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageLitepublic List<String> getLocationsList()
repeated string locations = 2;getLocationsList in interface MapReducePB.TableSnapshotRegionSplitOrBuilderpublic int getLocationsCount()
repeated string locations = 2;getLocationsCount in interface MapReducePB.TableSnapshotRegionSplitOrBuilderpublic String getLocations(int index)
repeated string locations = 2;getLocations in interface MapReducePB.TableSnapshotRegionSplitOrBuilderpublic com.google.protobuf.ByteString getLocationsBytes(int index)
repeated string locations = 2;getLocationsBytes in interface MapReducePB.TableSnapshotRegionSplitOrBuilderpublic boolean hasTable()
optional .TableSchema table = 3;hasTable in interface MapReducePB.TableSnapshotRegionSplitOrBuilderpublic HBasePB.TableSchema getTable()
optional .TableSchema table = 3;getTable in interface MapReducePB.TableSnapshotRegionSplitOrBuilderpublic boolean hasRegion()
optional .RegionInfo region = 4;hasRegion in interface MapReducePB.TableSnapshotRegionSplitOrBuilderpublic HBasePB.RegionInfo getRegion()
optional .RegionInfo region = 4;getRegion in interface MapReducePB.TableSnapshotRegionSplitOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLiteIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLiteprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageLiteObjectStreamExceptionpublic static MapReducePB.TableSnapshotRegionSplit parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MapReducePB.TableSnapshotRegionSplit parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MapReducePB.TableSnapshotRegionSplit parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MapReducePB.TableSnapshotRegionSplit parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MapReducePB.TableSnapshotRegionSplit parseFrom(InputStream input) throws IOException
IOExceptionpublic static MapReducePB.TableSnapshotRegionSplit parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MapReducePB.TableSnapshotRegionSplit parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static MapReducePB.TableSnapshotRegionSplit parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MapReducePB.TableSnapshotRegionSplit parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static MapReducePB.TableSnapshotRegionSplit parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MapReducePB.TableSnapshotRegionSplit.Builder newBuilder()
public MapReducePB.TableSnapshotRegionSplit.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static MapReducePB.TableSnapshotRegionSplit.Builder newBuilder(MapReducePB.TableSnapshotRegionSplit prototype)
public MapReducePB.TableSnapshotRegionSplit.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLiteCopyright © 2010-2017, The Async HBase Authors