@Generated(value="Autogenerated by Thrift Compiler (0.11.0)", date="2019-01-29") public class THashStat extends java.lang.Object implements org.apache.thrift.TBase<THashStat,THashStat._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<THashStat>
Modifier and Type | Class and Description |
---|---|
static class |
THashStat._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
long |
BFree |
long |
bigBFree |
int |
bigPages |
int |
buckets |
int |
dup |
long |
dupFree |
int |
ffactor |
int |
free |
int |
magic |
static java.util.Map<THashStat._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
int |
metaFlags |
int |
numBlobs |
int |
numData |
int |
numKeys |
int |
overflows |
long |
ovflFree |
int |
pageCount |
int |
pageSize |
int |
version |
Constructor and Description |
---|
THashStat() |
THashStat(long BFree,
long bigBFree,
int bigPages,
int buckets,
int dup,
long dupFree,
int ffactor,
int free,
int magic,
int metaFlags,
int numBlobs,
int numData,
int numKeys,
int overflows,
long ovflFree,
int pageCount,
int pageSize,
int version) |
THashStat(THashStat other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(THashStat other) |
THashStat |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(THashStat that) |
THashStat._Fields |
fieldForId(int fieldId) |
long |
getBFree() |
long |
getBigBFree() |
int |
getBigPages() |
int |
getBuckets() |
int |
getDup() |
long |
getDupFree() |
int |
getFfactor() |
java.lang.Object |
getFieldValue(THashStat._Fields field) |
int |
getFree() |
int |
getMagic() |
int |
getMetaFlags() |
int |
getNumBlobs() |
int |
getNumData() |
int |
getNumKeys() |
int |
getOverflows() |
long |
getOvflFree() |
int |
getPageCount() |
int |
getPageSize() |
int |
getVersion() |
int |
hashCode() |
boolean |
isSet(THashStat._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetBFree()
Returns true if field BFree is set (has been assigned a value) and false otherwise
|
boolean |
isSetBigBFree()
Returns true if field bigBFree is set (has been assigned a value) and false otherwise
|
boolean |
isSetBigPages()
Returns true if field bigPages is set (has been assigned a value) and false otherwise
|
boolean |
isSetBuckets()
Returns true if field buckets is set (has been assigned a value) and false otherwise
|
boolean |
isSetDup()
Returns true if field dup is set (has been assigned a value) and false otherwise
|
boolean |
isSetDupFree()
Returns true if field dupFree is set (has been assigned a value) and false otherwise
|
boolean |
isSetFfactor()
Returns true if field ffactor is set (has been assigned a value) and false otherwise
|
boolean |
isSetFree()
Returns true if field free is set (has been assigned a value) and false otherwise
|
boolean |
isSetMagic()
Returns true if field magic is set (has been assigned a value) and false otherwise
|
boolean |
isSetMetaFlags()
Returns true if field metaFlags is set (has been assigned a value) and false otherwise
|
boolean |
isSetNumBlobs()
Returns true if field numBlobs is set (has been assigned a value) and false otherwise
|
boolean |
isSetNumData()
Returns true if field numData is set (has been assigned a value) and false otherwise
|
boolean |
isSetNumKeys()
Returns true if field numKeys is set (has been assigned a value) and false otherwise
|
boolean |
isSetOverflows()
Returns true if field overflows is set (has been assigned a value) and false otherwise
|
boolean |
isSetOvflFree()
Returns true if field ovflFree is set (has been assigned a value) and false otherwise
|
boolean |
isSetPageCount()
Returns true if field pageCount is set (has been assigned a value) and false otherwise
|
boolean |
isSetPageSize()
Returns true if field pageSize is set (has been assigned a value) and false otherwise
|
boolean |
isSetVersion()
Returns true if field version is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
THashStat |
setBFree(long BFree) |
void |
setBFreeIsSet(boolean value) |
THashStat |
setBigBFree(long bigBFree) |
void |
setBigBFreeIsSet(boolean value) |
THashStat |
setBigPages(int bigPages) |
void |
setBigPagesIsSet(boolean value) |
THashStat |
setBuckets(int buckets) |
void |
setBucketsIsSet(boolean value) |
THashStat |
setDup(int dup) |
THashStat |
setDupFree(long dupFree) |
void |
setDupFreeIsSet(boolean value) |
void |
setDupIsSet(boolean value) |
THashStat |
setFfactor(int ffactor) |
void |
setFfactorIsSet(boolean value) |
void |
setFieldValue(THashStat._Fields field,
java.lang.Object value) |
THashStat |
setFree(int free) |
void |
setFreeIsSet(boolean value) |
THashStat |
setMagic(int magic) |
void |
setMagicIsSet(boolean value) |
THashStat |
setMetaFlags(int metaFlags) |
void |
setMetaFlagsIsSet(boolean value) |
THashStat |
setNumBlobs(int numBlobs) |
void |
setNumBlobsIsSet(boolean value) |
THashStat |
setNumData(int numData) |
void |
setNumDataIsSet(boolean value) |
THashStat |
setNumKeys(int numKeys) |
void |
setNumKeysIsSet(boolean value) |
THashStat |
setOverflows(int overflows) |
void |
setOverflowsIsSet(boolean value) |
THashStat |
setOvflFree(long ovflFree) |
void |
setOvflFreeIsSet(boolean value) |
THashStat |
setPageCount(int pageCount) |
void |
setPageCountIsSet(boolean value) |
THashStat |
setPageSize(int pageSize) |
void |
setPageSizeIsSet(boolean value) |
THashStat |
setVersion(int version) |
void |
setVersionIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetBFree() |
void |
unsetBigBFree() |
void |
unsetBigPages() |
void |
unsetBuckets() |
void |
unsetDup() |
void |
unsetDupFree() |
void |
unsetFfactor() |
void |
unsetFree() |
void |
unsetMagic() |
void |
unsetMetaFlags() |
void |
unsetNumBlobs() |
void |
unsetNumData() |
void |
unsetNumKeys() |
void |
unsetOverflows() |
void |
unsetOvflFree() |
void |
unsetPageCount() |
void |
unsetPageSize() |
void |
unsetVersion() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public long BFree
public long bigBFree
public int bigPages
public int buckets
public int dup
public long dupFree
public int ffactor
public int free
public int magic
public int metaFlags
public int numBlobs
public int numData
public int numKeys
public int overflows
public long ovflFree
public int pageCount
public int pageSize
public int version
public static final java.util.Map<THashStat._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public THashStat()
public THashStat(long BFree, long bigBFree, int bigPages, int buckets, int dup, long dupFree, int ffactor, int free, int magic, int metaFlags, int numBlobs, int numData, int numKeys, int overflows, long ovflFree, int pageCount, int pageSize, int version)
public THashStat(THashStat other)
public THashStat deepCopy()
deepCopy
in interface org.apache.thrift.TBase<THashStat,THashStat._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<THashStat,THashStat._Fields>
public long getBFree()
public THashStat setBFree(long BFree)
public void unsetBFree()
public boolean isSetBFree()
public void setBFreeIsSet(boolean value)
public long getBigBFree()
public THashStat setBigBFree(long bigBFree)
public void unsetBigBFree()
public boolean isSetBigBFree()
public void setBigBFreeIsSet(boolean value)
public int getBigPages()
public THashStat setBigPages(int bigPages)
public void unsetBigPages()
public boolean isSetBigPages()
public void setBigPagesIsSet(boolean value)
public int getBuckets()
public THashStat setBuckets(int buckets)
public void unsetBuckets()
public boolean isSetBuckets()
public void setBucketsIsSet(boolean value)
public int getDup()
public THashStat setDup(int dup)
public void unsetDup()
public boolean isSetDup()
public void setDupIsSet(boolean value)
public long getDupFree()
public THashStat setDupFree(long dupFree)
public void unsetDupFree()
public boolean isSetDupFree()
public void setDupFreeIsSet(boolean value)
public int getFfactor()
public THashStat setFfactor(int ffactor)
public void unsetFfactor()
public boolean isSetFfactor()
public void setFfactorIsSet(boolean value)
public int getFree()
public THashStat setFree(int free)
public void unsetFree()
public boolean isSetFree()
public void setFreeIsSet(boolean value)
public int getMagic()
public THashStat setMagic(int magic)
public void unsetMagic()
public boolean isSetMagic()
public void setMagicIsSet(boolean value)
public int getMetaFlags()
public THashStat setMetaFlags(int metaFlags)
public void unsetMetaFlags()
public boolean isSetMetaFlags()
public void setMetaFlagsIsSet(boolean value)
public int getNumBlobs()
public THashStat setNumBlobs(int numBlobs)
public void unsetNumBlobs()
public boolean isSetNumBlobs()
public void setNumBlobsIsSet(boolean value)
public int getNumData()
public THashStat setNumData(int numData)
public void unsetNumData()
public boolean isSetNumData()
public void setNumDataIsSet(boolean value)
public int getNumKeys()
public THashStat setNumKeys(int numKeys)
public void unsetNumKeys()
public boolean isSetNumKeys()
public void setNumKeysIsSet(boolean value)
public int getOverflows()
public THashStat setOverflows(int overflows)
public void unsetOverflows()
public boolean isSetOverflows()
public void setOverflowsIsSet(boolean value)
public long getOvflFree()
public THashStat setOvflFree(long ovflFree)
public void unsetOvflFree()
public boolean isSetOvflFree()
public void setOvflFreeIsSet(boolean value)
public int getPageCount()
public THashStat setPageCount(int pageCount)
public void unsetPageCount()
public boolean isSetPageCount()
public void setPageCountIsSet(boolean value)
public int getPageSize()
public THashStat setPageSize(int pageSize)
public void unsetPageSize()
public boolean isSetPageSize()
public void setPageSizeIsSet(boolean value)
public int getVersion()
public THashStat setVersion(int version)
public void unsetVersion()
public boolean isSetVersion()
public void setVersionIsSet(boolean value)
public void setFieldValue(THashStat._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<THashStat,THashStat._Fields>
public java.lang.Object getFieldValue(THashStat._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<THashStat,THashStat._Fields>
public boolean isSet(THashStat._Fields field)
isSet
in interface org.apache.thrift.TBase<THashStat,THashStat._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(THashStat that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(THashStat other)
compareTo
in interface java.lang.Comparable<THashStat>
public THashStat._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<THashStat,THashStat._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TSerializable
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TSerializable
org.apache.thrift.TException
public java.lang.String toString()
toString
in class java.lang.Object
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.