Package | Description |
---|---|
org.jboss.dashboard.dataset.index | |
org.jboss.dashboard.domain.label |
Label-based domain.
|
Modifier and Type | Field and Description |
---|---|
List<DistinctValue> |
LabelIndex.disctinctValues |
Modifier and Type | Method and Description |
---|---|
DistinctValue |
LabelIndex.getDistinctValue(Object value) |
Modifier and Type | Method and Description |
---|---|
List<DistinctValue> |
LabelIndex.getDistinctValues() |
List<DistinctValue> |
ColumnIndex.getDistinctValues() |
List<DistinctValue> |
DataSetIndex.getDistinctValues(int column)
Get the indexed distinct values for a given data set column.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSetIndex.sortByScalar(List<DistinctValue> values,
String functionCode,
int column,
int order)
Sort a list of DistinctValue's by the scalar function value calculated on a target sort column.
|
void |
DataSetIndex.sortByValue(List<DistinctValue> values,
int order)
Sort a list of DistinctValue's by the value itself.
|
Modifier and Type | Field and Description |
---|---|
protected DistinctValue |
LabelInterval.holder |
Modifier and Type | Method and Description |
---|---|
DistinctValue |
LabelInterval.getHolder() |
Modifier and Type | Method and Description |
---|---|
void |
LabelInterval.setHolder(DistinctValue holder) |
Modifier and Type | Method and Description |
---|---|
List<Interval> |
LabelDomain.buildAllIntervals(List<DistinctValue> distinctValues) |
List<Interval> |
LabelDomain.buildIntervals(List<DistinctValue> distinctValues) |
List<Interval> |
LabelDomain.getIntervals(List<DistinctValue> distinctValues) |
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.