public class VisorBasicConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
VisorBasicConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
daemon() |
void |
daemon(boolean daemon) |
Object |
deploymentMode() |
void |
deploymentMode(Object deployMode) |
long |
discoStartupDelay() |
void |
discoStartupDelay(long discoStartupDelay) |
static VisorBasicConfiguration |
from(IgniteEx ignite,
IgniteConfiguration c) |
String |
ggHome() |
void |
ggHome(String ggHome) |
String |
gridName() |
void |
gridName(String gridName) |
boolean |
jmxRemote() |
void |
jmxRemote(boolean jmxRemote) |
String |
localHost() |
void |
localHost(String locHost) |
String |
logger() |
void |
logger(String log) |
String |
marshaller() |
void |
marshaller(String marsh) |
String |
mBeanServer() |
void |
mBeanServer(String mBeanSrv) |
long |
networkTimeout() |
void |
networkTimeout(long netTimeout) |
boolean |
noAscii() |
void |
noAscii(boolean noAscii) |
UUID |
nodeId() |
void |
nodeId(UUID nodeId) |
boolean |
noDiscoOrder() |
void |
noDiscoOrder(boolean noDiscoOrder) |
boolean |
noShutdownHook() |
void |
noShutdownHook(boolean noShutdownHook) |
String |
programName() |
void |
programName(String progName) |
boolean |
quiet() |
void |
quiet(boolean quiet) |
boolean |
restart() |
void |
restart(boolean restart) |
String |
securityCredentialsProvider() |
void |
securityCredentialsProvider(String securityCred) |
String |
successFile() |
void |
successFile(String successFile) |
String |
toString() |
boolean |
updateNotifier() |
void |
updateNotifier(boolean updateNtf) |
public static VisorBasicConfiguration from(IgniteEx ignite, IgniteConfiguration c)
ignite - Grid.c - Grid configuration.public void ggHome(@Nullable String ggHome)
ggHome - New IGNITE_HOME determined at startup.public void localHost(@Nullable String locHost)
locHost - New local host value used.public UUID nodeId()
public void nodeId(UUID nodeId)
nodeId - New node id.public String marshaller()
public void marshaller(String marsh)
marsh - New marshaller used.public Object deploymentMode()
public void deploymentMode(Object deployMode)
deployMode - New Deployment Mode.public boolean daemon()
public void daemon(boolean daemon)
daemon - New whether this node daemon or not.public boolean jmxRemote()
public void jmxRemote(boolean jmxRemote)
jmxRemote - New whether remote JMX is enabled.public boolean restart()
public void restart(boolean restart)
restart - New is node restart enabled.public long networkTimeout()
public void networkTimeout(long netTimeout)
netTimeout - New network timeout.public String logger()
public void logger(String log)
log - New logger used on node.public long discoStartupDelay()
public void discoStartupDelay(long discoStartupDelay)
discoStartupDelay - New discovery startup delay.public void mBeanServer(@Nullable String mBeanSrv)
mBeanSrv - New mBean server namepublic boolean noAscii()
public void noAscii(boolean noAscii)
noAscii - New whether ASCII logo is disabled.public boolean noDiscoOrder()
public void noDiscoOrder(boolean noDiscoOrder)
noDiscoOrder - New whether no discovery order is allowed.public boolean noShutdownHook()
public void noShutdownHook(boolean noShutdownHook)
noShutdownHook - New whether shutdown hook is disabled.public String programName()
public void programName(String progName)
progName - New name of command line program.public boolean quiet()
public void quiet(boolean quiet)
quiet - New whether node is in quiet mode.public String successFile()
public void successFile(String successFile)
successFile - New success file name.public boolean updateNotifier()
public void updateNotifier(boolean updateNtf)
updateNtf - New whether update checker is enabled.@Nullable public String securityCredentialsProvider()
public void securityCredentialsProvider(@Nullable String securityCred)
securityCred - New security credentials.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015