public class NIODetails extends Object implements SmartExternalizable
Constructor and Description |
---|
NIODetails() |
NIODetails(long id,
String hostAddress,
String hostName,
String bindHost,
int port,
int minThreads,
int maxThreads,
boolean sslEnabled) |
Modifier and Type | Method and Description |
---|---|
String |
getBindHost() |
String |
getHostAddress() |
String |
getHostName() |
long |
getId() |
int |
getMaxThreads() |
int |
getMinThreads() |
int |
getPort() |
boolean |
isSslEnabled() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public long getId()
public String getHostAddress()
public String getHostName()
public String getBindHost()
public int getPort()
public int getMinThreads()
public int getMaxThreads()
public boolean isSslEnabled()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.