Package com.hazelcast.osgi
Interface HazelcastOSGiInstance
- All Superinterfaces:
HazelcastInstance
Contract point for
HazelcastInstance
implementations based on OSGi service.-
Method Summary
Modifier and TypeMethodDescriptionGets the delegated (underlying)HazelcastInstance
.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 Details
-
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
-