@Service public class StoreManager extends Object implements StoreService
| Modifier and Type | Field and Description |
|---|---|
protected static String |
HAZELCAST_XML_FILE |
protected com.hazelcast.core.HazelcastInstance |
instance |
| Constructor and Description |
|---|
StoreManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
deactivate() |
com.hazelcast.core.HazelcastInstance |
getHazelcastInstance()
Returns the shared Hazelcast instance for use as a distributed store
backing.
|
protected static final String HAZELCAST_XML_FILE
protected com.hazelcast.core.HazelcastInstance instance
@Activate public void activate()
@Deactivate public void deactivate()
public com.hazelcast.core.HazelcastInstance getHazelcastInstance()
StoreServicegetHazelcastInstance in interface StoreServiceCopyright © 2015. All rights reserved.