|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.accumulo.core.tabletserver.thrift.TabletStats
public class TabletStats
| Nested Class Summary | |
|---|---|
static class |
TabletStats._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
| Field Summary | |
|---|---|
TKeyExtent |
extent
|
double |
ingestRate
|
ActionStats |
major
|
static Map<TabletStats._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
ActionStats |
minor
|
long |
numEntries
|
double |
queryRate
|
ActionStats |
split
|
long |
splitCreationTime
|
| Constructor Summary | |
|---|---|
TabletStats()
|
|
TabletStats(TabletStats other)
Performs a deep copy on other. |
|
TabletStats(TKeyExtent extent,
ActionStats major,
ActionStats minor,
ActionStats split,
long numEntries,
double ingestRate,
double queryRate,
long splitCreationTime)
|
|
| Method Summary | |
|---|---|
void |
clear()
|
int |
compareTo(TabletStats other)
|
TabletStats |
deepCopy()
|
boolean |
equals(Object that)
|
boolean |
equals(TabletStats that)
|
TabletStats._Fields |
fieldForId(int fieldId)
|
TKeyExtent |
getExtent()
|
Object |
getFieldValue(TabletStats._Fields field)
|
double |
getIngestRate()
|
ActionStats |
getMajor()
|
ActionStats |
getMinor()
|
long |
getNumEntries()
|
double |
getQueryRate()
|
ActionStats |
getSplit()
|
long |
getSplitCreationTime()
|
int |
hashCode()
|
boolean |
isSet(TabletStats._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise |
boolean |
isSetExtent()
Returns true if field extent is set (has been assigned a value) and false otherwise |
boolean |
isSetIngestRate()
Returns true if field ingestRate is set (has been assigned a value) and false otherwise |
boolean |
isSetMajor()
Returns true if field major is set (has been assigned a value) and false otherwise |
boolean |
isSetMinor()
Returns true if field minor is set (has been assigned a value) and false otherwise |
boolean |
isSetNumEntries()
Returns true if field numEntries is set (has been assigned a value) and false otherwise |
boolean |
isSetQueryRate()
Returns true if field queryRate is set (has been assigned a value) and false otherwise |
boolean |
isSetSplit()
Returns true if field split is set (has been assigned a value) and false otherwise |
boolean |
isSetSplitCreationTime()
Returns true if field splitCreationTime is set (has been assigned a value) and false otherwise |
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
TabletStats |
setExtent(TKeyExtent extent)
|
void |
setExtentIsSet(boolean value)
|
void |
setFieldValue(TabletStats._Fields field,
Object value)
|
TabletStats |
setIngestRate(double ingestRate)
|
void |
setIngestRateIsSet(boolean value)
|
TabletStats |
setMajor(ActionStats major)
|
void |
setMajorIsSet(boolean value)
|
TabletStats |
setMinor(ActionStats minor)
|
void |
setMinorIsSet(boolean value)
|
TabletStats |
setNumEntries(long numEntries)
|
void |
setNumEntriesIsSet(boolean value)
|
TabletStats |
setQueryRate(double queryRate)
|
void |
setQueryRateIsSet(boolean value)
|
TabletStats |
setSplit(ActionStats split)
|
TabletStats |
setSplitCreationTime(long splitCreationTime)
|
void |
setSplitCreationTimeIsSet(boolean value)
|
void |
setSplitIsSet(boolean value)
|
String |
toString()
|
void |
unsetExtent()
|
void |
unsetIngestRate()
|
void |
unsetMajor()
|
void |
unsetMinor()
|
void |
unsetNumEntries()
|
void |
unsetQueryRate()
|
void |
unsetSplit()
|
void |
unsetSplitCreationTime()
|
void |
validate()
|
void |
write(org.apache.thrift.protocol.TProtocol oprot)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public TKeyExtent extent
public ActionStats major
public ActionStats minor
public ActionStats split
public long numEntries
public double ingestRate
public double queryRate
public long splitCreationTime
public static final Map<TabletStats._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
| Constructor Detail |
|---|
public TabletStats()
public TabletStats(TKeyExtent extent,
ActionStats major,
ActionStats minor,
ActionStats split,
long numEntries,
double ingestRate,
double queryRate,
long splitCreationTime)
public TabletStats(TabletStats other)
| Method Detail |
|---|
public TabletStats deepCopy()
deepCopy in interface org.apache.thrift.TBase<TabletStats,TabletStats._Fields>public void clear()
clear in interface org.apache.thrift.TBase<TabletStats,TabletStats._Fields>public TKeyExtent getExtent()
public TabletStats setExtent(TKeyExtent extent)
public void unsetExtent()
public boolean isSetExtent()
public void setExtentIsSet(boolean value)
public ActionStats getMajor()
public TabletStats setMajor(ActionStats major)
public void unsetMajor()
public boolean isSetMajor()
public void setMajorIsSet(boolean value)
public ActionStats getMinor()
public TabletStats setMinor(ActionStats minor)
public void unsetMinor()
public boolean isSetMinor()
public void setMinorIsSet(boolean value)
public ActionStats getSplit()
public TabletStats setSplit(ActionStats split)
public void unsetSplit()
public boolean isSetSplit()
public void setSplitIsSet(boolean value)
public long getNumEntries()
public TabletStats setNumEntries(long numEntries)
public void unsetNumEntries()
public boolean isSetNumEntries()
public void setNumEntriesIsSet(boolean value)
public double getIngestRate()
public TabletStats setIngestRate(double ingestRate)
public void unsetIngestRate()
public boolean isSetIngestRate()
public void setIngestRateIsSet(boolean value)
public double getQueryRate()
public TabletStats setQueryRate(double queryRate)
public void unsetQueryRate()
public boolean isSetQueryRate()
public void setQueryRateIsSet(boolean value)
public long getSplitCreationTime()
public TabletStats setSplitCreationTime(long splitCreationTime)
public void unsetSplitCreationTime()
public boolean isSetSplitCreationTime()
public void setSplitCreationTimeIsSet(boolean value)
public void setFieldValue(TabletStats._Fields field,
Object value)
setFieldValue in interface org.apache.thrift.TBase<TabletStats,TabletStats._Fields>public Object getFieldValue(TabletStats._Fields field)
getFieldValue in interface org.apache.thrift.TBase<TabletStats,TabletStats._Fields>public boolean isSet(TabletStats._Fields field)
isSet in interface org.apache.thrift.TBase<TabletStats,TabletStats._Fields>public boolean equals(Object that)
equals in class Objectpublic boolean equals(TabletStats that)
public int hashCode()
hashCode in class Objectpublic int compareTo(TabletStats other)
compareTo in interface Comparable<TabletStats>public TabletStats._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<TabletStats,TabletStats._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<TabletStats,TabletStats._Fields>org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<TabletStats,TabletStats._Fields>org.apache.thrift.TExceptionpublic String toString()
toString in class Object
public void validate()
throws org.apache.thrift.TException
org.apache.thrift.TException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||