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 |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
EVENT_TYPE_CODE_FIELD_NUMBER |
static com.google.protobuf.Parser<ZooKeeperProtos.RegionTransition> |
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; |
com.google.protobuf.Parser<ZooKeeperProtos.RegionTransition> |
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) |
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) |
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) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<ZooKeeperProtos.RegionTransition> 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()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<ZooKeeperProtos.RegionTransition> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
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.RegionTransitionOrBuilder
public 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.RegionTransitionOrBuilder
public boolean hasRegionName()
required bytes region_name = 2;
Full regionname in bytes
hasRegionName
in interface ZooKeeperProtos.RegionTransitionOrBuilder
public com.google.protobuf.ByteString getRegionName()
required bytes region_name = 2;
Full regionname in bytes
getRegionName
in interface ZooKeeperProtos.RegionTransitionOrBuilder
public boolean hasCreateTime()
required uint64 create_time = 3;
hasCreateTime
in interface ZooKeeperProtos.RegionTransitionOrBuilder
public long getCreateTime()
required uint64 create_time = 3;
getCreateTime
in interface ZooKeeperProtos.RegionTransitionOrBuilder
public boolean hasServerName()
required .ServerName server_name = 4;
The region server where the transition will happen or is happening
hasServerName
in interface ZooKeeperProtos.RegionTransitionOrBuilder
public HBaseProtos.ServerName getServerName()
required .ServerName server_name = 4;
The region server where the transition will happen or is happening
getServerName
in interface ZooKeeperProtos.RegionTransitionOrBuilder
public HBaseProtos.ServerNameOrBuilder getServerNameOrBuilder()
required .ServerName server_name = 4;
The region server where the transition will happen or is happening
getServerNameOrBuilder
in interface ZooKeeperProtos.RegionTransitionOrBuilder
public boolean hasPayload()
optional bytes payload = 5;
hasPayload
in interface ZooKeeperProtos.RegionTransitionOrBuilder
public com.google.protobuf.ByteString getPayload()
optional bytes payload = 5;
getPayload
in interface ZooKeeperProtos.RegionTransitionOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static ZooKeeperProtos.RegionTransition parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperProtos.RegionTransition parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperProtos.RegionTransition parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperProtos.RegionTransition parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperProtos.RegionTransition parseFrom(InputStream input) throws IOException
IOException
public static ZooKeeperProtos.RegionTransition parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ZooKeeperProtos.RegionTransition parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ZooKeeperProtos.RegionTransition parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ZooKeeperProtos.RegionTransition parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ZooKeeperProtos.RegionTransition parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ZooKeeperProtos.RegionTransition.Builder newBuilder()
public ZooKeeperProtos.RegionTransition.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ZooKeeperProtos.RegionTransition.Builder newBuilder(ZooKeeperProtos.RegionTransition prototype)
public ZooKeeperProtos.RegionTransition.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ZooKeeperProtos.RegionTransition.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.