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


Method Summary
 long getBackupCheckpointPosition()
          optional sfixed64 backupCheckpointPosition = 6;
 long getBackupCheckpointWriteOrderID()
          optional sfixed64 backupCheckpointWriteOrderID = 7;
 long getCheckpointPosition()
          required sfixed64 checkpointPosition = 3;
 long getCheckpointWriteOrderID()
          required sfixed64 checkpointWriteOrderID = 4;
 ProtosFactory.LogFileEncryption getEncryption()
          optional .LogFileEncryption encryption = 5;
 ProtosFactory.LogFileEncryptionOrBuilder getEncryptionOrBuilder()
          optional .LogFileEncryption encryption = 5;
 int getLogFileID()
          required sfixed32 logFileID = 2;
 int getVersion()
          required sfixed32 version = 1;
 boolean hasBackupCheckpointPosition()
          optional sfixed64 backupCheckpointPosition = 6;
 boolean hasBackupCheckpointWriteOrderID()
          optional sfixed64 backupCheckpointWriteOrderID = 7;
 boolean hasCheckpointPosition()
          required sfixed64 checkpointPosition = 3;
 boolean hasCheckpointWriteOrderID()
          required sfixed64 checkpointWriteOrderID = 4;
 boolean hasEncryption()
          optional .LogFileEncryption encryption = 5;
 boolean hasLogFileID()
          required sfixed32 logFileID = 2;
 boolean hasVersion()
          required sfixed32 version = 1;
 
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
 

Method Detail

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-2015 Apache Software Foundation. All Rights Reserved.