public static final class Replication.Status extends com.google.protobuf.GeneratedMessage implements Replication.StatusOrBuilder
Status| Modifier and Type | Class and Description |
|---|---|
static class |
Replication.Status.Builder
Protobuf type
Status |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
BEGIN_FIELD_NUMBER |
static int |
CLOSED_FIELD_NUMBER |
static int |
CREATEDTIME_FIELD_NUMBER |
static int |
END_FIELD_NUMBER |
static int |
INFINITEEND_FIELD_NUMBER |
static com.google.protobuf.Parser<Replication.Status> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
long |
getBegin()
optional int64 begin = 1 [default = 0]; |
boolean |
getClosed()
optional bool closed = 4 [default = false]; |
long |
getCreatedTime()
optional int64 createdTime = 5 [default = 0]; |
static Replication.Status |
getDefaultInstance() |
Replication.Status |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getEnd()
optional int64 end = 2 [default = 0]; |
boolean |
getInfiniteEnd()
optional bool infiniteEnd = 3 [default = false]; |
com.google.protobuf.Parser<Replication.Status> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasBegin()
optional int64 begin = 1 [default = 0]; |
boolean |
hasClosed()
optional bool closed = 4 [default = false]; |
boolean |
hasCreatedTime()
optional int64 createdTime = 5 [default = 0]; |
boolean |
hasEnd()
optional int64 end = 2 [default = 0]; |
boolean |
hasInfiniteEnd()
optional bool infiniteEnd = 3 [default = false]; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Replication.Status.Builder |
newBuilder() |
static Replication.Status.Builder |
newBuilder(Replication.Status prototype) |
Replication.Status.Builder |
newBuilderForType() |
protected Replication.Status.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Replication.Status |
parseDelimitedFrom(InputStream input) |
static Replication.Status |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Replication.Status |
parseFrom(byte[] data) |
static Replication.Status |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Replication.Status |
parseFrom(com.google.protobuf.ByteString data) |
static Replication.Status |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Replication.Status |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Replication.Status |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Replication.Status |
parseFrom(InputStream input) |
static Replication.Status |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Replication.Status.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<Replication.Status> PARSER
public static final int BEGIN_FIELD_NUMBER
public static final int END_FIELD_NUMBER
public static final int INFINITEEND_FIELD_NUMBER
public static final int CLOSED_FIELD_NUMBER
public static final int CREATEDTIME_FIELD_NUMBER
public static Replication.Status getDefaultInstance()
public Replication.Status getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<Replication.Status> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasBegin()
optional int64 begin = 1 [default = 0];
offset where replication should start
hasBegin in interface Replication.StatusOrBuilderpublic long getBegin()
optional int64 begin = 1 [default = 0];
offset where replication should start
getBegin in interface Replication.StatusOrBuilderpublic boolean hasEnd()
optional int64 end = 2 [default = 0];
offset where data is ready for replication
hasEnd in interface Replication.StatusOrBuilderpublic long getEnd()
optional int64 end = 2 [default = 0];
offset where data is ready for replication
getEnd in interface Replication.StatusOrBuilderpublic boolean hasInfiniteEnd()
optional bool infiniteEnd = 3 [default = false];
do we have a discrete 'end'
hasInfiniteEnd in interface Replication.StatusOrBuilderpublic boolean getInfiniteEnd()
optional bool infiniteEnd = 3 [default = false];
do we have a discrete 'end'
getInfiniteEnd in interface Replication.StatusOrBuilderpublic boolean hasClosed()
optional bool closed = 4 [default = false];
will more data be appended to the file
hasClosed in interface Replication.StatusOrBuilderpublic boolean getClosed()
optional bool closed = 4 [default = false];
will more data be appended to the file
getClosed in interface Replication.StatusOrBuilderpublic boolean hasCreatedTime()
optional int64 createdTime = 5 [default = 0];
when, in ms, was the file created?
hasCreatedTime in interface Replication.StatusOrBuilderpublic long getCreatedTime()
optional int64 createdTime = 5 [default = 0];
when, in ms, was the file created?
getCreatedTime in interface Replication.StatusOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static Replication.Status parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Replication.Status parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Replication.Status parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Replication.Status parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Replication.Status parseFrom(InputStream input) throws IOException
IOExceptionpublic static Replication.Status parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Replication.Status parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Replication.Status parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Replication.Status parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Replication.Status parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Replication.Status.Builder newBuilder()
public Replication.Status.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Replication.Status.Builder newBuilder(Replication.Status prototype)
public Replication.Status.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Replication.Status.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.