com.cloudera.flume.handlers.thrift
Class ThriftFlumeEventServer.append_args

java.lang.Object
  extended by com.cloudera.flume.handlers.thrift.ThriftFlumeEventServer.append_args
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
ThriftFlumeEventServer

public static class ThriftFlumeEventServer.append_args
extends Object
implements Serializable, Cloneable

See Also:
Serialized Form

Nested Class Summary
static class ThriftFlumeEventServer.append_args._Fields
          The set of fields this struct contains, along with convenience methods for finding and manipulating them.
 
Field Summary
 ThriftFlumeEvent evt
           
static Map<ThriftFlumeEventServer.append_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
           
 
Constructor Summary
ThriftFlumeEventServer.append_args()
           
ThriftFlumeEventServer.append_args(ThriftFlumeEvent evt)
           
ThriftFlumeEventServer.append_args(ThriftFlumeEventServer.append_args other)
          Performs a deep copy on other.
 
Method Summary
 void clear()
           
 int compareTo(ThriftFlumeEventServer.append_args other)
           
 ThriftFlumeEventServer.append_args deepCopy()
           
 boolean equals(Object that)
           
 boolean equals(ThriftFlumeEventServer.append_args that)
           
 ThriftFlumeEventServer.append_args._Fields fieldForId(int fieldId)
           
 ThriftFlumeEvent getEvt()
           
 Object getFieldValue(ThriftFlumeEventServer.append_args._Fields field)
           
 int hashCode()
           
 boolean isSet(ThriftFlumeEventServer.append_args._Fields field)
          Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
 boolean isSetEvt()
          Returns true if field evt is set (has been assigned a value) and false otherwise
 void read(org.apache.thrift.protocol.TProtocol iprot)
           
 ThriftFlumeEventServer.append_args setEvt(ThriftFlumeEvent evt)
           
 void setEvtIsSet(boolean value)
           
 void setFieldValue(ThriftFlumeEventServer.append_args._Fields field, Object value)
           
 String toString()
           
 void unsetEvt()
           
 void validate()
           
 void write(org.apache.thrift.protocol.TProtocol oprot)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

evt

public ThriftFlumeEvent evt

metaDataMap

public static final Map<ThriftFlumeEventServer.append_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail

ThriftFlumeEventServer.append_args

public ThriftFlumeEventServer.append_args()

ThriftFlumeEventServer.append_args

public ThriftFlumeEventServer.append_args(ThriftFlumeEvent evt)

ThriftFlumeEventServer.append_args

public ThriftFlumeEventServer.append_args(ThriftFlumeEventServer.append_args other)
Performs a deep copy on other.

Method Detail

deepCopy

public ThriftFlumeEventServer.append_args deepCopy()

clear

public void clear()

getEvt

public ThriftFlumeEvent getEvt()

setEvt

public ThriftFlumeEventServer.append_args setEvt(ThriftFlumeEvent evt)

unsetEvt

public void unsetEvt()

isSetEvt

public boolean isSetEvt()
Returns true if field evt is set (has been assigned a value) and false otherwise


setEvtIsSet

public void setEvtIsSet(boolean value)

setFieldValue

public void setFieldValue(ThriftFlumeEventServer.append_args._Fields field,
                          Object value)

getFieldValue

public Object getFieldValue(ThriftFlumeEventServer.append_args._Fields field)

isSet

public boolean isSet(ThriftFlumeEventServer.append_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise


equals

public boolean equals(Object that)
Overrides:
equals in class Object

equals

public boolean equals(ThriftFlumeEventServer.append_args that)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(ThriftFlumeEventServer.append_args other)

fieldForId

public ThriftFlumeEventServer.append_args._Fields fieldForId(int fieldId)

read

public void read(org.apache.thrift.protocol.TProtocol iprot)
          throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

write

public void write(org.apache.thrift.protocol.TProtocol oprot)
           throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

toString

public String toString()
Overrides:
toString in class Object

validate

public void validate()
              throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException


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