public static interface TotalOrderPartitioner.Node<T>
Modifier and Type | Method and Description |
---|---|
int |
findPartition(T key)
Locate partition in keyset K, st [Ki..Ki+1) defines a partition,
with implicit K0 = -inf, Kn = +inf, and |K| = #partitions - 1.
|
int findPartition(T key)
Copyright © 2016 The Apache Software Foundation. All rights reserved.