com.hazelcast.instance
Class HazelcastInstanceFactory

java.lang.Object
  extended by com.hazelcast.instance.HazelcastInstanceFactory

@PrivateApi
public final class HazelcastInstanceFactory
extends Object


Method Summary
static Set<HazelcastInstance> getAllHazelcastInstances()
           
static HazelcastInstance getHazelcastInstance(String instanceName)
           
static HazelcastInstance getOrCreateHazelcastInstance(Config config)
           
static HazelcastInstance newHazelcastInstance(Config config)
           
static HazelcastInstance newHazelcastInstance(Config config, String instanceName, NodeContext nodeContext)
           
static void shutdownAll()
           
static void terminateAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAllHazelcastInstances

public static Set<HazelcastInstance> getAllHazelcastInstances()

getHazelcastInstance

public static HazelcastInstance getHazelcastInstance(String instanceName)

getOrCreateHazelcastInstance

public static HazelcastInstance getOrCreateHazelcastInstance(Config config)

newHazelcastInstance

public static HazelcastInstance newHazelcastInstance(Config config)

newHazelcastInstance

public static HazelcastInstance newHazelcastInstance(Config config,
                                                     String instanceName,
                                                     NodeContext nodeContext)

shutdownAll

public static void shutdownAll()

terminateAll

public static void terminateAll()


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