public interface IHazelcastInstanceLoader
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
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 CacheExceptionCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.