public static final class ZooKeeperProtos.RegionTransition extends com.google.protobuf.GeneratedMessage implements ZooKeeperProtos.RegionTransitionOrBuilder
RegionTransition
What we write under unassigned up in zookeeper as a region moves through open/close, etc., regions. Details a region in transition.
| Modifier and Type | Class and Description |
|---|---|
static class |
ZooKeeperProtos.RegionTransition.Builder
Protobuf type
RegionTransition |
| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
EVENT_TYPE_CODE_FIELD_NUMBER |
static <any> |
PARSER |
static int |
PAYLOAD_FIELD_NUMBER |
static int |
REGION_NAME_FIELD_NUMBER |
static int |
SERVER_NAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCreateTime()
required uint64 create_time = 3; |
static ZooKeeperProtos.RegionTransition |
getDefaultInstance() |
ZooKeeperProtos.RegionTransition |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getEventTypeCode()
required uint32 event_type_code = 1; |
<any> |
getParserForType() |
com.google.protobuf.ByteString |
getPayload()
optional bytes payload = 5; |
com.google.protobuf.ByteString |
getRegionName()
required bytes region_name = 2; |
int |
getSerializedSize() |
HBaseProtos.ServerName |
getServerName()
required .ServerName server_name = 4; |
HBaseProtos.ServerNameOrBuilder |
getServerNameOrBuilder()
required .ServerName server_name = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCreateTime()
required uint64 create_time = 3; |
boolean |
hasEventTypeCode()
required uint32 event_type_code = 1; |
int |
hashCode() |
boolean |
hasPayload()
optional bytes payload = 5; |
boolean |
hasRegionName()
required bytes region_name = 2; |
boolean |
hasServerName()
required .ServerName server_name = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ZooKeeperProtos.RegionTransition.Builder |
newBuilder() |
static ZooKeeperProtos.RegionTransition.Builder |
newBuilder(ZooKeeperProtos.RegionTransition prototype) |
ZooKeeperProtos.RegionTransition.Builder |
newBuilderForType() |
protected ZooKeeperProtos.RegionTransition.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ZooKeeperProtos.RegionTransition |
parseDelimitedFrom(InputStream input) |
static ZooKeeperProtos.RegionTransition |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperProtos.RegionTransition |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperProtos.RegionTransition |
parseFrom(com.google.protobuf.ByteString data) |
static ZooKeeperProtos.RegionTransition |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperProtos.RegionTransition |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ZooKeeperProtos.RegionTransition |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperProtos.RegionTransition |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ZooKeeperProtos.RegionTransition.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int EVENT_TYPE_CODE_FIELD_NUMBER
public static final int REGION_NAME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public static final int SERVER_NAME_FIELD_NUMBER
public static final int PAYLOAD_FIELD_NUMBER
public static ZooKeeperProtos.RegionTransition getDefaultInstance()
public ZooKeeperProtos.RegionTransition 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 boolean hasEventTypeCode()
required uint32 event_type_code = 1;
Code for EventType gotten by doing o.a.h.h.EventHandler.EventType.getCode()
hasEventTypeCode in interface ZooKeeperProtos.RegionTransitionOrBuilderpublic int getEventTypeCode()
required uint32 event_type_code = 1;
Code for EventType gotten by doing o.a.h.h.EventHandler.EventType.getCode()
getEventTypeCode in interface ZooKeeperProtos.RegionTransitionOrBuilderpublic boolean hasRegionName()
required bytes region_name = 2;
Full regionname in bytes
hasRegionName in interface ZooKeeperProtos.RegionTransitionOrBuilderpublic com.google.protobuf.ByteString getRegionName()
required bytes region_name = 2;
Full regionname in bytes
getRegionName in interface ZooKeeperProtos.RegionTransitionOrBuilderpublic boolean hasCreateTime()
required uint64 create_time = 3;hasCreateTime in interface ZooKeeperProtos.RegionTransitionOrBuilderpublic long getCreateTime()
required uint64 create_time = 3;getCreateTime in interface ZooKeeperProtos.RegionTransitionOrBuilderpublic boolean hasServerName()
required .ServerName server_name = 4;
The region server where the transition will happen or is happening
hasServerName in interface ZooKeeperProtos.RegionTransitionOrBuilderpublic HBaseProtos.ServerName getServerName()
required .ServerName server_name = 4;
The region server where the transition will happen or is happening
getServerName in interface ZooKeeperProtos.RegionTransitionOrBuilderpublic HBaseProtos.ServerNameOrBuilder getServerNameOrBuilder()
required .ServerName server_name = 4;
The region server where the transition will happen or is happening
getServerNameOrBuilder in interface ZooKeeperProtos.RegionTransitionOrBuilderpublic boolean hasPayload()
optional bytes payload = 5;hasPayload in interface ZooKeeperProtos.RegionTransitionOrBuilderpublic com.google.protobuf.ByteString getPayload()
optional bytes payload = 5;getPayload in interface ZooKeeperProtos.RegionTransitionOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
IOExceptionpublic int getSerializedSize()
protected Object writeReplace() throws ObjectStreamException
ObjectStreamExceptionpublic boolean equals(Object obj)
public int hashCode()
public static ZooKeeperProtos.RegionTransition parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperProtos.RegionTransition parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperProtos.RegionTransition parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperProtos.RegionTransition parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ZooKeeperProtos.RegionTransition parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ZooKeeperProtos.RegionTransition parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ZooKeeperProtos.RegionTransition parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ZooKeeperProtos.RegionTransition parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ZooKeeperProtos.RegionTransition.Builder newBuilder()
public ZooKeeperProtos.RegionTransition.Builder newBuilderForType()
public static ZooKeeperProtos.RegionTransition.Builder newBuilder(ZooKeeperProtos.RegionTransition prototype)
public ZooKeeperProtos.RegionTransition.Builder toBuilder()
protected ZooKeeperProtos.RegionTransition.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)