|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
public class ThriftTableOperationException
| Nested Class Summary | |
|---|---|
static class |
ThriftTableOperationException._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
| Field Summary | |
|---|---|
String |
description
|
static Map<ThriftTableOperationException._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
TableOperation |
op
|
String |
tableId
|
String |
tableName
|
TableOperationExceptionType |
type
|
| Constructor Summary | |
|---|---|
ThriftTableOperationException()
|
|
ThriftTableOperationException(String tableId,
String tableName,
TableOperation op,
TableOperationExceptionType type,
String description)
|
|
ThriftTableOperationException(ThriftTableOperationException other)
Performs a deep copy on other. |
|
| Method Summary | |
|---|---|
void |
clear()
|
int |
compareTo(ThriftTableOperationException other)
|
ThriftTableOperationException |
deepCopy()
|
boolean |
equals(Object that)
|
boolean |
equals(ThriftTableOperationException that)
|
ThriftTableOperationException._Fields |
fieldForId(int fieldId)
|
String |
getDescription()
|
Object |
getFieldValue(ThriftTableOperationException._Fields field)
|
TableOperation |
getOp()
|
String |
getTableId()
|
String |
getTableName()
|
TableOperationExceptionType |
getType()
|
int |
hashCode()
|
boolean |
isSet(ThriftTableOperationException._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise |
boolean |
isSetDescription()
Returns true if field description is set (has been assigned a value) and false otherwise |
boolean |
isSetOp()
Returns true if field op is set (has been assigned a value) and false otherwise |
boolean |
isSetTableId()
Returns true if field tableId is set (has been assigned a value) and false otherwise |
boolean |
isSetTableName()
Returns true if field tableName is set (has been assigned a value) and false otherwise |
boolean |
isSetType()
Returns true if field type is set (has been assigned a value) and false otherwise |
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
ThriftTableOperationException |
setDescription(String description)
|
void |
setDescriptionIsSet(boolean value)
|
void |
setFieldValue(ThriftTableOperationException._Fields field,
Object value)
|
ThriftTableOperationException |
setOp(TableOperation op)
|
void |
setOpIsSet(boolean value)
|
ThriftTableOperationException |
setTableId(String tableId)
|
void |
setTableIdIsSet(boolean value)
|
ThriftTableOperationException |
setTableName(String tableName)
|
void |
setTableNameIsSet(boolean value)
|
ThriftTableOperationException |
setType(TableOperationExceptionType type)
|
void |
setTypeIsSet(boolean value)
|
String |
toString()
|
void |
unsetDescription()
|
void |
unsetOp()
|
void |
unsetTableId()
|
void |
unsetTableName()
|
void |
unsetType()
|
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 |
|---|
public String tableId
public String tableName
public TableOperation op
TableOperationpublic TableOperationExceptionType type
TableOperationExceptionTypepublic String description
public static final Map<ThriftTableOperationException._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
| Constructor Detail |
|---|
public ThriftTableOperationException()
public ThriftTableOperationException(String tableId,
String tableName,
TableOperation op,
TableOperationExceptionType type,
String description)
public ThriftTableOperationException(ThriftTableOperationException other)
| Method Detail |
|---|
public ThriftTableOperationException deepCopy()
deepCopy in interface org.apache.thrift.TBase<ThriftTableOperationException,ThriftTableOperationException._Fields>public void clear()
clear in interface org.apache.thrift.TBase<ThriftTableOperationException,ThriftTableOperationException._Fields>public String getTableId()
public ThriftTableOperationException setTableId(String tableId)
public void unsetTableId()
public boolean isSetTableId()
public void setTableIdIsSet(boolean value)
public String getTableName()
public ThriftTableOperationException setTableName(String tableName)
public void unsetTableName()
public boolean isSetTableName()
public void setTableNameIsSet(boolean value)
public TableOperation getOp()
TableOperationpublic ThriftTableOperationException setOp(TableOperation op)
TableOperationpublic void unsetOp()
public boolean isSetOp()
public void setOpIsSet(boolean value)
public TableOperationExceptionType getType()
TableOperationExceptionTypepublic ThriftTableOperationException setType(TableOperationExceptionType type)
TableOperationExceptionTypepublic void unsetType()
public boolean isSetType()
public void setTypeIsSet(boolean value)
public String getDescription()
public ThriftTableOperationException setDescription(String description)
public void unsetDescription()
public boolean isSetDescription()
public void setDescriptionIsSet(boolean value)
public void setFieldValue(ThriftTableOperationException._Fields field,
Object value)
setFieldValue in interface org.apache.thrift.TBase<ThriftTableOperationException,ThriftTableOperationException._Fields>public Object getFieldValue(ThriftTableOperationException._Fields field)
getFieldValue in interface org.apache.thrift.TBase<ThriftTableOperationException,ThriftTableOperationException._Fields>public boolean isSet(ThriftTableOperationException._Fields field)
isSet in interface org.apache.thrift.TBase<ThriftTableOperationException,ThriftTableOperationException._Fields>public boolean equals(Object that)
equals in class Objectpublic boolean equals(ThriftTableOperationException that)
public int hashCode()
hashCode in class Objectpublic int compareTo(ThriftTableOperationException other)
compareTo in interface Comparable<ThriftTableOperationException>public ThriftTableOperationException._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<ThriftTableOperationException,ThriftTableOperationException._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<ThriftTableOperationException,ThriftTableOperationException._Fields>org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<ThriftTableOperationException,ThriftTableOperationException._Fields>org.apache.thrift.TExceptionpublic String toString()
toString in class Throwable
public void validate()
throws org.apache.thrift.TException
org.apache.thrift.TException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||