public class IlvHostnamePartitionerFactory extends Object implements IlvPartitionerFactory<IlvPathClusterId>, Serializable
IlvHostnamePartitioner
,
Serialized FormConstructor and Description |
---|
IlvHostnamePartitionerFactory(IlvDataColumnInfo column)
Creates an instance of this class.
|
Modifier and Type | Method and Description |
---|---|
IlvPartitioner<IlvPathClusterId> |
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() . |
public IlvHostnamePartitionerFactory(IlvDataColumnInfo column)
column
- The column whose values are used for partitioning.public IlvPartitioner<IlvPathClusterId> createPartitioner(IlvObjectModelWithColumns model)
IlvPartitionerFactory
createPartitioner
in interface IlvPartitionerFactory<IlvPathClusterId>
model
- The model whose elements are being grouped. This is the
input of the partitioner.public boolean equals(Object other)
equals
in interface IlvPartitionerFactory<IlvPathClusterId>
equals
in class Object
public int hashCode()
equals()
.hashCode
in interface IlvPartitionerFactory<IlvPathClusterId>
hashCode
in class Object
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.