public static final class AdminProtos.OpenRegionRequest extends com.google.protobuf.GeneratedMessage implements AdminProtos.OpenRegionRequestOrBuilder
hbase.pb.OpenRegionRequest| Modifier and Type | Class and Description |
|---|---|
static class |
AdminProtos.OpenRegionRequest.Builder
Protobuf type
hbase.pb.OpenRegionRequest |
static class |
AdminProtos.OpenRegionRequest.RegionOpenInfo
Protobuf type
hbase.pb.OpenRegionRequest.RegionOpenInfo |
static interface |
AdminProtos.OpenRegionRequest.RegionOpenInfoOrBuilder |
| Modifier and Type | Field and Description |
|---|---|
static int |
MASTER_SYSTEM_TIME_FIELD_NUMBER |
static int |
OPEN_INFO_FIELD_NUMBER |
static <any> |
PARSER |
static int |
SERVERSTARTCODE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static AdminProtos.OpenRegionRequest |
getDefaultInstance() |
AdminProtos.OpenRegionRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getMasterSystemTime()
optional uint64 master_system_time = 5; |
AdminProtos.OpenRegionRequest.RegionOpenInfo |
getOpenInfo(int index)
repeated .hbase.pb.OpenRegionRequest.RegionOpenInfo open_info = 1; |
int |
getOpenInfoCount()
repeated .hbase.pb.OpenRegionRequest.RegionOpenInfo open_info = 1; |
java.util.List<AdminProtos.OpenRegionRequest.RegionOpenInfo> |
getOpenInfoList()
repeated .hbase.pb.OpenRegionRequest.RegionOpenInfo open_info = 1; |
AdminProtos.OpenRegionRequest.RegionOpenInfoOrBuilder |
getOpenInfoOrBuilder(int index)
repeated .hbase.pb.OpenRegionRequest.RegionOpenInfo open_info = 1; |
java.util.List<? extends AdminProtos.OpenRegionRequest.RegionOpenInfoOrBuilder> |
getOpenInfoOrBuilderList()
repeated .hbase.pb.OpenRegionRequest.RegionOpenInfo open_info = 1; |
<any> |
getParserForType() |
int |
getSerializedSize() |
long |
getServerStartCode()
optional uint64 serverStartCode = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasMasterSystemTime()
optional uint64 master_system_time = 5; |
boolean |
hasServerStartCode()
optional uint64 serverStartCode = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AdminProtos.OpenRegionRequest.Builder |
newBuilder() |
static AdminProtos.OpenRegionRequest.Builder |
newBuilder(AdminProtos.OpenRegionRequest prototype) |
AdminProtos.OpenRegionRequest.Builder |
newBuilderForType() |
protected AdminProtos.OpenRegionRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static AdminProtos.OpenRegionRequest |
parseDelimitedFrom(java.io.InputStream input) |
static AdminProtos.OpenRegionRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.OpenRegionRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.OpenRegionRequest |
parseFrom(com.google.protobuf.ByteString data) |
static AdminProtos.OpenRegionRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.OpenRegionRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AdminProtos.OpenRegionRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.OpenRegionRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AdminProtos.OpenRegionRequest.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int OPEN_INFO_FIELD_NUMBER
public static final int SERVERSTARTCODE_FIELD_NUMBER
public static final int MASTER_SYSTEM_TIME_FIELD_NUMBER
public static AdminProtos.OpenRegionRequest getDefaultInstance()
public AdminProtos.OpenRegionRequest getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public java.util.List<AdminProtos.OpenRegionRequest.RegionOpenInfo> getOpenInfoList()
repeated .hbase.pb.OpenRegionRequest.RegionOpenInfo open_info = 1;getOpenInfoList in interface AdminProtos.OpenRegionRequestOrBuilderpublic java.util.List<? extends AdminProtos.OpenRegionRequest.RegionOpenInfoOrBuilder> getOpenInfoOrBuilderList()
repeated .hbase.pb.OpenRegionRequest.RegionOpenInfo open_info = 1;getOpenInfoOrBuilderList in interface AdminProtos.OpenRegionRequestOrBuilderpublic int getOpenInfoCount()
repeated .hbase.pb.OpenRegionRequest.RegionOpenInfo open_info = 1;getOpenInfoCount in interface AdminProtos.OpenRegionRequestOrBuilderpublic AdminProtos.OpenRegionRequest.RegionOpenInfo getOpenInfo(int index)
repeated .hbase.pb.OpenRegionRequest.RegionOpenInfo open_info = 1;getOpenInfo in interface AdminProtos.OpenRegionRequestOrBuilderpublic AdminProtos.OpenRegionRequest.RegionOpenInfoOrBuilder getOpenInfoOrBuilder(int index)
repeated .hbase.pb.OpenRegionRequest.RegionOpenInfo open_info = 1;getOpenInfoOrBuilder in interface AdminProtos.OpenRegionRequestOrBuilderpublic boolean hasServerStartCode()
optional uint64 serverStartCode = 2;
the intended server for this RPC.
hasServerStartCode in interface AdminProtos.OpenRegionRequestOrBuilderpublic long getServerStartCode()
optional uint64 serverStartCode = 2;
the intended server for this RPC.
getServerStartCode in interface AdminProtos.OpenRegionRequestOrBuilderpublic boolean hasMasterSystemTime()
optional uint64 master_system_time = 5;
wall clock time from master
hasMasterSystemTime in interface AdminProtos.OpenRegionRequestOrBuilderpublic long getMasterSystemTime()
optional uint64 master_system_time = 5;
wall clock time from master
getMasterSystemTime in interface AdminProtos.OpenRegionRequestOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic boolean equals(java.lang.Object obj)
public int hashCode()
public static AdminProtos.OpenRegionRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AdminProtos.OpenRegionRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AdminProtos.OpenRegionRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AdminProtos.OpenRegionRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AdminProtos.OpenRegionRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AdminProtos.OpenRegionRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AdminProtos.OpenRegionRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AdminProtos.OpenRegionRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AdminProtos.OpenRegionRequest.Builder newBuilder()
public AdminProtos.OpenRegionRequest.Builder newBuilderForType()
public static AdminProtos.OpenRegionRequest.Builder newBuilder(AdminProtos.OpenRegionRequest prototype)
public AdminProtos.OpenRegionRequest.Builder toBuilder()
protected AdminProtos.OpenRegionRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)