|
GemFire 6.6.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IndexStatistics
Provides statistics about a GemFire cache Index.
| Method Summary | |
|---|---|
long |
getNumberOfKeys()
Returns the number of keys in this index. |
long |
getNumberOfValues()
Returns the number of values in this index. |
long |
getNumberOfValues(Object key)
Return the number of values for the specified key in this index. |
long |
getNumUpdates()
Return the total number of times this index has been updated |
long |
getTotalUpdateTime()
Returns the total amount of time (in nanoseconds) spent updating this index. |
long |
getTotalUses()
Returns the total number of times this index has been accessed by a query. |
| Method Detail |
|---|
long getNumUpdates()
long getTotalUpdateTime()
long getTotalUses()
long getNumberOfKeys()
long getNumberOfValues()
long getNumberOfValues(Object key)
|
GemFire 6.6.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||