public class HazelcastBootstrap extends Object
| Constructor and Description |
|---|
HazelcastBootstrap() |
HazelcastBootstrap(org.elasticsearch.client.Client esClient) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addMapStoreFactory(com.hazelcast.config.Config config,
DelegatingMapStoreFactory factory) |
void |
destroy() |
protected com.hazelcast.config.Config |
generateConfig() |
protected List<String> |
getClusterIPAddresses() |
com.hazelcast.core.HazelcastInstance |
getHazelcast() |
DelegatingMapStoreFactory |
getMapStoreFactory() |
void |
init() |
void |
setMapStoreFactory(DelegatingMapStoreFactory mapStoreFactory) |
public HazelcastBootstrap()
public HazelcastBootstrap(org.elasticsearch.client.Client esClient)
public void setMapStoreFactory(DelegatingMapStoreFactory mapStoreFactory)
public DelegatingMapStoreFactory getMapStoreFactory()
public void destroy()
public com.hazelcast.core.HazelcastInstance getHazelcast()
protected void addMapStoreFactory(com.hazelcast.config.Config config,
DelegatingMapStoreFactory factory)
protected com.hazelcast.config.Config generateConfig()
Copyright © 2015. All rights reserved.