A B C D E F G H I J L M N O P R S T U V W

A

AbstractRpcClient - Class in org.apache.flume.api
 
AbstractRpcClient() - Constructor for class org.apache.flume.api.AbstractRpcClient
 
addToEvents(ThriftFlumeEvent) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
append(Event) - Method in class org.apache.flume.api.AbstractRpcClient
 
append(Event) - Method in class org.apache.flume.api.FailoverRpcClient
Tries to append an event to the currently connected client.
append(Event) - Method in class org.apache.flume.api.LoadBalancingRpcClient
 
append(Event) - Method in class org.apache.flume.api.NettyAvroRpcClient
 
append(Event) - Method in interface org.apache.flume.api.RpcClient
Send a single Event to the associated Flume source.
append(Event) - Method in class org.apache.flume.api.ThriftRpcClient
 
append(AvroFlumeEvent) - Method in interface org.apache.flume.source.avro.AvroSourceProtocol
 
append(AvroFlumeEvent, Callback<Status>) - Method in interface org.apache.flume.source.avro.AvroSourceProtocol.Callback
 
append(ThriftFlumeEvent, AsyncMethodCallback<ThriftSourceProtocol.AsyncClient.append_call>) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.AsyncClient
 
append(ThriftFlumeEvent, AsyncMethodCallback<ThriftSourceProtocol.AsyncClient.append_call>) - Method in interface org.apache.flume.thrift.ThriftSourceProtocol.AsyncIface
 
append(ThriftFlumeEvent) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.Client
 
append(ThriftFlumeEvent) - Method in interface org.apache.flume.thrift.ThriftSourceProtocol.Iface
 
appendBatch(List<Event>) - Method in class org.apache.flume.api.AbstractRpcClient
 
appendBatch(List<Event>) - Method in class org.apache.flume.api.FailoverRpcClient
Tries to append a list of events to the currently connected client.
appendBatch(List<Event>) - Method in class org.apache.flume.api.LoadBalancingRpcClient
 
appendBatch(List<Event>) - Method in class org.apache.flume.api.NettyAvroRpcClient
 
appendBatch(List<Event>) - Method in interface org.apache.flume.api.RpcClient
Send a list of events to the associated Flume source.
appendBatch(List<Event>) - Method in class org.apache.flume.api.ThriftRpcClient
 
appendBatch(List<AvroFlumeEvent>) - Method in interface org.apache.flume.source.avro.AvroSourceProtocol
 
appendBatch(List<AvroFlumeEvent>, Callback<Status>) - Method in interface org.apache.flume.source.avro.AvroSourceProtocol.Callback
 
appendBatch(List<ThriftFlumeEvent>, AsyncMethodCallback<ThriftSourceProtocol.AsyncClient.appendBatch_call>) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.AsyncClient
 
appendBatch(List<ThriftFlumeEvent>, AsyncMethodCallback<ThriftSourceProtocol.AsyncClient.appendBatch_call>) - Method in interface org.apache.flume.thrift.ThriftSourceProtocol.AsyncIface
 
appendBatch(List<ThriftFlumeEvent>) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.Client
 
appendBatch(List<ThriftFlumeEvent>) - Method in interface org.apache.flume.thrift.ThriftSourceProtocol.Iface
 
AvroFlumeEvent - Class in org.apache.flume.source.avro
 
AvroFlumeEvent() - Constructor for class org.apache.flume.source.avro.AvroFlumeEvent
Default constructor.
AvroFlumeEvent(Map<CharSequence, CharSequence>, ByteBuffer) - Constructor for class org.apache.flume.source.avro.AvroFlumeEvent
All-args constructor.
AvroFlumeEvent.Builder - Class in org.apache.flume.source.avro
RecordBuilder for AvroFlumeEvent instances.
AvroSourceProtocol - Interface in org.apache.flume.source.avro
 
AvroSourceProtocol.Callback - Interface in org.apache.flume.source.avro
 

B

batchSize - Variable in class org.apache.flume.api.AbstractRpcClient
 
body - Variable in class org.apache.flume.source.avro.AvroFlumeEvent
Deprecated. 
body - Variable in class org.apache.flume.thrift.ThriftFlumeEvent
 
bufferForBody() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
build() - Method in class org.apache.flume.source.avro.AvroFlumeEvent.Builder
 

C

clear() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
clear() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
clear() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
clear() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
clear() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
clearBody() - Method in class org.apache.flume.source.avro.AvroFlumeEvent.Builder
Clears the value of the 'body' field
clearHeaders() - Method in class org.apache.flume.source.avro.AvroFlumeEvent.Builder
Clears the value of the 'headers' field
close() - Method in class org.apache.flume.api.AbstractRpcClient
 
close() - Method in class org.apache.flume.api.FailoverRpcClient
Close the connection.
close() - Method in class org.apache.flume.api.LoadBalancingRpcClient
 
close() - Method in class org.apache.flume.api.NettyAvroRpcClient
 
close() - Method in interface org.apache.flume.api.RpcClient
Immediately closes the client so that it may no longer be used.
close() - Method in class org.apache.flume.api.ThriftRpcClient
 
compareTo(ThriftFlumeEvent) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
compareTo(ThriftSourceProtocol.append_args) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
compareTo(ThriftSourceProtocol.append_result) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
compareTo(ThriftSourceProtocol.appendBatch_args) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
compareTo(ThriftSourceProtocol.appendBatch_result) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
CONFIG_BACKOFF - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
CONFIG_BATCH_SIZE - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Configuration key used to specify the batch size.
CONFIG_CLIENT_TYPE - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Configuration key to specify the RpcClient type to be used.
CONFIG_COMPRESSION_LEVEL - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
CONFIG_COMPRESSION_TYPE - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
The following are const for the NettyAvro Client.
CONFIG_CONNECT_TIMEOUT - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Configuration key to specify connection timeout in milliseconds.
CONFIG_CONNECTION_POOL_SIZE - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Maximum number of connections each Thrift Rpc client can open to a given host.
CONFIG_EXCLUDE_PROTOCOLS - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
CONFIG_HOST_SELECTOR - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
The selector type used by the LoadBalancingRpcClient.
CONFIG_HOSTS - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Hosts configuration key to specify a space delimited list of named hosts.
CONFIG_HOSTS_PREFIX - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Hosts prefix to specify address of a particular named host.
CONFIG_MAX_ATTEMPTS - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Maximum attempts to be made by the FailoverRpcClient in case of failures.
CONFIG_MAX_BACKOFF - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
CONFIG_REQUEST_TIMEOUT - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Configuration key to specify request timeout in milliseconds.
CONFIG_SSL - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Configuration constants for SSL support
CONFIG_TRUST_ALL_CERTS - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
CONFIG_TRUSTSTORE - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
CONFIG_TRUSTSTORE_PASSWORD - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
CONFIG_TRUSTSTORE_TYPE - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
configure(Properties) - Method in class org.apache.flume.api.AbstractRpcClient
Configure the client using the given properties object.
configure(Properties) - Method in class org.apache.flume.api.FailoverRpcClient
 
configure(Properties) - Method in class org.apache.flume.api.LoadBalancingRpcClient
 
configure(Properties) - Method in class org.apache.flume.api.NettyAvroRpcClient
Configure the actual client using the properties.
configure(Properties) - Method in class org.apache.flume.api.ThriftRpcClient
 
connectTimeout - Variable in class org.apache.flume.api.AbstractRpcClient
 
createHostIterator() - Method in interface org.apache.flume.api.LoadBalancingRpcClient.HostSelector
 
createIterator() - Method in class org.apache.flume.util.OrderSelector
 
createIterator() - Method in class org.apache.flume.util.RandomOrderSelector
 
createIterator() - Method in class org.apache.flume.util.RoundRobinOrderSelector
 

D

deepCopy() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
deepCopy() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
deepCopy() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
deepCopy() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
deepCopy() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
DEFAULT_BACKOFF - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
DEFAULT_BATCH_SIZE - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Default batch size.
DEFAULT_CLIENT_TYPE - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
The default client type to be created if no explicit type is specified.
DEFAULT_COMPRESSION_LEVEL - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
DEFAULT_CONNECT_TIMEOUT_MILLIS - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Default connection, handshake, and initial request timeout in milliseconds.
DEFAULT_CONNECTION_POOL_SIZE - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
DEFAULT_REQUEST_TIMEOUT_MILLIS - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Default request timeout in milliseconds.

E

equals(Object) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
equals(ThriftFlumeEvent) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
equals(Object) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
equals(ThriftSourceProtocol.append_args) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
equals(Object) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
equals(ThriftSourceProtocol.append_result) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
equals(Object) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
equals(ThriftSourceProtocol.appendBatch_args) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
equals(Object) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
equals(ThriftSourceProtocol.appendBatch_result) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
Event - Interface in org.apache.flume
Basic representation of a data object in Flume.
event - Variable in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
EventBuilder - Class in org.apache.flume.event
 
EventBuilder() - Constructor for class org.apache.flume.event.EventBuilder
 
EventDeliveryException - Exception in org.apache.flume
An event delivery exception is raised whenever an Event fails to reach at least one of its intended (next-hop) destinations.
EventDeliveryException() - Constructor for exception org.apache.flume.EventDeliveryException
 
EventDeliveryException(String) - Constructor for exception org.apache.flume.EventDeliveryException
 
EventDeliveryException(String, Throwable) - Constructor for exception org.apache.flume.EventDeliveryException
 
EventDeliveryException(Throwable) - Constructor for exception org.apache.flume.EventDeliveryException
 
events - Variable in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 

F

FailoverRpcClient - Class in org.apache.flume.api
Avro/Netty implementation of RpcClient which supports failover.
FailoverRpcClient() - Constructor for class org.apache.flume.api.FailoverRpcClient
 
fieldForId(int) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
fieldForId(int) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
fieldForId(int) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
fieldForId(int) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
fieldForId(int) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
findByName(String) - Static method in enum org.apache.flume.thrift.ThriftFlumeEvent._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.flume.thrift.ThriftFlumeEvent._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.flume.thrift.ThriftFlumeEvent._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByValue(int) - Static method in enum org.apache.flume.thrift.Status
Find a the enum type by its integer value, as defined in the Thrift IDL.
FlumeException - Exception in org.apache.flume
Base class of all flume exceptions.
FlumeException(String) - Constructor for exception org.apache.flume.FlumeException
 
FlumeException(String, Throwable) - Constructor for exception org.apache.flume.FlumeException
 
FlumeException(Throwable) - Constructor for exception org.apache.flume.FlumeException
 

G

get(int) - Method in class org.apache.flume.source.avro.AvroFlumeEvent
 
getAsyncClient(TNonblockingTransport) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.AsyncClient.Factory
 
getBatchSize() - Method in class org.apache.flume.api.AbstractRpcClient
 
getBatchSize() - Method in interface org.apache.flume.api.RpcClient
Returns the maximum number of events that may be batched at once by appendBatch().
getBatchSize() - Method in class org.apache.flume.api.ThriftRpcClient
 
getBody() - Method in interface org.apache.flume.Event
Returns the raw byte array of the data contained in this event.
getBody() - Method in class org.apache.flume.event.JSONEvent
 
getBody() - Method in class org.apache.flume.event.SimpleEvent
 
getBody() - Method in class org.apache.flume.source.avro.AvroFlumeEvent.Builder
Gets the value of the 'body' field
getBody() - Method in class org.apache.flume.source.avro.AvroFlumeEvent
Gets the value of the 'body' field.
getBody() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
getClient(TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.Client.Factory
 
getClientClassName() - Method in enum org.apache.flume.api.RpcClientFactory.ClientType
 
getDefaultInstance(String, Integer) - Static method in class org.apache.flume.api.RpcClientFactory
Returns an instance of RpcClient connected to the specified hostname and port.
getDefaultInstance(String, Integer, Integer) - Static method in class org.apache.flume.api.RpcClientFactory
Returns an instance of RpcClient connected to the specified hostname and port with the specified batchSize.
getEvent() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
getEvents() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
getEventsIterator() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
getEventsSize() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
getFieldName() - Method in enum org.apache.flume.thrift.ThriftFlumeEvent._Fields
 
getFieldName() - Method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_args._Fields
 
getFieldName() - Method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_result._Fields
 
getFieldName() - Method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args._Fields
 
getFieldName() - Method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result._Fields
 
getFieldValue(ThriftFlumeEvent._Fields) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
getFieldValue(ThriftSourceProtocol.append_args._Fields) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
getFieldValue(ThriftSourceProtocol.append_result._Fields) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
getFieldValue(ThriftSourceProtocol.appendBatch_args._Fields) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
getFieldValue(ThriftSourceProtocol.appendBatch_result._Fields) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
getHeaders() - Method in interface org.apache.flume.Event
Returns a map of name-value pairs describing the data stored in the body.
getHeaders() - Method in class org.apache.flume.event.JSONEvent
 
getHeaders() - Method in class org.apache.flume.event.SimpleEvent
 
getHeaders() - Method in class org.apache.flume.source.avro.AvroFlumeEvent.Builder
Gets the value of the 'headers' field
getHeaders() - Method in class org.apache.flume.source.avro.AvroFlumeEvent
Gets the value of the 'headers' field.
getHeaders() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
getHeadersSize() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
getHostInfoList(Properties) - Static method in class org.apache.flume.api.HostInfo
 
getHostName() - Method in class org.apache.flume.api.HostInfo
 
getIndexList() - Method in class org.apache.flume.util.OrderSelector
 
getInstance(Properties) - Static method in class org.apache.flume.api.RpcClientFactory
Returns an instance of RpcClient, optionally with failover.
getInstance(File) - Static method in class org.apache.flume.api.RpcClientFactory
Delegates to RpcClientFactory.getInstance(Properties props), given a File path to a Properties file.
getInstance(String, Integer) - Static method in class org.apache.flume.api.RpcClientFactory
Deprecated.  
getInstance(String, Integer, Integer) - Static method in class org.apache.flume.api.RpcClientFactory
Deprecated.  
getLastConnectedServerAddress() - Method in class org.apache.flume.api.FailoverRpcClient
Get the last socket address this client connected to.
getMaxTimeOut() - Method in class org.apache.flume.util.OrderSelector
 
getMaxTries() - Method in class org.apache.flume.api.FailoverRpcClient
Get the maximum number of "failed" hosts the client will try to establish connection to before throwing an exception.
getObjects() - Method in class org.apache.flume.util.OrderSelector
Get the list of objects to be ordered.
getPortNumber() - Method in class org.apache.flume.api.HostInfo
 
getReferenceName() - Method in class org.apache.flume.api.HostInfo
 
getResult() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.AsyncClient.append_call
 
getResult() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.AsyncClient.appendBatch_call
 
getSchema() - Method in class org.apache.flume.source.avro.AvroFlumeEvent
 
getSuccess() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
getSuccess() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
getThriftFieldId() - Method in enum org.apache.flume.thrift.ThriftFlumeEvent._Fields
 
getThriftFieldId() - Method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_args._Fields
 
getThriftFieldId() - Method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_result._Fields
 
getThriftFieldId() - Method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args._Fields
 
getThriftFieldId() - Method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result._Fields
 
getThriftInstance(String, Integer, Integer) - Static method in class org.apache.flume.api.RpcClientFactory
Return an RpcClient that uses Thrift for communicating with the next hop.
getThriftInstance(String, Integer) - Static method in class org.apache.flume.api.RpcClientFactory
Return an RpcClient that uses Thrift for communicating with the next hop.
getThriftInstance(Properties) - Static method in class org.apache.flume.api.RpcClientFactory
Return an RpcClient that uses Thrift for communicating with the next hop.
getValue() - Method in enum org.apache.flume.thrift.Status
Get the integer value of this enum value, as defined in the Thrift IDL.

H

hasBody() - Method in class org.apache.flume.source.avro.AvroFlumeEvent.Builder
Checks whether the 'body' field has been set
hashCode() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
hashCode() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
hashCode() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
hashCode() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
hashCode() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
hasHeaders() - Method in class org.apache.flume.source.avro.AvroFlumeEvent.Builder
Checks whether the 'headers' field has been set
hasNext() - Method in class org.apache.flume.util.SpecificOrderIterator
 
headers - Variable in class org.apache.flume.source.avro.AvroFlumeEvent
Deprecated. 
headers - Variable in class org.apache.flume.thrift.ThriftFlumeEvent
 
HOST_SELECTOR_RANDOM - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
HOST_SELECTOR_ROUND_ROBIN - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
HostInfo - Class in org.apache.flume.api
A convenience class that holds the property reference name along with the hostname and port number of a specified host address.
HostInfo(String, String, int) - Constructor for class org.apache.flume.api.HostInfo
 

I

informFailure(HostInfo) - Method in interface org.apache.flume.api.LoadBalancingRpcClient.HostSelector
 
informFailure(T) - Method in class org.apache.flume.util.OrderSelector
Inform this class of the failure of an object so it can be backed off.
isActive() - Method in class org.apache.flume.api.AbstractRpcClient
 
isActive() - Method in class org.apache.flume.api.FailoverRpcClient
 
isActive() - Method in class org.apache.flume.api.LoadBalancingRpcClient
 
isActive() - Method in class org.apache.flume.api.NettyAvroRpcClient
 
isActive() - Method in interface org.apache.flume.api.RpcClient
Returns true if this object appears to be in a usable state, and it returns false if this object is permanently disabled.
isActive() - Method in class org.apache.flume.api.ThriftRpcClient
 
isSet(ThriftFlumeEvent._Fields) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ThriftSourceProtocol.append_args._Fields) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ThriftSourceProtocol.append_result._Fields) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ThriftSourceProtocol.appendBatch_args._Fields) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ThriftSourceProtocol.appendBatch_result._Fields) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSetBody() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
Returns true if field body is set (has been assigned a value) and false otherwise
isSetEvent() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
Returns true if field event is set (has been assigned a value) and false otherwise
isSetEvents() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
Returns true if field events is set (has been assigned a value) and false otherwise
isSetHeaders() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
Returns true if field headers is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
Returns true if field success is set (has been assigned a value) and false otherwise
isShouldBackOff() - Method in class org.apache.flume.util.OrderSelector
 

J

JSONEvent - Class in org.apache.flume.event
 
JSONEvent() - Constructor for class org.apache.flume.event.JSONEvent
 

L

LoadBalancingRpcClient - Class in org.apache.flume.api
An implementation of RpcClient interface that uses NettyAvroRpcClient instances to load-balance the requests over many different hosts.
LoadBalancingRpcClient() - Constructor for class org.apache.flume.api.LoadBalancingRpcClient
 
LoadBalancingRpcClient.HostSelector - Interface in org.apache.flume.api
 

M

MAX_IO_WORKERS - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Configuration constants for the NettyAvroRpcClient NioClientSocketChannelFactory
metaDataMap - Static variable in class org.apache.flume.thrift.ThriftFlumeEvent
 
metaDataMap - Static variable in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
metaDataMap - Static variable in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
metaDataMap - Static variable in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
metaDataMap - Static variable in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 

N

NettyAvroRpcClient - Class in org.apache.flume.api
Avro/Netty implementation of RpcClient.
NettyAvroRpcClient() - Constructor for class org.apache.flume.api.NettyAvroRpcClient
This constructor is intended to be called from RpcClientFactory.
newBuilder() - Static method in class org.apache.flume.source.avro.AvroFlumeEvent
Creates a new AvroFlumeEvent RecordBuilder
newBuilder(AvroFlumeEvent.Builder) - Static method in class org.apache.flume.source.avro.AvroFlumeEvent
Creates a new AvroFlumeEvent RecordBuilder by copying an existing Builder
newBuilder(AvroFlumeEvent) - Static method in class org.apache.flume.source.avro.AvroFlumeEvent
Creates a new AvroFlumeEvent RecordBuilder by copying an existing AvroFlumeEvent instance
next() - Method in class org.apache.flume.util.SpecificOrderIterator
 

O

OrderSelector<T> - Class in org.apache.flume.util
A basic implementation of an order selector that implements a simple exponential backoff algorithm.
OrderSelector(boolean) - Constructor for class org.apache.flume.util.OrderSelector
 
org.apache.flume - package org.apache.flume
 
org.apache.flume.api - package org.apache.flume.api
 
org.apache.flume.event - package org.apache.flume.event
 
org.apache.flume.source.avro - package org.apache.flume.source.avro
 
org.apache.flume.thrift - package org.apache.flume.thrift
 
org.apache.flume.util - package org.apache.flume.util
 

P

PROTOCOL - Static variable in interface org.apache.flume.source.avro.AvroSourceProtocol.Callback
 
PROTOCOL - Static variable in interface org.apache.flume.source.avro.AvroSourceProtocol
 
put(int, Object) - Method in class org.apache.flume.source.avro.AvroFlumeEvent
 
putToHeaders(String, String) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 

R

RandomOrderSelector<T> - Class in org.apache.flume.util
An implementation of OrderSelector which returns objects in random order.
RandomOrderSelector(boolean) - Constructor for class org.apache.flume.util.RandomOrderSelector
 
read(TProtocol) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
read(TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
read(TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
read(TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
read(TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
recv_append() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.Client
 
recv_appendBatch() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.Client
 
remove() - Method in class org.apache.flume.util.SpecificOrderIterator
 
requestTimeout - Variable in class org.apache.flume.api.AbstractRpcClient
 
RoundRobinOrderSelector<T> - Class in org.apache.flume.util
An implementation of OrderSelector which returns objects in round robin order.
RoundRobinOrderSelector(boolean) - Constructor for class org.apache.flume.util.RoundRobinOrderSelector
 
RpcClient - Interface in org.apache.flume.api
Public client interface for sending data to Flume.
RpcClientConfigurationConstants - Class in org.apache.flume.api
Configuration constants used by the RpcClient.
RpcClientFactory - Class in org.apache.flume.api
Factory class to construct Flume RPCClient implementations.
RpcClientFactory() - Constructor for class org.apache.flume.api.RpcClientFactory
 
RpcClientFactory.ClientType - Enum in org.apache.flume.api
 

S

SCHEMA$ - Static variable in class org.apache.flume.source.avro.AvroFlumeEvent
 
SCHEMA$ - Static variable in enum org.apache.flume.source.avro.Status
 
send_append(ThriftFlumeEvent) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.Client
 
send_appendBatch(List<ThriftFlumeEvent>) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.Client
 
setBody(byte[]) - Method in class org.apache.flume.event.JSONEvent
 
setBody(byte[]) - Method in interface org.apache.flume.Event
Sets the raw byte array of the data contained in this event.
setBody(byte[]) - Method in class org.apache.flume.event.SimpleEvent
 
setBody(ByteBuffer) - Method in class org.apache.flume.source.avro.AvroFlumeEvent.Builder
Sets the value of the 'body' field
setBody(ByteBuffer) - Method in class org.apache.flume.source.avro.AvroFlumeEvent
Sets the value of the 'body' field.
setBody(byte[]) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
setBody(ByteBuffer) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
setBodyIsSet(boolean) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
setCharset(String) - Method in class org.apache.flume.event.JSONEvent
 
setEvent(ThriftFlumeEvent) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
setEventIsSet(boolean) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
setEvents(List<ThriftFlumeEvent>) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
setEventsIsSet(boolean) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
setFieldValue(ThriftFlumeEvent._Fields, Object) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
setFieldValue(ThriftSourceProtocol.append_args._Fields, Object) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
setFieldValue(ThriftSourceProtocol.append_result._Fields, Object) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
setFieldValue(ThriftSourceProtocol.appendBatch_args._Fields, Object) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
setFieldValue(ThriftSourceProtocol.appendBatch_result._Fields, Object) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
setHeaders(Map<String, String>) - Method in class org.apache.flume.event.JSONEvent
 
setHeaders(Map<String, String>) - Method in interface org.apache.flume.Event
Set the event headers
setHeaders(Map<String, String>) - Method in class org.apache.flume.event.SimpleEvent
 
setHeaders(Map<CharSequence, CharSequence>) - Method in class org.apache.flume.source.avro.AvroFlumeEvent.Builder
Sets the value of the 'headers' field
setHeaders(Map<CharSequence, CharSequence>) - Method in class org.apache.flume.source.avro.AvroFlumeEvent
Sets the value of the 'headers' field.
setHeaders(Map<String, String>) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
setHeadersIsSet(boolean) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
setHosts(List<HostInfo>) - Method in interface org.apache.flume.api.LoadBalancingRpcClient.HostSelector
 
setMaxTimeOut(long) - Method in class org.apache.flume.util.OrderSelector
 
setObjects(List<T>) - Method in class org.apache.flume.util.OrderSelector
Set the list of objects which this class should return in order.
setSuccess(Status) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
setSuccess(Status) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
setSuccessIsSet(boolean) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
setSuccessIsSet(boolean) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
SimpleEvent - Class in org.apache.flume.event
 
SimpleEvent() - Constructor for class org.apache.flume.event.SimpleEvent
 
SpecificOrderIterator<T> - Class in org.apache.flume.util
A utility class that iterates over the given ordered list of items via the specified order array.
SpecificOrderIterator(int[], List<T>) - Constructor for class org.apache.flume.util.SpecificOrderIterator
 
Status - Enum in org.apache.flume.source.avro
 
Status - Enum in org.apache.flume.thrift
 
success - Variable in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
success - Variable in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 

T

ThriftFlumeEvent - Class in org.apache.flume.thrift
 
ThriftFlumeEvent() - Constructor for class org.apache.flume.thrift.ThriftFlumeEvent
 
ThriftFlumeEvent(Map<String, String>, ByteBuffer) - Constructor for class org.apache.flume.thrift.ThriftFlumeEvent
 
ThriftFlumeEvent(ThriftFlumeEvent) - Constructor for class org.apache.flume.thrift.ThriftFlumeEvent
Performs a deep copy on other.
ThriftFlumeEvent._Fields - Enum in org.apache.flume.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ThriftRpcClient - Class in org.apache.flume.api
 
ThriftRpcClient() - Constructor for class org.apache.flume.api.ThriftRpcClient
 
ThriftSourceProtocol - Class in org.apache.flume.thrift
 
ThriftSourceProtocol() - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol
 
ThriftSourceProtocol.append_args - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.append_args() - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
ThriftSourceProtocol.append_args(ThriftFlumeEvent) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
ThriftSourceProtocol.append_args(ThriftSourceProtocol.append_args) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.append_args
Performs a deep copy on other.
ThriftSourceProtocol.append_args._Fields - Enum in org.apache.flume.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ThriftSourceProtocol.append_result - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.append_result() - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
ThriftSourceProtocol.append_result(Status) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
ThriftSourceProtocol.append_result(ThriftSourceProtocol.append_result) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.append_result
Performs a deep copy on other.
ThriftSourceProtocol.append_result._Fields - Enum in org.apache.flume.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ThriftSourceProtocol.appendBatch_args - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.appendBatch_args() - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
ThriftSourceProtocol.appendBatch_args(List<ThriftFlumeEvent>) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
ThriftSourceProtocol.appendBatch_args(ThriftSourceProtocol.appendBatch_args) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
Performs a deep copy on other.
ThriftSourceProtocol.appendBatch_args._Fields - Enum in org.apache.flume.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ThriftSourceProtocol.appendBatch_result - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.appendBatch_result() - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
ThriftSourceProtocol.appendBatch_result(Status) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
ThriftSourceProtocol.appendBatch_result(ThriftSourceProtocol.appendBatch_result) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
Performs a deep copy on other.
ThriftSourceProtocol.appendBatch_result._Fields - Enum in org.apache.flume.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ThriftSourceProtocol.AsyncClient - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.AsyncClient
 
ThriftSourceProtocol.AsyncClient.append_call - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.AsyncClient.append_call(ThriftFlumeEvent, AsyncMethodCallback<ThriftSourceProtocol.AsyncClient.append_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.AsyncClient.append_call
 
ThriftSourceProtocol.AsyncClient.appendBatch_call - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.AsyncClient.appendBatch_call(List<ThriftFlumeEvent>, AsyncMethodCallback<ThriftSourceProtocol.AsyncClient.appendBatch_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.AsyncClient.appendBatch_call
 
ThriftSourceProtocol.AsyncClient.Factory - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.AsyncClient.Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.AsyncClient.Factory
 
ThriftSourceProtocol.AsyncIface - Interface in org.apache.flume.thrift
 
ThriftSourceProtocol.Client - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.Client(TProtocol) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.Client
 
ThriftSourceProtocol.Client(TProtocol, TProtocol) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.Client
 
ThriftSourceProtocol.Client.Factory - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.Client.Factory() - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.Client.Factory
 
ThriftSourceProtocol.Iface - Interface in org.apache.flume.thrift
 
ThriftSourceProtocol.Processor<I extends ThriftSourceProtocol.Iface> - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.Processor(I) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.Processor
 
ThriftSourceProtocol.Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.Processor
 
toString() - Method in class org.apache.flume.api.HostInfo
 
toString() - Method in class org.apache.flume.api.NettyAvroRpcClient
 
toString() - Method in class org.apache.flume.event.SimpleEvent
 
toString() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
toString() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
toString() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
toString() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
toString() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 

U

unsetBody() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
unsetEvent() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
unsetEvents() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
unsetHeaders() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
unsetSuccess() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
unsetSuccess() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 

V

validate() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
validate() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
validate() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
validate() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
validate() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
valueOf(String) - Static method in enum org.apache.flume.api.RpcClientFactory.ClientType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.source.avro.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.thrift.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.thrift.ThriftFlumeEvent._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result._Fields
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.flume.api.RpcClientFactory.ClientType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.source.avro.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.thrift.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.thrift.ThriftFlumeEvent._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.

W

withBody(byte[], Map<String, String>) - Static method in class org.apache.flume.event.EventBuilder
Instantiate an Event instance based on the provided body and headers.
withBody(byte[]) - Static method in class org.apache.flume.event.EventBuilder
 
withBody(String, Charset, Map<String, String>) - Static method in class org.apache.flume.event.EventBuilder
 
withBody(String, Charset) - Static method in class org.apache.flume.event.EventBuilder
 
write(TProtocol) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
write(TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
write(TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
write(TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
write(TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
write_args(TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.AsyncClient.append_call
 
write_args(TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.AsyncClient.appendBatch_call
 

A B C D E F G H I J L M N O P R S T U V W

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