|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.utilint.Stat<TransactionStats.Active[]>
com.sleepycat.je.utilint.ActiveTxnArrayStat
public class ActiveTxnArrayStat
An array of active Txn stats.
Field Summary |
---|
Fields inherited from class com.sleepycat.je.utilint.Stat |
---|
definition, FORMAT |
Constructor Summary | |
---|---|
ActiveTxnArrayStat(StatGroup group,
StatDefinition definition)
|
|
ActiveTxnArrayStat(StatGroup group,
StatDefinition definition,
TransactionStats.Active[] array)
|
Method Summary | |
---|---|
void |
add(Stat<TransactionStats.Active[]> other)
Add the value of "other" to this stat. |
void |
clear()
Initialize the stat to the proper value at startup, or reset the stat when copyAndClear() is called. |
ActiveTxnArrayStat |
copy()
|
TransactionStats.Active[] |
get()
|
protected String |
getFormattedValue()
Return a string with the stat value formatted as appropriate for its type. |
boolean |
isNotSet()
Returns true if this stat is zero or null, as is appropriate for its type. |
void |
set(TransactionStats.Active[] array)
Set the stat value. |
Methods inherited from class com.sleepycat.je.utilint.Stat |
---|
copyAndClear, getDefinition, toString, toStringVerbose |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ActiveTxnArrayStat(StatGroup group, StatDefinition definition)
public ActiveTxnArrayStat(StatGroup group, StatDefinition definition, TransactionStats.Active[] array)
Method Detail |
---|
public TransactionStats.Active[] get()
get
in class Stat<TransactionStats.Active[]>
public void set(TransactionStats.Active[] array)
Stat
set
in class Stat<TransactionStats.Active[]>
public void add(Stat<TransactionStats.Active[]> other)
Stat
add
in class Stat<TransactionStats.Active[]>
public void clear()
Stat
clear
in class Stat<TransactionStats.Active[]>
public ActiveTxnArrayStat copy()
copy
in class Stat<TransactionStats.Active[]>
protected String getFormattedValue()
Stat
getFormattedValue
in class Stat<TransactionStats.Active[]>
public boolean isNotSet()
Stat
isNotSet
in class Stat<TransactionStats.Active[]>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |