public class GridClientDataMetricsAdapter extends Object implements GridClientDataMetrics
| Constructor and Description |
|---|
GridClientDataMetricsAdapter() |
| Modifier and Type | Method and Description |
|---|---|
long |
createTime()
Gets create time of the owning entity (either cache or entry).
|
void |
createTime(long createTime)
Sets creation time.
|
int |
hits()
Gets total number of hits for the owning entity (either cache or entry).
|
void |
hits(int hits)
Sets number of hits.
|
int |
misses()
Gets total number of misses for the owning entity (either cache or entry).
|
void |
misses(int misses)
Sets number of misses.
|
int |
reads()
Gets total number of reads of the owning entity (either cache or entry).
|
void |
reads(int reads)
Sets number of reads.
|
long |
readTime()
Gets last read time of the owning entity (either cache or entry).
|
void |
readTime(long readTime)
Sets read time.
|
String |
toString() |
int |
writes()
Gets total number of writes of the owning entity (either cache or entry).
|
void |
writes(int writes)
Sets number of writes.
|
long |
writeTime()
Gets last write time of the owning entity (either cache or entry).
|
void |
writeTime(long writeTime)
Sets write time.
|
public long createTime()
createTime in interface GridClientDataMetricspublic long writeTime()
writeTime in interface GridClientDataMetricspublic long readTime()
readTime in interface GridClientDataMetricspublic int reads()
reads in interface GridClientDataMetricspublic int writes()
writes in interface GridClientDataMetricspublic int hits()
hits in interface GridClientDataMetricspublic int misses()
misses in interface GridClientDataMetricspublic void createTime(long createTime)
createTime - Creation time.public void readTime(long readTime)
readTime - Read time.public void writeTime(long writeTime)
writeTime - Write time.public void reads(int reads)
reads - Number of reads.public void writes(int writes)
writes - Number of writes.public void hits(int hits)
hits - Number of hits.public void misses(int misses)
misses - Number of misses.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021