|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHazelcastInstanceLoader
Factory interface to build Hazelcast instances and configure them depending on configuration.
Method Summary | |
---|---|
void |
configure(Properties props)
Applies a set of properties to the factory |
HazelcastInstance |
loadInstance()
Create a new HazelcastInstance or loads an already
existing instances by it's name. |
void |
unloadInstance()
Tries to shutdown a HazelcastInstance |
Method Detail |
---|
void configure(Properties props)
props
- properties to applyHazelcastInstance loadInstance() throws org.hibernate.cache.CacheException
HazelcastInstance
or loads an already
existing instances by it's name.
org.hibernate.cache.CacheException
- all exceptions wrapped to CacheExceptionvoid unloadInstance() throws org.hibernate.cache.CacheException
org.hibernate.cache.CacheException
- all exceptions wrapped to CacheException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |