org.apache.accumulo.proxy.thrift
Class MutationsRejectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.thrift.TException
              extended by org.apache.accumulo.proxy.thrift.MutationsRejectedException
All Implemented Interfaces:
Serializable, Cloneable, Comparable<MutationsRejectedException>, org.apache.thrift.TBase<MutationsRejectedException,MutationsRejectedException._Fields>

public class MutationsRejectedException
extends org.apache.thrift.TException
implements org.apache.thrift.TBase<MutationsRejectedException,MutationsRejectedException._Fields>, Serializable, Cloneable

See Also:
Serialized Form

Nested Class Summary
static class MutationsRejectedException._Fields
          The set of fields this struct contains, along with convenience methods for finding and manipulating them.
 
Field Summary
static Map<MutationsRejectedException._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
           
 String msg
           
 
Constructor Summary
MutationsRejectedException()
           
MutationsRejectedException(MutationsRejectedException other)
          Performs a deep copy on other.
MutationsRejectedException(String msg)
           
 
Method Summary
 void clear()
           
 int compareTo(MutationsRejectedException other)
           
 MutationsRejectedException deepCopy()
           
 boolean equals(MutationsRejectedException that)
           
 boolean equals(Object that)
           
 MutationsRejectedException._Fields fieldForId(int fieldId)
           
 Object getFieldValue(MutationsRejectedException._Fields field)
           
 String getMsg()
           
 int hashCode()
           
 boolean isSet(MutationsRejectedException._Fields field)
          Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
 boolean isSetMsg()
          Returns true if field msg is set (has been assigned a value) and false otherwise
 void read(org.apache.thrift.protocol.TProtocol iprot)
           
 void setFieldValue(MutationsRejectedException._Fields field, Object value)
           
 MutationsRejectedException setMsg(String msg)
           
 void setMsgIsSet(boolean value)
           
 String toString()
           
 void unsetMsg()
           
 void validate()
           
 void write(org.apache.thrift.protocol.TProtocol oprot)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

msg

public String msg

metaDataMap

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

MutationsRejectedException

public MutationsRejectedException()

MutationsRejectedException

public MutationsRejectedException(String msg)

MutationsRejectedException

public MutationsRejectedException(MutationsRejectedException other)
Performs a deep copy on other.

Method Detail

deepCopy

public MutationsRejectedException deepCopy()
Specified by:
deepCopy in interface org.apache.thrift.TBase<MutationsRejectedException,MutationsRejectedException._Fields>

clear

public void clear()
Specified by:
clear in interface org.apache.thrift.TBase<MutationsRejectedException,MutationsRejectedException._Fields>

getMsg

public String getMsg()

setMsg

public MutationsRejectedException setMsg(String msg)

unsetMsg

public void unsetMsg()

isSetMsg

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


setMsgIsSet

public void setMsgIsSet(boolean value)

setFieldValue

public void setFieldValue(MutationsRejectedException._Fields field,
                          Object value)
Specified by:
setFieldValue in interface org.apache.thrift.TBase<MutationsRejectedException,MutationsRejectedException._Fields>

getFieldValue

public Object getFieldValue(MutationsRejectedException._Fields field)
Specified by:
getFieldValue in interface org.apache.thrift.TBase<MutationsRejectedException,MutationsRejectedException._Fields>

isSet

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

Specified by:
isSet in interface org.apache.thrift.TBase<MutationsRejectedException,MutationsRejectedException._Fields>

equals

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

equals

public boolean equals(MutationsRejectedException that)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(MutationsRejectedException other)
Specified by:
compareTo in interface Comparable<MutationsRejectedException>

fieldForId

public MutationsRejectedException._Fields fieldForId(int fieldId)
Specified by:
fieldForId in interface org.apache.thrift.TBase<MutationsRejectedException,MutationsRejectedException._Fields>

read

public void read(org.apache.thrift.protocol.TProtocol iprot)
          throws org.apache.thrift.TException
Specified by:
read in interface org.apache.thrift.TBase<MutationsRejectedException,MutationsRejectedException._Fields>
Throws:
org.apache.thrift.TException

write

public void write(org.apache.thrift.protocol.TProtocol oprot)
           throws org.apache.thrift.TException
Specified by:
write in interface org.apache.thrift.TBase<MutationsRejectedException,MutationsRejectedException._Fields>
Throws:
org.apache.thrift.TException

toString

public String toString()
Overrides:
toString in class Throwable

validate

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


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.