object ConsistentHash

Source
ConsistentHash.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConsistentHash
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply[T](nodes: Iterable[T], virtualNodesFactor: Int)(implicit arg0: ClassTag[T]): ConsistentHash[T]
  2. def create[T](nodes: Iterable[T], virtualNodesFactor: Int): ConsistentHash[T]

    Java API: Factory method to create a ConsistentHash