Uses of Interface
com.hazelcast.osgi.HazelcastOSGiInstance
Package
Description
This package contains the OSGI functionality contract points for Hazelcast.
-
Uses of HazelcastOSGiInstance in com.hazelcast.osgi
Modifier and TypeMethodDescriptionHazelcastOSGiService.getDefaultHazelcastInstance()
Gets the defaultHazelcastOSGiInstance
.HazelcastOSGiService.getHazelcastInstanceByName
(String instanceName) Gets an existingHazelcastOSGiInstance
with itsinstanceName
.HazelcastOSGiService.newHazelcastInstance()
Creates a newHazelcastOSGiInstance
on the owner bundle with default configuration.HazelcastOSGiService.newHazelcastInstance
(Config config) Creates a newHazelcastOSGiInstance
on the owner bundle with specified configuration.Modifier and TypeMethodDescriptionHazelcastOSGiService.getAllHazelcastInstances()
Gets all active/runningHazelcastOSGiInstance
s on the owner bundle.Modifier and TypeMethodDescriptionvoid
HazelcastOSGiService.shutdownHazelcastInstance
(HazelcastOSGiInstance instance) Shuts down the givenHazelcastOSGiInstance
on the owner bundle.