public static final class ZooKeeperProtos.ReplicationPeer extends com.google.protobuf.GeneratedMessage implements ZooKeeperProtos.ReplicationPeerOrBuilder
ReplicationPeer
Used by replication. Holds a replication peer key.
Modifier and Type | Class and Description |
---|---|
static class |
ZooKeeperProtos.ReplicationPeer.Builder
Protobuf type
ReplicationPeer |
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 |
CLUSTERKEY_FIELD_NUMBER |
static int |
CONFIGURATION_FIELD_NUMBER |
static int |
DATA_FIELD_NUMBER |
static com.google.protobuf.Parser<ZooKeeperProtos.ReplicationPeer> |
PARSER |
static int |
REPLICATIONENDPOINTIMPL_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getClusterkey()
required string clusterkey = 1; |
com.google.protobuf.ByteString |
getClusterkeyBytes()
required string clusterkey = 1; |
HBaseProtos.NameStringPair |
getConfiguration(int index)
repeated .NameStringPair configuration = 4; |
int |
getConfigurationCount()
repeated .NameStringPair configuration = 4; |
List<HBaseProtos.NameStringPair> |
getConfigurationList()
repeated .NameStringPair configuration = 4; |
HBaseProtos.NameStringPairOrBuilder |
getConfigurationOrBuilder(int index)
repeated .NameStringPair configuration = 4; |
List<? extends HBaseProtos.NameStringPairOrBuilder> |
getConfigurationOrBuilderList()
repeated .NameStringPair configuration = 4; |
HBaseProtos.BytesBytesPair |
getData(int index)
repeated .BytesBytesPair data = 3; |
int |
getDataCount()
repeated .BytesBytesPair data = 3; |
List<HBaseProtos.BytesBytesPair> |
getDataList()
repeated .BytesBytesPair data = 3; |
HBaseProtos.BytesBytesPairOrBuilder |
getDataOrBuilder(int index)
repeated .BytesBytesPair data = 3; |
List<? extends HBaseProtos.BytesBytesPairOrBuilder> |
getDataOrBuilderList()
repeated .BytesBytesPair data = 3; |
static ZooKeeperProtos.ReplicationPeer |
getDefaultInstance() |
ZooKeeperProtos.ReplicationPeer |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<ZooKeeperProtos.ReplicationPeer> |
getParserForType() |
String |
getReplicationEndpointImpl()
optional string replicationEndpointImpl = 2; |
com.google.protobuf.ByteString |
getReplicationEndpointImplBytes()
optional string replicationEndpointImpl = 2; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasClusterkey()
required string clusterkey = 1; |
int |
hashCode() |
boolean |
hasReplicationEndpointImpl()
optional string replicationEndpointImpl = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ZooKeeperProtos.ReplicationPeer.Builder |
newBuilder() |
static ZooKeeperProtos.ReplicationPeer.Builder |
newBuilder(ZooKeeperProtos.ReplicationPeer prototype) |
ZooKeeperProtos.ReplicationPeer.Builder |
newBuilderForType() |
protected ZooKeeperProtos.ReplicationPeer.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ZooKeeperProtos.ReplicationPeer |
parseDelimitedFrom(InputStream input) |
static ZooKeeperProtos.ReplicationPeer |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperProtos.ReplicationPeer |
parseFrom(byte[] data) |
static ZooKeeperProtos.ReplicationPeer |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperProtos.ReplicationPeer |
parseFrom(com.google.protobuf.ByteString data) |
static ZooKeeperProtos.ReplicationPeer |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperProtos.ReplicationPeer |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ZooKeeperProtos.ReplicationPeer |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperProtos.ReplicationPeer |
parseFrom(InputStream input) |
static ZooKeeperProtos.ReplicationPeer |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ZooKeeperProtos.ReplicationPeer.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.ReplicationPeer> PARSER
public static final int CLUSTERKEY_FIELD_NUMBER
public static final int REPLICATIONENDPOINTIMPL_FIELD_NUMBER
public static final int DATA_FIELD_NUMBER
public static final int CONFIGURATION_FIELD_NUMBER
public static ZooKeeperProtos.ReplicationPeer getDefaultInstance()
public ZooKeeperProtos.ReplicationPeer 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.ReplicationPeer> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasClusterkey()
required string clusterkey = 1;
clusterkey is the concatenation of the slave cluster's hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
hasClusterkey
in interface ZooKeeperProtos.ReplicationPeerOrBuilder
public String getClusterkey()
required string clusterkey = 1;
clusterkey is the concatenation of the slave cluster's hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
getClusterkey
in interface ZooKeeperProtos.ReplicationPeerOrBuilder
public com.google.protobuf.ByteString getClusterkeyBytes()
required string clusterkey = 1;
clusterkey is the concatenation of the slave cluster's hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
getClusterkeyBytes
in interface ZooKeeperProtos.ReplicationPeerOrBuilder
public boolean hasReplicationEndpointImpl()
optional string replicationEndpointImpl = 2;
hasReplicationEndpointImpl
in interface ZooKeeperProtos.ReplicationPeerOrBuilder
public String getReplicationEndpointImpl()
optional string replicationEndpointImpl = 2;
getReplicationEndpointImpl
in interface ZooKeeperProtos.ReplicationPeerOrBuilder
public com.google.protobuf.ByteString getReplicationEndpointImplBytes()
optional string replicationEndpointImpl = 2;
getReplicationEndpointImplBytes
in interface ZooKeeperProtos.ReplicationPeerOrBuilder
public List<HBaseProtos.BytesBytesPair> getDataList()
repeated .BytesBytesPair data = 3;
getDataList
in interface ZooKeeperProtos.ReplicationPeerOrBuilder
public List<? extends HBaseProtos.BytesBytesPairOrBuilder> getDataOrBuilderList()
repeated .BytesBytesPair data = 3;
getDataOrBuilderList
in interface ZooKeeperProtos.ReplicationPeerOrBuilder
public int getDataCount()
repeated .BytesBytesPair data = 3;
getDataCount
in interface ZooKeeperProtos.ReplicationPeerOrBuilder
public HBaseProtos.BytesBytesPair getData(int index)
repeated .BytesBytesPair data = 3;
getData
in interface ZooKeeperProtos.ReplicationPeerOrBuilder
public HBaseProtos.BytesBytesPairOrBuilder getDataOrBuilder(int index)
repeated .BytesBytesPair data = 3;
getDataOrBuilder
in interface ZooKeeperProtos.ReplicationPeerOrBuilder
public List<HBaseProtos.NameStringPair> getConfigurationList()
repeated .NameStringPair configuration = 4;
getConfigurationList
in interface ZooKeeperProtos.ReplicationPeerOrBuilder
public List<? extends HBaseProtos.NameStringPairOrBuilder> getConfigurationOrBuilderList()
repeated .NameStringPair configuration = 4;
getConfigurationOrBuilderList
in interface ZooKeeperProtos.ReplicationPeerOrBuilder
public int getConfigurationCount()
repeated .NameStringPair configuration = 4;
getConfigurationCount
in interface ZooKeeperProtos.ReplicationPeerOrBuilder
public HBaseProtos.NameStringPair getConfiguration(int index)
repeated .NameStringPair configuration = 4;
getConfiguration
in interface ZooKeeperProtos.ReplicationPeerOrBuilder
public HBaseProtos.NameStringPairOrBuilder getConfigurationOrBuilder(int index)
repeated .NameStringPair configuration = 4;
getConfigurationOrBuilder
in interface ZooKeeperProtos.ReplicationPeerOrBuilder
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.ReplicationPeer parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperProtos.ReplicationPeer parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperProtos.ReplicationPeer parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperProtos.ReplicationPeer parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperProtos.ReplicationPeer parseFrom(InputStream input) throws IOException
IOException
public static ZooKeeperProtos.ReplicationPeer parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ZooKeeperProtos.ReplicationPeer parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ZooKeeperProtos.ReplicationPeer parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ZooKeeperProtos.ReplicationPeer parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ZooKeeperProtos.ReplicationPeer parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ZooKeeperProtos.ReplicationPeer.Builder newBuilder()
public ZooKeeperProtos.ReplicationPeer.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ZooKeeperProtos.ReplicationPeer.Builder newBuilder(ZooKeeperProtos.ReplicationPeer prototype)
public ZooKeeperProtos.ReplicationPeer.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ZooKeeperProtos.ReplicationPeer.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.