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
FieldsModifier and TypeFieldDescriptionstatic final intA reserved value that suggests the absence of the encoded hash. -
Method Summary
-
Field Details
-
UNENCODED
static final int UNENCODEDA reserved value that suggests the absence of the encoded hash.- See Also:
-
-
Method Details