See: Description
| Interface | Description |
|---|---|
| HashFunction<T> |
Interface for mapping arbitrary data to a specific location in a hash space.
|
| HashRing<T> |
Provides a generic interface for representing a hash space.
|
| Class | Description |
|---|---|
| BalancedHashRing<T> |
Creates an evenly-spaced hash ring network topology.
|
| ConstrainedGeohash |
Provides a Geohash-based hash function that acts on a predefined constrained
set of hashes.
|
| HashRingEntry |
Represents a node entry in a hash ring.
|
| SHA1 |
Provides an SHA1 HashFunction.
|
| SpatialHash |
Provides a Geohash-based hash function for spatial data.
|
| TinyHash |
Provides a very small (configurable) hash space for testing purposes.
|
| Exception | Description |
|---|---|
| HashException | |
| HashTopologyException |