com.hazelcast.instance
@PrivateApi public final class HazelcastInstanceFactory extends Object
Modifier and Type | Method and Description |
---|---|
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() |
public static Set<HazelcastInstance> getAllHazelcastInstances()
public static HazelcastInstance getHazelcastInstance(String instanceName)
public static HazelcastInstance getOrCreateHazelcastInstance(Config config)
public static HazelcastInstance newHazelcastInstance(Config config)
public static HazelcastInstance newHazelcastInstance(Config config, String instanceName, NodeContext nodeContext)
public static void shutdownAll()
public static void terminateAll()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.