Uses of Interface
com.tangosol.util.HashEncoded
-
Packages that use HashEncoded Package Description com.tangosol.io Contains classes providing cache persistence of serialized objects.com.tangosol.io.nio Contains classes related to J2SE 1.4 NIO functionality.com.tangosol.util Contains various generic utilities. -
-
Uses of HashEncoded in com.tangosol.io
Classes in com.tangosol.io that implement HashEncoded Modifier and Type Class Description class
AbstractByteArrayReadBuffer
The AbstractByteArrayReadBuffer abstract class is intended to serve as a base class for the following: the pre-existing Binary class a new byte[] based class that does not attempt to add the immutability aspect provided by the Binary class a new ByteBuffer based class that will work with Java NIOclass
AbstractReadBuffer
Abstract base implementation of the ReadBuffer interface.class
ByteArrayReadBuffer
A ReadBuffer on top of a byte array.class
MultiBufferReadBuffer
The MultiBufferReadBuffer is a ReadBuffer implementation that presents a view across any number of underlying ReadBuffer objects, as if they were appended end-to-end into a single ReadBuffer. -
Uses of HashEncoded in com.tangosol.io.nio
Classes in com.tangosol.io.nio that implement HashEncoded Modifier and Type Class Description class
ByteBufferReadBuffer
A ReadBuffer implementation on top of a Java NIO ByteBuffer. -
Uses of HashEncoded in com.tangosol.util
Classes in com.tangosol.util that implement HashEncoded Modifier and Type Class Description class
Binary
A thread-safe immutable binary object.static class
ExternalizableHelper.DecoratedMultiBufferReadBuffer
DecoratedMultiBufferReadBuffer is a MultiBufferWriteBuffer that represents a binary "decorated" value, and allows a more optimizedExternalizableHelper.getUndecorated(ReadBuffer)
operation.
-