@Generated(value="Autogenerated by Thrift Compiler (0.16.0)") @InterfaceAudience.Public @InterfaceStability.Stable public class CompactionInfoStruct extends Object implements org.apache.thrift.TBase<CompactionInfoStruct,CompactionInfoStruct._Fields>, Serializable, Cloneable, Comparable<CompactionInfoStruct>
| Modifier and Type | Class and Description |
|---|---|
static class |
CompactionInfoStruct._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<CompactionInfoStruct._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
CompactionInfoStruct() |
CompactionInfoStruct(CompactionInfoStruct other)
Performs a deep copy on other.
|
CompactionInfoStruct(long id,
String dbname,
String tablename,
CompactionType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(CompactionInfoStruct other) |
CompactionInfoStruct |
deepCopy() |
boolean |
equals(CompactionInfoStruct that) |
boolean |
equals(Object that) |
CompactionInfoStruct._Fields |
fieldForId(int fieldId) |
String |
getDbname() |
long |
getEnqueueTime() |
String |
getErrorMessage() |
Object |
getFieldValue(CompactionInfoStruct._Fields field) |
long |
getHighestWriteId() |
long |
getId() |
int |
getNumberOfBuckets() |
String |
getOrderByClause() |
String |
getPartitionname() |
String |
getPoolname() |
String |
getProperties() |
long |
getRetryRetention() |
String |
getRunas() |
long |
getStart() |
String |
getState() |
String |
getTablename() |
CompactionType |
getType() |
String |
getWorkerId() |
int |
hashCode() |
boolean |
isHasoldabort() |
boolean |
isSet(CompactionInfoStruct._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetDbname()
Returns true if field dbname is set (has been assigned a value) and false otherwise
|
boolean |
isSetEnqueueTime()
Returns true if field enqueueTime is set (has been assigned a value) and false otherwise
|
boolean |
isSetErrorMessage()
Returns true if field errorMessage is set (has been assigned a value) and false otherwise
|
boolean |
isSetHasoldabort()
Returns true if field hasoldabort is set (has been assigned a value) and false otherwise
|
boolean |
isSetHighestWriteId()
Returns true if field highestWriteId is set (has been assigned a value) and false otherwise
|
boolean |
isSetId()
Returns true if field id is set (has been assigned a value) and false otherwise
|
boolean |
isSetNumberOfBuckets()
Returns true if field numberOfBuckets is set (has been assigned a value) and false otherwise
|
boolean |
isSetOrderByClause()
Returns true if field orderByClause is set (has been assigned a value) and false otherwise
|
boolean |
isSetPartitionname()
Returns true if field partitionname is set (has been assigned a value) and false otherwise
|
boolean |
isSetPoolname()
Returns true if field poolname is set (has been assigned a value) and false otherwise
|
boolean |
isSetProperties()
Returns true if field properties is set (has been assigned a value) and false otherwise
|
boolean |
isSetRetryRetention()
Returns true if field retryRetention is set (has been assigned a value) and false otherwise
|
boolean |
isSetRunas()
Returns true if field runas is set (has been assigned a value) and false otherwise
|
boolean |
isSetStart()
Returns true if field start is set (has been assigned a value) and false otherwise
|
boolean |
isSetState()
Returns true if field state 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 |
isSetToomanyaborts()
Returns true if field toomanyaborts 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
|
boolean |
isSetWorkerId()
Returns true if field workerId is set (has been assigned a value) and false otherwise
|
boolean |
isToomanyaborts() |
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setDbname(String dbname) |
void |
setDbnameIsSet(boolean value) |
void |
setEnqueueTime(long enqueueTime) |
void |
setEnqueueTimeIsSet(boolean value) |
void |
setErrorMessage(String errorMessage) |
void |
setErrorMessageIsSet(boolean value) |
void |
setFieldValue(CompactionInfoStruct._Fields field,
Object value) |
void |
setHasoldabort(boolean hasoldabort) |
void |
setHasoldabortIsSet(boolean value) |
void |
setHighestWriteId(long highestWriteId) |
void |
setHighestWriteIdIsSet(boolean value) |
void |
setId(long id) |
void |
setIdIsSet(boolean value) |
void |
setNumberOfBuckets(int numberOfBuckets) |
void |
setNumberOfBucketsIsSet(boolean value) |
void |
setOrderByClause(String orderByClause) |
void |
setOrderByClauseIsSet(boolean value) |
void |
setPartitionname(String partitionname) |
void |
setPartitionnameIsSet(boolean value) |
void |
setPoolname(String poolname) |
void |
setPoolnameIsSet(boolean value) |
void |
setProperties(String properties) |
void |
setPropertiesIsSet(boolean value) |
void |
setRetryRetention(long retryRetention) |
void |
setRetryRetentionIsSet(boolean value) |
void |
setRunas(String runas) |
void |
setRunasIsSet(boolean value) |
void |
setStart(long start) |
void |
setStartIsSet(boolean value) |
void |
setState(String state) |
void |
setStateIsSet(boolean value) |
void |
setTablename(String tablename) |
void |
setTablenameIsSet(boolean value) |
void |
setToomanyaborts(boolean toomanyaborts) |
void |
setToomanyabortsIsSet(boolean value) |
void |
setType(CompactionType type) |
void |
setTypeIsSet(boolean value) |
void |
setWorkerId(String workerId) |
void |
setWorkerIdIsSet(boolean value) |
String |
toString() |
void |
unsetDbname() |
void |
unsetEnqueueTime() |
void |
unsetErrorMessage() |
void |
unsetHasoldabort() |
void |
unsetHighestWriteId() |
void |
unsetId() |
void |
unsetNumberOfBuckets() |
void |
unsetOrderByClause() |
void |
unsetPartitionname() |
void |
unsetPoolname() |
void |
unsetProperties() |
void |
unsetRetryRetention() |
void |
unsetRunas() |
void |
unsetStart() |
void |
unsetState() |
void |
unsetTablename() |
void |
unsetToomanyaborts() |
void |
unsetType() |
void |
unsetWorkerId() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<CompactionInfoStruct._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public CompactionInfoStruct()
public CompactionInfoStruct(long id,
String dbname,
String tablename,
CompactionType type)
public CompactionInfoStruct(CompactionInfoStruct other)
public CompactionInfoStruct deepCopy()
deepCopy in interface org.apache.thrift.TBase<CompactionInfoStruct,CompactionInfoStruct._Fields>public void clear()
clear in interface org.apache.thrift.TBase<CompactionInfoStruct,CompactionInfoStruct._Fields>public long getId()
public void setId(long id)
public void unsetId()
public boolean isSetId()
public void setIdIsSet(boolean value)
public String getDbname()
public void setDbname(String dbname)
public void unsetDbname()
public boolean isSetDbname()
public void setDbnameIsSet(boolean value)
public String getTablename()
public void setTablename(String tablename)
public void unsetTablename()
public boolean isSetTablename()
public void setTablenameIsSet(boolean value)
public String getPartitionname()
public void setPartitionname(String partitionname)
public void unsetPartitionname()
public boolean isSetPartitionname()
public void setPartitionnameIsSet(boolean value)
public CompactionType getType()
CompactionTypepublic void setType(CompactionType type)
CompactionTypepublic void unsetType()
public boolean isSetType()
public void setTypeIsSet(boolean value)
public String getRunas()
public void setRunas(String runas)
public void unsetRunas()
public boolean isSetRunas()
public void setRunasIsSet(boolean value)
public String getProperties()
public void setProperties(String properties)
public void unsetProperties()
public boolean isSetProperties()
public void setPropertiesIsSet(boolean value)
public boolean isToomanyaborts()
public void setToomanyaborts(boolean toomanyaborts)
public void unsetToomanyaborts()
public boolean isSetToomanyaborts()
public void setToomanyabortsIsSet(boolean value)
public String getState()
public void setState(String state)
public void unsetState()
public boolean isSetState()
public void setStateIsSet(boolean value)
public String getWorkerId()
public void setWorkerId(String workerId)
public void unsetWorkerId()
public boolean isSetWorkerId()
public void setWorkerIdIsSet(boolean value)
public long getStart()
public void setStart(long start)
public void unsetStart()
public boolean isSetStart()
public void setStartIsSet(boolean value)
public long getHighestWriteId()
public void setHighestWriteId(long highestWriteId)
public void unsetHighestWriteId()
public boolean isSetHighestWriteId()
public void setHighestWriteIdIsSet(boolean value)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public void unsetErrorMessage()
public boolean isSetErrorMessage()
public void setErrorMessageIsSet(boolean value)
public boolean isHasoldabort()
public void setHasoldabort(boolean hasoldabort)
public void unsetHasoldabort()
public boolean isSetHasoldabort()
public void setHasoldabortIsSet(boolean value)
public long getEnqueueTime()
public void setEnqueueTime(long enqueueTime)
public void unsetEnqueueTime()
public boolean isSetEnqueueTime()
public void setEnqueueTimeIsSet(boolean value)
public long getRetryRetention()
public void setRetryRetention(long retryRetention)
public void unsetRetryRetention()
public boolean isSetRetryRetention()
public void setRetryRetentionIsSet(boolean value)
public String getPoolname()
public void setPoolname(String poolname)
public void unsetPoolname()
public boolean isSetPoolname()
public void setPoolnameIsSet(boolean value)
public int getNumberOfBuckets()
public void setNumberOfBuckets(int numberOfBuckets)
public void unsetNumberOfBuckets()
public boolean isSetNumberOfBuckets()
public void setNumberOfBucketsIsSet(boolean value)
public String getOrderByClause()
public void setOrderByClause(String orderByClause)
public void unsetOrderByClause()
public boolean isSetOrderByClause()
public void setOrderByClauseIsSet(boolean value)
public void setFieldValue(CompactionInfoStruct._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<CompactionInfoStruct,CompactionInfoStruct._Fields>public Object getFieldValue(CompactionInfoStruct._Fields field)
getFieldValue in interface org.apache.thrift.TBase<CompactionInfoStruct,CompactionInfoStruct._Fields>public boolean isSet(CompactionInfoStruct._Fields field)
isSet in interface org.apache.thrift.TBase<CompactionInfoStruct,CompactionInfoStruct._Fields>public boolean equals(CompactionInfoStruct that)
public int compareTo(CompactionInfoStruct other)
compareTo in interface Comparable<CompactionInfoStruct>public CompactionInfoStruct._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<CompactionInfoStruct,CompactionInfoStruct._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.