org.apache.accumulo.core.client.impl.thrift
public class ThriftTableOperationException extends org.apache.thrift.TException implements org.apache.thrift.TBase<ThriftTableOperationException,ThriftTableOperationException._Fields>, Serializable, Cloneable, Comparable<ThriftTableOperationException>
Modifier and Type | Class and Description |
---|---|
static class |
ThriftTableOperationException._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
String |
description |
static Map<ThriftTableOperationException._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
TableOperation |
op |
String |
tableId |
String |
tableName |
TableOperationExceptionType |
type |
Constructor and Description |
---|
ThriftTableOperationException() |
ThriftTableOperationException(String tableId,
String tableName,
TableOperation op,
TableOperationExceptionType type,
String description) |
ThriftTableOperationException(ThriftTableOperationException other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
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) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public String tableId
public String tableName
public TableOperation op
TableOperation
public TableOperationExceptionType type
TableOperationExceptionType
public String description
public static final Map<ThriftTableOperationException._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public ThriftTableOperationException()
public ThriftTableOperationException(String tableId, String tableName, TableOperation op, TableOperationExceptionType type, String description)
public ThriftTableOperationException(ThriftTableOperationException other)
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()
TableOperation
public ThriftTableOperationException setOp(TableOperation op)
TableOperation
public void unsetOp()
public boolean isSetOp()
public void setOpIsSet(boolean value)
public TableOperationExceptionType getType()
TableOperationExceptionType
public ThriftTableOperationException setType(TableOperationExceptionType type)
TableOperationExceptionType
public 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(ThriftTableOperationException that)
public 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.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.