@Generated(value="Autogenerated by Thrift Compiler (0.16.0)") @InterfaceAudience.Public @InterfaceStability.Stable public class ShowCompactRequest extends Object implements org.apache.thrift.TBase<ShowCompactRequest,ShowCompactRequest._Fields>, Serializable, Cloneable, Comparable<ShowCompactRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
ShowCompactRequest._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<ShowCompactRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
ShowCompactRequest() |
ShowCompactRequest(ShowCompactRequest other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(ShowCompactRequest other) |
ShowCompactRequest |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(ShowCompactRequest that) |
ShowCompactRequest._Fields |
fieldForId(int fieldId) |
String |
getDbName() |
Object |
getFieldValue(ShowCompactRequest._Fields field) |
long |
getId() |
long |
getLimit() |
String |
getOrder() |
String |
getPartName() |
String |
getPoolName() |
String |
getState() |
String |
getTbName() |
CompactionType |
getType() |
int |
hashCode() |
boolean |
isSet(ShowCompactRequest._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 |
isSetId()
Returns true if field id is set (has been assigned a value) and false otherwise
|
boolean |
isSetLimit()
Returns true if field limit is set (has been assigned a value) and false otherwise
|
boolean |
isSetOrder()
Returns true if field order is set (has been assigned a value) and false otherwise
|
boolean |
isSetPartName()
Returns true if field partName 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 |
isSetState()
Returns true if field state is set (has been assigned a value) and false otherwise
|
boolean |
isSetTbName()
Returns true if field tbName 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) |
void |
setDbName(String dbName) |
void |
setDbNameIsSet(boolean value) |
void |
setFieldValue(ShowCompactRequest._Fields field,
Object value) |
void |
setId(long id) |
void |
setIdIsSet(boolean value) |
void |
setLimit(long limit) |
void |
setLimitIsSet(boolean value) |
void |
setOrder(String order) |
void |
setOrderIsSet(boolean value) |
void |
setPartName(String partName) |
void |
setPartNameIsSet(boolean value) |
void |
setPoolName(String poolName) |
void |
setPoolNameIsSet(boolean value) |
void |
setState(String state) |
void |
setStateIsSet(boolean value) |
void |
setTbName(String tbName) |
void |
setTbNameIsSet(boolean value) |
void |
setType(CompactionType type) |
void |
setTypeIsSet(boolean value) |
String |
toString() |
void |
unsetDbName() |
void |
unsetId() |
void |
unsetLimit() |
void |
unsetOrder() |
void |
unsetPartName() |
void |
unsetPoolName() |
void |
unsetState() |
void |
unsetTbName() |
void |
unsetType() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<ShowCompactRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public ShowCompactRequest()
public ShowCompactRequest(ShowCompactRequest other)
public ShowCompactRequest deepCopy()
deepCopy in interface org.apache.thrift.TBase<ShowCompactRequest,ShowCompactRequest._Fields>public void clear()
clear in interface org.apache.thrift.TBase<ShowCompactRequest,ShowCompactRequest._Fields>public long getId()
public void setId(long id)
public void unsetId()
public boolean isSetId()
public void setIdIsSet(boolean value)
public String getPoolName()
public void setPoolName(String poolName)
public void unsetPoolName()
public boolean isSetPoolName()
public void setPoolNameIsSet(boolean value)
public String getDbName()
public void setDbName(String dbName)
public void unsetDbName()
public boolean isSetDbName()
public void setDbNameIsSet(boolean value)
public String getTbName()
public void setTbName(String tbName)
public void unsetTbName()
public boolean isSetTbName()
public void setTbNameIsSet(boolean value)
public String getPartName()
public void setPartName(String partName)
public void unsetPartName()
public boolean isSetPartName()
public void setPartNameIsSet(boolean value)
public CompactionType getType()
CompactionTypepublic void setType(CompactionType type)
CompactionTypepublic void unsetType()
public boolean isSetType()
public void setTypeIsSet(boolean value)
public String getState()
public void setState(String state)
public void unsetState()
public boolean isSetState()
public void setStateIsSet(boolean value)
public long getLimit()
public void setLimit(long limit)
public void unsetLimit()
public boolean isSetLimit()
public void setLimitIsSet(boolean value)
public String getOrder()
public void setOrder(String order)
public void unsetOrder()
public boolean isSetOrder()
public void setOrderIsSet(boolean value)
public void setFieldValue(ShowCompactRequest._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<ShowCompactRequest,ShowCompactRequest._Fields>public Object getFieldValue(ShowCompactRequest._Fields field)
getFieldValue in interface org.apache.thrift.TBase<ShowCompactRequest,ShowCompactRequest._Fields>public boolean isSet(ShowCompactRequest._Fields field)
isSet in interface org.apache.thrift.TBase<ShowCompactRequest,ShowCompactRequest._Fields>public boolean equals(ShowCompactRequest that)
public int compareTo(ShowCompactRequest other)
compareTo in interface Comparable<ShowCompactRequest>public ShowCompactRequest._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<ShowCompactRequest,ShowCompactRequest._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.