public static final class ClusterStatusPB.ReplicationLoadSource extends com.google.protobuf.GeneratedMessageLite implements ClusterStatusPB.ReplicationLoadSourceOrBuilder
ReplicationLoadSource
Modifier and Type | Class and Description |
---|---|
static class |
ClusterStatusPB.ReplicationLoadSource.Builder
Protobuf type
ReplicationLoadSource |
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>
Modifier and Type | Field and Description |
---|---|
static int |
AGEOFLASTSHIPPEDOP_FIELD_NUMBER |
static com.google.protobuf.Parser<ClusterStatusPB.ReplicationLoadSource> |
PARSER |
static int |
PEERID_FIELD_NUMBER |
static int |
REPLICATIONLAG_FIELD_NUMBER |
static int |
SIZEOFLOGQUEUE_FIELD_NUMBER |
static int |
TIMESTAMPOFLASTSHIPPEDOP_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
long |
getAgeOfLastShippedOp()
required uint64 ageOfLastShippedOp = 2; |
static ClusterStatusPB.ReplicationLoadSource |
getDefaultInstance() |
ClusterStatusPB.ReplicationLoadSource |
getDefaultInstanceForType() |
com.google.protobuf.Parser<ClusterStatusPB.ReplicationLoadSource> |
getParserForType() |
String |
getPeerID()
required string peerID = 1; |
com.google.protobuf.ByteString |
getPeerIDBytes()
required string peerID = 1; |
long |
getReplicationLag()
required uint64 replicationLag = 5; |
int |
getSerializedSize() |
int |
getSizeOfLogQueue()
required uint32 sizeOfLogQueue = 3; |
long |
getTimeStampOfLastShippedOp()
required uint64 timeStampOfLastShippedOp = 4; |
boolean |
hasAgeOfLastShippedOp()
required uint64 ageOfLastShippedOp = 2; |
boolean |
hasPeerID()
required string peerID = 1; |
boolean |
hasReplicationLag()
required uint64 replicationLag = 5; |
boolean |
hasSizeOfLogQueue()
required uint32 sizeOfLogQueue = 3; |
boolean |
hasTimeStampOfLastShippedOp()
required uint64 timeStampOfLastShippedOp = 4; |
boolean |
isInitialized() |
static ClusterStatusPB.ReplicationLoadSource.Builder |
newBuilder() |
static ClusterStatusPB.ReplicationLoadSource.Builder |
newBuilder(ClusterStatusPB.ReplicationLoadSource prototype) |
ClusterStatusPB.ReplicationLoadSource.Builder |
newBuilderForType() |
static ClusterStatusPB.ReplicationLoadSource |
parseDelimitedFrom(InputStream input) |
static ClusterStatusPB.ReplicationLoadSource |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.ReplicationLoadSource |
parseFrom(byte[] data) |
static ClusterStatusPB.ReplicationLoadSource |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.ReplicationLoadSource |
parseFrom(com.google.protobuf.ByteString data) |
static ClusterStatusPB.ReplicationLoadSource |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.ReplicationLoadSource |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClusterStatusPB.ReplicationLoadSource |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.ReplicationLoadSource |
parseFrom(InputStream input) |
static ClusterStatusPB.ReplicationLoadSource |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClusterStatusPB.ReplicationLoadSource.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField
public static com.google.protobuf.Parser<ClusterStatusPB.ReplicationLoadSource> PARSER
public static final int PEERID_FIELD_NUMBER
public static final int AGEOFLASTSHIPPEDOP_FIELD_NUMBER
public static final int SIZEOFLOGQUEUE_FIELD_NUMBER
public static final int TIMESTAMPOFLASTSHIPPEDOP_FIELD_NUMBER
public static final int REPLICATIONLAG_FIELD_NUMBER
public static ClusterStatusPB.ReplicationLoadSource getDefaultInstance()
public ClusterStatusPB.ReplicationLoadSource getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
public com.google.protobuf.Parser<ClusterStatusPB.ReplicationLoadSource> getParserForType()
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageLite
public boolean hasPeerID()
required string peerID = 1;
hasPeerID
in interface ClusterStatusPB.ReplicationLoadSourceOrBuilder
public String getPeerID()
required string peerID = 1;
getPeerID
in interface ClusterStatusPB.ReplicationLoadSourceOrBuilder
public com.google.protobuf.ByteString getPeerIDBytes()
required string peerID = 1;
getPeerIDBytes
in interface ClusterStatusPB.ReplicationLoadSourceOrBuilder
public boolean hasAgeOfLastShippedOp()
required uint64 ageOfLastShippedOp = 2;
hasAgeOfLastShippedOp
in interface ClusterStatusPB.ReplicationLoadSourceOrBuilder
public long getAgeOfLastShippedOp()
required uint64 ageOfLastShippedOp = 2;
getAgeOfLastShippedOp
in interface ClusterStatusPB.ReplicationLoadSourceOrBuilder
public boolean hasSizeOfLogQueue()
required uint32 sizeOfLogQueue = 3;
hasSizeOfLogQueue
in interface ClusterStatusPB.ReplicationLoadSourceOrBuilder
public int getSizeOfLogQueue()
required uint32 sizeOfLogQueue = 3;
getSizeOfLogQueue
in interface ClusterStatusPB.ReplicationLoadSourceOrBuilder
public boolean hasTimeStampOfLastShippedOp()
required uint64 timeStampOfLastShippedOp = 4;
hasTimeStampOfLastShippedOp
in interface ClusterStatusPB.ReplicationLoadSourceOrBuilder
public long getTimeStampOfLastShippedOp()
required uint64 timeStampOfLastShippedOp = 4;
getTimeStampOfLastShippedOp
in interface ClusterStatusPB.ReplicationLoadSourceOrBuilder
public boolean hasReplicationLag()
required uint64 replicationLag = 5;
hasReplicationLag
in interface ClusterStatusPB.ReplicationLoadSourceOrBuilder
public long getReplicationLag()
required uint64 replicationLag = 5;
getReplicationLag
in interface ClusterStatusPB.ReplicationLoadSourceOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessageLite
ObjectStreamException
public static ClusterStatusPB.ReplicationLoadSource parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterStatusPB.ReplicationLoadSource parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterStatusPB.ReplicationLoadSource parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterStatusPB.ReplicationLoadSource parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterStatusPB.ReplicationLoadSource parseFrom(InputStream input) throws IOException
IOException
public static ClusterStatusPB.ReplicationLoadSource parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClusterStatusPB.ReplicationLoadSource parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ClusterStatusPB.ReplicationLoadSource parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClusterStatusPB.ReplicationLoadSource parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ClusterStatusPB.ReplicationLoadSource parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClusterStatusPB.ReplicationLoadSource.Builder newBuilder()
public ClusterStatusPB.ReplicationLoadSource.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ClusterStatusPB.ReplicationLoadSource.Builder newBuilder(ClusterStatusPB.ReplicationLoadSource prototype)
public ClusterStatusPB.ReplicationLoadSource.Builder toBuilder()
toBuilder
in interface com.google.protobuf.MessageLite
Copyright © 2010-2017, The Async HBase Authors