com.hazelcast.map.impl
Class MapServiceConstructor

java.lang.Object
  extended by com.hazelcast.map.impl.MapServiceConstructor

public final class MapServiceConstructor
extends Object

Helper which is used to create a MapService object.


Method Summary
static ConstructorFunction<NodeEngine,MapService> getDefaultMapServiceConstructor()
          Returns a Constructor which will be used to create a MapService object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultMapServiceConstructor

public static ConstructorFunction<NodeEngine,MapService> getDefaultMapServiceConstructor()
Returns a Constructor which will be used to create a MapService object.

Returns:
Constructor which will be used to create a MapService object.


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.