Package com.hazelcast.osgi
Interface HazelcastOSGiInstance
-
- All Superinterfaces:
HazelcastInstance
public interface HazelcastOSGiInstance extends HazelcastInstance
Contract point forHazelcastInstance
implementations based on OSGi service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HazelcastInstance
getDelegatedInstance()
Gets the delegated (underlying)HazelcastInstance
.HazelcastOSGiService
getOwnerService()
Gets the ownerHazelcastOSGiService
of this instance.-
Methods inherited from interface com.hazelcast.core.HazelcastInstance
addDistributedObjectListener, executeTransaction, executeTransaction, getCacheManager, getCardinalityEstimator, getClientService, getCluster, getConfig, getCPSubsystem, getDistributedObject, getDistributedObjects, getDurableExecutorService, getExecutorService, getFlakeIdGenerator, getJet, getLifecycleService, getList, getLocalEndpoint, getLoggingService, getMap, getMultiMap, getName, getPartitionService, getPNCounter, getQueue, getReliableTopic, getReplicatedMap, getRingbuffer, getScheduledExecutorService, getSet, getSplitBrainProtectionService, getSql, getTopic, getUserContext, getXAResource, newTransactionContext, newTransactionContext, removeDistributedObjectListener, shutdown
-
-
-
-
Method Detail
-
getDelegatedInstance
HazelcastInstance getDelegatedInstance()
Gets the delegated (underlying)HazelcastInstance
.- Returns:
- the delegated (underlying)
HazelcastInstance
-
getOwnerService
HazelcastOSGiService getOwnerService()
Gets the ownerHazelcastOSGiService
of this instance.- Returns:
- the owner
HazelcastOSGiService
of this instance
-
-