Package com.gigaspaces.management.space
Class LocalCacheDetails
java.lang.Object
com.gigaspaces.management.space.LocalCacheDetails
- All Implemented Interfaces:
Textualizable,SmartExternalizable,Externalizable,Serializable
Encapsulates local cache details.
- Since:
- 9.5.0
- Author:
- Niv Ingberg
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRequired for ExternalizableLocalCacheDetails(String id, ConnectionEndpointDetails connectionDetails) -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidtoString()voidtoText(Textualizer textualizer) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
LocalCacheDetails
public LocalCacheDetails()Required for Externalizable -
LocalCacheDetails
-
-
Method Details
-
toString
-
toText
- Specified by:
toTextin interfaceTextualizable
-
getId
-
getConnectionDetails
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-