public static final class ZooKeeperPB.RegionTransition extends com.google.protobuf.GeneratedMessageLite<ZooKeeperPB.RegionTransition,ZooKeeperPB.RegionTransition.Builder> implements ZooKeeperPB.RegionTransitionOrBuilder
What we write under unassigned up in zookeeper as a region moves through open/close, etc., regions. Details a region in transition.Protobuf type
RegionTransition| Modifier and Type | Class and Description |
|---|---|
static class |
ZooKeeperPB.RegionTransition.Builder
What we write under unassigned up in zookeeper as a region moves through
open/close, etc., regions.
|
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MergeFromVisitor, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm, com.google.protobuf.GeneratedMessageLite.Visitor| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
EVENT_TYPE_CODE_FIELD_NUMBER |
static int |
PAYLOAD_FIELD_NUMBER |
static int |
REGION_NAME_FIELD_NUMBER |
static int |
SERVER_NAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
Object arg0,
Object arg1) |
long |
getCreateTime()
required uint64 create_time = 3; |
static ZooKeeperPB.RegionTransition |
getDefaultInstance() |
int |
getEventTypeCode()
Code for EventType gotten by doing o.a.h.h.EventHandler.EventType.getCode()
|
com.google.protobuf.ByteString |
getPayload()
optional bytes payload = 5; |
com.google.protobuf.ByteString |
getRegionName()
Full regionname in bytes
|
int |
getSerializedSize() |
HBasePB.ServerName |
getServerName()
The region server where the transition will happen or is happening
|
boolean |
hasCreateTime()
required uint64 create_time = 3; |
boolean |
hasEventTypeCode()
Code for EventType gotten by doing o.a.h.h.EventHandler.EventType.getCode()
|
boolean |
hasPayload()
optional bytes payload = 5; |
boolean |
hasRegionName()
Full regionname in bytes
|
boolean |
hasServerName()
The region server where the transition will happen or is happening
|
static ZooKeeperPB.RegionTransition.Builder |
newBuilder() |
static ZooKeeperPB.RegionTransition.Builder |
newBuilder(ZooKeeperPB.RegionTransition prototype) |
static ZooKeeperPB.RegionTransition |
parseDelimitedFrom(InputStream input) |
static ZooKeeperPB.RegionTransition |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperPB.RegionTransition |
parseFrom(byte[] data) |
static ZooKeeperPB.RegionTransition |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperPB.RegionTransition |
parseFrom(ByteBuffer data) |
static ZooKeeperPB.RegionTransition |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperPB.RegionTransition |
parseFrom(com.google.protobuf.ByteString data) |
static ZooKeeperPB.RegionTransition |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperPB.RegionTransition |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ZooKeeperPB.RegionTransition |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperPB.RegionTransition |
parseFrom(InputStream input) |
static ZooKeeperPB.RegionTransition |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ZooKeeperPB.RegionTransition> |
parser() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, isInitialized, makeImmutable, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, toBuilder, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic 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 boolean hasEventTypeCode()
Code for EventType gotten by doing o.a.h.h.EventHandler.EventType.getCode()
required uint32 event_type_code = 1;hasEventTypeCode in interface ZooKeeperPB.RegionTransitionOrBuilderpublic int getEventTypeCode()
Code for EventType gotten by doing o.a.h.h.EventHandler.EventType.getCode()
required uint32 event_type_code = 1;getEventTypeCode in interface ZooKeeperPB.RegionTransitionOrBuilderpublic boolean hasRegionName()
Full regionname in bytes
required bytes region_name = 2;hasRegionName in interface ZooKeeperPB.RegionTransitionOrBuilderpublic com.google.protobuf.ByteString getRegionName()
Full regionname in bytes
required bytes region_name = 2;getRegionName in interface ZooKeeperPB.RegionTransitionOrBuilderpublic boolean hasCreateTime()
required uint64 create_time = 3;hasCreateTime in interface ZooKeeperPB.RegionTransitionOrBuilderpublic long getCreateTime()
required uint64 create_time = 3;getCreateTime in interface ZooKeeperPB.RegionTransitionOrBuilderpublic boolean hasServerName()
The region server where the transition will happen or is happening
required .ServerName server_name = 4;hasServerName in interface ZooKeeperPB.RegionTransitionOrBuilderpublic HBasePB.ServerName getServerName()
The region server where the transition will happen or is happening
required .ServerName server_name = 4;getServerName in interface ZooKeeperPB.RegionTransitionOrBuilderpublic boolean hasPayload()
optional bytes payload = 5;hasPayload in interface ZooKeeperPB.RegionTransitionOrBuilderpublic com.google.protobuf.ByteString getPayload()
optional bytes payload = 5;getPayload in interface ZooKeeperPB.RegionTransitionOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLiteIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitepublic static ZooKeeperPB.RegionTransition parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperPB.RegionTransition parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperPB.RegionTransition parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperPB.RegionTransition parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperPB.RegionTransition parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperPB.RegionTransition parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperPB.RegionTransition parseFrom(InputStream input) throws IOException
IOExceptionpublic static ZooKeeperPB.RegionTransition parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ZooKeeperPB.RegionTransition parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ZooKeeperPB.RegionTransition parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ZooKeeperPB.RegionTransition parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ZooKeeperPB.RegionTransition parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ZooKeeperPB.RegionTransition.Builder newBuilder()
public static ZooKeeperPB.RegionTransition.Builder newBuilder(ZooKeeperPB.RegionTransition prototype)
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
dynamicMethod in class com.google.protobuf.GeneratedMessageLite<ZooKeeperPB.RegionTransition,ZooKeeperPB.RegionTransition.Builder>public static ZooKeeperPB.RegionTransition getDefaultInstance()
public static com.google.protobuf.Parser<ZooKeeperPB.RegionTransition> parser()
Copyright © 2010–2018 The Async HBase Authors. All rights reserved.