org.apache.gearpump

partitioner

package partitioner

Visibility
  1. Public
  2. All

Type Members

  1. class HashPartitioner extends Partitioner

    Only make sense when the message has implemented the hashCode() Otherwise, it will use Object.hashCode(), which will not return same hash code after serialization and deserialization.

  2. trait Partitioner extends Serializable

  3. class ShufflePartitioner extends Partitioner

    Round Robin partition the data.

Ungrouped