Package com.tangosol.util
Interface HashEncoded
-
- All Known Implementing Classes:
AbstractByteArrayReadBuffer
,AbstractReadBuffer
,Binary
,ByteArrayReadBuffer
,ByteBufferReadBuffer
,ExternalizableHelper.DecoratedMultiBufferReadBuffer
,MultiBufferReadBuffer
public interface HashEncoded
HashEncoded 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 int
UNENCODED
A reserved value that suggests the absence of the encoded hash.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getEncodedHash()
Return the encoded hash value orUNENCODED
if absent.
-
-
-
Field Detail
-
UNENCODED
static final int UNENCODED
A reserved value that suggests the absence of the encoded hash.- See Also:
- Constant Field Values
-
-