Serialized Form


Package org.apache.flume

Class org.apache.flume.ChannelException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.apache.flume.EventDeliveryException extends Exception implements Serializable

serialVersionUID: 1102327497549834945L

Class org.apache.flume.FlumeException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.apache.flume.channel.jdbc

Class org.apache.flume.channel.jdbc.JdbcChannelException extends ChannelException implements Serializable

serialVersionUID: -5566109526732929679L


Package org.apache.flume.conf

Class org.apache.flume.conf.ConfigurationException extends FlumeException implements Serializable

serialVersionUID: 1L


Package org.apache.flume.lifecycle

Class org.apache.flume.lifecycle.LifecycleException extends Exception implements Serializable

serialVersionUID: 4689000562519155240L


Package org.apache.flume.source.http

Class org.apache.flume.source.http.HTTPBadRequestException extends FlumeException implements Serializable

serialVersionUID: -3540764742069390951L


Package org.apache.flume.thrift

Class org.apache.flume.thrift.ThriftFlumeEvent extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

headers

Map<K,V> headers

body

ByteBuffer body

Class org.apache.flume.thrift.ThriftSourceProtocol.append_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

event

ThriftFlumeEvent event

Class org.apache.flume.thrift.ThriftSourceProtocol.append_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

Status success
See Also:
Status

Class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

events

List<E> events

Class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

Status success
See Also:
Status



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