Package com.tangosol.util
Interface HashEncoded
- 
- All Known Implementing Classes:
 AbstractByteArrayReadBuffer,AbstractReadBuffer,Binary,ByteArrayReadBuffer,ByteBufferReadBuffer,ExternalizableHelper.DecoratedMultiBufferReadBuffer,MultiBufferReadBuffer
public interface HashEncodedHashEncoded interface represents an ability to retrieve an encoded hash value; most commonly used to calculate a partition id.- Since:
 - Coherence 12.1.2
 - Author:
 - hr/gg/cp
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intUNENCODEDA reserved value that suggests the absence of the encoded hash. 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetEncodedHash()Return the encoded hash value orUNENCODEDif absent. 
 - 
 
- 
- 
Field Detail
- 
UNENCODED
static final int UNENCODED
A reserved value that suggests the absence of the encoded hash.- See Also:
 - Constant Field Values
 
 
 - 
 
 -