Class Replication.Status
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessage
-
- org.apache.accumulo.server.replication.proto.Replication.Status
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable,Replication.StatusOrBuilder
- Enclosing class:
- Replication
public static final class Replication.Status extends com.google.protobuf.GeneratedMessage implements Replication.StatusOrBuilder
Protobuf typeStatus- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReplication.Status.BuilderProtobuf typeStatus-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, 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 extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static intBEGIN_FIELD_NUMBERstatic intCLOSED_FIELD_NUMBERstatic intCREATEDTIME_FIELD_NUMBERstatic intEND_FIELD_NUMBERstatic intINFINITEEND_FIELD_NUMBERstatic com.google.protobuf.Parser<Replication.Status>PARSER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetBegin()optional int64 begin = 1 [default = 0];booleangetClosed()optional bool closed = 4 [default = false];longgetCreatedTime()optional int64 createdTime = 5 [default = 0];static Replication.StatusgetDefaultInstance()Replication.StatusgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()longgetEnd()optional int64 end = 2 [default = 0];booleangetInfiniteEnd()optional bool infiniteEnd = 3 [default = false];com.google.protobuf.Parser<Replication.Status>getParserForType()intgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasBegin()optional int64 begin = 1 [default = 0];booleanhasClosed()optional bool closed = 4 [default = false];booleanhasCreatedTime()optional int64 createdTime = 5 [default = 0];booleanhasEnd()optional int64 end = 2 [default = 0];booleanhasInfiniteEnd()optional bool infiniteEnd = 3 [default = false];protected com.google.protobuf.GeneratedMessage.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Replication.Status.BuildernewBuilder()static Replication.Status.BuildernewBuilder(Replication.Status prototype)Replication.Status.BuildernewBuilderForType()protected Replication.Status.BuildernewBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)static Replication.StatusparseDelimitedFrom(InputStream input)static Replication.StatusparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Replication.StatusparseFrom(byte[] data)static Replication.StatusparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Replication.StatusparseFrom(com.google.protobuf.ByteString data)static Replication.StatusparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Replication.StatusparseFrom(com.google.protobuf.CodedInputStream input)static Replication.StatusparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Replication.StatusparseFrom(InputStream input)static Replication.StatusparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Replication.Status.BuildertoBuilder()protected ObjectwriteReplace()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessage
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
PARSER
public static final com.google.protobuf.Parser<Replication.Status> PARSER
-
BEGIN_FIELD_NUMBER
public static final int BEGIN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
END_FIELD_NUMBER
public static final int END_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INFINITEEND_FIELD_NUMBER
public static final int INFINITEEND_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CLOSED_FIELD_NUMBER
public static final int CLOSED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATEDTIME_FIELD_NUMBER
public static final int CREATEDTIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDefaultInstance
public static Replication.Status getDefaultInstance()
-
getDefaultInstanceForType
public Replication.Status getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessage
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage
-
getParserForType
public com.google.protobuf.Parser<Replication.Status> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
hasBegin
public boolean hasBegin()
optional int64 begin = 1 [default = 0];offset where replication should start
- Specified by:
hasBeginin interfaceReplication.StatusOrBuilder
-
getBegin
public long getBegin()
optional int64 begin = 1 [default = 0];offset where replication should start
- Specified by:
getBeginin interfaceReplication.StatusOrBuilder
-
hasEnd
public boolean hasEnd()
optional int64 end = 2 [default = 0];offset where data is ready for replication
- Specified by:
hasEndin interfaceReplication.StatusOrBuilder
-
getEnd
public long getEnd()
optional int64 end = 2 [default = 0];offset where data is ready for replication
- Specified by:
getEndin interfaceReplication.StatusOrBuilder
-
hasInfiniteEnd
public boolean hasInfiniteEnd()
optional bool infiniteEnd = 3 [default = false];do we have a discrete 'end'
- Specified by:
hasInfiniteEndin interfaceReplication.StatusOrBuilder
-
getInfiniteEnd
public boolean getInfiniteEnd()
optional bool infiniteEnd = 3 [default = false];do we have a discrete 'end'
- Specified by:
getInfiniteEndin interfaceReplication.StatusOrBuilder
-
hasClosed
public boolean hasClosed()
optional bool closed = 4 [default = false];will more data be appended to the file
- Specified by:
hasClosedin interfaceReplication.StatusOrBuilder
-
getClosed
public boolean getClosed()
optional bool closed = 4 [default = false];will more data be appended to the file
- Specified by:
getClosedin interfaceReplication.StatusOrBuilder
-
hasCreatedTime
public boolean hasCreatedTime()
optional int64 createdTime = 5 [default = 0];when, in ms, was the file created?
- Specified by:
hasCreatedTimein interfaceReplication.StatusOrBuilder
-
getCreatedTime
public long getCreatedTime()
optional int64 createdTime = 5 [default = 0];when, in ms, was the file created?
- Specified by:
getCreatedTimein interfaceReplication.StatusOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessage- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessage
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Overrides:
writeReplacein classcom.google.protobuf.GeneratedMessage- Throws:
ObjectStreamException
-
parseFrom
public static Replication.Status parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Replication.Status parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Replication.Status parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Replication.Status parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Replication.Status parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Replication.Status parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Replication.Status parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Replication.Status parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Replication.Status parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Replication.Status parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilder
public static Replication.Status.Builder newBuilder()
-
newBuilderForType
public Replication.Status.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Replication.Status.Builder newBuilder(Replication.Status prototype)
-
toBuilder
public Replication.Status.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Replication.Status.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessage
-
-