Package | Description |
---|---|
org.apache.flume.source.scribe |
Modifier and Type | Field and Description |
---|---|
List<LogEntry> |
Scribe.Log_args.messages |
Modifier and Type | Method and Description |
---|---|
LogEntry |
LogEntry.deepCopy() |
LogEntry |
LogEntry.setCategory(String category) |
LogEntry |
LogEntry.setMessage(String message) |
Modifier and Type | Method and Description |
---|---|
List<LogEntry> |
Scribe.Log_args.getMessages() |
Iterator<LogEntry> |
Scribe.Log_args.getMessagesIterator() |
Modifier and Type | Method and Description |
---|---|
void |
Scribe.Log_args.addToMessages(LogEntry elem) |
int |
LogEntry.compareTo(LogEntry other) |
boolean |
LogEntry.equals(LogEntry that) |
Modifier and Type | Method and Description |
---|---|
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 resultHandler) |
void |
Scribe.AsyncClient.Log(List<LogEntry> messages,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
Scribe.Client.send_Log(List<LogEntry> messages) |
Scribe.Log_args |
Scribe.Log_args.setMessages(List<LogEntry> messages) |
Constructor and Description |
---|
LogEntry(LogEntry other)
Performs a deep copy on other.
|
Constructor and Description |
---|
Log_args(List<LogEntry> messages) |
Log_call(List<LogEntry> messages,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.