public interface ClusteredSingletonLookup
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClusteredSingletonLookup.SingletonType |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
destroys usage count and distributed lock objects
|
String |
getClusteredSessionKey() |
com.hazelcast.map.IMap<String,Object> |
getClusteredSingletonMap() |
com.hazelcast.cp.IAtomicLong |
getClusteredUsageCount() |
com.hazelcast.cp.lock.FencedLock |
getDistributedLock() |
HazelcastCore |
getHazelcastCore() |
boolean |
isClusteredEnabled() |
boolean |
isDistributedLockEnabled() |
com.hazelcast.cp.lock.FencedLock getDistributedLock()
boolean isDistributedLockEnabled()
String getClusteredSessionKey()
boolean isClusteredEnabled()
com.hazelcast.cp.IAtomicLong getClusteredUsageCount()
void destroy()
HazelcastCore getHazelcastCore()
Copyright © 2021. All rights reserved.