Packages 
Package Description
messif.algorithms
Search algorithms base classes.
messif.algorithms.impl
Implementation of basic search algorithms.
messif.buckets
Storage classes capable of holding objects.
messif.buckets.impl
Bucket implementations.
messif.buckets.index
Bucket indexes for improved access.
messif.buckets.index.impl
Implementation of bucket indexes.
messif.buckets.split
Bucket splitting support.
messif.buckets.split.impl
Implementation of various bucket splitting policies.
messif.buckets.storage
Bucket physical storage support.
messif.buckets.storage.impl
Implementations of physical bucket storage.
messif.executor
Support for automatic execution by reflection.
messif.netbucket
Networked objects and buckets.
messif.netbucket.replication
Replication support for remote buckets.
messif.netcreator
Utilization of resources using on-demand requirements of distributed structures.
messif.network
Message-based networking support.
messif.objects
Metric data objects.
messif.objects.classification
Support for object classification.
messif.objects.classification.impl
Provides implementations for common classification tasks.
messif.objects.classification.text  
messif.objects.extraction
Support for object extraction.
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.text
Support for text data.
messif.objects.util
Various utilities for working with collections of objects.
messif.objects.util.impl
Implementation of simple function evaluator.
messif.operations
Generic classes for data manipulatioin and querying operations.
messif.operations.data
Implementation of data-manipulation operations.
messif.operations.query
Implementation of data querying operations.
messif.pivotselection
Support for selection of representative objects (pivots).
messif.statistics
Statistic gathering support.
messif.transactions
Implementation of transaction-aware data structures.
messif.utility
Various utilities that does not fit anywhere else including a main class for executing batch files.
messif.utility.reflection
Utilities to create objects from strings using reflection.