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 © 2017 The Apache Software Foundation. All rights reserved.