public class NoMoreEntriesException extends org.apache.thrift.TException implements org.apache.thrift.TBase<NoMoreEntriesException,NoMoreEntriesException._Fields>, Serializable, Cloneable, Comparable<NoMoreEntriesException>
| Modifier and Type | Class and Description |
|---|---|
static class |
NoMoreEntriesException._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<NoMoreEntriesException._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
String |
msg |
| Constructor and Description |
|---|
NoMoreEntriesException() |
NoMoreEntriesException(NoMoreEntriesException other)
Performs a deep copy on other.
|
NoMoreEntriesException(String msg) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(NoMoreEntriesException other) |
NoMoreEntriesException |
deepCopy() |
boolean |
equals(NoMoreEntriesException that) |
boolean |
equals(Object that) |
NoMoreEntriesException._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(NoMoreEntriesException._Fields field) |
String |
getMsg() |
int |
hashCode() |
boolean |
isSet(NoMoreEntriesException._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(NoMoreEntriesException._Fields field,
Object value) |
NoMoreEntriesException |
setMsg(String msg) |
void |
setMsgIsSet(boolean value) |
String |
toString() |
void |
unsetMsg() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic String msg
public static final Map<NoMoreEntriesException._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public NoMoreEntriesException()
public NoMoreEntriesException(String msg)
public NoMoreEntriesException(NoMoreEntriesException other)
public NoMoreEntriesException deepCopy()
deepCopy in interface org.apache.thrift.TBase<NoMoreEntriesException,NoMoreEntriesException._Fields>public void clear()
clear in interface org.apache.thrift.TBase<NoMoreEntriesException,NoMoreEntriesException._Fields>public String getMsg()
public NoMoreEntriesException setMsg(String msg)
public void unsetMsg()
public boolean isSetMsg()
public void setMsgIsSet(boolean value)
public void setFieldValue(NoMoreEntriesException._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<NoMoreEntriesException,NoMoreEntriesException._Fields>public Object getFieldValue(NoMoreEntriesException._Fields field)
getFieldValue in interface org.apache.thrift.TBase<NoMoreEntriesException,NoMoreEntriesException._Fields>public boolean isSet(NoMoreEntriesException._Fields field)
isSet in interface org.apache.thrift.TBase<NoMoreEntriesException,NoMoreEntriesException._Fields>public boolean equals(NoMoreEntriesException that)
public int compareTo(NoMoreEntriesException other)
compareTo in interface Comparable<NoMoreEntriesException>public NoMoreEntriesException._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<NoMoreEntriesException,NoMoreEntriesException._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<NoMoreEntriesException,NoMoreEntriesException._Fields>org.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<NoMoreEntriesException,NoMoreEntriesException._Fields>org.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2015 Apache Accumulo Project. All rights reserved.