Uses of Class
org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ReplicationLoadSource.Builder

Packages that use ClusterStatusProtos.ReplicationLoadSource.Builder
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of ClusterStatusProtos.ReplicationLoadSource.Builder in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClusterStatusProtos.ReplicationLoadSource.Builder
 ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ServerLoad.Builder.addReplLoadSourceBuilder()
          repeated .ReplicationLoadSource replLoadSource = 10;
 ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ServerLoad.Builder.addReplLoadSourceBuilder(int index)
          repeated .ReplicationLoadSource replLoadSource = 10;
 ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ReplicationLoadSource.Builder.clear()
           
 ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ReplicationLoadSource.Builder.clearAgeOfLastShippedOp()
          required uint64 ageOfLastShippedOp = 2;
 ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ReplicationLoadSource.Builder.clearPeerID()
          required string peerID = 1;
 ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ReplicationLoadSource.Builder.clearReplicationLag()
          required uint64 replicationLag = 5;
 ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ReplicationLoadSource.Builder.clearSizeOfLogQueue()
          required uint32 sizeOfLogQueue = 3;
 ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ReplicationLoadSource.Builder.clearTimeStampOfLastShippedOp()
          required uint64 timeStampOfLastShippedOp = 4;
 ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ReplicationLoadSource.Builder.clone()
           
 ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ServerLoad.Builder.getReplLoadSourceBuilder(int index)
          repeated .ReplicationLoadSource replLoadSource = 10;
 ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ReplicationLoadSource.Builder.mergeFrom(ClusterStatusProtos.ReplicationLoadSource other)
           
 ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ReplicationLoadSource.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ReplicationLoadSource.Builder.mergeFrom(com.google.protobuf.Message other)
           
static ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ReplicationLoadSource.newBuilder()
           
static ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ReplicationLoadSource.newBuilder(ClusterStatusProtos.ReplicationLoadSource prototype)
           
 ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ReplicationLoadSource.newBuilderForType()
           
protected  ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ReplicationLoadSource.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ReplicationLoadSource.Builder.setAgeOfLastShippedOp(long value)
          required uint64 ageOfLastShippedOp = 2;
 ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ReplicationLoadSource.Builder.setPeerID(String value)
          required string peerID = 1;
 ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ReplicationLoadSource.Builder.setPeerIDBytes(com.google.protobuf.ByteString value)
          required string peerID = 1;
 ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ReplicationLoadSource.Builder.setReplicationLag(long value)
          required uint64 replicationLag = 5;
 ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ReplicationLoadSource.Builder.setSizeOfLogQueue(int value)
          required uint32 sizeOfLogQueue = 3;
 ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ReplicationLoadSource.Builder.setTimeStampOfLastShippedOp(long value)
          required uint64 timeStampOfLastShippedOp = 4;
 ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ReplicationLoadSource.toBuilder()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ClusterStatusProtos.ReplicationLoadSource.Builder
 List<ClusterStatusProtos.ReplicationLoadSource.Builder> ClusterStatusProtos.ServerLoad.Builder.getReplLoadSourceBuilderList()
          repeated .ReplicationLoadSource replLoadSource = 10;
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClusterStatusProtos.ReplicationLoadSource.Builder
 ClusterStatusProtos.ServerLoad.Builder ClusterStatusProtos.ServerLoad.Builder.addReplLoadSource(ClusterStatusProtos.ReplicationLoadSource.Builder builderForValue)
          repeated .ReplicationLoadSource replLoadSource = 10;
 ClusterStatusProtos.ServerLoad.Builder ClusterStatusProtos.ServerLoad.Builder.addReplLoadSource(int index, ClusterStatusProtos.ReplicationLoadSource.Builder builderForValue)
          repeated .ReplicationLoadSource replLoadSource = 10;
 ClusterStatusProtos.ServerLoad.Builder ClusterStatusProtos.ServerLoad.Builder.setReplLoadSource(int index, ClusterStatusProtos.ReplicationLoadSource.Builder builderForValue)
          repeated .ReplicationLoadSource replLoadSource = 10;
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.