Package | Description |
---|---|
ilog.views.chart.datax.adapter.partition |
Provides interfaces and algorithms for partitioning of data models.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvColumnValuePartitioner<CIT extends IlvClusterId>
This class is an abstract base class for partitioning according to the value
of a model column.
|
class |
IlvCustomScalePartitioner
This class partitions a set of objects according to where the numerical
value of a model column falls in a custom scale.
|
class |
IlvDatePartitioner
This class partitions a set of objects according to specific date fields
of the value of a model column.
|
class |
IlvHostnamePartitioner
This class partitions a set of objects according to the value of a model
column, interpreted as a hostname (fully qualified host name or IP address).
|
class |
IlvPathPartitioner
This class partitions a set of objects according to the value of a model
column, interpreted as a string with separators called "path".
|
class |
IlvStringPartitioner
This class partitions a set of objects according to the value of a model
column, as a string.
|
class |
IlvUniformScalePartitioner
This class partitions a set of objects according to the value of a model
column, as a number, by dividing the value range [min,max] into intervals
of equal length.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.