V - as VMConnectInfo typeSetupHazelCastInstance instead@Deprecated public class SetupHazelCastInstances<V extends VMConnectInfo> extends Object implements Consumer<List<V>>, org.apache.commons.collections.Transformer
SetupHazelCastInstance| Constructor and Description |
|---|
SetupHazelCastInstances()
Deprecated.
|
SetupHazelCastInstances(Integer thisInstancePort)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(List<V> t)
Deprecated.
|
void |
addVMsToGroup(com.hazelcast.config.Config config,
List<V> memberVms)
Deprecated.
Ad da VM to a
Config |
List<com.hazelcast.core.HazelcastInstance> |
getInstances()
Deprecated.
|
Integer |
getThisInstancePort()
Deprecated.
What is the port# of this VM instance
|
boolean |
isMultiCastConfigEnabled()
Deprecated.
|
boolean |
isPortIncrement()
Deprecated.
|
void |
setMultiCastConfigEnabled(boolean multiCastConfigEnabled)
Deprecated.
|
void |
setPortIncrement(boolean portIncrement)
Deprecated.
|
void |
setThisInstancePort(Integer thisInstancePort)
Deprecated.
What is the port# of this VM instance
|
void |
shutDown()
Deprecated.
|
Object |
transform(Object input)
Deprecated.
|
public SetupHazelCastInstances()
public SetupHazelCastInstances(Integer thisInstancePort)
public Object transform(Object input)
transform in interface org.apache.commons.collections.Transformerpublic void accept(List<V> t)
accept in interface Consumer<List<V extends VMConnectInfo>>public void addVMsToGroup(com.hazelcast.config.Config config,
List<V> memberVms)
ConfigmemberVms - as List of VMConnectInfopublic void shutDown()
public Integer getThisInstancePort()
public void setThisInstancePort(Integer thisInstancePort)
public boolean isMultiCastConfigEnabled()
JoinConfig#getMulticastConfig().setEnabledpublic void setMultiCastConfigEnabled(boolean multiCastConfigEnabled)
JoinConfig#getMulticastConfig().setEnabledpublic boolean isPortIncrement()
NetworkConfig.setPortAutoIncrement(boolean)public void setPortIncrement(boolean portIncrement)
NetworkConfig.setPortAutoIncrement(boolean)public List<com.hazelcast.core.HazelcastInstance> getInstances()
Copyright © 2018. All rights reserved.