Class GridCacheAdapter.UpdateRemoveTimeStatClosure
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.GridCacheAdapter.UpdateTimeStatClosure<Boolean>
-
- org.apache.ignite.internal.processors.cache.GridCacheAdapter.UpdateRemoveTimeStatClosure
-
- All Implemented Interfaces:
Serializable,CI1<IgniteInternalFuture<Boolean>>,IgniteInClosure<IgniteInternalFuture<Boolean>>
- Enclosing class:
- GridCacheAdapter<K,V>
protected static class GridCacheAdapter.UpdateRemoveTimeStatClosure extends GridCacheAdapter.UpdateTimeStatClosure<Boolean>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.processors.cache.GridCacheAdapter.UpdateTimeStatClosure
metrics, start
-
-
Constructor Summary
Constructors Constructor Description UpdateRemoveTimeStatClosure(CacheMetricsImpl metrics, long start)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidupdateTimeStat(Boolean res)Updates statistics.-
Methods inherited from class org.apache.ignite.internal.processors.cache.GridCacheAdapter.UpdateTimeStatClosure
apply
-
-
-
-
Constructor Detail
-
UpdateRemoveTimeStatClosure
public UpdateRemoveTimeStatClosure(CacheMetricsImpl metrics, long start)
- Parameters:
metrics- Metrics.start- Start time.
-
-
Method Detail
-
updateTimeStat
protected void updateTimeStat(Boolean res)
Updates statistics.- Specified by:
updateTimeStatin classGridCacheAdapter.UpdateTimeStatClosure<Boolean>- Parameters:
res- Result of operation.
-
-