public interface GridClientDataMetrics extends Serializable
metrics(...) methods available on
GridClientData API.| Modifier and Type | Method and Description |
|---|---|
long |
createTime()
Gets create time of the owning entity (either cache or entry).
|
int |
hits()
Gets total number of hits for the owning entity (either cache or entry).
|
int |
misses()
Gets total number of misses for the owning entity (either cache or entry).
|
int |
reads()
Gets total number of reads of the owning entity (either cache or entry).
|
long |
readTime()
Gets last read time of the owning entity (either cache or entry).
|
int |
writes()
Gets total number of writes of the owning entity (either cache or entry).
|
long |
writeTime()
Gets last write time of the owning entity (either cache or entry).
|
long createTime()
long writeTime()
long readTime()
int reads()
int writes()
int hits()
int misses()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019