Class ConnectionEndpointDetails
java.lang.Object
com.gigaspaces.management.transport.ConnectionEndpointDetails
- All Implemented Interfaces:
Textualizable, SmartExternalizable, Externalizable, Serializable
Encapsulates details about a connection end point.
- Since:
- 9.5.0
- Author:
- Niv Ingberg
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRequired for ExternalizableConnectionEndpointDetails(String hostname, String hostAddress, long processId, PlatformLogicalVersion version) -
Method Summary
Modifier and TypeMethodDescriptionstatic ConnectionEndpointDetailscreate()createCopy(PlatformLogicalVersion newVersion) booleanlonginthashCode()voidtoString()voidtoText(Textualizer textualizer) voidMethods inherited from interface SmartExternalizable
enabledSmartExternalizableWithReference
-
Field Details
-
EMPTY
-
-
Constructor Details
-
ConnectionEndpointDetails
public ConnectionEndpointDetails()Required for Externalizable -
ConnectionEndpointDetails
public ConnectionEndpointDetails(String hostname, String hostAddress, long processId, PlatformLogicalVersion version)
-
-
Method Details
-
create
-
createCopy
-
toString
-
toText
- Specified by:
toTextin interfaceTextualizable
-
getHostName
-
getHostAddress
-
getProcessId
public long getProcessId() -
getVersion
-
hashCode
-
equals
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-