org.apache.flume.channel.file.proto
Interface ProtosFactory.LogFileMetaDataOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- ProtosFactory.LogFileMetaData, ProtosFactory.LogFileMetaData.Builder
- Enclosing class:
- ProtosFactory
public static interface ProtosFactory.LogFileMetaDataOrBuilder
- extends com.google.protobuf.MessageOrBuilder
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
isInitialized |
hasVersion
boolean hasVersion()
required sfixed32 version = 1;
getVersion
int getVersion()
required sfixed32 version = 1;
hasLogFileID
boolean hasLogFileID()
required sfixed32 logFileID = 2;
getLogFileID
int getLogFileID()
required sfixed32 logFileID = 2;
hasCheckpointPosition
boolean hasCheckpointPosition()
required sfixed64 checkpointPosition = 3;
getCheckpointPosition
long getCheckpointPosition()
required sfixed64 checkpointPosition = 3;
hasCheckpointWriteOrderID
boolean hasCheckpointWriteOrderID()
required sfixed64 checkpointWriteOrderID = 4;
getCheckpointWriteOrderID
long getCheckpointWriteOrderID()
required sfixed64 checkpointWriteOrderID = 4;
hasEncryption
boolean hasEncryption()
optional .LogFileEncryption encryption = 5;
getEncryption
ProtosFactory.LogFileEncryption getEncryption()
optional .LogFileEncryption encryption = 5;
getEncryptionOrBuilder
ProtosFactory.LogFileEncryptionOrBuilder getEncryptionOrBuilder()
optional .LogFileEncryption encryption = 5;
hasBackupCheckpointPosition
boolean hasBackupCheckpointPosition()
optional sfixed64 backupCheckpointPosition = 6;
getBackupCheckpointPosition
long getBackupCheckpointPosition()
optional sfixed64 backupCheckpointPosition = 6;
hasBackupCheckpointWriteOrderID
boolean hasBackupCheckpointWriteOrderID()
optional sfixed64 backupCheckpointWriteOrderID = 7;
getBackupCheckpointWriteOrderID
long getBackupCheckpointWriteOrderID()
optional sfixed64 backupCheckpointWriteOrderID = 7;
Copyright © 2009-2014 Apache Software Foundation. All Rights Reserved.