Package | Description |
---|---|
com.hazelcast.osgi |
This package contains the OSGI functionality contract points for Hazelcast.
|
Modifier and Type | Method and Description |
---|---|
HazelcastOSGiInstance |
HazelcastOSGiService.getDefaultHazelcastInstance()
Gets the default
HazelcastOSGiInstance . |
HazelcastOSGiInstance |
HazelcastOSGiService.getHazelcastInstanceByName(String instanceName)
Gets an existing
HazelcastOSGiInstance with its instanceName . |
HazelcastOSGiInstance |
HazelcastOSGiService.newHazelcastInstance()
Creates a new
HazelcastOSGiInstance
on the owner bundle with default configuration. |
HazelcastOSGiInstance |
HazelcastOSGiService.newHazelcastInstance(Config config)
Creates a new
HazelcastOSGiInstance
on the owner bundle with specified configuration. |
Modifier and Type | Method and Description |
---|---|
Set<HazelcastOSGiInstance> |
HazelcastOSGiService.getAllHazelcastInstances()
Gets all active/running
HazelcastOSGiInstance s on the owner bundle. |
Modifier and Type | Method and Description |
---|---|
void |
HazelcastOSGiService.shutdownHazelcastInstance(HazelcastOSGiInstance instance)
Shuts down the given
HazelcastOSGiInstance on the owner bundle. |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.