Package | Description |
---|---|
messif.buckets.impl |
Bucket implementations.
|
messif.buckets.storage.impl |
Implementations of physical bucket storage.
|
messif.objects |
Metric data objects.
|
messif.objects.impl |
Implementation of basic data objects.
|
messif.objects.keys |
Data object keys.
|
messif.objects.nio |
Support for extended binary serialization of objects.
|
messif.objects.util |
Various utilities for working with collections of objects.
|
Class and Description |
---|
BinarySerializator
This class provides a framework for
binary serialization of objects. |
Class and Description |
---|
AsynchronousFileChannelInputStream
Extending class for a
ChannelInputStream that operates on a
file. |
AsynchronousFileChannelOutputStream
Extending class for
ChannelOutputStream operating over a
file. |
BinarySerializator
This class provides a framework for
binary serialization of objects. |
Class and Description |
---|
BinaryInput
Interface for classes that can read a binary data.
|
BinaryOutput
Interface for classes that can write a binary data.
|
BinarySerializable
The
BinarySerializable interface marks the implementing
class to be able to serialize itself into a stream of bytes provided
by the BinarySerializator . |
BinarySerializator
This class provides a framework for
binary serialization of objects. |
Class and Description |
---|
BinaryInput
Interface for classes that can read a binary data.
|
BinaryOutput
Interface for classes that can write a binary data.
|
BinarySerializable
The
BinarySerializable interface marks the implementing
class to be able to serialize itself into a stream of bytes provided
by the BinarySerializator . |
BinarySerializator
This class provides a framework for
binary serialization of objects. |
Class and Description |
---|
BinaryInput
Interface for classes that can read a binary data.
|
BinaryOutput
Interface for classes that can write a binary data.
|
BinarySerializable
The
BinarySerializable interface marks the implementing
class to be able to serialize itself into a stream of bytes provided
by the BinarySerializator . |
BinarySerializator
This class provides a framework for
binary serialization of objects. |
Class and Description |
---|
AsynchronousFileChannelInputStream
Extending class for a
ChannelInputStream that operates on a
file. |
AsynchronousFileChannelInputStream.AsynchronousReadCallback
Interface for the handler method that processes asynchronous read completion.
|
BinaryInput
Interface for classes that can read a binary data.
|
BinaryOutput
Interface for classes that can write a binary data.
|
BinarySerializable
The
BinarySerializable interface marks the implementing
class to be able to serialize itself into a stream of bytes provided
by the BinarySerializator . |
BinarySerializator
This class provides a framework for
binary serialization of objects. |
BufferInputStream
Input stream that implements the
BinaryInput using
an internal buffer . |
BufferOutputStream
Output stream that implements the
BinaryOutput using
an internal buffer . |
ChannelInputStream
Buffered binary input stream.
|
ChannelOutputStream
Buffered output stream for operating over channels.
|
MultiClassSerializator
This implements a full-featured
BinarySerializator which works on
all classes. |
Class and Description |
---|
BinaryOutput
Interface for classes that can write a binary data.
|
BinarySerializable
The
BinarySerializable interface marks the implementing
class to be able to serialize itself into a stream of bytes provided
by the BinarySerializator . |
BinarySerializator
This class provides a framework for
binary serialization of objects. |
FileChannelInputStream
Extending class for a
ChannelInputStream that operates on a
file. |