org.apache.accumulo.proxy.thrift
Class MutationsRejectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.thrift.TException
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. |
msg
public String msg
metaDataMap
public static final Map<MutationsRejectedException._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
MutationsRejectedException
public MutationsRejectedException()
MutationsRejectedException
public MutationsRejectedException(String msg)
MutationsRejectedException
public MutationsRejectedException(MutationsRejectedException other)
- Performs a deep copy on other.
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.