public class HazelcastConfigurer extends Object
HazelcastInstance
to be used by appNG. This instance is then being used by
CacheService
and also by HazelcastReceiver
.Modifier and Type | Field and Description |
---|---|
static String |
HAZELCAST_USE_CLIENT |
Modifier and Type | Method and Description |
---|---|
static com.hazelcast.core.HazelcastInstance |
getInstance(PlatformProperties platformProperties) |
static com.hazelcast.core.HazelcastInstance |
getInstance(PlatformProperties platformProperties,
String clientId) |
static boolean |
isClient() |
static void |
shutdown() |
public static final String HAZELCAST_USE_CLIENT
public static com.hazelcast.core.HazelcastInstance getInstance(PlatformProperties platformProperties)
public static com.hazelcast.core.HazelcastInstance getInstance(PlatformProperties platformProperties, String clientId)
public static void shutdown()
public static boolean isClient()
Copyright © 2011–2023 aiticon GmbH. All rights reserved.