Uses of Class
org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationPeer.Builder

Packages that use ZooKeeperProtos.ReplicationPeer.Builder
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of ZooKeeperProtos.ReplicationPeer.Builder in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return ZooKeeperProtos.ReplicationPeer.Builder
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.addAllConfiguration(Iterable<? extends HBaseProtos.NameStringPair> values)
          repeated .NameStringPair configuration = 4;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.addAllData(Iterable<? extends HBaseProtos.BytesBytesPair> values)
          repeated .BytesBytesPair data = 3;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.addConfiguration(HBaseProtos.NameStringPair.Builder builderForValue)
          repeated .NameStringPair configuration = 4;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.addConfiguration(HBaseProtos.NameStringPair value)
          repeated .NameStringPair configuration = 4;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.addConfiguration(int index, HBaseProtos.NameStringPair.Builder builderForValue)
          repeated .NameStringPair configuration = 4;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.addConfiguration(int index, HBaseProtos.NameStringPair value)
          repeated .NameStringPair configuration = 4;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.addData(HBaseProtos.BytesBytesPair.Builder builderForValue)
          repeated .BytesBytesPair data = 3;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.addData(HBaseProtos.BytesBytesPair value)
          repeated .BytesBytesPair data = 3;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.addData(int index, HBaseProtos.BytesBytesPair.Builder builderForValue)
          repeated .BytesBytesPair data = 3;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.addData(int index, HBaseProtos.BytesBytesPair value)
          repeated .BytesBytesPair data = 3;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.clear()
           
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.clearClusterkey()
          required string clusterkey = 1;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.clearConfiguration()
          repeated .NameStringPair configuration = 4;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.clearData()
          repeated .BytesBytesPair data = 3;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.clearReplicationEndpointImpl()
          optional string replicationEndpointImpl = 2;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.clone()
           
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.mergeFrom(com.google.protobuf.Message other)
           
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.mergeFrom(ZooKeeperProtos.ReplicationPeer other)
           
static ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.newBuilder()
           
static ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.newBuilder(ZooKeeperProtos.ReplicationPeer prototype)
           
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.newBuilderForType()
           
protected  ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.removeConfiguration(int index)
          repeated .NameStringPair configuration = 4;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.removeData(int index)
          repeated .BytesBytesPair data = 3;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.setClusterkey(String value)
          required string clusterkey = 1;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.setClusterkeyBytes(com.google.protobuf.ByteString value)
          required string clusterkey = 1;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.setConfiguration(int index, HBaseProtos.NameStringPair.Builder builderForValue)
          repeated .NameStringPair configuration = 4;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.setConfiguration(int index, HBaseProtos.NameStringPair value)
          repeated .NameStringPair configuration = 4;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.setData(int index, HBaseProtos.BytesBytesPair.Builder builderForValue)
          repeated .BytesBytesPair data = 3;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.setData(int index, HBaseProtos.BytesBytesPair value)
          repeated .BytesBytesPair data = 3;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.setReplicationEndpointImpl(String value)
          optional string replicationEndpointImpl = 2;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.Builder.setReplicationEndpointImplBytes(com.google.protobuf.ByteString value)
          optional string replicationEndpointImpl = 2;
 ZooKeeperProtos.ReplicationPeer.Builder ZooKeeperProtos.ReplicationPeer.toBuilder()
           
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.