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) |
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, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
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 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.RegionTransitionOrBuilder
public 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.RegionTransitionOrBuilder
public boolean hasRegionName()
Full regionname in bytes
required bytes region_name = 2;
hasRegionName
in interface ZooKeeperPB.RegionTransitionOrBuilder
public com.google.protobuf.ByteString getRegionName()
Full regionname in bytes
required bytes region_name = 2;
getRegionName
in interface ZooKeeperPB.RegionTransitionOrBuilder
public boolean hasCreateTime()
required uint64 create_time = 3;
hasCreateTime
in interface ZooKeeperPB.RegionTransitionOrBuilder
public long getCreateTime()
required uint64 create_time = 3;
getCreateTime
in interface ZooKeeperPB.RegionTransitionOrBuilder
public boolean hasServerName()
The region server where the transition will happen or is happening
required .ServerName server_name = 4;
hasServerName
in interface ZooKeeperPB.RegionTransitionOrBuilder
public HBasePB.ServerName getServerName()
The region server where the transition will happen or is happening
required .ServerName server_name = 4;
getServerName
in interface ZooKeeperPB.RegionTransitionOrBuilder
public boolean hasPayload()
optional bytes payload = 5;
hasPayload
in interface ZooKeeperPB.RegionTransitionOrBuilder
public com.google.protobuf.ByteString getPayload()
optional bytes payload = 5;
getPayload
in interface ZooKeeperPB.RegionTransitionOrBuilder
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
public static ZooKeeperPB.RegionTransition parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperPB.RegionTransition parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperPB.RegionTransition parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperPB.RegionTransition parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperPB.RegionTransition parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperPB.RegionTransition parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperPB.RegionTransition parseFrom(InputStream input) throws IOException
IOException
public static ZooKeeperPB.RegionTransition parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ZooKeeperPB.RegionTransition parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ZooKeeperPB.RegionTransition parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ZooKeeperPB.RegionTransition parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ZooKeeperPB.RegionTransition parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public 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–2017 The Async HBase Authors. All rights reserved.