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 getCheckpointPosition()
           
 long getCheckpointWriteOrderID()
           
 ProtosFactory.LogFileEncryption getEncryption()
           
 ProtosFactory.LogFileEncryptionOrBuilder getEncryptionOrBuilder()
           
 int getLogFileID()
           
 int getVersion()
           
 boolean hasCheckpointPosition()
           
 boolean hasCheckpointWriteOrderID()
           
 boolean hasEncryption()
           
 boolean hasLogFileID()
           
 boolean hasVersion()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasVersion

boolean hasVersion()

getVersion

int getVersion()

hasLogFileID

boolean hasLogFileID()

getLogFileID

int getLogFileID()

hasCheckpointPosition

boolean hasCheckpointPosition()

getCheckpointPosition

long getCheckpointPosition()

hasCheckpointWriteOrderID

boolean hasCheckpointWriteOrderID()

getCheckpointWriteOrderID

long getCheckpointWriteOrderID()

hasEncryption

boolean hasEncryption()

getEncryption

ProtosFactory.LogFileEncryption getEncryption()

getEncryptionOrBuilder

ProtosFactory.LogFileEncryptionOrBuilder getEncryptionOrBuilder()


Copyright © 2009-2012 Apache Software Foundation. All Rights Reserved.