Class IgniteDhtPartitionCountersMap2
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.distributed.dht.preloader.IgniteDhtPartitionCountersMap2
-
- All Implemented Interfaces:
Serializable
public class IgniteDhtPartitionCountersMap2 extends Object implements Serializable
Partition counters map.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IgniteDhtPartitionCountersMap2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanempty()CachePartitionFullCountersMapget(int cacheId)voidputIfAbsent(int cacheId, CachePartitionFullCountersMap cntrMap)
-
-
-
Method Detail
-
empty
public boolean empty()
- Returns:
Trueif map is empty.
-
putIfAbsent
public void putIfAbsent(int cacheId, CachePartitionFullCountersMap cntrMap)- Parameters:
cacheId- Cache ID.cntrMap- Counters map.
-
get
public CachePartitionFullCountersMap get(int cacheId)
- Parameters:
cacheId- Cache ID.- Returns:
- Counters map.
-
-