Class BucketMessageGroups<C>

  • All Implemented Interfaces:
    MessageGroups<C>

    public class BucketMessageGroups<C>
    extends Object
    implements MessageGroups<C>
    BucketMessageGroups, stores values against a bucket, where the bucket used is based on the provided key objects hash. As such where keys compute to the same bucket they will act on that stored value, not the unique specific key. The number of buckets is provided at construction.