Class ConcurrentMapFactoryCallable
- java.lang.Object
-
- org.apache.ignite.internal.util.lang.gridfunc.ConcurrentMapFactoryCallable
-
- All Implemented Interfaces:
Serializable,Callable<ConcurrentMap>,IgniteCallable<ConcurrentMap>
public class ConcurrentMapFactoryCallable extends Object implements IgniteCallable<ConcurrentMap>
Concurrent hash map factory.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConcurrentMapFactoryCallable()
-
-
-
Method Detail
-
call
public ConcurrentMap call()
- Specified by:
callin interfaceCallable<ConcurrentMap>
-
-