public class VisorRestConfiguration extends VisorDataTransferObject
V1, V2, V3, V4| Constructor and Description |
|---|
VisorRestConfiguration()
Default constructor.
|
VisorRestConfiguration(IgniteConfiguration c)
Create data transfer object for node REST configuration properties.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getIdleQueryCursorCheckFrequency() |
long |
getIdleQueryCursorTimeout() |
long |
getIdleTimeout() |
@Nullable String |
getJettyHost() |
@Nullable String |
getJettyPath() |
@Nullable Integer |
getJettyPort() |
@Nullable String |
getMessageInterceptor() |
int |
getPortRange() |
int |
getReceiveBufferSize() |
@Nullable String |
getSecretKey() |
int |
getSelectorCount() |
int |
getSendBufferSize() |
int |
getSendQueueLimit() |
String |
getSslFactory() |
@Nullable String |
getTcpHost() |
int |
getTcpPort() |
@Nullable String |
getTcpSslContextFactory() |
boolean |
isDirectBuffer() |
boolean |
isNoDelay() |
boolean |
isRestEnabled() |
boolean |
isSslClientAuth()
Gets a flag indicating whether or not remote clients will be required to have a valid SSL certificate which
validity will be verified with trust manager.
|
boolean |
isTcpSslEnabled() |
protected void |
readExternalData(byte protoVer,
ObjectInput in)
Load object's specific data content.
|
String |
toString() |
protected void |
writeExternalData(ObjectOutput out)
Save object's specific data content.
|
getProtocolVersion, readExternal, toList, toSet, writeExternalpublic VisorRestConfiguration()
public VisorRestConfiguration(IgniteConfiguration c)
c - Grid configuration.public boolean isRestEnabled()
public boolean isTcpSslEnabled()
@Nullable public @Nullable String getJettyPath()
@Nullable public @Nullable String getJettyHost()
@Nullable public @Nullable Integer getJettyPort()
@Nullable public @Nullable String getTcpHost()
public int getTcpPort()
@Nullable public @Nullable String getTcpSslContextFactory()
@Nullable public @Nullable String getSecretKey()
public boolean isNoDelay()
TCP_NODELAY option should be enabled.public boolean isDirectBuffer()
public int getSendBufferSize()
public int getReceiveBufferSize()
public long getIdleQueryCursorTimeout()
public long getIdleQueryCursorCheckFrequency()
public int getSendQueueLimit()
public int getSelectorCount()
public long getIdleTimeout()
public boolean isSslClientAuth()
public String getSslFactory()
public int getPortRange()
@Nullable public @Nullable String getMessageInterceptor()
protected void writeExternalData(ObjectOutput out) throws IOException
writeExternalData in class VisorDataTransferObjectout - Output object to write data content.IOException - If I/O errors occur.protected void readExternalData(byte protoVer,
ObjectInput in)
throws IOException,
ClassNotFoundException
readExternalData in class VisorDataTransferObjectprotoVer - Input object version.in - Input object to load data content.IOException - If I/O errors occur.ClassNotFoundException - If the class for an object being restored cannot be found.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020