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

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

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

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClusterStatusProtos.ReplicationLoadSink.Builder
 ClusterStatusProtos.ReplicationLoadSink.Builder ClusterStatusProtos.ReplicationLoadSink.Builder.clear()
           
 ClusterStatusProtos.ReplicationLoadSink.Builder ClusterStatusProtos.ReplicationLoadSink.Builder.clearAgeOfLastAppliedOp()
          required uint64 ageOfLastAppliedOp = 1;
 ClusterStatusProtos.ReplicationLoadSink.Builder ClusterStatusProtos.ReplicationLoadSink.Builder.clearTimeStampsOfLastAppliedOp()
          required uint64 timeStampsOfLastAppliedOp = 2;
 ClusterStatusProtos.ReplicationLoadSink.Builder ClusterStatusProtos.ReplicationLoadSink.Builder.clone()
           
 ClusterStatusProtos.ReplicationLoadSink.Builder ClusterStatusProtos.ServerLoad.Builder.getReplLoadSinkBuilder()
          optional .ReplicationLoadSink replLoadSink = 11;
 ClusterStatusProtos.ReplicationLoadSink.Builder ClusterStatusProtos.ReplicationLoadSink.Builder.mergeFrom(ClusterStatusProtos.ReplicationLoadSink other)
           
 ClusterStatusProtos.ReplicationLoadSink.Builder ClusterStatusProtos.ReplicationLoadSink.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ClusterStatusProtos.ReplicationLoadSink.Builder ClusterStatusProtos.ReplicationLoadSink.Builder.mergeFrom(com.google.protobuf.Message other)
           
static ClusterStatusProtos.ReplicationLoadSink.Builder ClusterStatusProtos.ReplicationLoadSink.newBuilder()
           
static ClusterStatusProtos.ReplicationLoadSink.Builder ClusterStatusProtos.ReplicationLoadSink.newBuilder(ClusterStatusProtos.ReplicationLoadSink prototype)
           
 ClusterStatusProtos.ReplicationLoadSink.Builder ClusterStatusProtos.ReplicationLoadSink.newBuilderForType()
           
protected  ClusterStatusProtos.ReplicationLoadSink.Builder ClusterStatusProtos.ReplicationLoadSink.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 ClusterStatusProtos.ReplicationLoadSink.Builder ClusterStatusProtos.ReplicationLoadSink.Builder.setAgeOfLastAppliedOp(long value)
          required uint64 ageOfLastAppliedOp = 1;
 ClusterStatusProtos.ReplicationLoadSink.Builder ClusterStatusProtos.ReplicationLoadSink.Builder.setTimeStampsOfLastAppliedOp(long value)
          required uint64 timeStampsOfLastAppliedOp = 2;
 ClusterStatusProtos.ReplicationLoadSink.Builder ClusterStatusProtos.ReplicationLoadSink.toBuilder()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClusterStatusProtos.ReplicationLoadSink.Builder
 ClusterStatusProtos.ServerLoad.Builder ClusterStatusProtos.ServerLoad.Builder.setReplLoadSink(ClusterStatusProtos.ReplicationLoadSink.Builder builderForValue)
          optional .ReplicationLoadSink replLoadSink = 11;
 



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