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, parseUnknownField
public 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.MessageLiteOrBuilder
public com.google.protobuf.Parser<MapReducePB.TableSnapshotRegionSplit> getParserForType()
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageLite
public List<String> getLocationsList()
repeated string locations = 2;
getLocationsList
in interface MapReducePB.TableSnapshotRegionSplitOrBuilder
public int getLocationsCount()
repeated string locations = 2;
getLocationsCount
in interface MapReducePB.TableSnapshotRegionSplitOrBuilder
public String getLocations(int index)
repeated string locations = 2;
getLocations
in interface MapReducePB.TableSnapshotRegionSplitOrBuilder
public com.google.protobuf.ByteString getLocationsBytes(int index)
repeated string locations = 2;
getLocationsBytes
in interface MapReducePB.TableSnapshotRegionSplitOrBuilder
public boolean hasTable()
optional .TableSchema table = 3;
hasTable
in interface MapReducePB.TableSnapshotRegionSplitOrBuilder
public HBasePB.TableSchema getTable()
optional .TableSchema table = 3;
getTable
in interface MapReducePB.TableSnapshotRegionSplitOrBuilder
public boolean hasRegion()
optional .RegionInfo region = 4;
hasRegion
in interface MapReducePB.TableSnapshotRegionSplitOrBuilder
public HBasePB.RegionInfo getRegion()
optional .RegionInfo region = 4;
getRegion
in interface MapReducePB.TableSnapshotRegionSplitOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessageLite
ObjectStreamException
public static MapReducePB.TableSnapshotRegionSplit parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MapReducePB.TableSnapshotRegionSplit parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MapReducePB.TableSnapshotRegionSplit parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MapReducePB.TableSnapshotRegionSplit parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MapReducePB.TableSnapshotRegionSplit parseFrom(InputStream input) throws IOException
IOException
public static MapReducePB.TableSnapshotRegionSplit parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MapReducePB.TableSnapshotRegionSplit parseDelimitedFrom(InputStream input) throws IOException
IOException
public static MapReducePB.TableSnapshotRegionSplit parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MapReducePB.TableSnapshotRegionSplit parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static MapReducePB.TableSnapshotRegionSplit parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MapReducePB.TableSnapshotRegionSplit.Builder newBuilder()
public MapReducePB.TableSnapshotRegionSplit.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
public static MapReducePB.TableSnapshotRegionSplit.Builder newBuilder(MapReducePB.TableSnapshotRegionSplit prototype)
public MapReducePB.TableSnapshotRegionSplit.Builder toBuilder()
toBuilder
in interface com.google.protobuf.MessageLite
Copyright © 2010-2017, The Async HBase Authors