public interface IlvPartitionerFactory<CIT extends IlvClusterId>
IlvPartitioner
for
a given object model.
The type parameter CIT
denotes the type to which all
IlvClusterId
s created by the classifiers of this class belong.
IlvPartitioner
Modifier and Type | Method and Description |
---|---|
IlvPartitioner<CIT> |
createPartitioner(IlvObjectModelWithColumns model)
Returns a partitioner for the given model.
|
boolean |
equals(Object other)
Compares this object to another object.
|
int |
hashCode()
Returns a hash code that is compatible with
equals() . |
IlvPartitioner<CIT> createPartitioner(IlvObjectModelWithColumns model)
model
- The model whose elements are being grouped. This is the
input of the partitioner.boolean equals(Object other)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.