protected abstract static class GridCacheAdapter.UpdateTimeStatClosure<T> extends Object implements CI1<IgniteInternalFuture<T>>
| Modifier and Type | Field and Description |
|---|---|
protected CacheMetricsImpl |
metrics |
protected long |
start |
| Constructor and Description |
|---|
UpdateTimeStatClosure(CacheMetricsImpl metrics,
long start) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(IgniteInternalFuture<T> fut)
Closure body.
|
protected abstract void |
updateTimeStat()
Updates statistics.
|
protected final CacheMetricsImpl metrics
protected final long start
public UpdateTimeStatClosure(CacheMetricsImpl metrics, long start)
metrics - Metrics.start - Start time.public void apply(IgniteInternalFuture<T> fut)
apply in interface IgniteInClosure<IgniteInternalFuture<T>>fut - Closure argument.protected abstract void updateTimeStat()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.4.0 Release Date : March 5 2018