Class HashCode<V>
java.lang.Object
org.exoplatform.services.cache.invalidation.HashCode<V>
- All Implemented Interfaces:
Externalizable,Serializable
We use this class to propagate the hash code of the value efficiently over the network
- See Also:
-
Constructor Details
-
HashCode
public HashCode() -
HashCode
-
-
Method Details
-
getValue
- Returns:
- the value
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException- See Also:
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException- See Also:
-
hashCode
public int hashCode() -
equals
-
toString
-