public class VisorRestConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
VisorRestConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
accessibleFolders() |
void |
accessibleFolders(String[] accessibleFolders) |
static VisorRestConfiguration |
from(IgniteConfiguration c) |
String |
jettyHost() |
void |
jettyHost(String jettyHost) |
String |
jettyPath() |
void |
jettyPath(String jettyPath) |
Integer |
jettyPort() |
void |
jettyPort(Integer jettyPort) |
boolean |
restEnabled() |
void |
restEnabled(boolean restEnabled) |
String |
tcpHost() |
void |
tcpHost(String tcpHost) |
Integer |
tcpPort() |
void |
tcpPort(Integer tcpPort) |
String |
tcpSslContextFactory() |
void |
tcpSslContextFactory(String tcpSslCtxFactory) |
boolean |
tcpSslEnabled() |
void |
tcpSslEnabled(boolean tcpSslEnabled) |
String |
toString() |
public static VisorRestConfiguration from(IgniteConfiguration c)
c - Grid configuration.public boolean restEnabled()
public void restEnabled(boolean restEnabled)
restEnabled - New whether REST enabled or not.public boolean tcpSslEnabled()
public void tcpSslEnabled(boolean tcpSslEnabled)
tcpSslEnabled - New whether or not SSL is enabled for TCP binary protocol.@Nullable public String[] accessibleFolders()
public void accessibleFolders(String[] accessibleFolders)
accessibleFolders - New rest accessible folders (log command can get files from).public void jettyPath(String jettyPath)
jettyPath - New jetty config path.public void jettyHost(String jettyHost)
jettyHost - New jetty host.public void jettyPort(Integer jettyPort)
jettyPort - New jetty port.public void tcpHost(String tcpHost)
tcpHost - New rEST TCP binary host.public void tcpPort(Integer tcpPort)
tcpPort - New rEST TCP binary port.@Nullable public String tcpSslContextFactory()
public void tcpSslContextFactory(String tcpSslCtxFactory)
tcpSslCtxFactory - New context factory for SSL.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015