@Generated(value="Autogenerated by Thrift Compiler (0.11.0)", date="2019-01-29") public class TBtreeStat extends java.lang.Object implements org.apache.thrift.TBase<TBtreeStat,TBtreeStat._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<TBtreeStat>
Modifier and Type | Class and Description |
---|---|
static class |
TBtreeStat._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
int |
dupPages |
long |
dupPagesFree |
int |
emptyPages |
int |
free |
int |
intPages |
long |
intPagesFree |
int |
leafPages |
long |
leafPagesFree |
int |
levels |
int |
magic |
static java.util.Map<TBtreeStat._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
int |
metaFlags |
int |
minKey |
int |
numBlobs |
int |
numData |
int |
numKeys |
int |
overPages |
long |
overPagesFree |
int |
pageCount |
int |
pageSize |
int |
reLen |
int |
rePad |
int |
version |
Constructor and Description |
---|
TBtreeStat() |
TBtreeStat(int dupPages,
long dupPagesFree,
int emptyPages,
int free,
int intPages,
long intPagesFree,
int leafPages,
long leafPagesFree,
int levels,
int magic,
int metaFlags,
int minKey,
int numBlobs,
int numData,
int numKeys,
int overPages,
long overPagesFree,
int pageCount,
int pageSize,
int reLen,
int rePad,
int version) |
TBtreeStat(TBtreeStat other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(TBtreeStat other) |
TBtreeStat |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(TBtreeStat that) |
TBtreeStat._Fields |
fieldForId(int fieldId) |
int |
getDupPages() |
long |
getDupPagesFree() |
int |
getEmptyPages() |
java.lang.Object |
getFieldValue(TBtreeStat._Fields field) |
int |
getFree() |
int |
getIntPages() |
long |
getIntPagesFree() |
int |
getLeafPages() |
long |
getLeafPagesFree() |
int |
getLevels() |
int |
getMagic() |
int |
getMetaFlags() |
int |
getMinKey() |
int |
getNumBlobs() |
int |
getNumData() |
int |
getNumKeys() |
int |
getOverPages() |
long |
getOverPagesFree() |
int |
getPageCount() |
int |
getPageSize() |
int |
getReLen() |
int |
getRePad() |
int |
getVersion() |
int |
hashCode() |
boolean |
isSet(TBtreeStat._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetDupPages()
Returns true if field dupPages is set (has been assigned a value) and false otherwise
|
boolean |
isSetDupPagesFree()
Returns true if field dupPagesFree is set (has been assigned a value) and false otherwise
|
boolean |
isSetEmptyPages()
Returns true if field emptyPages 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 |
isSetIntPages()
Returns true if field intPages is set (has been assigned a value) and false otherwise
|
boolean |
isSetIntPagesFree()
Returns true if field intPagesFree is set (has been assigned a value) and false otherwise
|
boolean |
isSetLeafPages()
Returns true if field leafPages is set (has been assigned a value) and false otherwise
|
boolean |
isSetLeafPagesFree()
Returns true if field leafPagesFree is set (has been assigned a value) and false otherwise
|
boolean |
isSetLevels()
Returns true if field levels 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 |
isSetMinKey()
Returns true if field minKey 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 |
isSetOverPages()
Returns true if field overPages is set (has been assigned a value) and false otherwise
|
boolean |
isSetOverPagesFree()
Returns true if field overPagesFree 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 |
isSetReLen()
Returns true if field reLen is set (has been assigned a value) and false otherwise
|
boolean |
isSetRePad()
Returns true if field rePad 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) |
TBtreeStat |
setDupPages(int dupPages) |
TBtreeStat |
setDupPagesFree(long dupPagesFree) |
void |
setDupPagesFreeIsSet(boolean value) |
void |
setDupPagesIsSet(boolean value) |
TBtreeStat |
setEmptyPages(int emptyPages) |
void |
setEmptyPagesIsSet(boolean value) |
void |
setFieldValue(TBtreeStat._Fields field,
java.lang.Object value) |
TBtreeStat |
setFree(int free) |
void |
setFreeIsSet(boolean value) |
TBtreeStat |
setIntPages(int intPages) |
TBtreeStat |
setIntPagesFree(long intPagesFree) |
void |
setIntPagesFreeIsSet(boolean value) |
void |
setIntPagesIsSet(boolean value) |
TBtreeStat |
setLeafPages(int leafPages) |
TBtreeStat |
setLeafPagesFree(long leafPagesFree) |
void |
setLeafPagesFreeIsSet(boolean value) |
void |
setLeafPagesIsSet(boolean value) |
TBtreeStat |
setLevels(int levels) |
void |
setLevelsIsSet(boolean value) |
TBtreeStat |
setMagic(int magic) |
void |
setMagicIsSet(boolean value) |
TBtreeStat |
setMetaFlags(int metaFlags) |
void |
setMetaFlagsIsSet(boolean value) |
TBtreeStat |
setMinKey(int minKey) |
void |
setMinKeyIsSet(boolean value) |
TBtreeStat |
setNumBlobs(int numBlobs) |
void |
setNumBlobsIsSet(boolean value) |
TBtreeStat |
setNumData(int numData) |
void |
setNumDataIsSet(boolean value) |
TBtreeStat |
setNumKeys(int numKeys) |
void |
setNumKeysIsSet(boolean value) |
TBtreeStat |
setOverPages(int overPages) |
TBtreeStat |
setOverPagesFree(long overPagesFree) |
void |
setOverPagesFreeIsSet(boolean value) |
void |
setOverPagesIsSet(boolean value) |
TBtreeStat |
setPageCount(int pageCount) |
void |
setPageCountIsSet(boolean value) |
TBtreeStat |
setPageSize(int pageSize) |
void |
setPageSizeIsSet(boolean value) |
TBtreeStat |
setReLen(int reLen) |
void |
setReLenIsSet(boolean value) |
TBtreeStat |
setRePad(int rePad) |
void |
setRePadIsSet(boolean value) |
TBtreeStat |
setVersion(int version) |
void |
setVersionIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetDupPages() |
void |
unsetDupPagesFree() |
void |
unsetEmptyPages() |
void |
unsetFree() |
void |
unsetIntPages() |
void |
unsetIntPagesFree() |
void |
unsetLeafPages() |
void |
unsetLeafPagesFree() |
void |
unsetLevels() |
void |
unsetMagic() |
void |
unsetMetaFlags() |
void |
unsetMinKey() |
void |
unsetNumBlobs() |
void |
unsetNumData() |
void |
unsetNumKeys() |
void |
unsetOverPages() |
void |
unsetOverPagesFree() |
void |
unsetPageCount() |
void |
unsetPageSize() |
void |
unsetReLen() |
void |
unsetRePad() |
void |
unsetVersion() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public int dupPages
public long dupPagesFree
public int emptyPages
public int free
public int intPages
public long intPagesFree
public int leafPages
public long leafPagesFree
public int levels
public int magic
public int metaFlags
public int minKey
public int numBlobs
public int numData
public int numKeys
public int overPages
public long overPagesFree
public int pageCount
public int pageSize
public int reLen
public int rePad
public int version
public static final java.util.Map<TBtreeStat._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public TBtreeStat()
public TBtreeStat(int dupPages, long dupPagesFree, int emptyPages, int free, int intPages, long intPagesFree, int leafPages, long leafPagesFree, int levels, int magic, int metaFlags, int minKey, int numBlobs, int numData, int numKeys, int overPages, long overPagesFree, int pageCount, int pageSize, int reLen, int rePad, int version)
public TBtreeStat(TBtreeStat other)
public TBtreeStat deepCopy()
deepCopy
in interface org.apache.thrift.TBase<TBtreeStat,TBtreeStat._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<TBtreeStat,TBtreeStat._Fields>
public int getDupPages()
public TBtreeStat setDupPages(int dupPages)
public void unsetDupPages()
public boolean isSetDupPages()
public void setDupPagesIsSet(boolean value)
public long getDupPagesFree()
public TBtreeStat setDupPagesFree(long dupPagesFree)
public void unsetDupPagesFree()
public boolean isSetDupPagesFree()
public void setDupPagesFreeIsSet(boolean value)
public int getEmptyPages()
public TBtreeStat setEmptyPages(int emptyPages)
public void unsetEmptyPages()
public boolean isSetEmptyPages()
public void setEmptyPagesIsSet(boolean value)
public int getFree()
public TBtreeStat setFree(int free)
public void unsetFree()
public boolean isSetFree()
public void setFreeIsSet(boolean value)
public int getIntPages()
public TBtreeStat setIntPages(int intPages)
public void unsetIntPages()
public boolean isSetIntPages()
public void setIntPagesIsSet(boolean value)
public long getIntPagesFree()
public TBtreeStat setIntPagesFree(long intPagesFree)
public void unsetIntPagesFree()
public boolean isSetIntPagesFree()
public void setIntPagesFreeIsSet(boolean value)
public int getLeafPages()
public TBtreeStat setLeafPages(int leafPages)
public void unsetLeafPages()
public boolean isSetLeafPages()
public void setLeafPagesIsSet(boolean value)
public long getLeafPagesFree()
public TBtreeStat setLeafPagesFree(long leafPagesFree)
public void unsetLeafPagesFree()
public boolean isSetLeafPagesFree()
public void setLeafPagesFreeIsSet(boolean value)
public int getLevels()
public TBtreeStat setLevels(int levels)
public void unsetLevels()
public boolean isSetLevels()
public void setLevelsIsSet(boolean value)
public int getMagic()
public TBtreeStat setMagic(int magic)
public void unsetMagic()
public boolean isSetMagic()
public void setMagicIsSet(boolean value)
public int getMetaFlags()
public TBtreeStat setMetaFlags(int metaFlags)
public void unsetMetaFlags()
public boolean isSetMetaFlags()
public void setMetaFlagsIsSet(boolean value)
public int getMinKey()
public TBtreeStat setMinKey(int minKey)
public void unsetMinKey()
public boolean isSetMinKey()
public void setMinKeyIsSet(boolean value)
public int getNumBlobs()
public TBtreeStat setNumBlobs(int numBlobs)
public void unsetNumBlobs()
public boolean isSetNumBlobs()
public void setNumBlobsIsSet(boolean value)
public int getNumData()
public TBtreeStat setNumData(int numData)
public void unsetNumData()
public boolean isSetNumData()
public void setNumDataIsSet(boolean value)
public int getNumKeys()
public TBtreeStat setNumKeys(int numKeys)
public void unsetNumKeys()
public boolean isSetNumKeys()
public void setNumKeysIsSet(boolean value)
public int getOverPages()
public TBtreeStat setOverPages(int overPages)
public void unsetOverPages()
public boolean isSetOverPages()
public void setOverPagesIsSet(boolean value)
public long getOverPagesFree()
public TBtreeStat setOverPagesFree(long overPagesFree)
public void unsetOverPagesFree()
public boolean isSetOverPagesFree()
public void setOverPagesFreeIsSet(boolean value)
public int getPageCount()
public TBtreeStat setPageCount(int pageCount)
public void unsetPageCount()
public boolean isSetPageCount()
public void setPageCountIsSet(boolean value)
public int getPageSize()
public TBtreeStat setPageSize(int pageSize)
public void unsetPageSize()
public boolean isSetPageSize()
public void setPageSizeIsSet(boolean value)
public int getReLen()
public TBtreeStat setReLen(int reLen)
public void unsetReLen()
public boolean isSetReLen()
public void setReLenIsSet(boolean value)
public int getRePad()
public TBtreeStat setRePad(int rePad)
public void unsetRePad()
public boolean isSetRePad()
public void setRePadIsSet(boolean value)
public int getVersion()
public TBtreeStat setVersion(int version)
public void unsetVersion()
public boolean isSetVersion()
public void setVersionIsSet(boolean value)
public void setFieldValue(TBtreeStat._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<TBtreeStat,TBtreeStat._Fields>
public java.lang.Object getFieldValue(TBtreeStat._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<TBtreeStat,TBtreeStat._Fields>
public boolean isSet(TBtreeStat._Fields field)
isSet
in interface org.apache.thrift.TBase<TBtreeStat,TBtreeStat._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(TBtreeStat that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(TBtreeStat other)
compareTo
in interface java.lang.Comparable<TBtreeStat>
public TBtreeStat._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<TBtreeStat,TBtreeStat._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.