Uses of Class
org.apache.flume.source.scribe.LogEntry

Packages that use LogEntry
org.apache.flume.source.scribe   
 

Uses of LogEntry in org.apache.flume.source.scribe
 

Fields in org.apache.flume.source.scribe with type parameters of type LogEntry
 List<LogEntry> Scribe.Log_args.messages
           
 

Methods in org.apache.flume.source.scribe that return LogEntry
 LogEntry LogEntry.deepCopy()
           
 LogEntry LogEntry.setCategory(String category)
           
 LogEntry LogEntry.setMessage(String message)
           
 

Methods in org.apache.flume.source.scribe that return types with arguments of type LogEntry
 List<LogEntry> Scribe.Log_args.getMessages()
           
 Iterator<LogEntry> Scribe.Log_args.getMessagesIterator()
           
 

Methods in org.apache.flume.source.scribe with parameters of type LogEntry
 void Scribe.Log_args.addToMessages(LogEntry elem)
           
 int LogEntry.compareTo(LogEntry other)
           
 boolean LogEntry.equals(LogEntry that)
           
 

Method parameters in org.apache.flume.source.scribe with type arguments of type LogEntry
 ResultCode Scribe.Iface.Log(List<LogEntry> messages)
           
 ResultCode Scribe.Client.Log(List<LogEntry> messages)
           
 void Scribe.AsyncIface.Log(List<LogEntry> messages, org.apache.thrift.async.AsyncMethodCallback<Scribe.AsyncClient.Log_call> resultHandler)
           
 void Scribe.AsyncClient.Log(List<LogEntry> messages, org.apache.thrift.async.AsyncMethodCallback<Scribe.AsyncClient.Log_call> resultHandler)
           
 void Scribe.Client.send_Log(List<LogEntry> messages)
           
 Scribe.Log_args Scribe.Log_args.setMessages(List<LogEntry> messages)
           
 

Constructors in org.apache.flume.source.scribe with parameters of type LogEntry
LogEntry(LogEntry other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.flume.source.scribe with type arguments of type LogEntry
Scribe.AsyncClient.Log_call(List<LogEntry> messages, org.apache.thrift.async.AsyncMethodCallback<Scribe.AsyncClient.Log_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
Scribe.Log_args(List<LogEntry> messages)
           
 



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