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