@Generated(value="Autogenerated by Thrift Compiler (0.10.0)", date="2017-08-25") public class TMutexStat extends java.lang.Object implements org.apache.thrift.TBase<TMutexStat,TMutexStat._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<TMutexStat>
Modifier and Type | Class and Description |
---|---|
static class |
TMutexStat._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TMutexStat._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
int |
mutexAlign |
int |
mutexCount |
int |
mutexFree |
int |
mutexInit |
int |
mutexInuse |
int |
mutexInuseMax |
int |
mutexMax |
int |
mutexTasSpins |
long |
regionNowait |
long |
regionWait |
long |
regmax |
long |
regSize |
Constructor and Description |
---|
TMutexStat() |
TMutexStat(int mutexAlign,
int mutexCount,
int mutexFree,
int mutexInit,
int mutexInuse,
int mutexInuseMax,
int mutexMax,
int mutexTasSpins,
long regionNowait,
long regionWait,
long regmax,
long regSize) |
TMutexStat(TMutexStat other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(TMutexStat other) |
TMutexStat |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(TMutexStat that) |
TMutexStat._Fields |
fieldForId(int fieldId) |
java.lang.Object |
getFieldValue(TMutexStat._Fields field) |
int |
getMutexAlign() |
int |
getMutexCount() |
int |
getMutexFree() |
int |
getMutexInit() |
int |
getMutexInuse() |
int |
getMutexInuseMax() |
int |
getMutexMax() |
int |
getMutexTasSpins() |
long |
getRegionNowait() |
long |
getRegionWait() |
long |
getRegmax() |
long |
getRegSize() |
int |
hashCode() |
boolean |
isSet(TMutexStat._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetMutexAlign()
Returns true if field mutexAlign is set (has been assigned a value) and false otherwise
|
boolean |
isSetMutexCount()
Returns true if field mutexCount is set (has been assigned a value) and false otherwise
|
boolean |
isSetMutexFree()
Returns true if field mutexFree is set (has been assigned a value) and false otherwise
|
boolean |
isSetMutexInit()
Returns true if field mutexInit is set (has been assigned a value) and false otherwise
|
boolean |
isSetMutexInuse()
Returns true if field mutexInuse is set (has been assigned a value) and false otherwise
|
boolean |
isSetMutexInuseMax()
Returns true if field mutexInuseMax is set (has been assigned a value) and false otherwise
|
boolean |
isSetMutexMax()
Returns true if field mutexMax is set (has been assigned a value) and false otherwise
|
boolean |
isSetMutexTasSpins()
Returns true if field mutexTasSpins is set (has been assigned a value) and false otherwise
|
boolean |
isSetRegionNowait()
Returns true if field regionNowait is set (has been assigned a value) and false otherwise
|
boolean |
isSetRegionWait()
Returns true if field regionWait is set (has been assigned a value) and false otherwise
|
boolean |
isSetRegmax()
Returns true if field regmax is set (has been assigned a value) and false otherwise
|
boolean |
isSetRegSize()
Returns true if field regSize is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(TMutexStat._Fields field,
java.lang.Object value) |
TMutexStat |
setMutexAlign(int mutexAlign) |
void |
setMutexAlignIsSet(boolean value) |
TMutexStat |
setMutexCount(int mutexCount) |
void |
setMutexCountIsSet(boolean value) |
TMutexStat |
setMutexFree(int mutexFree) |
void |
setMutexFreeIsSet(boolean value) |
TMutexStat |
setMutexInit(int mutexInit) |
void |
setMutexInitIsSet(boolean value) |
TMutexStat |
setMutexInuse(int mutexInuse) |
void |
setMutexInuseIsSet(boolean value) |
TMutexStat |
setMutexInuseMax(int mutexInuseMax) |
void |
setMutexInuseMaxIsSet(boolean value) |
TMutexStat |
setMutexMax(int mutexMax) |
void |
setMutexMaxIsSet(boolean value) |
TMutexStat |
setMutexTasSpins(int mutexTasSpins) |
void |
setMutexTasSpinsIsSet(boolean value) |
TMutexStat |
setRegionNowait(long regionNowait) |
void |
setRegionNowaitIsSet(boolean value) |
TMutexStat |
setRegionWait(long regionWait) |
void |
setRegionWaitIsSet(boolean value) |
TMutexStat |
setRegmax(long regmax) |
void |
setRegmaxIsSet(boolean value) |
TMutexStat |
setRegSize(long regSize) |
void |
setRegSizeIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetMutexAlign() |
void |
unsetMutexCount() |
void |
unsetMutexFree() |
void |
unsetMutexInit() |
void |
unsetMutexInuse() |
void |
unsetMutexInuseMax() |
void |
unsetMutexMax() |
void |
unsetMutexTasSpins() |
void |
unsetRegionNowait() |
void |
unsetRegionWait() |
void |
unsetRegmax() |
void |
unsetRegSize() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public int mutexAlign
public int mutexCount
public int mutexFree
public int mutexInit
public int mutexInuse
public int mutexInuseMax
public int mutexMax
public int mutexTasSpins
public long regionNowait
public long regionWait
public long regmax
public long regSize
public static final java.util.Map<TMutexStat._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public TMutexStat()
public TMutexStat(int mutexAlign, int mutexCount, int mutexFree, int mutexInit, int mutexInuse, int mutexInuseMax, int mutexMax, int mutexTasSpins, long regionNowait, long regionWait, long regmax, long regSize)
public TMutexStat(TMutexStat other)
public TMutexStat deepCopy()
deepCopy
in interface org.apache.thrift.TBase<TMutexStat,TMutexStat._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<TMutexStat,TMutexStat._Fields>
public int getMutexAlign()
public TMutexStat setMutexAlign(int mutexAlign)
public void unsetMutexAlign()
public boolean isSetMutexAlign()
public void setMutexAlignIsSet(boolean value)
public int getMutexCount()
public TMutexStat setMutexCount(int mutexCount)
public void unsetMutexCount()
public boolean isSetMutexCount()
public void setMutexCountIsSet(boolean value)
public int getMutexFree()
public TMutexStat setMutexFree(int mutexFree)
public void unsetMutexFree()
public boolean isSetMutexFree()
public void setMutexFreeIsSet(boolean value)
public int getMutexInit()
public TMutexStat setMutexInit(int mutexInit)
public void unsetMutexInit()
public boolean isSetMutexInit()
public void setMutexInitIsSet(boolean value)
public int getMutexInuse()
public TMutexStat setMutexInuse(int mutexInuse)
public void unsetMutexInuse()
public boolean isSetMutexInuse()
public void setMutexInuseIsSet(boolean value)
public int getMutexInuseMax()
public TMutexStat setMutexInuseMax(int mutexInuseMax)
public void unsetMutexInuseMax()
public boolean isSetMutexInuseMax()
public void setMutexInuseMaxIsSet(boolean value)
public int getMutexMax()
public TMutexStat setMutexMax(int mutexMax)
public void unsetMutexMax()
public boolean isSetMutexMax()
public void setMutexMaxIsSet(boolean value)
public int getMutexTasSpins()
public TMutexStat setMutexTasSpins(int mutexTasSpins)
public void unsetMutexTasSpins()
public boolean isSetMutexTasSpins()
public void setMutexTasSpinsIsSet(boolean value)
public long getRegionNowait()
public TMutexStat setRegionNowait(long regionNowait)
public void unsetRegionNowait()
public boolean isSetRegionNowait()
public void setRegionNowaitIsSet(boolean value)
public long getRegionWait()
public TMutexStat setRegionWait(long regionWait)
public void unsetRegionWait()
public boolean isSetRegionWait()
public void setRegionWaitIsSet(boolean value)
public long getRegmax()
public TMutexStat setRegmax(long regmax)
public void unsetRegmax()
public boolean isSetRegmax()
public void setRegmaxIsSet(boolean value)
public long getRegSize()
public TMutexStat setRegSize(long regSize)
public void unsetRegSize()
public boolean isSetRegSize()
public void setRegSizeIsSet(boolean value)
public void setFieldValue(TMutexStat._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<TMutexStat,TMutexStat._Fields>
public java.lang.Object getFieldValue(TMutexStat._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<TMutexStat,TMutexStat._Fields>
public boolean isSet(TMutexStat._Fields field)
isSet
in interface org.apache.thrift.TBase<TMutexStat,TMutexStat._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(TMutexStat that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(TMutexStat other)
compareTo
in interface java.lang.Comparable<TMutexStat>
public TMutexStat._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<TMutexStat,TMutexStat._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, 2018 Oracle and/or its affiliates. All rights reserved.