object ConsistentHash
- Source
- ConsistentHash.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConsistentHash
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply[T](nodes: Iterable[T], virtualNodesFactor: Int)(implicit arg0: ClassTag[T]): ConsistentHash[T]
- def create[T](nodes: Iterable[T], virtualNodesFactor: Int): ConsistentHash[T]
Java API: Factory method to create a ConsistentHash