Uses of Class
org.apache.flume.channel.file.proto.ProtosFactory.ActiveLog

Packages that use ProtosFactory.ActiveLog
org.apache.flume.channel.file.proto   
 

Uses of ProtosFactory.ActiveLog in org.apache.flume.channel.file.proto
 

Fields in org.apache.flume.channel.file.proto with type parameters of type ProtosFactory.ActiveLog
static com.google.protobuf.Parser<ProtosFactory.ActiveLog> ProtosFactory.ActiveLog.PARSER
           
 

Methods in org.apache.flume.channel.file.proto that return ProtosFactory.ActiveLog
 ProtosFactory.ActiveLog ProtosFactory.ActiveLog.Builder.build()
           
 ProtosFactory.ActiveLog ProtosFactory.ActiveLog.Builder.buildPartial()
           
 ProtosFactory.ActiveLog ProtosFactory.CheckpointOrBuilder.getActiveLogs(int index)
          repeated .ActiveLog activeLogs = 5;
 ProtosFactory.ActiveLog ProtosFactory.Checkpoint.getActiveLogs(int index)
          repeated .ActiveLog activeLogs = 5;
 ProtosFactory.ActiveLog ProtosFactory.Checkpoint.Builder.getActiveLogs(int index)
          repeated .ActiveLog activeLogs = 5;
static ProtosFactory.ActiveLog ProtosFactory.ActiveLog.getDefaultInstance()
           
 ProtosFactory.ActiveLog ProtosFactory.ActiveLog.getDefaultInstanceForType()
           
 ProtosFactory.ActiveLog ProtosFactory.ActiveLog.Builder.getDefaultInstanceForType()
           
static ProtosFactory.ActiveLog ProtosFactory.ActiveLog.parseDelimitedFrom(InputStream input)
           
static ProtosFactory.ActiveLog ProtosFactory.ActiveLog.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtosFactory.ActiveLog ProtosFactory.ActiveLog.parseFrom(byte[] data)
           
static ProtosFactory.ActiveLog ProtosFactory.ActiveLog.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtosFactory.ActiveLog ProtosFactory.ActiveLog.parseFrom(com.google.protobuf.ByteString data)
           
static ProtosFactory.ActiveLog ProtosFactory.ActiveLog.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtosFactory.ActiveLog ProtosFactory.ActiveLog.parseFrom(com.google.protobuf.CodedInputStream input)
           
static ProtosFactory.ActiveLog ProtosFactory.ActiveLog.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtosFactory.ActiveLog ProtosFactory.ActiveLog.parseFrom(InputStream input)
           
static ProtosFactory.ActiveLog ProtosFactory.ActiveLog.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.flume.channel.file.proto that return types with arguments of type ProtosFactory.ActiveLog
 List<ProtosFactory.ActiveLog> ProtosFactory.CheckpointOrBuilder.getActiveLogsList()
          repeated .ActiveLog activeLogs = 5;
 List<ProtosFactory.ActiveLog> ProtosFactory.Checkpoint.getActiveLogsList()
          repeated .ActiveLog activeLogs = 5;
 List<ProtosFactory.ActiveLog> ProtosFactory.Checkpoint.Builder.getActiveLogsList()
          repeated .ActiveLog activeLogs = 5;
 com.google.protobuf.Parser<ProtosFactory.ActiveLog> ProtosFactory.ActiveLog.getParserForType()
           
 

Methods in org.apache.flume.channel.file.proto with parameters of type ProtosFactory.ActiveLog
 ProtosFactory.Checkpoint.Builder ProtosFactory.Checkpoint.Builder.addActiveLogs(int index, ProtosFactory.ActiveLog value)
          repeated .ActiveLog activeLogs = 5;
 ProtosFactory.Checkpoint.Builder ProtosFactory.Checkpoint.Builder.addActiveLogs(ProtosFactory.ActiveLog value)
          repeated .ActiveLog activeLogs = 5;
 ProtosFactory.ActiveLog.Builder ProtosFactory.ActiveLog.Builder.mergeFrom(ProtosFactory.ActiveLog other)
           
static ProtosFactory.ActiveLog.Builder ProtosFactory.ActiveLog.newBuilder(ProtosFactory.ActiveLog prototype)
           
 ProtosFactory.Checkpoint.Builder ProtosFactory.Checkpoint.Builder.setActiveLogs(int index, ProtosFactory.ActiveLog value)
          repeated .ActiveLog activeLogs = 5;
 

Method parameters in org.apache.flume.channel.file.proto with type arguments of type ProtosFactory.ActiveLog
 ProtosFactory.Checkpoint.Builder ProtosFactory.Checkpoint.Builder.addAllActiveLogs(Iterable<? extends ProtosFactory.ActiveLog> values)
          repeated .ActiveLog activeLogs = 5;
 



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