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, parseUnknownFieldpublic 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.MessageLiteOrBuilderpublic com.google.protobuf.Parser<ClusterStatusPB.ReplicationLoadSource> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageLitepublic boolean hasPeerID()
required string peerID = 1;hasPeerID in interface ClusterStatusPB.ReplicationLoadSourceOrBuilderpublic String getPeerID()
required string peerID = 1;getPeerID in interface ClusterStatusPB.ReplicationLoadSourceOrBuilderpublic com.google.protobuf.ByteString getPeerIDBytes()
required string peerID = 1;getPeerIDBytes in interface ClusterStatusPB.ReplicationLoadSourceOrBuilderpublic boolean hasAgeOfLastShippedOp()
required uint64 ageOfLastShippedOp = 2;hasAgeOfLastShippedOp in interface ClusterStatusPB.ReplicationLoadSourceOrBuilderpublic long getAgeOfLastShippedOp()
required uint64 ageOfLastShippedOp = 2;getAgeOfLastShippedOp in interface ClusterStatusPB.ReplicationLoadSourceOrBuilderpublic boolean hasSizeOfLogQueue()
required uint32 sizeOfLogQueue = 3;hasSizeOfLogQueue in interface ClusterStatusPB.ReplicationLoadSourceOrBuilderpublic int getSizeOfLogQueue()
required uint32 sizeOfLogQueue = 3;getSizeOfLogQueue in interface ClusterStatusPB.ReplicationLoadSourceOrBuilderpublic boolean hasTimeStampOfLastShippedOp()
required uint64 timeStampOfLastShippedOp = 4;hasTimeStampOfLastShippedOp in interface ClusterStatusPB.ReplicationLoadSourceOrBuilderpublic long getTimeStampOfLastShippedOp()
required uint64 timeStampOfLastShippedOp = 4;getTimeStampOfLastShippedOp in interface ClusterStatusPB.ReplicationLoadSourceOrBuilderpublic boolean hasReplicationLag()
required uint64 replicationLag = 5;hasReplicationLag in interface ClusterStatusPB.ReplicationLoadSourceOrBuilderpublic long getReplicationLag()
required uint64 replicationLag = 5;getReplicationLag in interface ClusterStatusPB.ReplicationLoadSourceOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLiteIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLiteprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageLiteObjectStreamExceptionpublic static ClusterStatusPB.ReplicationLoadSource parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusPB.ReplicationLoadSource parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusPB.ReplicationLoadSource parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusPB.ReplicationLoadSource parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusPB.ReplicationLoadSource parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClusterStatusPB.ReplicationLoadSource parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusPB.ReplicationLoadSource parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClusterStatusPB.ReplicationLoadSource parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusPB.ReplicationLoadSource parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClusterStatusPB.ReplicationLoadSource parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusPB.ReplicationLoadSource.Builder newBuilder()
public ClusterStatusPB.ReplicationLoadSource.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static ClusterStatusPB.ReplicationLoadSource.Builder newBuilder(ClusterStatusPB.ReplicationLoadSource prototype)
public ClusterStatusPB.ReplicationLoadSource.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLiteCopyright © 2010-2017, The Async HBase Authors