Class CompoundRoutingHashValue
java.lang.Object
com.gigaspaces.internal.transport.CompoundRoutingHashValue
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconcatValue(Object routingValue) compute hash according to hashcode ofCompoundSpaceId.hashCode()which uses Arrays.hashCode()inthashCode()voidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
CompoundRoutingHashValue
public CompoundRoutingHashValue()
-
-
Method Details
-
concatValue
compute hash according to hashcode ofCompoundSpaceId.hashCode()which uses Arrays.hashCode() -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
hashCode
public int hashCode()
-