public static final class ClusterStatusPB.ReplicationLoadSink.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.ReplicationLoadSink,ClusterStatusPB.ReplicationLoadSink.Builder> implements ClusterStatusPB.ReplicationLoadSinkOrBuilder
ReplicationLoadSink
public ClusterStatusPB.ReplicationLoadSink.Builder clear()
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.ReplicationLoadSink,ClusterStatusPB.ReplicationLoadSink.Builder>
public ClusterStatusPB.ReplicationLoadSink.Builder clone()
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.ReplicationLoadSink,ClusterStatusPB.ReplicationLoadSink.Builder>
public ClusterStatusPB.ReplicationLoadSink getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.ReplicationLoadSink,ClusterStatusPB.ReplicationLoadSink.Builder>
public ClusterStatusPB.ReplicationLoadSink build()
build
in interface com.google.protobuf.MessageLite.Builder
public ClusterStatusPB.ReplicationLoadSink buildPartial()
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ClusterStatusPB.ReplicationLoadSink.Builder mergeFrom(ClusterStatusPB.ReplicationLoadSink other)
mergeFrom
in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.ReplicationLoadSink,ClusterStatusPB.ReplicationLoadSink.Builder>
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public ClusterStatusPB.ReplicationLoadSink.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessageLite.Builder<ClusterStatusPB.ReplicationLoadSink.Builder>
IOException
public boolean hasAgeOfLastAppliedOp()
required uint64 ageOfLastAppliedOp = 1;
hasAgeOfLastAppliedOp
in interface ClusterStatusPB.ReplicationLoadSinkOrBuilder
public long getAgeOfLastAppliedOp()
required uint64 ageOfLastAppliedOp = 1;
getAgeOfLastAppliedOp
in interface ClusterStatusPB.ReplicationLoadSinkOrBuilder
public ClusterStatusPB.ReplicationLoadSink.Builder setAgeOfLastAppliedOp(long value)
required uint64 ageOfLastAppliedOp = 1;
public ClusterStatusPB.ReplicationLoadSink.Builder clearAgeOfLastAppliedOp()
required uint64 ageOfLastAppliedOp = 1;
public boolean hasTimeStampsOfLastAppliedOp()
required uint64 timeStampsOfLastAppliedOp = 2;
hasTimeStampsOfLastAppliedOp
in interface ClusterStatusPB.ReplicationLoadSinkOrBuilder
public long getTimeStampsOfLastAppliedOp()
required uint64 timeStampsOfLastAppliedOp = 2;
getTimeStampsOfLastAppliedOp
in interface ClusterStatusPB.ReplicationLoadSinkOrBuilder
public ClusterStatusPB.ReplicationLoadSink.Builder setTimeStampsOfLastAppliedOp(long value)
required uint64 timeStampsOfLastAppliedOp = 2;
public ClusterStatusPB.ReplicationLoadSink.Builder clearTimeStampsOfLastAppliedOp()
required uint64 timeStampsOfLastAppliedOp = 2;
Copyright © 2010-2017, The Async HBase Authors