org.apache.flume.channel.file.proto
Interface ProtosFactory.ActiveLogOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProtosFactory.ActiveLog, ProtosFactory.ActiveLog.Builder
Enclosing class:
ProtosFactory

public static interface ProtosFactory.ActiveLogOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 int getCount()
          required sfixed32 count = 2;
 int getLogFileID()
          required sfixed32 logFileID = 1;
 boolean hasCount()
          required sfixed32 count = 2;
 boolean hasLogFileID()
          required sfixed32 logFileID = 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

hasLogFileID

boolean hasLogFileID()
required sfixed32 logFileID = 1;


getLogFileID

int getLogFileID()
required sfixed32 logFileID = 1;


hasCount

boolean hasCount()
required sfixed32 count = 2;


getCount

int getCount()
required sfixed32 count = 2;



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