|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.protobuf.AbstractMessageLite com.google.protobuf.AbstractMessage com.google.protobuf.GeneratedMessage org.apache.flume.channel.file.proto.ProtosFactory.Checkpoint
public static final class ProtosFactory.Checkpoint
Protobuf type Checkpoint
Nested Class Summary | |
---|---|
static class |
ProtosFactory.Checkpoint.Builder
Protobuf type Checkpoint |
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>, 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> |
Field Summary | |
---|---|
static int |
ACTIVELOGS_FIELD_NUMBER
|
static com.google.protobuf.Parser<ProtosFactory.Checkpoint> |
PARSER
|
static int |
QUEUEHEAD_FIELD_NUMBER
|
static int |
QUEUESIZE_FIELD_NUMBER
|
static int |
VERSION_FIELD_NUMBER
|
static int |
WRITEORDERID_FIELD_NUMBER
|
Fields inherited from class com.google.protobuf.GeneratedMessage |
---|
alwaysUseFieldBuilders |
Method Summary | |
---|---|
ProtosFactory.ActiveLog |
getActiveLogs(int index)
repeated .ActiveLog activeLogs = 5; |
int |
getActiveLogsCount()
repeated .ActiveLog activeLogs = 5; |
List<ProtosFactory.ActiveLog> |
getActiveLogsList()
repeated .ActiveLog activeLogs = 5; |
ProtosFactory.ActiveLogOrBuilder |
getActiveLogsOrBuilder(int index)
repeated .ActiveLog activeLogs = 5; |
List<? extends ProtosFactory.ActiveLogOrBuilder> |
getActiveLogsOrBuilderList()
repeated .ActiveLog activeLogs = 5; |
static ProtosFactory.Checkpoint |
getDefaultInstance()
|
ProtosFactory.Checkpoint |
getDefaultInstanceForType()
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor()
|
com.google.protobuf.Parser<ProtosFactory.Checkpoint> |
getParserForType()
|
int |
getQueueHead()
required sfixed32 queueHead = 4; |
int |
getQueueSize()
required sfixed32 queueSize = 3; |
int |
getSerializedSize()
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields()
|
int |
getVersion()
required sfixed32 version = 1; |
long |
getWriteOrderID()
required sfixed64 writeOrderID = 2; |
boolean |
hasQueueHead()
required sfixed32 queueHead = 4; |
boolean |
hasQueueSize()
required sfixed32 queueSize = 3; |
boolean |
hasVersion()
required sfixed32 version = 1; |
boolean |
hasWriteOrderID()
required sfixed64 writeOrderID = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable()
|
boolean |
isInitialized()
|
static ProtosFactory.Checkpoint.Builder |
newBuilder()
|
static ProtosFactory.Checkpoint.Builder |
newBuilder(ProtosFactory.Checkpoint prototype)
|
ProtosFactory.Checkpoint.Builder |
newBuilderForType()
|
protected ProtosFactory.Checkpoint.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
static ProtosFactory.Checkpoint |
parseDelimitedFrom(InputStream input)
|
static ProtosFactory.Checkpoint |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtosFactory.Checkpoint |
parseFrom(byte[] data)
|
static ProtosFactory.Checkpoint |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtosFactory.Checkpoint |
parseFrom(com.google.protobuf.ByteString data)
|
static ProtosFactory.Checkpoint |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtosFactory.Checkpoint |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static ProtosFactory.Checkpoint |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtosFactory.Checkpoint |
parseFrom(InputStream input)
|
static ProtosFactory.Checkpoint |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
ProtosFactory.Checkpoint.Builder |
toBuilder()
|
protected Object |
writeReplace()
|
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Methods inherited from class com.google.protobuf.GeneratedMessage |
---|
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField |
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 |
---|
toByteArray, toByteString, writeDelimitedTo, writeTo |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.google.protobuf.MessageOrBuilder |
---|
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField |
Methods inherited from interface com.google.protobuf.MessageLite |
---|
toByteArray, toByteString, writeDelimitedTo, writeTo |
Field Detail |
---|
public static com.google.protobuf.Parser<ProtosFactory.Checkpoint> PARSER
public static final int VERSION_FIELD_NUMBER
public static final int WRITEORDERID_FIELD_NUMBER
public static final int QUEUESIZE_FIELD_NUMBER
public static final int QUEUEHEAD_FIELD_NUMBER
public static final int ACTIVELOGS_FIELD_NUMBER
Method Detail |
---|
public static ProtosFactory.Checkpoint getDefaultInstance()
public ProtosFactory.Checkpoint getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<ProtosFactory.Checkpoint> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasVersion()
required sfixed32 version = 1;
hasVersion
in interface ProtosFactory.CheckpointOrBuilder
public int getVersion()
required sfixed32 version = 1;
getVersion
in interface ProtosFactory.CheckpointOrBuilder
public boolean hasWriteOrderID()
required sfixed64 writeOrderID = 2;
hasWriteOrderID
in interface ProtosFactory.CheckpointOrBuilder
public long getWriteOrderID()
required sfixed64 writeOrderID = 2;
getWriteOrderID
in interface ProtosFactory.CheckpointOrBuilder
public boolean hasQueueSize()
required sfixed32 queueSize = 3;
hasQueueSize
in interface ProtosFactory.CheckpointOrBuilder
public int getQueueSize()
required sfixed32 queueSize = 3;
getQueueSize
in interface ProtosFactory.CheckpointOrBuilder
public boolean hasQueueHead()
required sfixed32 queueHead = 4;
hasQueueHead
in interface ProtosFactory.CheckpointOrBuilder
public int getQueueHead()
required sfixed32 queueHead = 4;
getQueueHead
in interface ProtosFactory.CheckpointOrBuilder
public List<ProtosFactory.ActiveLog> getActiveLogsList()
repeated .ActiveLog activeLogs = 5;
getActiveLogsList
in interface ProtosFactory.CheckpointOrBuilder
public List<? extends ProtosFactory.ActiveLogOrBuilder> getActiveLogsOrBuilderList()
repeated .ActiveLog activeLogs = 5;
getActiveLogsOrBuilderList
in interface ProtosFactory.CheckpointOrBuilder
public int getActiveLogsCount()
repeated .ActiveLog activeLogs = 5;
getActiveLogsCount
in interface ProtosFactory.CheckpointOrBuilder
public ProtosFactory.ActiveLog getActiveLogs(int index)
repeated .ActiveLog activeLogs = 5;
getActiveLogs
in interface ProtosFactory.CheckpointOrBuilder
public ProtosFactory.ActiveLogOrBuilder getActiveLogsOrBuilder(int index)
repeated .ActiveLog activeLogs = 5;
getActiveLogsOrBuilder
in interface ProtosFactory.CheckpointOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static ProtosFactory.Checkpoint parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtosFactory.Checkpoint parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtosFactory.Checkpoint parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtosFactory.Checkpoint parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtosFactory.Checkpoint parseFrom(InputStream input) throws IOException
IOException
public static ProtosFactory.Checkpoint parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProtosFactory.Checkpoint parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ProtosFactory.Checkpoint parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProtosFactory.Checkpoint parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ProtosFactory.Checkpoint parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProtosFactory.Checkpoint.Builder newBuilder()
public ProtosFactory.Checkpoint.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ProtosFactory.Checkpoint.Builder newBuilder(ProtosFactory.Checkpoint prototype)
public ProtosFactory.Checkpoint.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ProtosFactory.Checkpoint.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |