public class OnDemandIndexStats extends Object
Constructor and Description |
---|
OnDemandIndexStats() |
Modifier and Type | Method and Description |
---|---|
long |
getAverageHitLatency()
Returns the average hit latency.
|
double |
getAverageHitSelectivity()
Returns the average hit selectivity.
|
long |
getCreationTime()
Returns the creation time.
|
long |
getHitCount()
Returns the hit count.
|
long |
getInsertCount()
Returns the insert count.
|
long |
getMemoryCost()
Returns the memory cost.
|
long |
getQueryCount()
Returns the query count.
|
long |
getRemoveCount()
Returns the remove count.
|
long |
getTotalHitCount()
Returns the total hit count.
|
long |
getTotalInsertLatency()
Returns the total insert latency.
|
long |
getTotalRemoveLatency()
Returns the total remove latency.
|
long |
getTotalUpdateLatency()
Returns the total update latency.
|
long |
getUpdateCount()
Returns the update count.
|
void |
setAverageHitLatency(long averageHitLatency)
Sets the average hit latency to the given value.
|
void |
setAverageHitSelectivity(double averageHitSelectivity)
Sets the average hit selectivity to the given value.
|
void |
setCreationTime(long creationTime)
Sets the creation time the given value.
|
void |
setHitCount(long hitCount)
Sets the hit count to the given value.
|
void |
setInsertCount(long insertCount)
Sets the insert count to the given value.
|
void |
setMemoryCost(long memoryCost)
Sets the memory cost to the given value.
|
void |
setQueryCount(long queryCount)
Sets the query count to the given value.
|
void |
setRemoveCount(long removeCount)
Sets the remove count to the given value.
|
void |
setTotalHitCount(long totalHitCount)
Sets the total hit count to the given value.
|
void |
setTotalInsertLatency(long totalInsertLatency)
Sets the total insert latency to the given value.
|
void |
setTotalRemoveLatency(long totalRemoveLatency)
Sets the total remove latency to the given value.
|
void |
setTotalUpdateLatency(long totalUpdateLatency)
Sets the total update latency to the given value.
|
void |
setUpdateCount(long updateCount)
Sets the update count to the given value.
|
String |
toString() |
public long getCreationTime()
public void setCreationTime(long creationTime)
creationTime
- the creation time to set.public long getQueryCount()
public void setQueryCount(long queryCount)
queryCount
- the query count value to set.public long getHitCount()
public void setHitCount(long hitCount)
hitCount
- the hit count value to set.public long getAverageHitLatency()
public void setAverageHitLatency(long averageHitLatency)
averageHitLatency
- the average hit latency value to set.public double getAverageHitSelectivity()
public void setAverageHitSelectivity(double averageHitSelectivity)
averageHitSelectivity
- the average hit selectivity value to set.public long getInsertCount()
public void setInsertCount(long insertCount)
insertCount
- the insert count value to set.public long getTotalInsertLatency()
public void setTotalInsertLatency(long totalInsertLatency)
totalInsertLatency
- the total insert latency value to set.public long getUpdateCount()
public void setUpdateCount(long updateCount)
updateCount
- the update count value to set.public long getTotalUpdateLatency()
public void setTotalUpdateLatency(long totalUpdateLatency)
totalUpdateLatency
- the total update latency value to set.public long getRemoveCount()
public void setRemoveCount(long removeCount)
removeCount
- the remove count value to set.public long getTotalRemoveLatency()
public void setTotalRemoveLatency(long totalRemoveLatency)
totalRemoveLatency
- the total remove latency value to set.public long getMemoryCost()
public void setMemoryCost(long memoryCost)
memoryCost
- the memory cost value to set.public long getTotalHitCount()
public void setTotalHitCount(long totalHitCount)
totalHitCount
- the total hit count value to set.Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.