A B C D E F G H I J K L M N O P Q R S T U V W Y _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractDataSetDefBuilder<T> - Class in org.dashbuilder.dataset.impl
-
Base class for DataSetDefBuilder implementations.
- AbstractDataSetDefBuilder() - Constructor for class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
- AbstractDataSetLookupBuilder<T> - Class in org.dashbuilder.dataset.impl
- AbstractDataSetLookupBuilder() - Constructor for class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- AbstractDataSetOp - Class in org.dashbuilder.dataset.impl
-
Base class for DataSetOp implementations
- AbstractDataSetOp() - Constructor for class org.dashbuilder.dataset.impl.AbstractDataSetOp
- AbstractProviderType<T extends DataSetDef> - Class in org.dashbuilder.dataprovider
- AbstractProviderType() - Constructor for class org.dashbuilder.dataprovider.AbstractProviderType
- addColumn(String, ColumnType) - Method in interface org.dashbuilder.dataset.DataSet
-
Add a brand new column.
- addColumn(String, ColumnType) - Method in class org.dashbuilder.dataset.def.DataSetDef
- addColumn(String, ColumnType) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- addColumn(String, ColumnType, List) - Method in interface org.dashbuilder.dataset.DataSet
-
Add a brand new column populated with the given values.
- addColumn(String, ColumnType, List) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- addColumn(DataColumn) - Method in interface org.dashbuilder.dataset.DataSet
-
Add a brand new column.
- addColumn(DataColumn) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- addEmptyRowAt(int) - Method in interface org.dashbuilder.dataset.DataSet
-
Add an empty row at the given position.
- addEmptyRowAt(int) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- addFilterColumn(ColumnFilter...) - Method in class org.dashbuilder.dataset.filter.DataSetFilter
- addGroupFunction(GroupFunction...) - Method in class org.dashbuilder.dataset.group.DataSetGroup
- addListener(DataSetDefRegistryListener) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistry
-
Register a listener interesetd in observe the DataSetDef lifecycle events.
- addLogicalTerm(ColumnFilter) - Method in class org.dashbuilder.dataset.filter.LogicalExprFilter
- addOperation(int, DataSetOp...) - Method in class org.dashbuilder.dataset.DataSetLookup
- addOperation(DataSetOp...) - Method in class org.dashbuilder.dataset.DataSetLookup
- addSelectedIntervalNames(String...) - Method in class org.dashbuilder.dataset.group.DataSetGroup
- addSortColumn(ColumnSort...) - Method in class org.dashbuilder.dataset.sort.DataSetSort
- addValueAt(int, int, Object) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- addValueAt(int, Object) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- addValues(Object...) - Method in interface org.dashbuilder.dataset.DataSet
-
Add a row at the end of the data set.
- addValues(Object...) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- addValuesAt(int, Object...) - Method in interface org.dashbuilder.dataset.DataSet
-
Add a row at the given position.
- addValuesAt(int, Object...) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- adjustDate(Date) - Method in class org.dashbuilder.dataset.date.TimeAmount
- aggregate(List) - Method in interface org.dashbuilder.dataset.group.AggregateFunction
- aggregate(List, List<Integer>) - Method in interface org.dashbuilder.dataset.group.AggregateFunction
- AggregateFunction - Interface in org.dashbuilder.dataset.group
-
Interface used to get the aggregate value of a given collection.
- AggregateFunctionManager - Interface in org.dashbuilder.dataset.group
-
Manager class that it keeps a registry of AggregateFunction instances.
- AggregateFunctionType - Enum in org.dashbuilder.dataset.group
-
List of available aggregate functions used in data set group operations.
- ALL - org.dashbuilder.dataset.def.ElasticSearchDataSetDef.ElasticSearchKeywords
- ALL_COLUMNS - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- allColumns(boolean) - Method in interface org.dashbuilder.dataset.def.CSVDataSetDefBuilder
-
It tells the CSV provider whether to include all the columns in the CSV defintion or only those columns explicitly declared into the data set definition.
- allColumns(boolean) - Method in class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
- allColumnsEnabled - Variable in class org.dashbuilder.dataset.def.DataSetDef
- AND - org.dashbuilder.dataset.filter.LogicalExprType
- AND(String, List<ColumnFilter>) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- AND(String, ColumnFilter...) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- AND(List<ColumnFilter>) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- AND(ColumnFilter...) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- APRIL - org.dashbuilder.dataset.date.Month
- areEmptyIntervalsAllowed() - Method in class org.dashbuilder.dataset.group.ColumnGroup
- areExtraColumnsAllowed() - Method in class org.dashbuilder.dataset.DataSetConstraints
- asc() - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
This call will operate only on a previously grouped data set (i.e. one of the group() methods has been called previously on the data set lookup), and will result in that the grouped column is ordered in ascending order.
- asc() - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- ASCENDING - org.dashbuilder.dataset.sort.SortOrder
- ascendingOrder - Variable in class org.dashbuilder.dataset.group.ColumnGroup
- asInt() - Method in enum org.dashbuilder.dataset.sort.SortOrder
- AUGUST - org.dashbuilder.dataset.date.Month
- AVERAGE - org.dashbuilder.dataset.group.AggregateFunctionType
B
- BEAN - Static variable in interface org.dashbuilder.dataprovider.DataSetProviderType
- BeanDataSetDef - Class in org.dashbuilder.dataset.def
- BeanDataSetDef() - Constructor for class org.dashbuilder.dataset.def.BeanDataSetDef
- BeanDataSetDefBuilder<T extends DataSetDefBuilder> - Interface in org.dashbuilder.dataset.def
-
A builder for defining data sets generated from a bean which implements the DataSetGenerator interface
- BeanDataSetDefBuilderImpl - Class in org.dashbuilder.dataset.impl
- BeanDataSetDefBuilderImpl() - Constructor for class org.dashbuilder.dataset.impl.BeanDataSetDefBuilderImpl
- BeanDataSetDefValidation - Interface in org.dashbuilder.dataset.validation.groups
-
Validation group for initial mandatory attributes of the Bean data set definition.
- BeanDefJSONMarshaller - Class in org.dashbuilder.dataset.json
- BeanDefJSONMarshaller() - Constructor for class org.dashbuilder.dataset.json.BeanDefJSONMarshaller
- BeanProviderType - Class in org.dashbuilder.dataprovider
-
For accessing data sets generated directly from a bean class implementing the DataSetGenerator interface
- BeanProviderType() - Constructor for class org.dashbuilder.dataprovider.BeanProviderType
- BEGIN - org.dashbuilder.dataset.date.TimeInstant.TimeMode
- between(Comparable, Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- between(String, Comparable, Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- BETWEEN - org.dashbuilder.dataset.filter.CoreFunctionType
- BROKER - org.dashbuilder.dataset.def.KafkaDataSetDef.MetricsTarget
- buildColumnId(String, AggregateFunctionType) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
-
Builds a column identifier when applying an aggregate function to the column, but no id is specified.
- buildDataSet() - Method in interface org.dashbuilder.dataset.DataSetBuilder
-
Build and get the resulting DataSet instance.
- buildDataSet() - Method in class org.dashbuilder.dataset.impl.DataSetBuilderImpl
- buildDataSet(Map<String, String>) - Method in interface org.dashbuilder.dataset.DataSetGenerator
-
Build and get a DataSet instance.
- buildDef() - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
- buildDef() - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
- buildLookup() - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
- buildLookup() - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- buildUniqueColumnId(DataSetLookup, String) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- buildUniqueColumnId(DataSetLookup, GroupFunction) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
C
- CACHE_ENABLED - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- CACHE_MAXROWS - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- CACHE_SYNCED - Static variable in class org.dashbuilder.dataset.json.ELSDefJSONMarshaller
- cacheEnabled - Variable in class org.dashbuilder.dataset.def.DataSetDef
- cacheMaxRows - Variable in class org.dashbuilder.dataset.def.DataSetDef
- cacheOff() - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
-
Disables the cache
- cacheOff() - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
- cacheOn(boolean, int) - Method in interface org.dashbuilder.dataset.def.ElasticSearchDataSetDefBuilder
-
Enables the static cache
- cacheOn(int) - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
-
Enables the cache for this data set
- cacheOn(int) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
- calculateStartTime() - Method in class org.dashbuilder.dataset.date.TimeInstant
- CENTURY - org.dashbuilder.dataset.group.DateIntervalType
- check(DataSet) - Method in class org.dashbuilder.dataset.DataSetConstraints
- check(DataSetLookup) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- check(DataSetLookup, DataSetMetadata) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- CLIENT_ID - Static variable in class org.dashbuilder.dataset.json.KafkaDefJSONMarshaller
- clientId - Variable in class org.dashbuilder.dataset.def.KafkaDataSetDef
- clientId(String) - Method in interface org.dashbuilder.dataset.def.KafkaDataSetDefBuilder
-
Set the data set client Id
- clientId(String) - Method in class org.dashbuilder.dataset.impl.KafkaDataSetDefBuilderImpl
- clone() - Method in class org.dashbuilder.dataset.def.BeanDataSetDef
- clone() - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
- clone() - Method in class org.dashbuilder.dataset.def.DataColumnDef
- clone() - Method in class org.dashbuilder.dataset.def.DataSetDef
- clone() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- clone() - Method in class org.dashbuilder.dataset.def.KafkaDataSetDef
- clone() - Method in class org.dashbuilder.dataset.def.PrometheusDataSetDef
- clone() - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
- clone(DataSetDef) - Method in class org.dashbuilder.dataset.def.DataSetDef
- cloneEmpty() - Method in interface org.dashbuilder.dataset.DataColumn
-
Only clone the column definition.
- cloneEmpty() - Method in interface org.dashbuilder.dataset.DataSet
-
Build a data set with the same structure as this but containing no data.
- cloneEmpty() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
- cloneEmpty() - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- cloneInstance() - Method in interface org.dashbuilder.dataset.DataColumn
-
Clone the column entirely (definition & values).
- cloneInstance() - Method in interface org.dashbuilder.dataset.DataSet
-
Build a data set with the same structure and content.
- cloneInstance() - Method in class org.dashbuilder.dataset.DataSetLookup
- cloneInstance() - Method in interface org.dashbuilder.dataset.DataSetOp
-
Clone this operation.
- cloneInstance() - Method in class org.dashbuilder.dataset.date.TimeAmount
- cloneInstance() - Method in class org.dashbuilder.dataset.date.TimeInstant
- cloneInstance() - Method in class org.dashbuilder.dataset.filter.ColumnFilter
- cloneInstance() - Method in class org.dashbuilder.dataset.filter.CoreFunctionFilter
- cloneInstance() - Method in class org.dashbuilder.dataset.filter.CustomFunctionFilter
- cloneInstance() - Method in class org.dashbuilder.dataset.filter.DataSetFilter
- cloneInstance() - Method in class org.dashbuilder.dataset.filter.LogicalExprFilter
- cloneInstance() - Method in class org.dashbuilder.dataset.group.ColumnGroup
- cloneInstance() - Method in class org.dashbuilder.dataset.group.DataSetGroup
- cloneInstance() - Method in class org.dashbuilder.dataset.group.GroupFunction
- cloneInstance() - Method in class org.dashbuilder.dataset.group.Interval
- cloneInstance() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
- cloneInstance() - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- cloneInstance() - Method in class org.dashbuilder.dataset.sort.ColumnSort
- cloneInstance() - Method in class org.dashbuilder.dataset.sort.DataSetSort
-
Clone this sort operation.
- CLUSTER_NAME - Static variable in class org.dashbuilder.dataset.json.ELSDefJSONMarshaller
- clusterName - Variable in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- clusterName(String) - Method in interface org.dashbuilder.dataset.def.ElasticSearchDataSetDefBuilder
-
Set the ElasticSearch cluster name.
- column(String) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
Select the specified column as part of the resulting data set.
- column(String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- column(String, String) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
Select the specified column as part of the resulting data set.
- column(String, String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- column(String, ColumnType) - Method in interface org.dashbuilder.dataset.DataSetBuilder
-
Add an empty column of the specified type.
- column(String, ColumnType) - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
-
Add an empty column of the specified type.
- column(String, ColumnType) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
- column(String, ColumnType) - Method in class org.dashbuilder.dataset.impl.DataSetBuilderImpl
- column(String, AggregateFunctionType) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
Generates a new column on the resulting data set by which values will be the result of applying the specified aggregation function on the source data set column.
- column(String, AggregateFunctionType) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- column(String, AggregateFunctionType, String) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
Generates a new column on the resulting data set by which values will be the result of applying the specified aggregation function on the source data set column.
- column(String, AggregateFunctionType, String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- column(AggregateFunctionType, String) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
Generates a new column on the resulting data set by which values will be the result of applying the specified aggregation function on the source data set column.
- column(AggregateFunctionType, String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- COLUMN - Static variable in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- COLUMN_ID - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- COLUMN_IDS - Static variable in class org.dashbuilder.dataset.json.DataSetMetadataJSONMarshaller
- COLUMN_PATTERN - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- COLUMN_TYPE - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- COLUMN_TYPES - Static variable in class org.dashbuilder.dataset.json.DataSetMetadataJSONMarshaller
- ColumnFilter - Class in org.dashbuilder.dataset.filter
-
Base class for defining a filter over a data set column.
- ColumnFilter() - Constructor for class org.dashbuilder.dataset.filter.ColumnFilter
- ColumnFilter(String) - Constructor for class org.dashbuilder.dataset.filter.ColumnFilter
- columnFilterList - Variable in class org.dashbuilder.dataset.filter.DataSetFilter
- columnGroup - Variable in class org.dashbuilder.dataset.group.DataSetGroup
- columnGroup - Variable in class org.dashbuilder.dataset.impl.DataColumnImpl
- ColumnGroup - Class in org.dashbuilder.dataset.group
-
A column group definition.
- ColumnGroup() - Constructor for class org.dashbuilder.dataset.group.ColumnGroup
- ColumnGroup(String, String) - Constructor for class org.dashbuilder.dataset.group.ColumnGroup
- ColumnGroup(String, String, GroupStrategy) - Constructor for class org.dashbuilder.dataset.group.ColumnGroup
- ColumnGroup(String, String, GroupStrategy, int, String) - Constructor for class org.dashbuilder.dataset.group.ColumnGroup
- columnId - Variable in class org.dashbuilder.dataset.filter.ColumnFilter
- columnId - Variable in class org.dashbuilder.dataset.group.ColumnGroup
- columnId - Variable in class org.dashbuilder.dataset.group.GroupFunction
- columnId - Variable in class org.dashbuilder.dataset.sort.ColumnSort
- columnIds - Variable in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- columns - Variable in class org.dashbuilder.dataset.def.DataSetDef
- columns - Variable in class org.dashbuilder.dataset.impl.DataSetImpl
- COLUMNS - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- columnSort - Variable in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- ColumnSort - Class in org.dashbuilder.dataset.sort
-
A column sort criteria
- ColumnSort() - Constructor for class org.dashbuilder.dataset.sort.ColumnSort
- ColumnSort(String, SortOrder) - Constructor for class org.dashbuilder.dataset.sort.ColumnSort
- columnSortList - Variable in class org.dashbuilder.dataset.sort.DataSetSort
- columnsTitle - Variable in class org.dashbuilder.dataset.DataSetLookupConstraints
- columnTitleMap - Variable in class org.dashbuilder.dataset.DataSetLookupConstraints
- columnType - Variable in class org.dashbuilder.dataset.impl.DataColumnImpl
- ColumnType - Enum in org.dashbuilder.dataset
-
An enumeration for the different types of DataColumn.
- columnTypeList - Variable in class org.dashbuilder.dataset.DataSetConstraints
- columnTypes - Variable in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- compare(DateIntervalType, DateIntervalType) - Static method in enum org.dashbuilder.dataset.group.DateIntervalType
- CONSUMER - org.dashbuilder.dataset.def.KafkaDataSetDef.MetricsTarget
- convert(DataColumn, Object) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- convertToDate(Object) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- convertToDouble(Object) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- convertToString(Object) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- CoreFunctionFilter - Class in org.dashbuilder.dataset.filter
-
A core filter function definition
- CoreFunctionFilter() - Constructor for class org.dashbuilder.dataset.filter.CoreFunctionFilter
- CoreFunctionFilter(String, CoreFunctionType) - Constructor for class org.dashbuilder.dataset.filter.CoreFunctionFilter
- CoreFunctionFilter(String, CoreFunctionType, Comparable...) - Constructor for class org.dashbuilder.dataset.filter.CoreFunctionFilter
- CoreFunctionFilter(String, CoreFunctionType, List) - Constructor for class org.dashbuilder.dataset.filter.CoreFunctionFilter
- CoreFunctionType - Enum in org.dashbuilder.dataset.filter
-
Type of core filter functions available
- COUNT - org.dashbuilder.dataset.group.AggregateFunctionType
- createCoreFunctionFilter(String, ColumnType, CoreFunctionType) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- createDataSet(String) - Method in interface org.dashbuilder.dataset.DataSetManager
-
Create a brand new data set instance.
- createDataSetDef() - Method in class org.dashbuilder.dataprovider.BeanProviderType
- createDataSetDef() - Method in class org.dashbuilder.dataprovider.CSVProviderType
- createDataSetDef() - Method in interface org.dashbuilder.dataprovider.DataSetProviderType
-
Create a brand new
DataSetDefinstance for this given provider type. - createDataSetDef() - Method in class org.dashbuilder.dataprovider.ELSProviderType
- createDataSetDef() - Method in class org.dashbuilder.dataprovider.KafkaProviderType
- createDataSetDef() - Method in class org.dashbuilder.dataprovider.PrometheusProviderType
- createDataSetDef() - Method in class org.dashbuilder.dataprovider.SQLProviderType
- createDataSetDef() - Method in class org.dashbuilder.dataprovider.StaticProviderType
- createDataSetDef() - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
- createDataSetDef() - Method in class org.dashbuilder.dataset.impl.BeanDataSetDefBuilderImpl
- createDataSetDef() - Method in class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
- createDataSetDef() - Method in class org.dashbuilder.dataset.impl.KafkaDataSetDefBuilderImpl
- createDataSetDef() - Method in class org.dashbuilder.dataset.impl.PrometheusDataSetDefBuilderImpl
- createDataSetDef() - Method in class org.dashbuilder.dataset.impl.SQLDataSetDefBuilderImpl
- createDataSetDef() - Method in class org.dashbuilder.dataset.impl.StaticDataSetDefBuilderImpl
- createParameters(ColumnType, CoreFunctionType) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- createValidationError(int, Object...) - Method in class org.dashbuilder.dataset.DataSetConstraints
- createValidationError(int, Object...) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- creationDate - Variable in class org.dashbuilder.dataset.impl.DataSetImpl
- CSV - Static variable in interface org.dashbuilder.dataprovider.DataSetProviderType
- CSVDataSetDef - Class in org.dashbuilder.dataset.def
- CSVDataSetDef() - Constructor for class org.dashbuilder.dataset.def.CSVDataSetDef
- CSVDataSetDefBuilder<T extends DataSetDefBuilder> - Interface in org.dashbuilder.dataset.def
-
A builder for defining static data sets
- CSVDataSetDefBuilderImpl - Class in org.dashbuilder.dataset.impl
- CSVDataSetDefBuilderImpl() - Constructor for class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
- CSVDataSetDefFilePathValidation - Interface in org.dashbuilder.dataset.validation.groups
-
Validation group for the attribute
filePathof the CSV data set definition class. - CSVDataSetDefFileURLValidation - Interface in org.dashbuilder.dataset.validation.groups
-
Validation group for the attribute
fileURLof the CSV data set definition class. - CSVDataSetDefValidation - Interface in org.dashbuilder.dataset.validation.groups
-
Validation group for initial mandatory attributes of the CSV data set definition.
- CSVDefJSONMarshaller - Class in org.dashbuilder.dataset.json
- CSVDefJSONMarshaller() - Constructor for class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
- CSVProviderType - Class in org.dashbuilder.dataprovider
-
For accessing data sets that are the result of loading all the rows of a CSV file.
- CSVProviderType() - Constructor for class org.dashbuilder.dataprovider.CSVProviderType
- CUSTOM - org.dashbuilder.dataset.group.GroupStrategy
-
The intervals are defined in a custom manner and are not bound to any specific generation algorithm.
- CustomFunctionFilter - Class in org.dashbuilder.dataset.filter
-
A custom provided function filter definition
- CustomFunctionFilter() - Constructor for class org.dashbuilder.dataset.filter.CustomFunctionFilter
- CustomFunctionFilter(String, FilterFunction) - Constructor for class org.dashbuilder.dataset.filter.CustomFunctionFilter
D
- DATA_SOURCE - Static variable in class org.dashbuilder.dataset.json.SQLDefJSONMarshaller
- DataColumn - Interface in org.dashbuilder.dataset
-
A data set is a matrix of values composed by a fixed number of columns.
- DataColumnDef - Class in org.dashbuilder.dataset.def
-
This class is used to define the structure and runtime behaviour of a data set definition's column instance.
- DataColumnDef() - Constructor for class org.dashbuilder.dataset.def.DataColumnDef
- DataColumnDef(String, ColumnType) - Constructor for class org.dashbuilder.dataset.def.DataColumnDef
- DataColumnImpl - Class in org.dashbuilder.dataset.impl
- DataColumnImpl() - Constructor for class org.dashbuilder.dataset.impl.DataColumnImpl
- DataColumnImpl(String, ColumnType) - Constructor for class org.dashbuilder.dataset.impl.DataColumnImpl
- dataset(String) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
The UUID reference to the source data set.
- dataset(String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- dataSet - Variable in class org.dashbuilder.dataset.def.StaticDataSetDef
- dataSet - Variable in class org.dashbuilder.dataset.impl.DataColumnImpl
- dataSet - Variable in class org.dashbuilder.dataset.impl.DataSetBuilderImpl
- DataSet - Interface in org.dashbuilder.dataset
- DataSetBuilder - Interface in org.dashbuilder.dataset
-
It allows for the building of DataSet instances in a friendly manner.
- DataSetBuilderImpl - Class in org.dashbuilder.dataset.impl
- DataSetBuilderImpl() - Constructor for class org.dashbuilder.dataset.impl.DataSetBuilderImpl
- DataSetConstraints<T> - Class in org.dashbuilder.dataset
-
A set of constraints over the structure of a DataSet instance.
- DataSetConstraints() - Constructor for class org.dashbuilder.dataset.DataSetConstraints
- DataSetDef - Class in org.dashbuilder.dataset.def
-
This class is used to define the origin, structure and runtime behaviour of a data set instance.
- DataSetDef() - Constructor for class org.dashbuilder.dataset.def.DataSetDef
- DataSetDefBasicAttributesGroup - Interface in org.dashbuilder.dataset.validation.groups
- DataSetDefBuilder<T> - Interface in org.dashbuilder.dataset.def
-
Interface for the assembly of a DataSetDef instance in a friendly manner.
- DataSetDefCacheRowsValidation - Interface in org.dashbuilder.dataset.validation.groups
-
Validation group for the attribute
cacheMaxRowsof the data set definition class. - DataSetDefFactory - Class in org.dashbuilder.dataset.def
-
Factory class for building DataSetDef instances.
- DataSetDefFactory() - Constructor for class org.dashbuilder.dataset.def.DataSetDefFactory
- DataSetDefJSONMarshaller - Class in org.dashbuilder.dataset.json
-
DataSetDef from/to JSON utilities
- DataSetDefJSONMarshaller(DataSetProviderRegistry) - Constructor for class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- DataSetDefJSONMarshaller(DataSetProviderRegistry, DataSetLookupJSONMarshaller) - Constructor for class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- DataSetDefJSONMarshallerExt<T extends DataSetDef> - Interface in org.dashbuilder.dataset.json
-
DataSetDefJSONMarshalleruses this interface to marshall the extended attributes of any class extendingDataSetDef. - DataSetDefModifiedEvent - Class in org.dashbuilder.dataset.events
- DataSetDefModifiedEvent() - Constructor for class org.dashbuilder.dataset.events.DataSetDefModifiedEvent
- DataSetDefModifiedEvent(DataSetDef, DataSetDef) - Constructor for class org.dashbuilder.dataset.events.DataSetDefModifiedEvent
- DataSetDefProviderTypeGroup - Interface in org.dashbuilder.dataset.validation.groups
- DataSetDefPushSizeValidation - Interface in org.dashbuilder.dataset.validation.groups
-
Validation group for the attribute
pushMaxSizeof the data set definition class. - DataSetDefRefreshIntervalValidation - Interface in org.dashbuilder.dataset.validation.groups
-
Validation group for the attribute
refreshTimeof the data set definition class. - DataSetDefRegisteredEvent - Class in org.dashbuilder.dataset.events
- DataSetDefRegisteredEvent() - Constructor for class org.dashbuilder.dataset.events.DataSetDefRegisteredEvent
- DataSetDefRegisteredEvent(DataSetDef) - Constructor for class org.dashbuilder.dataset.events.DataSetDefRegisteredEvent
- DataSetDefRegistry - Interface in org.dashbuilder.dataset.def
-
Data set definitions registry service
- DataSetDefRegistryListener - Interface in org.dashbuilder.dataset.def
- DataSetDefRemovedEvent - Class in org.dashbuilder.dataset.events
- DataSetDefRemovedEvent() - Constructor for class org.dashbuilder.dataset.events.DataSetDefRemovedEvent
- DataSetDefRemovedEvent(DataSetDef) - Constructor for class org.dashbuilder.dataset.events.DataSetDefRemovedEvent
- DataSetFactory - Class in org.dashbuilder.dataset
-
Factory class for building DataSet instances.
- DataSetFactory() - Constructor for class org.dashbuilder.dataset.DataSetFactory
- dataSetFilter - Variable in class org.dashbuilder.dataset.def.DataSetDef
- DataSetFilter - Class in org.dashbuilder.dataset.filter
-
A data set filter definition.
- DataSetFilter() - Constructor for class org.dashbuilder.dataset.filter.DataSetFilter
- DataSetGenerator - Interface in org.dashbuilder.dataset
-
Interface for generating data set instances.
- DataSetGroup - Class in org.dashbuilder.dataset.group
-
A data set group operation.
- DataSetGroup() - Constructor for class org.dashbuilder.dataset.group.DataSetGroup
- DataSetImpl - Class in org.dashbuilder.dataset.impl
- DataSetImpl() - Constructor for class org.dashbuilder.dataset.impl.DataSetImpl
- DataSetJSONMarshaller - Class in org.dashbuilder.dataset.json
- DataSetJSONMarshaller() - Constructor for class org.dashbuilder.dataset.json.DataSetJSONMarshaller
- DataSetLookup - Class in org.dashbuilder.dataset
-
A data set look up request.
- DataSetLookup() - Constructor for class org.dashbuilder.dataset.DataSetLookup
- DataSetLookup(String, DataSetOp...) - Constructor for class org.dashbuilder.dataset.DataSetLookup
- DataSetLookupBuilder<T> - Interface in org.dashbuilder.dataset
-
A DataSetLookupBuilder allows for the assembly of a DataSetLookup instance (i.e. a DataSet lookup request) in a friendly manner.
- DataSetLookupBuilderImpl - Class in org.dashbuilder.dataset.impl
- DataSetLookupBuilderImpl() - Constructor for class org.dashbuilder.dataset.impl.DataSetLookupBuilderImpl
- DataSetLookupConstraints - Class in org.dashbuilder.dataset
-
A set of constraints over the structure of a DataSetLookup instance.
- DataSetLookupConstraints() - Constructor for class org.dashbuilder.dataset.DataSetLookupConstraints
- DataSetLookupException - Exception in org.dashbuilder.dataset.exception
-
Default exception when a data set lookup fails.
- DataSetLookupException() - Constructor for exception org.dashbuilder.dataset.exception.DataSetLookupException
- DataSetLookupException(String) - Constructor for exception org.dashbuilder.dataset.exception.DataSetLookupException
- DataSetLookupException(String, String) - Constructor for exception org.dashbuilder.dataset.exception.DataSetLookupException
- DataSetLookupException(String, String, Exception) - Constructor for exception org.dashbuilder.dataset.exception.DataSetLookupException
- DataSetLookupFactory - Class in org.dashbuilder.dataset
-
Factory class for building DataSetLookup instances.
- DataSetLookupFactory() - Constructor for class org.dashbuilder.dataset.DataSetLookupFactory
- dataSetLookupJSONMarshaller - Variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- DataSetLookupJSONMarshaller - Class in org.dashbuilder.dataset.json
- DataSetLookupJSONMarshaller() - Constructor for class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- DataSetManager - Interface in org.dashbuilder.dataset
-
Main interface for handling data sets.
- DataSetMetadata - Interface in org.dashbuilder.dataset
-
Metadata associated with a data set instance
- DataSetMetadataImpl - Class in org.dashbuilder.dataset.impl
- DataSetMetadataImpl() - Constructor for class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- DataSetMetadataImpl(DataSetDef, String, int, int, List<String>, List<ColumnType>, int) - Constructor for class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- DataSetMetadataImpl(DataSetImpl) - Constructor for class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- DataSetMetadataJSONMarshaller - Class in org.dashbuilder.dataset.json
- DataSetMetadataJSONMarshaller() - Constructor for class org.dashbuilder.dataset.json.DataSetMetadataJSONMarshaller
- DataSetMetadataJSONMarshaller(DataSetDefJSONMarshaller) - Constructor for class org.dashbuilder.dataset.json.DataSetMetadataJSONMarshaller
- DataSetModifiedEvent - Class in org.dashbuilder.dataset.events
- DataSetModifiedEvent() - Constructor for class org.dashbuilder.dataset.events.DataSetModifiedEvent
- DataSetModifiedEvent(DataSetDef) - Constructor for class org.dashbuilder.dataset.events.DataSetModifiedEvent
- DataSetOp - Interface in org.dashbuilder.dataset
-
An operation over a data set
- DataSetOpEngine - Interface in org.dashbuilder.dataset
-
Provides several operations for data set manipulation.
- DataSetOpType - Enum in org.dashbuilder.dataset
-
Data set operation types.
- DataSetPostProcessor - Interface in org.dashbuilder.dataset.def
-
A generic interface to declare extra post processing on the DataSets
- DataSetPreprocessor - Interface in org.dashbuilder.dataset.def
-
A generic interface to declare extra pre processing on the DataSets
- DataSetProvider - Interface in org.dashbuilder.dataprovider
-
This service provider interface is designed to provide access to different data set storage implementations with the main goal of providing a unified interface for the data set fetch & lookup operations.
- dataSetProviderRegistry - Variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- DataSetProviderRegistry - Interface in org.dashbuilder.dataprovider
-
Data set provider registry
- DataSetProviderType<T extends DataSetDef> - Interface in org.dashbuilder.dataprovider
-
An enumeration of the available data set provider types.
- DataSetPushingEvent - Class in org.dashbuilder.dataset.events
- DataSetPushingEvent() - Constructor for class org.dashbuilder.dataset.events.DataSetPushingEvent
- DataSetPushingEvent(DataSetMetadata) - Constructor for class org.dashbuilder.dataset.events.DataSetPushingEvent
- DataSetPushOkEvent - Class in org.dashbuilder.dataset.events
- DataSetPushOkEvent() - Constructor for class org.dashbuilder.dataset.events.DataSetPushOkEvent
- DataSetPushOkEvent(DataSetMetadata) - Constructor for class org.dashbuilder.dataset.events.DataSetPushOkEvent
- DataSetSort - Class in org.dashbuilder.dataset.sort
-
A data set sort operation definition
- DataSetSort() - Constructor for class org.dashbuilder.dataset.sort.DataSetSort
- DataSetStaleEvent - Class in org.dashbuilder.dataset.events
- DataSetStaleEvent() - Constructor for class org.dashbuilder.dataset.events.DataSetStaleEvent
- DataSetStaleEvent(DataSetDef) - Constructor for class org.dashbuilder.dataset.events.DataSetStaleEvent
- dataSetUUID - Variable in class org.dashbuilder.dataset.DataSetLookup
-
The UUID of the data set to retrieve.
- dataSetUUID - Variable in class org.dashbuilder.dataset.impl.AbstractDataSetOp
- dataSource - Variable in class org.dashbuilder.dataset.def.SQLDataSetDef
- dataSource(String) - Method in interface org.dashbuilder.dataset.def.SQLDataSetDefBuilder
-
Set the data source where this data set is stored.
- dataSource(String) - Method in class org.dashbuilder.dataset.impl.SQLDataSetDefBuilderImpl
- date(String) - Method in interface org.dashbuilder.dataset.DataSetBuilder
-
Add an empty column of type date.
- date(String) - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
-
Add an empty column of type date.
- date(String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
- date(String) - Method in class org.dashbuilder.dataset.impl.DataSetBuilderImpl
- date(String, String) - Method in interface org.dashbuilder.dataset.def.CSVDataSetDefBuilder
-
Set the pattern for the specified date column.
- date(String, String) - Method in class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
- DATE - org.dashbuilder.dataset.ColumnType
-
A Date type column.
- DateIntervalPattern - Class in org.dashbuilder.dataset.group
- DateIntervalPattern() - Constructor for class org.dashbuilder.dataset.group.DateIntervalPattern
- DateIntervalType - Enum in org.dashbuilder.dataset.group
-
Type of data intervals
- datePattern - Variable in class org.dashbuilder.dataset.def.CSVDataSetDef
- datePattern(String) - Method in interface org.dashbuilder.dataset.def.CSVDataSetDefBuilder
-
Set the overall pattern used to read date columns.
- datePattern(String) - Method in class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
- DATEPATTERN - Static variable in class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
- DAY - org.dashbuilder.dataset.group.DateIntervalType
- DAY - Static variable in class org.dashbuilder.dataset.group.DateIntervalPattern
- DAY_OF_WEEK - org.dashbuilder.dataset.group.DateIntervalType
- DayOfWeek - Enum in org.dashbuilder.dataset.date
- DB_SCHEMA - Static variable in class org.dashbuilder.dataset.json.SQLDefJSONMarshaller
- DB_SQL - Static variable in class org.dashbuilder.dataset.json.SQLDefJSONMarshaller
- DB_TABLE - Static variable in class org.dashbuilder.dataset.json.SQLDefJSONMarshaller
- dbSchema - Variable in class org.dashbuilder.dataset.def.SQLDataSetDef
- dbSchema(String) - Method in interface org.dashbuilder.dataset.def.SQLDataSetDefBuilder
-
Set the database schema where the target table relies
- dbSchema(String) - Method in class org.dashbuilder.dataset.impl.SQLDataSetDefBuilderImpl
- dbSQL - Variable in class org.dashbuilder.dataset.def.SQLDataSetDef
- dbSQL(String, boolean) - Method in interface org.dashbuilder.dataset.def.SQLDataSetDefBuilder
-
Specifies a custom SQL for the retrieval of the data set rows.
- dbSQL(String, boolean) - Method in class org.dashbuilder.dataset.impl.SQLDataSetDefBuilderImpl
- dbTable - Variable in class org.dashbuilder.dataset.def.SQLDataSetDef
- dbTable(String, boolean) - Method in interface org.dashbuilder.dataset.def.SQLDataSetDefBuilder
-
Set the database table holding all the data set rows.
- dbTable(String, boolean) - Method in class org.dashbuilder.dataset.impl.SQLDataSetDefBuilderImpl
- DECADE - org.dashbuilder.dataset.group.DateIntervalType
- DECEMBER - org.dashbuilder.dataset.date.Month
- def - Variable in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
- DefaultProviderType - Class in org.dashbuilder.dataprovider
- DefaultProviderType() - Constructor for class org.dashbuilder.dataprovider.DefaultProviderType
- DefaultProviderType(String) - Constructor for class org.dashbuilder.dataprovider.DefaultProviderType
- definition - Variable in class org.dashbuilder.dataset.impl.DataSetImpl
- definition - Variable in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- DEFINITION - Static variable in class org.dashbuilder.dataset.json.DataSetMetadataJSONMarshaller
- desc() - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
This call will operate only on a previously grouped data set (i.e. one of the group() methods has been called previously on the data set lookup), and will result in that the grouped column is ordered in descending order.
- desc() - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- DESCENDING - org.dashbuilder.dataset.sort.SortOrder
- DISTINCT - org.dashbuilder.dataset.group.AggregateFunctionType
- dynamic(int, boolean) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
Same as "dynamic(int maxIntervals, DateIntervalType intervalSize)" but in this case the "intervalSize" is dynamically calculated to the minimum size that generates less intervals than the "maxIntervals" specified.
- dynamic(int, boolean) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- dynamic(int, DateIntervalType, boolean) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
Group the data set by one of the columns, of type ColumnType.Date, specifying the size of the date interval by which the column should be grouped.
- dynamic(int, DateIntervalType, boolean) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- dynamic(DateIntervalType, boolean) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
Same as "dynamic(int maxIntervals, DateIntervalType intervalSize)" but taking "maxIntervals=15" as default.
- dynamic(DateIntervalType, boolean) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- DYNAMIC - org.dashbuilder.dataset.group.GroupStrategy
-
The intervals depends on the underlying data plus some additional criteria such as the minimum interval size or the maximum number of intervals allowed.
E
- EditDataSetDef - Class in org.dashbuilder.dataset.backend
-
Response model for a DataSetDef edition.
- EditDataSetDef() - Constructor for class org.dashbuilder.dataset.backend.EditDataSetDef
- EditDataSetDef(DataSetDef, List<DataColumnDef>) - Constructor for class org.dashbuilder.dataset.backend.EditDataSetDef
- ELASTICSEARCH - Static variable in interface org.dashbuilder.dataprovider.DataSetProviderType
- ElasticSearchDataSetDef - Class in org.dashbuilder.dataset.def
-
DataSet definition class for ElasticSearch provider.
- ElasticSearchDataSetDef() - Constructor for class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- ElasticSearchDataSetDef.ElasticSearchKeywords - Enum in org.dashbuilder.dataset.def
- ElasticSearchDataSetDefBuilder<T extends DataSetDefBuilder> - Interface in org.dashbuilder.dataset.def
-
A builder for defining ElasticSearch data sets
- ElasticSearchDataSetDefValidation - Interface in org.dashbuilder.dataset.validation.groups
-
Validation group for initial mandatory attributes of the ElasticSearch data set definition.
- ELSDefJSONMarshaller - Class in org.dashbuilder.dataset.json
- ELSDefJSONMarshaller() - Constructor for class org.dashbuilder.dataset.json.ELSDefJSONMarshaller
- ELSProviderType - Class in org.dashbuilder.dataprovider
-
For accessing data sets that are the result of querying an elasticsearch server.
- ELSProviderType() - Constructor for class org.dashbuilder.dataprovider.ELSProviderType
- emptyIntervals - Variable in class org.dashbuilder.dataset.group.ColumnGroup
- END - org.dashbuilder.dataset.date.TimeInstant.TimeMode
- equals(Object) - Method in class org.dashbuilder.dataprovider.AbstractProviderType
- equals(Object) - Method in class org.dashbuilder.dataset.DataSetLookup
- equals(Object) - Method in class org.dashbuilder.dataset.def.BeanDataSetDef
- equals(Object) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
- equals(Object) - Method in class org.dashbuilder.dataset.def.DataColumnDef
- equals(Object) - Method in class org.dashbuilder.dataset.def.DataSetDef
- equals(Object) - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- equals(Object) - Method in class org.dashbuilder.dataset.def.KafkaDataSetDef
- equals(Object) - Method in class org.dashbuilder.dataset.def.PrometheusDataSetDef
- equals(Object) - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
- equals(Object) - Method in class org.dashbuilder.dataset.filter.ColumnFilter
- equals(Object) - Method in class org.dashbuilder.dataset.filter.CoreFunctionFilter
- equals(Object) - Method in class org.dashbuilder.dataset.filter.CustomFunctionFilter
- equals(Object) - Method in class org.dashbuilder.dataset.filter.DataSetFilter
- equals(Object) - Method in class org.dashbuilder.dataset.filter.LogicalExprFilter
- equals(Object) - Method in class org.dashbuilder.dataset.group.ColumnGroup
- equals(Object) - Method in class org.dashbuilder.dataset.group.DataSetGroup
- equals(Object) - Method in class org.dashbuilder.dataset.group.GroupFunction
- equals(Object) - Method in class org.dashbuilder.dataset.group.Interval
- equals(Object) - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
- equals(Object) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- equals(Object) - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- equals(Object) - Method in class org.dashbuilder.dataset.sort.ColumnSort
- equals(Object) - Method in class org.dashbuilder.dataset.sort.DataSetSort
- EQUALS_TO - org.dashbuilder.dataset.filter.CoreFunctionType
- equalsTo(Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- equalsTo(String, Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- equalsTo(String, List<Comparable>) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- ERROR_COLUMN_NUMBER - Static variable in class org.dashbuilder.dataset.DataSetConstraints
- ERROR_COLUMN_TYPE - Static variable in class org.dashbuilder.dataset.DataSetConstraints
- ERROR_DUPLICATED_COLUMN_ID - Static variable in class org.dashbuilder.dataset.DataSetLookupConstraints
- ERROR_GROUP_NOT_ALLOWED - Static variable in class org.dashbuilder.dataset.DataSetLookupConstraints
- ERROR_GROUP_NUMBER - Static variable in class org.dashbuilder.dataset.DataSetLookupConstraints
- ERROR_GROUP_REQUIRED - Static variable in class org.dashbuilder.dataset.DataSetLookupConstraints
- escapeChar - Variable in class org.dashbuilder.dataset.def.CSVDataSetDef
- escapeChar(char) - Method in interface org.dashbuilder.dataset.def.CSVDataSetDefBuilder
-
Set the escape char.
- escapeChar(char) - Method in class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
- ESCAPECHAR - Static variable in class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
- ESTIMATED_SIZE - Static variable in class org.dashbuilder.dataset.json.DataSetMetadataJSONMarshaller
- estimatedSize - Variable in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- estimateSize - Variable in class org.dashbuilder.dataset.def.SQLDataSetDef
- estimateSize(boolean) - Method in class org.dashbuilder.dataset.impl.SQLDataSetDefBuilderImpl
- execute(String, List<DataSetOp>) - Method in interface org.dashbuilder.dataset.DataSetOpEngine
-
Apply a sequence of operations on the specified data set.
- execute(DataSet, List<DataSetOp>) - Method in interface org.dashbuilder.dataset.DataSetOpEngine
-
Apply a sequence of operations on the specified data set.
- extraColumnsAllowed - Variable in class org.dashbuilder.dataset.DataSetConstraints
- extraColumnsType - Variable in class org.dashbuilder.dataset.DataSetConstraints
F
- FEBRUARY - org.dashbuilder.dataset.date.Month
- filePath - Variable in class org.dashbuilder.dataset.def.CSVDataSetDef
- filePath(String) - Method in interface org.dashbuilder.dataset.def.CSVDataSetDefBuilder
-
The CSV file path
- filePath(String) - Method in class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
- FILEPATH - Static variable in class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
- fileURL - Variable in class org.dashbuilder.dataset.def.CSVDataSetDef
- fileURL(String) - Method in interface org.dashbuilder.dataset.def.CSVDataSetDefBuilder
-
A valid CSV stream URL
- fileURL(String) - Method in class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
- FILEURL - Static variable in class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
- filter - Variable in class org.dashbuilder.dataset.def.KafkaDataSetDef
- filter(String) - Method in interface org.dashbuilder.dataset.def.KafkaDataSetDefBuilder
-
Set the data set filter
- filter(String) - Method in class org.dashbuilder.dataset.impl.KafkaDataSetDefBuilderImpl
- filter(String, ColumnFilter...) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
Filter the data set according to the specified column filters.
- filter(String, ColumnFilter...) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- filter(ColumnFilter...) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
Filter the data set according to the specified column filters.
- filter(ColumnFilter...) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- FILTER - org.dashbuilder.dataset.DataSetOpType
- FILTER - Static variable in class org.dashbuilder.dataset.json.KafkaDefJSONMarshaller
- filterAllowed - Variable in class org.dashbuilder.dataset.DataSetLookupConstraints
- FilterFactory - Class in org.dashbuilder.dataset.filter
-
A factory of filter functions
- FilterFactory() - Constructor for class org.dashbuilder.dataset.filter.FilterFactory
- FilterFunction - Interface in org.dashbuilder.dataset.filter
-
A filter function
- FILTERS - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- firstDay(DayOfWeek) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
This call requires a previously grouped data set with fixed DateIntervalType.DAY_OF_WEEK intervals, i.e. both group() and fixed(DateIntervalType.DAY_OF_WEEK) have to be invoked previously.
- firstDay(DayOfWeek) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- firstDayOfWeek - Variable in class org.dashbuilder.dataset.group.ColumnGroup
- firstMonth(Month) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
This call requires a previously grouped data set with fixed DateIntervalType.MONTH intervals, i.e. both group() and fixed(DateIntervalType.MONTH) have to be invoked previously.
- firstMonth(Month) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- firstMonthOfYear - Variable in class org.dashbuilder.dataset.group.ColumnGroup
- fixed(DateIntervalType, boolean) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
Set the grouping strategy to a fixed date interval on a previously defined date group operation.
- fixed(DateIntervalType, boolean) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- FIXED - org.dashbuilder.dataset.group.GroupStrategy
-
The intervals are fixed of an specific size and they don't depend on the underlying data.
- FIXED_INTERVALS_SUPPORTED - Static variable in enum org.dashbuilder.dataset.group.DateIntervalType
-
List of the only DateIntervalType's supported as fixed date intervals
- formatColumnFilter(ColumnFilter) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- formatColumnFilters(List<ColumnFilter>) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- formatColumnGroup(ColumnGroup) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- formatColumnSort(ColumnSort) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- formatColumnSorts(List<ColumnSort>) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- formatDataSetGroup(DataSetGroup) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- formatDate(Date) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- formatFilterOperations(List<DataSetFilter>) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- formatGroupFunction(GroupFunction) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- formatGroupFunctions(List<GroupFunction>) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- formatGroupOperations(List<DataSetGroup>) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- formatInterval(Interval) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- formatSelectedIntervals(List<Interval>) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- formatSortOperations(List<DataSetSort>) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- formatValue(Object) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- FRIDAY - org.dashbuilder.dataset.date.DayOfWeek
- fromJson(String) - Method in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- fromJson(String) - Method in class org.dashbuilder.dataset.json.DataSetJSONMarshaller
- fromJson(String) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- fromJson(BeanDataSetDef, JsonObject) - Method in class org.dashbuilder.dataset.json.BeanDefJSONMarshaller
- fromJson(CSVDataSetDef, JsonObject) - Method in class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
- fromJson(ElasticSearchDataSetDef, JsonObject) - Method in class org.dashbuilder.dataset.json.ELSDefJSONMarshaller
- fromJson(KafkaDataSetDef, JsonObject) - Method in class org.dashbuilder.dataset.json.KafkaDefJSONMarshaller
- fromJson(PrometheusDataSetDef, JsonObject) - Method in class org.dashbuilder.dataset.json.PrometheusDefJSONMarshaller
- fromJson(SQLDataSetDef, JsonObject) - Method in class org.dashbuilder.dataset.json.SQLDefJSONMarshaller
- fromJson(JsonObject) - Method in class org.dashbuilder.dataset.json.DataSetJSONMarshaller
- fromJson(JsonObject) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- fromJson(T, JsonObject) - Method in interface org.dashbuilder.dataset.json.DataSetDefJSONMarshallerExt
-
Updates the given data set def instance with the status stored into the json object passed as a parameter.
- fromJSON(String) - Method in class org.dashbuilder.dataset.json.DataSetMetadataJSONMarshaller
- fromJsonObj(JsonObject) - Method in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- fromJsonObj(JsonObject) - Method in class org.dashbuilder.dataset.json.DataSetMetadataJSONMarshaller
- function - Variable in class org.dashbuilder.dataset.filter.CustomFunctionFilter
- function - Variable in class org.dashbuilder.dataset.group.GroupFunction
- function(String, FilterFunction) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- FUNCTION - Static variable in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- FUNCTION_ARGS - Static variable in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- FUNCTION_LABEL_VALUE - Static variable in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- FUNCTION_TYPE - Static variable in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- functionRequired - Variable in class org.dashbuilder.dataset.DataSetLookupConstraints
G
- GENERATOR_CLASS - Static variable in class org.dashbuilder.dataset.json.BeanDefJSONMarshaller
- GENERATOR_PARAMS - Static variable in class org.dashbuilder.dataset.json.BeanDefJSONMarshaller
- generatorClass - Variable in class org.dashbuilder.dataset.def.BeanDataSetDef
- generatorClass(String) - Method in interface org.dashbuilder.dataset.def.BeanDataSetDefBuilder
-
Set the data set generator class name.
- generatorClass(String) - Method in class org.dashbuilder.dataset.impl.BeanDataSetDefBuilderImpl
- generatorParam(String, String) - Method in interface org.dashbuilder.dataset.def.BeanDataSetDefBuilder
-
Set a parameter which will be passed through the generator class when invoked.
- generatorParam(String, String) - Method in class org.dashbuilder.dataset.impl.BeanDataSetDefBuilderImpl
- get() - Static method in class org.dashbuilder.dataset.json.DataSetJSONMarshaller
- get() - Static method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- get(int) - Method in class org.dashbuilder.dataset.sort.SortedList
- getAggregationFunctions() - Method in class org.dashbuilder.dataset.group.DataSetGroup
- getAll() - Static method in enum org.dashbuilder.dataset.date.DayOfWeek
- getAll() - Static method in enum org.dashbuilder.dataset.date.Month
- getAllFunctions() - Method in interface org.dashbuilder.dataset.group.AggregateFunctionManager
-
Get all the aggregate functions registered.
- getAvailableTypes() - Method in interface org.dashbuilder.dataprovider.DataSetProviderRegistry
-
Get the set of
DataSetProviderTypeinstances available. - getByIndex(int) - Static method in enum org.dashbuilder.dataset.date.DayOfWeek
- getByIndex(int) - Static method in enum org.dashbuilder.dataset.date.Month
- getByIndex(int) - Static method in enum org.dashbuilder.dataset.date.Quarter
- getByIndex(int) - Static method in enum org.dashbuilder.dataset.date.TimeInstant.TimeMode
- getByIndex(int) - Static method in enum org.dashbuilder.dataset.filter.CoreFunctionType
- getByIndex(int) - Static method in enum org.dashbuilder.dataset.group.AggregateFunctionType
- getByIndex(int) - Static method in enum org.dashbuilder.dataset.group.DateIntervalType
- getByName(String) - Static method in enum org.dashbuilder.dataset.ColumnType
- getByName(String) - Static method in enum org.dashbuilder.dataset.date.DayOfWeek
- getByName(String) - Static method in enum org.dashbuilder.dataset.date.Month
- getByName(String) - Static method in enum org.dashbuilder.dataset.date.Quarter
- getByName(String) - Static method in enum org.dashbuilder.dataset.date.TimeInstant.TimeMode
- getByName(String) - Static method in enum org.dashbuilder.dataset.filter.CoreFunctionType
- getByName(String) - Static method in enum org.dashbuilder.dataset.filter.LogicalExprType
- getByName(String) - Static method in enum org.dashbuilder.dataset.group.AggregateFunctionType
- getByName(String) - Static method in enum org.dashbuilder.dataset.group.DateIntervalType
- getByName(String) - Static method in enum org.dashbuilder.dataset.group.GroupStrategy
- getByName(String) - Static method in enum org.dashbuilder.dataset.sort.SortOrder
- getCacheMaxRows() - Method in class org.dashbuilder.dataset.def.DataSetDef
- getCacheMaxRows() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- getCacheMaxRows() - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
- getClientId() - Method in class org.dashbuilder.dataset.def.KafkaDataSetDef
- getClusterName() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- getCode() - Method in exception org.dashbuilder.dataset.ValidationError
- getColumnById(String) - Method in interface org.dashbuilder.dataset.DataSet
-
Get a column by its id.
- getColumnById(String) - Method in class org.dashbuilder.dataset.def.DataSetDef
- getColumnById(String) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- getColumnByIndex(int) - Method in interface org.dashbuilder.dataset.DataSet
-
Get a column by its index (starting at 0).
- getColumnByIndex(int) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- getColumnFilterIdx(ColumnFilter) - Method in class org.dashbuilder.dataset.filter.DataSetFilter
- getColumnFilterList() - Method in class org.dashbuilder.dataset.filter.DataSetFilter
- getColumnGroup() - Method in interface org.dashbuilder.dataset.DataColumn
-
The column group settings
- getColumnGroup() - Method in class org.dashbuilder.dataset.group.DataSetGroup
- getColumnGroup() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
- getColumnId() - Method in class org.dashbuilder.dataset.filter.ColumnFilter
- getColumnId() - Method in class org.dashbuilder.dataset.group.ColumnGroup
- getColumnId() - Method in class org.dashbuilder.dataset.group.GroupFunction
- getColumnId() - Method in class org.dashbuilder.dataset.sort.ColumnSort
- getColumnId(int) - Method in interface org.dashbuilder.dataset.DataSetMetadata
-
Get the identifier of the specified column.
- getColumnId(int) - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- getColumnIds() - Method in interface org.dashbuilder.dataset.DataSetMetadata
-
Get the column ids
- getColumnIds() - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- getColumnIndex(DataColumn) - Method in interface org.dashbuilder.dataset.DataSet
-
Get a column's internal DataSet index.
- getColumnIndex(DataColumn) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- getColumns() - Method in class org.dashbuilder.dataset.backend.EditDataSetDef
- getColumns() - Method in interface org.dashbuilder.dataset.DataSet
-
The dataset columns
- getColumns() - Method in class org.dashbuilder.dataset.def.DataSetDef
- getColumns() - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- getColumnSort() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- getColumnSortList() - Method in class org.dashbuilder.dataset.sort.DataSetSort
- getColumnsTitle() - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- getColumnTitle(Integer) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- getColumnType() - Method in interface org.dashbuilder.dataset.DataColumn
- getColumnType() - Method in class org.dashbuilder.dataset.def.DataColumnDef
- getColumnType() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
- getColumnType(int) - Method in interface org.dashbuilder.dataset.DataSetMetadata
-
Get the type of the specified column.
- getColumnType(int) - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- getColumnType(String) - Method in interface org.dashbuilder.dataset.DataSetMetadata
-
Get the type of the specified column.
- getColumnType(String) - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- getColumnTypes() - Method in class org.dashbuilder.dataset.DataSetConstraints
- getColumnTypes() - Method in interface org.dashbuilder.dataset.DataSetMetadata
-
Get the column types
- getColumnTypes() - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- getColumnTypes(int) - Method in class org.dashbuilder.dataset.DataSetConstraints
- getCreationDate() - Method in interface org.dashbuilder.dataset.DataSet
-
The creation date
- getCreationDate() - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- getCurrentOp() - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- getDataSet() - Method in interface org.dashbuilder.dataset.DataColumn
- getDataSet() - Method in class org.dashbuilder.dataset.def.StaticDataSetDef
- getDataSet() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
- getDataSet(String) - Method in interface org.dashbuilder.dataset.DataSetManager
-
Retrieve (load if required) a data set.
- getDataSetDef() - Method in class org.dashbuilder.dataset.events.DataSetDefRegisteredEvent
- getDataSetDef() - Method in class org.dashbuilder.dataset.events.DataSetDefRemovedEvent
- getDataSetDef() - Method in class org.dashbuilder.dataset.events.DataSetModifiedEvent
- getDataSetDef() - Method in class org.dashbuilder.dataset.events.DataSetStaleEvent
- getDataSetDef(String) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistry
-
Get the definition for the specified data set.
- getDataSetDefPostProcessors(String) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistry
-
Get the post processors for a given definition for the specified data set.
- getDataSetDefPreProcessors(String) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistry
-
Get the preprocessors for a given definition for the specified data set.
- getDataSetDefs(boolean) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistry
-
Get the data set definitions available.
- getDataSetFilter() - Method in class org.dashbuilder.dataset.def.DataSetDef
- getDataSetMetadata() - Method in class org.dashbuilder.dataset.events.DataSetPushingEvent
- getDataSetMetadata() - Method in class org.dashbuilder.dataset.events.DataSetPushOkEvent
- getDataSetMetadata(String) - Method in interface org.dashbuilder.dataset.DataSetManager
-
Retrieves the metadata for a given data set
- getDataSetMetadata(DataSetDef) - Method in interface org.dashbuilder.dataprovider.DataSetProvider
-
Retrieves the metadata for a given data set definition
- getDataSetProvider(DataSetProviderType) - Method in interface org.dashbuilder.dataprovider.DataSetProviderRegistry
-
Get the provider instance named as specified.
- getDataSetUUID() - Method in class org.dashbuilder.dataset.DataSetLookup
- getDataSetUUID() - Method in interface org.dashbuilder.dataset.DataSetOp
-
The UUID of the data set to retrieve.
- getDataSetUUID() - Method in class org.dashbuilder.dataset.impl.AbstractDataSetOp
- getDataSource() - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
- getDatePattern() - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
- getDatePattern(String) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
- getDbSchema() - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
- getDbSQL() - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
- getDbTable() - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
- getDefinition() - Method in class org.dashbuilder.dataset.backend.EditDataSetDef
- getDefinition() - Method in interface org.dashbuilder.dataset.DataSet
-
The data set definition
- getDefinition() - Method in interface org.dashbuilder.dataset.DataSetMetadata
-
Get the definition this data set has been created from.
- getDefinition() - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- getDefinition() - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- getDescription() - Method in class org.dashbuilder.dataset.def.SQLDataSourceDef
- getDurationInMillis(DateIntervalType) - Static method in enum org.dashbuilder.dataset.group.DateIntervalType
- getEscapeChar() - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
- getEstimatedSize() - Method in interface org.dashbuilder.dataset.DataSet
-
Return the estimated memory (in bytes) the data set is consuming.
- getEstimatedSize() - Method in interface org.dashbuilder.dataset.DataSetMetadata
-
Get the estimated size in bytes.
- getEstimatedSize() - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- getEstimatedSize() - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- getExtraColumnsType() - Method in class org.dashbuilder.dataset.DataSetConstraints
- getFilePath() - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
- getFileURL() - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
- getFilter() - Method in class org.dashbuilder.dataset.def.KafkaDataSetDef
- getFirstDayOfWeek() - Method in class org.dashbuilder.dataset.group.ColumnGroup
- getFirstFilterOp() - Method in class org.dashbuilder.dataset.DataSetLookup
- getFirstGroupOpIndex(int, String, Boolean) - Method in class org.dashbuilder.dataset.DataSetLookup
- getFirstGroupOpSelections() - Method in class org.dashbuilder.dataset.DataSetLookup
- getFirstMonthOfYear() - Method in class org.dashbuilder.dataset.date.TimeInstant
- getFirstMonthOfYear() - Method in class org.dashbuilder.dataset.group.ColumnGroup
- getFirstSortOp() - Method in class org.dashbuilder.dataset.DataSetLookup
- getFrom() - Method in class org.dashbuilder.dataset.date.TimeFrame
- getFunction() - Method in class org.dashbuilder.dataset.filter.CustomFunctionFilter
- getFunction() - Method in class org.dashbuilder.dataset.group.GroupFunction
- getFunctionByType(AggregateFunctionType) - Method in interface org.dashbuilder.dataset.group.AggregateFunctionManager
-
Get an aggregate function by its type.
- getGeneratorClass() - Method in class org.dashbuilder.dataset.def.BeanDataSetDef
- getGroupFunction() - Method in interface org.dashbuilder.dataset.DataColumn
-
The group function settings
- getGroupFunction() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
- getGroupFunction(String) - Method in class org.dashbuilder.dataset.group.DataSetGroup
- getGroupFunctionIdx(GroupFunction) - Method in class org.dashbuilder.dataset.group.DataSetGroup
- getGroupFunctions() - Method in class org.dashbuilder.dataset.group.DataSetGroup
- getGroupsTitle() - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- getHost() - Method in class org.dashbuilder.dataset.def.KafkaDataSetDef
- getId() - Method in interface org.dashbuilder.dataset.DataColumn
- getId() - Method in class org.dashbuilder.dataset.def.DataColumnDef
- getId() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
- getIndex() - Method in enum org.dashbuilder.dataset.date.DayOfWeek
- getIndex() - Method in enum org.dashbuilder.dataset.date.Month
- getIndex() - Method in enum org.dashbuilder.dataset.date.Quarter
- getIndex() - Method in enum org.dashbuilder.dataset.date.TimeInstant.TimeMode
- getIndex() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- getIndex() - Method in enum org.dashbuilder.dataset.filter.CoreFunctionType
- getIndex() - Method in enum org.dashbuilder.dataset.group.AggregateFunctionType
- getIndex() - Method in enum org.dashbuilder.dataset.group.DateIntervalType
- getIndex() - Method in class org.dashbuilder.dataset.group.Interval
- getIntervalSize() - Method in class org.dashbuilder.dataset.group.ColumnGroup
- getIntervalType() - Method in interface org.dashbuilder.dataset.DataColumn
-
The interval type used to group this column.
- getIntervalType() - Method in class org.dashbuilder.dataset.date.TimeInstant
- getIntervalType() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
- getJsonMarshaller() - Method in class org.dashbuilder.dataprovider.BeanProviderType
- getJsonMarshaller() - Method in class org.dashbuilder.dataprovider.CSVProviderType
- getJsonMarshaller() - Method in interface org.dashbuilder.dataprovider.DataSetProviderType
-
A marshaller interface used during the JSON read/write of
DataSetDefinstances. - getJsonMarshaller() - Method in class org.dashbuilder.dataprovider.ELSProviderType
- getJsonMarshaller() - Method in class org.dashbuilder.dataprovider.KafkaProviderType
- getJsonMarshaller() - Method in class org.dashbuilder.dataprovider.PrometheusProviderType
- getJsonMarshaller() - Method in class org.dashbuilder.dataprovider.SQLProviderType
- getLabelValue() - Method in class org.dashbuilder.dataset.filter.CoreFunctionFilter
- getLastGroupOp() - Method in class org.dashbuilder.dataset.DataSetLookup
- getLastGroupOpIndex(int) - Method in class org.dashbuilder.dataset.DataSetLookup
- getLastGroupOpIndex(int, String, boolean) - Method in class org.dashbuilder.dataset.DataSetLookup
- getLogicalOperator() - Method in class org.dashbuilder.dataset.filter.LogicalExprFilter
- getLogicalTerms() - Method in class org.dashbuilder.dataset.filter.LogicalExprFilter
- getMaxColumns() - Method in class org.dashbuilder.dataset.DataSetConstraints
- getMaxGroups() - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- getMaxIntervals() - Method in class org.dashbuilder.dataset.group.ColumnGroup
- getMaxValue() - Method in interface org.dashbuilder.dataset.DataColumn
-
The maximum column value
- getMaxValue() - Method in class org.dashbuilder.dataset.group.Interval
- getMaxValue() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
- getMetadata() - Method in interface org.dashbuilder.dataset.DataSet
-
The metadata
- getMetadata() - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- getMetadata(String) - Method in class org.dashbuilder.dataset.DataSetLookup
- getMinColumns() - Method in class org.dashbuilder.dataset.DataSetConstraints
- getMinValue() - Method in interface org.dashbuilder.dataset.DataColumn
-
The minimum column value
- getMinValue() - Method in class org.dashbuilder.dataset.group.Interval
- getMinValue() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
- getName() - Method in class org.dashbuilder.dataprovider.BeanProviderType
- getName() - Method in class org.dashbuilder.dataprovider.CSVProviderType
- getName() - Method in interface org.dashbuilder.dataprovider.DataSetProviderType
-
The type's name.
- getName() - Method in class org.dashbuilder.dataprovider.DefaultProviderType
- getName() - Method in class org.dashbuilder.dataprovider.ELSProviderType
- getName() - Method in class org.dashbuilder.dataprovider.KafkaProviderType
- getName() - Method in class org.dashbuilder.dataprovider.PrometheusProviderType
- getName() - Method in class org.dashbuilder.dataprovider.SQLProviderType
- getName() - Method in class org.dashbuilder.dataprovider.StaticProviderType
- getName() - Method in class org.dashbuilder.dataset.def.DataSetDef
- getName() - Method in class org.dashbuilder.dataset.def.SQLDataSourceDef
- getName() - Method in class org.dashbuilder.dataset.group.Interval
- getNewDataSetDef() - Method in class org.dashbuilder.dataset.events.DataSetDefModifiedEvent
- getNodeId() - Method in class org.dashbuilder.dataset.def.KafkaDataSetDef
- getNumberDecimalSeparator(String) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
- getNumberGroupSeparator(String) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
- getNumberOfColumns() - Method in interface org.dashbuilder.dataset.DataSetMetadata
-
Get the number of columns.
- getNumberOfColumns() - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- getNumberOfParameters(String) - Static method in enum org.dashbuilder.dataset.filter.CoreFunctionType
- getNumberOfRows() - Method in class org.dashbuilder.dataset.DataSetLookup
- getNumberOfRows() - Method in interface org.dashbuilder.dataset.DataSetMetadata
-
Get the number of rows.
- getNumberOfRows() - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- getNumberPattern() - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
- getNumberPattern(String) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
- getOldDataSetDef() - Method in class org.dashbuilder.dataset.events.DataSetDefModifiedEvent
- getOperation(int) - Method in class org.dashbuilder.dataset.DataSetLookup
- getOperationIdx(DataSetOp) - Method in class org.dashbuilder.dataset.DataSetLookup
- getOperationList() - Method in class org.dashbuilder.dataset.DataSetLookup
- getOperationList(Class<T>) - Method in class org.dashbuilder.dataset.DataSetLookup
- getOrder() - Method in class org.dashbuilder.dataset.sort.ColumnSort
- getParamaterMap() - Method in class org.dashbuilder.dataset.def.BeanDataSetDef
- getParameters() - Method in class org.dashbuilder.dataset.filter.CoreFunctionFilter
- getParametersCount() - Method in enum org.dashbuilder.dataset.filter.CoreFunctionType
- getPartition() - Method in class org.dashbuilder.dataset.def.KafkaDataSetDef
- getPassword() - Method in class org.dashbuilder.dataset.def.PrometheusDataSetDef
- getPattern(String) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
- getPattern(String) - Method in class org.dashbuilder.dataset.def.DataSetDef
- getPattern(DateIntervalType) - Static method in class org.dashbuilder.dataset.group.DateIntervalPattern
- getPort() - Method in class org.dashbuilder.dataset.def.KafkaDataSetDef
- getPositionInQuarter(int, int) - Static method in enum org.dashbuilder.dataset.date.Quarter
-
Given a month (from 1 to 12) it calculates the ordinal within the quarter it belongs.
- getProperty(String) - Method in class org.dashbuilder.dataset.def.DataSetDef
- getPropertyNames() - Method in class org.dashbuilder.dataset.def.DataSetDef
- getProvider() - Method in class org.dashbuilder.dataset.def.DataSetDef
- getProviderTypeByName(String) - Method in interface org.dashbuilder.dataprovider.DataSetProviderRegistry
-
Get a
DataSetProviderTypeby its name - getPushMaxSize() - Method in class org.dashbuilder.dataset.def.DataSetDef
- getQuantity() - Method in class org.dashbuilder.dataset.date.TimeAmount
- getQuarterFirstMonth(int, int) - Static method in enum org.dashbuilder.dataset.date.Quarter
-
Given a month (from 1 to 12) it calculates the first month of its quarter.
- getQuery() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- getQuery() - Method in class org.dashbuilder.dataset.def.PrometheusDataSetDef
- getQuoteChar() - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
- getRefreshTime() - Method in class org.dashbuilder.dataset.def.DataSetDef
- getRefreshTimeAmount() - Method in class org.dashbuilder.dataset.def.DataSetDef
- getRelevance() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- getResultType(ColumnType) - Method in enum org.dashbuilder.dataset.group.AggregateFunctionType
- getRowCount() - Method in interface org.dashbuilder.dataset.DataSet
-
Get the number of rows in the dataset.
- getRowCount() - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- getRowCountNonTrimmed() - Method in interface org.dashbuilder.dataset.DataSet
-
If this data set is the result of a trim operation this method will return the total number of rows existing before trim.
- getRowCountNonTrimmed() - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- getRowOffset() - Method in class org.dashbuilder.dataset.DataSetLookup
- getRows() - Method in class org.dashbuilder.dataset.group.Interval
- getSelectedIntervalList() - Method in class org.dashbuilder.dataset.group.DataSetGroup
- getSeparatorChar() - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
- getServerUrl() - Method in class org.dashbuilder.dataset.def.PrometheusDataSetDef
- getServerURL() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- getSourceId() - Method in class org.dashbuilder.dataset.group.ColumnGroup
- getSourceId() - Method in class org.dashbuilder.dataset.group.GroupFunction
- getStartTime() - Method in class org.dashbuilder.dataset.date.TimeInstant
- getStrategy() - Method in class org.dashbuilder.dataset.group.ColumnGroup
- getSupportedTypes(ColumnType) - Static method in enum org.dashbuilder.dataset.filter.CoreFunctionType
- getTarget() - Method in class org.dashbuilder.dataset.def.KafkaDataSetDef
- getTimeAmount() - Method in class org.dashbuilder.dataset.date.TimeInstant
- getTimeInstant() - Method in class org.dashbuilder.dataset.date.TimeInstant
- getTimeMode() - Method in class org.dashbuilder.dataset.date.TimeInstant
- getTo() - Method in class org.dashbuilder.dataset.date.TimeFrame
- getTopic() - Method in class org.dashbuilder.dataset.def.KafkaDataSetDef
- getType() - Method in interface org.dashbuilder.dataprovider.DataSetProvider
-
The type of the provider.
- getType() - Method in interface org.dashbuilder.dataset.DataSetOp
- getType() - Method in class org.dashbuilder.dataset.date.TimeAmount
- getType() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- getType() - Method in class org.dashbuilder.dataset.filter.CoreFunctionFilter
- getType() - Method in class org.dashbuilder.dataset.filter.DataSetFilter
- getType() - Method in interface org.dashbuilder.dataset.group.AggregateFunction
- getType() - Method in class org.dashbuilder.dataset.group.DataSetGroup
- getType() - Method in class org.dashbuilder.dataset.group.Interval
- getType() - Method in class org.dashbuilder.dataset.sort.DataSetSort
- getUser() - Method in class org.dashbuilder.dataset.def.PrometheusDataSetDef
- getUUID() - Method in interface org.dashbuilder.dataset.DataSet
-
The unique data set identifier.
- getUUID() - Method in interface org.dashbuilder.dataset.DataSetMetadata
-
The unique identifier for this data set.
- getUUID() - Method in class org.dashbuilder.dataset.def.DataSetDef
- getUUID() - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- getUUID() - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- getValueAt(int, int) - Method in interface org.dashbuilder.dataset.DataSet
-
Get the value at a given cell.
- getValueAt(int, int) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- getValueAt(int, String) - Method in interface org.dashbuilder.dataset.DataSet
-
Get the value at a given cell.
- getValueAt(int, String) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- getValueAt(int, DataColumn) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- getValues() - Method in interface org.dashbuilder.dataset.DataColumn
- getValues() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
- GREATER_OR_EQUALS_TO - org.dashbuilder.dataset.filter.CoreFunctionType
- GREATER_THAN - org.dashbuilder.dataset.filter.CoreFunctionType
- greaterOrEqualsTo(Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- greaterOrEqualsTo(String, Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- greaterThan(Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- greaterThan(String, Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- group(String) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
Group the data set by one of the columns
- group(String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- group(String, String) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
Group the data set by one of the columns.
- group(String, String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- group(String, String, boolean) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
- group(String, String, boolean) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- GROUP - org.dashbuilder.dataset.DataSetOpType
- groupAllowed - Variable in class org.dashbuilder.dataset.DataSetLookupConstraints
- groupColumn - Variable in class org.dashbuilder.dataset.DataSetLookupConstraints
- groupFunction - Variable in class org.dashbuilder.dataset.impl.DataColumnImpl
- GroupFunction - Class in org.dashbuilder.dataset.group
-
A function definition.
- GroupFunction() - Constructor for class org.dashbuilder.dataset.group.GroupFunction
- GroupFunction(String, String, AggregateFunctionType) - Constructor for class org.dashbuilder.dataset.group.GroupFunction
- groupFunctionList - Variable in class org.dashbuilder.dataset.group.DataSetGroup
- groupRequired - Variable in class org.dashbuilder.dataset.DataSetLookupConstraints
- groups() - Method in annotation type org.dashbuilder.dataset.validation.IsTimeInterval
- groupsTitle - Variable in class org.dashbuilder.dataset.DataSetLookupConstraints
- GroupStrategy - Enum in org.dashbuilder.dataset.group
-
The strategy defines how to split a collection of values in a set of intervals.
H
- hashCode() - Method in class org.dashbuilder.dataset.def.BeanDataSetDef
- hashCode() - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
- hashCode() - Method in class org.dashbuilder.dataset.def.DataSetDef
- hashCode() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- hashCode() - Method in class org.dashbuilder.dataset.def.KafkaDataSetDef
- hashCode() - Method in class org.dashbuilder.dataset.def.PrometheusDataSetDef
- hashCode() - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
- hashCode() - Method in class org.dashbuilder.dataset.group.Interval
- host - Variable in class org.dashbuilder.dataset.def.KafkaDataSetDef
- host(String) - Method in interface org.dashbuilder.dataset.def.KafkaDataSetDefBuilder
-
Set the data set kafka host
- host(String) - Method in class org.dashbuilder.dataset.impl.KafkaDataSetDefBuilderImpl
- HOST - Static variable in class org.dashbuilder.dataset.json.KafkaDefJSONMarshaller
- HOUR - org.dashbuilder.dataset.group.DateIntervalType
- HOUR - Static variable in class org.dashbuilder.dataset.group.DateIntervalPattern
- HUNDRETH - org.dashbuilder.dataset.group.DateIntervalType
I
- id - Variable in class org.dashbuilder.dataset.impl.DataColumnImpl
- in(String, List<?>) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- IN - org.dashbuilder.dataset.filter.CoreFunctionType
- index - Variable in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
-
Index/es to query.
- index - Variable in class org.dashbuilder.dataset.group.Interval
-
The position of this interval (starting at 0) within the group operation interval list.
- index(String) - Method in interface org.dashbuilder.dataset.def.ElasticSearchDataSetDefBuilder
-
Set the name of the index that this dataset will handle.
- INDEX - Static variable in class org.dashbuilder.dataset.json.ELSDefJSONMarshaller
- initialize(IsTimeInterval) - Method in class org.dashbuilder.dataset.validation.IsTimeIntervalImpl
- INSTANCE - Static variable in class org.dashbuilder.dataset.json.BeanDefJSONMarshaller
- INSTANCE - Static variable in class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
- INSTANCE - Static variable in class org.dashbuilder.dataset.json.ELSDefJSONMarshaller
- INSTANCE - Static variable in class org.dashbuilder.dataset.json.KafkaDefJSONMarshaller
- INSTANCE - Static variable in class org.dashbuilder.dataset.json.PrometheusDefJSONMarshaller
- INSTANCE - Static variable in class org.dashbuilder.dataset.json.SQLDefJSONMarshaller
- Interval - Class in org.dashbuilder.dataset.group
-
An interval represent a grouped subset of a data values.
- Interval() - Constructor for class org.dashbuilder.dataset.group.Interval
- Interval(String) - Constructor for class org.dashbuilder.dataset.group.Interval
- Interval(String, int) - Constructor for class org.dashbuilder.dataset.group.Interval
- intervalSize - Variable in class org.dashbuilder.dataset.group.ColumnGroup
- intervalType - Variable in class org.dashbuilder.dataset.impl.DataColumnImpl
- invertOrder() - Method in class org.dashbuilder.dataset.sort.DataSetSort
-
Invert the sort order if this sort operation.
- IS_NULL - org.dashbuilder.dataset.filter.CoreFunctionType
- isAllColumnsEnabled() - Method in class org.dashbuilder.dataset.def.DataSetDef
- isAscendingOrder() - Method in class org.dashbuilder.dataset.group.ColumnGroup
- isBlank(String) - Static method in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- isCacheEnabled() - Method in class org.dashbuilder.dataset.def.DataSetDef
- isCacheEnabled() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- isCacheEnabled() - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
- isColumnTypeSupported(ColumnType) - Method in enum org.dashbuilder.dataset.group.GroupStrategy
-
Check if this strategy can be used with the specified column type.
- isCoreFilter(String) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- isDataSetOutdated(DataSetDef) - Method in interface org.dashbuilder.dataprovider.DataSetProvider
-
Check if the specified data set definition is outdated.
- isEmpty() - Method in class org.dashbuilder.dataset.DataSetLookup
- isEmpty() - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- isEstimateSize() - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
- isFilterAllowed() - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- isFunctionRequired() - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- isGroupAllowed() - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- isGroupColumn() - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- isGroupRequired() - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- isJoin() - Method in class org.dashbuilder.dataset.group.DataSetGroup
- isLogicalFilter(String) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- isNull() - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- isNull(String) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- isPostEnabled() - Method in class org.dashbuilder.dataset.group.ColumnGroup
- isPublic - Variable in class org.dashbuilder.dataset.def.DataSetDef
- isPublic() - Method in class org.dashbuilder.dataset.def.DataSetDef
- ISPUBLIC - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- isPushEnabled() - Method in class org.dashbuilder.dataset.def.DataSetDef
- isRefreshAlways() - Method in class org.dashbuilder.dataset.def.DataSetDef
- isSelect() - Method in class org.dashbuilder.dataset.group.DataSetGroup
- IsTimeInterval - Annotation Type in org.dashbuilder.dataset.validation
-
JSR303 annotation that checks if the property value is a valid time interval.
- IsTimeIntervalImpl - Class in org.dashbuilder.dataset.validation
-
JSR303 annotation implementation for
org.dashbuilder.common.shared.validation.IsTimeInterval. - IsTimeIntervalImpl() - Constructor for class org.dashbuilder.dataset.validation.IsTimeIntervalImpl
- isUniqueColumnIds() - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- isValid(String, ConstraintValidatorContext) - Method in class org.dashbuilder.dataset.validation.IsTimeIntervalImpl
J
- JANUARY - org.dashbuilder.dataset.date.Month
- join - Variable in class org.dashbuilder.dataset.group.DataSetGroup
- join() - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
This call will operate only on a previously grouped data set (i.e. one of the group() methods has been called previously on the data set lookup), and it's used to indicate that the group results must be joined with the group results of a previous group operation (if any).
- join() - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- JULY - org.dashbuilder.dataset.date.Month
- JUNE - org.dashbuilder.dataset.date.Month
K
- KAFKA - Static variable in interface org.dashbuilder.dataprovider.DataSetProviderType
- KafkaDataSetDef - Class in org.dashbuilder.dataset.def
- KafkaDataSetDef() - Constructor for class org.dashbuilder.dataset.def.KafkaDataSetDef
- KafkaDataSetDef.MetricsTarget - Enum in org.dashbuilder.dataset.def
- KafkaDataSetDefBuilder<T extends DataSetDefBuilder> - Interface in org.dashbuilder.dataset.def
-
A builder for defining Kafka data sets.
- KafkaDataSetDefBuilderImpl - Class in org.dashbuilder.dataset.impl
- KafkaDataSetDefBuilderImpl() - Constructor for class org.dashbuilder.dataset.impl.KafkaDataSetDefBuilderImpl
- KafkaDataSetDefValidation - Interface in org.dashbuilder.dataset.validation.groups
-
Validation group for initial mandatory attributes of the Kafka data set definition.
- KafkaDefJSONMarshaller - Class in org.dashbuilder.dataset.json
- KafkaDefJSONMarshaller() - Constructor for class org.dashbuilder.dataset.json.KafkaDefJSONMarshaller
- KafkaProviderType - Class in org.dashbuilder.dataprovider
-
For accessing data sets that are the result of Kafka metrics collection
- KafkaProviderType() - Constructor for class org.dashbuilder.dataprovider.KafkaProviderType
L
- label(String) - Method in interface org.dashbuilder.dataset.DataSetBuilder
-
Add an empty column of type label.
- label(String) - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
-
Add an empty column of type label.
- label(String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
- label(String) - Method in class org.dashbuilder.dataset.impl.DataSetBuilderImpl
- LABEL - org.dashbuilder.dataset.ColumnType
-
A Label type column.
- labelValue - Variable in class org.dashbuilder.dataset.filter.CoreFunctionFilter
- LIKE_TO - org.dashbuilder.dataset.filter.CoreFunctionType
-
The
LIKE_TOoperator is intended to emulate the SQL like operator.It's used to search for a specified pattern in a data set's column. - likeTo(String, String) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- likeTo(String, String, boolean) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- LogicalExprFilter - Class in org.dashbuilder.dataset.filter
-
A logical expression based filter definition.
- LogicalExprFilter() - Constructor for class org.dashbuilder.dataset.filter.LogicalExprFilter
- LogicalExprFilter(String, LogicalExprType, List<ColumnFilter>) - Constructor for class org.dashbuilder.dataset.filter.LogicalExprFilter
- LogicalExprFilter(String, LogicalExprType, ColumnFilter...) - Constructor for class org.dashbuilder.dataset.filter.LogicalExprFilter
- LogicalExprType - Enum in org.dashbuilder.dataset.filter
-
Type of logical operators
- logicalOperator - Variable in class org.dashbuilder.dataset.filter.LogicalExprFilter
- logicalTerms - Variable in class org.dashbuilder.dataset.filter.LogicalExprFilter
- lookupDataSet(DataSetLookup) - Method in interface org.dashbuilder.dataset.DataSetManager
-
Load a data set and apply several operations (filter, sort, group, ...) on top of it.
- lookupDataSet(DataSetDef, DataSetLookup) - Method in interface org.dashbuilder.dataprovider.DataSetProvider
-
Fetch a data set and optionally apply several operations (filter, sort, group, ...) on top of it.
- lookupDataSets(DataSetLookup[]) - Method in interface org.dashbuilder.dataset.DataSetManager
-
Process multiple data set lookup request in a single shot.
- LOWER_OR_EQUALS_TO - org.dashbuilder.dataset.filter.CoreFunctionType
- LOWER_THAN - org.dashbuilder.dataset.filter.CoreFunctionType
- lowerOrEqualsTo(Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- lowerOrEqualsTo(String, Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- lowerThan(Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- lowerThan(String, Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
M
- MARCH - org.dashbuilder.dataset.date.Month
- MAX - org.dashbuilder.dataset.group.AggregateFunctionType
- maxColumns - Variable in class org.dashbuilder.dataset.DataSetConstraints
- maxGroups - Variable in class org.dashbuilder.dataset.DataSetLookupConstraints
- maxIntervals - Variable in class org.dashbuilder.dataset.group.ColumnGroup
- maxValue - Variable in class org.dashbuilder.dataset.group.Interval
-
The max. date within the interval (Only for date columns)
- maxValue - Variable in class org.dashbuilder.dataset.impl.DataColumnImpl
- MAY - org.dashbuilder.dataset.date.Month
- MemSizeEstimator - Class in org.dashbuilder.dataset.impl
- MemSizeEstimator() - Constructor for class org.dashbuilder.dataset.impl.MemSizeEstimator
- message() - Method in annotation type org.dashbuilder.dataset.validation.IsTimeInterval
- MILLENIUM - org.dashbuilder.dataset.group.DateIntervalType
- MILLISECOND - org.dashbuilder.dataset.group.DateIntervalType
- MIN - org.dashbuilder.dataset.group.AggregateFunctionType
- minColumns - Variable in class org.dashbuilder.dataset.DataSetConstraints
- MINUTE - org.dashbuilder.dataset.group.DateIntervalType
- MINUTE - Static variable in class org.dashbuilder.dataset.group.DateIntervalPattern
- minValue - Variable in class org.dashbuilder.dataset.group.Interval
-
The min. within the interval (Only for date columns)
- minValue - Variable in class org.dashbuilder.dataset.impl.DataColumnImpl
- MONDAY - org.dashbuilder.dataset.date.DayOfWeek
- Month - Enum in org.dashbuilder.dataset.date
- MONTH - org.dashbuilder.dataset.group.DateIntervalType
- MONTH - Static variable in class org.dashbuilder.dataset.group.DateIntervalPattern
N
- name - Variable in class org.dashbuilder.dataset.def.DataSetDef
- name - Variable in class org.dashbuilder.dataset.group.Interval
-
A name that identifies the interval and it's different of other intervals belonging to the same group.
- name(String) - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
-
Set the DataSetDef name.
- name(String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
- NAME - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- newBeanDataSetDef() - Static method in class org.dashbuilder.dataset.DataSetFactory
-
Deprecated.Used DataSetDefFactory instead
- newBeanDataSetDef() - Static method in class org.dashbuilder.dataset.def.DataSetDefFactory
- newCSVDataSetDef() - Static method in class org.dashbuilder.dataset.DataSetFactory
-
Deprecated.Used DataSetDefFactory instead
- newCSVDataSetDef() - Static method in class org.dashbuilder.dataset.def.DataSetDefFactory
- newDataSetBuilder() - Static method in class org.dashbuilder.dataset.DataSetFactory
- newDataSetLookup(DataSetMetadata) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- newDataSetLookupBuilder() - Static method in class org.dashbuilder.dataset.DataSetFactory
-
Deprecated.Used DataSetLookupFactory instead
- newDataSetLookupBuilder() - Static method in class org.dashbuilder.dataset.DataSetLookupFactory
- newEmptyDataSet() - Static method in class org.dashbuilder.dataset.DataSetFactory
- newKafkaDataSetDef() - Static method in class org.dashbuilder.dataset.def.DataSetDefFactory
- newPrometheusDataSetDef() - Static method in class org.dashbuilder.dataset.def.DataSetDefFactory
- newSQLDataSetDef() - Static method in class org.dashbuilder.dataset.DataSetFactory
-
Deprecated.Used DataSetDefFactory instead
- newSQLDataSetDef() - Static method in class org.dashbuilder.dataset.def.DataSetDefFactory
- newStaticDataSetDef() - Static method in class org.dashbuilder.dataset.DataSetFactory
-
Deprecated.Used DataSetDefFactory instead
- newStaticDataSetDef() - Static method in class org.dashbuilder.dataset.def.DataSetDefFactory
- newUuid() - Method in interface org.dashbuilder.dataset.uuid.UUIDGenerator
-
Creates a brand new UUID
- newUuidBase64() - Method in interface org.dashbuilder.dataset.uuid.UUIDGenerator
-
Creates a brand new UUID in base-64 and without characters forbidden in URLs (plus sign, equal, slash and ampersand)
- nextIndex(int) - Static method in enum org.dashbuilder.dataset.date.DayOfWeek
- nextIndex(int) - Static method in enum org.dashbuilder.dataset.date.Month
- NODE_ID - Static variable in class org.dashbuilder.dataset.json.KafkaDefJSONMarshaller
- nodeId - Variable in class org.dashbuilder.dataset.def.KafkaDataSetDef
- nodeId(String) - Method in interface org.dashbuilder.dataset.def.KafkaDataSetDefBuilder
-
Set the data set node id
- nodeId(String) - Method in class org.dashbuilder.dataset.impl.KafkaDataSetDefBuilderImpl
- NOT - org.dashbuilder.dataset.filter.LogicalExprType
- NOT(String, List<ColumnFilter>) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- NOT(String, ColumnFilter...) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- NOT(List<ColumnFilter>) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- NOT(ColumnFilter...) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- NOT_EQUALS_TO - org.dashbuilder.dataset.filter.CoreFunctionType
- NOT_IN - org.dashbuilder.dataset.filter.CoreFunctionType
- NOT_NULL - org.dashbuilder.dataset.filter.CoreFunctionType
- notEqualsTo(Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- notEqualsTo(String, Comparable) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- notIn(String, List<?>) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- notNull() - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- notNull(String) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- NOVEMBER - org.dashbuilder.dataset.date.Month
- now() - Static method in class org.dashbuilder.dataset.date.TimeInstant
-
Return a time instant representing the current time.
- NOW - org.dashbuilder.dataset.date.TimeInstant.TimeMode
- number(String) - Method in interface org.dashbuilder.dataset.DataSetBuilder
-
Add an empty column of numeric type.
- number(String) - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
-
Add an empty column of numeric type.
- number(String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
- number(String) - Method in class org.dashbuilder.dataset.impl.DataSetBuilderImpl
- number(String, String) - Method in interface org.dashbuilder.dataset.def.CSVDataSetDefBuilder
-
Set the pattern for the specified numeric column.
- number(String, String) - Method in class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
- NUMBER - org.dashbuilder.dataset.ColumnType
-
A Number type column.
- NUMBER_OF_COLUMNS - Static variable in class org.dashbuilder.dataset.json.DataSetMetadataJSONMarshaller
- NUMBER_OF_ROWS - Static variable in class org.dashbuilder.dataset.json.DataSetMetadataJSONMarshaller
- numberOfColumns - Variable in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- numberOfRows - Variable in class org.dashbuilder.dataset.DataSetLookup
-
The number of rows to get.
- numberOfRows - Variable in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- numberPattern - Variable in class org.dashbuilder.dataset.def.CSVDataSetDef
- numberPattern(String) - Method in interface org.dashbuilder.dataset.def.CSVDataSetDefBuilder
-
Set the overall pattern used to read numeric columns.
- numberPattern(String) - Method in class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
- NUMBERPATTERN - Static variable in class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
O
- OCTOBER - org.dashbuilder.dataset.date.Month
- onDataSetDefModified(DataSetDef, DataSetDef) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistryListener
- onDataSetDefRegistered(DataSetDef) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistryListener
- onDataSetDefRemoved(DataSetDef) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistryListener
- onDataSetDefStale(DataSetDef) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistryListener
- operationList - Variable in class org.dashbuilder.dataset.DataSetLookup
-
The list of operations to apply on the target data set as part of the lookup operation.
- OR - org.dashbuilder.dataset.filter.LogicalExprType
- OR(String, List<ColumnFilter>) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- OR(String, ColumnFilter...) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- OR(List<ColumnFilter>) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- OR(ColumnFilter...) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- order - Variable in class org.dashbuilder.dataset.sort.ColumnSort
- org.dashbuilder.dataprovider - package org.dashbuilder.dataprovider
- org.dashbuilder.dataset - package org.dashbuilder.dataset
- org.dashbuilder.dataset.backend - package org.dashbuilder.dataset.backend
- org.dashbuilder.dataset.date - package org.dashbuilder.dataset.date
- org.dashbuilder.dataset.def - package org.dashbuilder.dataset.def
- org.dashbuilder.dataset.events - package org.dashbuilder.dataset.events
- org.dashbuilder.dataset.exception - package org.dashbuilder.dataset.exception
- org.dashbuilder.dataset.filter - package org.dashbuilder.dataset.filter
- org.dashbuilder.dataset.group - package org.dashbuilder.dataset.group
- org.dashbuilder.dataset.impl - package org.dashbuilder.dataset.impl
- org.dashbuilder.dataset.json - package org.dashbuilder.dataset.json
- org.dashbuilder.dataset.sort - package org.dashbuilder.dataset.sort
- org.dashbuilder.dataset.uuid - package org.dashbuilder.dataset.uuid
- org.dashbuilder.dataset.validation - package org.dashbuilder.dataset.validation
- org.dashbuilder.dataset.validation.groups - package org.dashbuilder.dataset.validation.groups
P
- PARAM - Static variable in class org.dashbuilder.dataset.json.BeanDefJSONMarshaller
- paramaterMap - Variable in class org.dashbuilder.dataset.def.BeanDataSetDef
- parameters - Variable in class org.dashbuilder.dataset.filter.CoreFunctionFilter
- parse(String) - Static method in class org.dashbuilder.dataset.date.TimeAmount
-
Parses a time amount expression.
- parse(String) - Static method in class org.dashbuilder.dataset.date.TimeFrame
-
Parses a time frame expression.
- parse(String) - Static method in class org.dashbuilder.dataset.date.TimeInstant
-
Parses a time instant expression.
- parseCodePoint(String) - Method in class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
- parseColumnFilter(JsonObject) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- parseColumnFilters(JsonArray) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- parseColumnGroup(JsonObject) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- parseColumnSort(JsonObject) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- parseColumnSorts(JsonArray) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- parseCoreFunctionParameters(JsonArray) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- parseDataSetGroup(JsonObject) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- parseDate(String) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- parseFilterOperation(JsonArray) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- parseFilterOperations(JsonArray) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- parseGroupFunction(JsonObject) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- parseGroupFunctions(JsonArray) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- parseGroupOperations(JsonArray) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- parseInterval(JsonObject) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- parseSelectedIntervals(JsonArray) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- parseSortOperations(JsonArray) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- parseValue(JsonValue) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- partition - Variable in class org.dashbuilder.dataset.def.KafkaDataSetDef
- partition(String) - Method in interface org.dashbuilder.dataset.def.KafkaDataSetDefBuilder
-
Set the data set partition
- partition(String) - Method in class org.dashbuilder.dataset.impl.KafkaDataSetDefBuilderImpl
- PARTITION - Static variable in class org.dashbuilder.dataset.json.KafkaDefJSONMarshaller
- pass() - Method in interface org.dashbuilder.dataset.filter.FilterFunction
-
Check the filter.
- PASSWORD - Static variable in class org.dashbuilder.dataset.json.PrometheusDefJSONMarshaller
- patternMap - Variable in class org.dashbuilder.dataset.def.DataSetDef
- payload() - Method in annotation type org.dashbuilder.dataset.validation.IsTimeInterval
- port - Variable in class org.dashbuilder.dataset.def.KafkaDataSetDef
- port(String) - Method in interface org.dashbuilder.dataset.def.KafkaDataSetDefBuilder
-
Set the RMI port
- port(String) - Method in class org.dashbuilder.dataset.impl.KafkaDataSetDefBuilderImpl
- PORT - Static variable in class org.dashbuilder.dataset.json.KafkaDefJSONMarshaller
- postProcess(DataSetLookup, DataSet) - Method in interface org.dashbuilder.dataset.def.DataSetPostProcessor
- preprocess(DataSetLookup) - Method in interface org.dashbuilder.dataset.def.DataSetPreprocessor
- PRODUCER - org.dashbuilder.dataset.def.KafkaDataSetDef.MetricsTarget
- PROMETHEUS - Static variable in interface org.dashbuilder.dataprovider.DataSetProviderType
- PrometheusDataSetDef - Class in org.dashbuilder.dataset.def
- PrometheusDataSetDef() - Constructor for class org.dashbuilder.dataset.def.PrometheusDataSetDef
- PrometheusDataSetDefBuilder<T extends DataSetDefBuilder> - Interface in org.dashbuilder.dataset.def
-
A builder for defining Prometheus data sets.
- PrometheusDataSetDefBuilderImpl - Class in org.dashbuilder.dataset.impl
- PrometheusDataSetDefBuilderImpl() - Constructor for class org.dashbuilder.dataset.impl.PrometheusDataSetDefBuilderImpl
- PrometheusDataSetDefValidation - Interface in org.dashbuilder.dataset.validation.groups
-
Validation group for initial mandatory attributes of the Prometheus data set definition.
- PrometheusDefJSONMarshaller - Class in org.dashbuilder.dataset.json
- PrometheusDefJSONMarshaller() - Constructor for class org.dashbuilder.dataset.json.PrometheusDefJSONMarshaller
- PrometheusProviderType - Class in org.dashbuilder.dataprovider
-
For accessing data sets that are the result of a Prometheus Query
- PrometheusProviderType() - Constructor for class org.dashbuilder.dataprovider.PrometheusProviderType
- propertyMap - Variable in class org.dashbuilder.dataset.def.DataSetDef
- provider - Variable in class org.dashbuilder.dataset.def.DataSetDef
- PROVIDER - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- PUSH_ENABLED - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- PUSH_MAXSIZE - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- pushEnabled - Variable in class org.dashbuilder.dataset.def.DataSetDef
- pushMaxSize - Variable in class org.dashbuilder.dataset.def.DataSetDef
- pushOff() - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
-
Disable the ability to push remote data sets from server.
- pushOff() - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
- pushOn(int) - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
-
Enable the ability to push remote data sets from server.
- pushOn(int) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
Q
- Q1 - org.dashbuilder.dataset.date.Quarter
- Q2 - org.dashbuilder.dataset.date.Quarter
- Q3 - org.dashbuilder.dataset.date.Quarter
- Q4 - org.dashbuilder.dataset.date.Quarter
- Quarter - Enum in org.dashbuilder.dataset.date
- QUARTER - org.dashbuilder.dataset.group.DateIntervalType
- query - Variable in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- query - Variable in class org.dashbuilder.dataset.def.PrometheusDataSetDef
- query(String) - Method in interface org.dashbuilder.dataset.def.ElasticSearchDataSetDefBuilder
-
Set a custom query to extract the data from ElasticSearch server, instead of manually setting
indexandtypeparameters. - query(String) - Method in interface org.dashbuilder.dataset.def.PrometheusDataSetDefBuilder
-
Set the Prometheus query that will be used to build this dataset
- query(String) - Method in class org.dashbuilder.dataset.impl.PrometheusDataSetDefBuilderImpl
- QUERY - Static variable in class org.dashbuilder.dataset.json.ELSDefJSONMarshaller
- QUERY - Static variable in class org.dashbuilder.dataset.json.PrometheusDefJSONMarshaller
- quoteChar - Variable in class org.dashbuilder.dataset.def.CSVDataSetDef
- quoteChar(char) - Method in interface org.dashbuilder.dataset.def.CSVDataSetDefBuilder
-
Set the quote symbol.
- quoteChar(char) - Method in class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
- QUOTECHAR - Static variable in class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
R
- readGeneralSettings(DataSetDef, JsonObject) - Method in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- readProviderType(JsonObject) - Method in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- realList - Variable in class org.dashbuilder.dataset.sort.SortedList
- REFRESH_ALWAYS - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- REFRESH_TIME - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- refreshAlways - Variable in class org.dashbuilder.dataset.def.DataSetDef
- refreshOff() - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
-
Turns of the data set refresh mechanism.
- refreshOff() - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
- refreshOn(String, boolean) - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
-
Turns on the data set refresh mechanism.
- refreshOn(String, boolean) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
- refreshTime - Variable in class org.dashbuilder.dataset.def.DataSetDef
- registerDataProvider(DataSetProvider) - Method in interface org.dashbuilder.dataprovider.DataSetProviderRegistry
-
Register a data provider
- registerDataSet(DataSet) - Method in interface org.dashbuilder.dataset.DataSetManager
-
Registers the specified data set instance.
- registerDataSet(DataSet, List<DataSetPreprocessor>) - Method in interface org.dashbuilder.dataset.DataSetManager
-
Registers the specified data set instance with a list of preprocessors
- registerDataSetDef(DataSetDef) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistry
-
Add a data set definition to the registry.
- registerDataSetDef(DataSetDef, String, String) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistry
-
Add a data set definition to the registry.
- registerFunction(AggregateFunction) - Method in interface org.dashbuilder.dataset.group.AggregateFunctionManager
-
Register an aggregate function.
- registerPostProcessor(String, DataSetPostProcessor) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistry
-
Register a DataSetPostProcessor instance for the given to data set.
- registerPreprocessor(String, DataSetPreprocessor) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistry
-
Register a DataSetPreprocessor instance for the given to data set.
- relevance - Variable in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- relevance(String) - Method in interface org.dashbuilder.dataset.def.ElasticSearchDataSetDefBuilder
-
Set the minimum relevance value for resulting search documents.
- RELEVANCE - Static variable in class org.dashbuilder.dataset.json.ELSDefJSONMarshaller
- removeColumn(String) - Method in interface org.dashbuilder.dataset.DataSet
-
Removes an existing column.
- removeColumn(String) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- removeDataSet(String) - Method in interface org.dashbuilder.dataset.DataSetManager
-
Removes the specified data set instance.
- removeDataSetDef(String) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistry
-
Removes the specified data set definition.
- removeDataSetDef(String, String, String) - Method in interface org.dashbuilder.dataset.def.DataSetDefRegistry
-
Removes the specified data set definition.
- removeOperation(int) - Method in class org.dashbuilder.dataset.DataSetLookup
- removeOperations(DataSetOpType) - Method in class org.dashbuilder.dataset.DataSetLookup
- reverse() - Method in enum org.dashbuilder.dataset.sort.SortOrder
- ROOT_KEYS - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- row(int) - Method in class org.dashbuilder.dataset.sort.SortedList
- row(Object...) - Method in interface org.dashbuilder.dataset.DataSetBuilder
-
Add a row with the given values at the end of the data set.
- row(Object...) - Method in interface org.dashbuilder.dataset.def.StaticDataSetDefBuilder
-
Add a row with the given values at the end of the data set.
- row(Object...) - Method in class org.dashbuilder.dataset.impl.DataSetBuilderImpl
- row(Object...) - Method in class org.dashbuilder.dataset.impl.StaticDataSetDefBuilderImpl
- rowCountNonTrimmed - Variable in class org.dashbuilder.dataset.impl.DataSetImpl
- rowNumber(int) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
Set the number of rows for the data set.
- rowNumber(int) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- rowOffset - Variable in class org.dashbuilder.dataset.DataSetLookup
-
The starting row offset of the target data set.
- rowOffset(int) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
Set a row offset for the data set.
- rowOffset(int) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- rows - Variable in class org.dashbuilder.dataset.group.Interval
-
The row indexes of the values that belong to this interval.
- rows - Variable in class org.dashbuilder.dataset.sort.SortedList
S
- SATURDAY - org.dashbuilder.dataset.date.DayOfWeek
- SECOND - org.dashbuilder.dataset.group.DateIntervalType
- SECOND - Static variable in class org.dashbuilder.dataset.group.DateIntervalPattern
- select(String...) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
The function will reduce the generated data set by selecting some of the intervals that were previously generated through a group operation.
- select(String...) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- selectedIntervalList - Variable in class org.dashbuilder.dataset.group.DataSetGroup
- separatorChar - Variable in class org.dashbuilder.dataset.def.CSVDataSetDef
- separatorChar(char) - Method in interface org.dashbuilder.dataset.def.CSVDataSetDefBuilder
-
Set the CSV column separator char.
- separatorChar(char) - Method in class org.dashbuilder.dataset.impl.CSVDataSetDefBuilderImpl
- SEPARATORCHAR - Static variable in class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
- SEPTEMBER - org.dashbuilder.dataset.date.Month
- SERVER_URL - Static variable in class org.dashbuilder.dataset.json.ELSDefJSONMarshaller
- SERVER_URL - Static variable in class org.dashbuilder.dataset.json.PrometheusDefJSONMarshaller
- serverUrl - Variable in class org.dashbuilder.dataset.def.PrometheusDataSetDef
- serverUrl(String) - Method in interface org.dashbuilder.dataset.def.PrometheusDataSetDefBuilder
-
Set the data set server url
- serverUrl(String) - Method in class org.dashbuilder.dataset.impl.PrometheusDataSetDefBuilderImpl
- serverURL - Variable in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- serverURL(String) - Method in interface org.dashbuilder.dataset.def.ElasticSearchDataSetDefBuilder
-
Set the ElasticSearch server instance URL.
- setAllColumnsEnabled(boolean) - Method in class org.dashbuilder.dataset.def.DataSetDef
- setAscendingOrder(boolean) - Method in class org.dashbuilder.dataset.group.ColumnGroup
- setCacheEnabled(boolean) - Method in class org.dashbuilder.dataset.def.DataSetDef
- setCacheEnabled(boolean) - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- setCacheEnabled(boolean) - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
- setCacheMaxRows(Integer) - Method in class org.dashbuilder.dataset.def.DataSetDef
- setCacheMaxRows(Integer) - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- setCacheMaxRows(Integer) - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
- setClientId(String) - Method in class org.dashbuilder.dataset.def.KafkaDataSetDef
- setClusterName(String) - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- setColumnGroup(ColumnGroup) - Method in interface org.dashbuilder.dataset.DataColumn
- setColumnGroup(ColumnGroup) - Method in class org.dashbuilder.dataset.group.DataSetGroup
- setColumnGroup(ColumnGroup) - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
- setColumnId(String) - Method in class org.dashbuilder.dataset.filter.ColumnFilter
- setColumnId(String) - Method in class org.dashbuilder.dataset.filter.LogicalExprFilter
- setColumnId(String) - Method in class org.dashbuilder.dataset.group.ColumnGroup
- setColumnId(String) - Method in class org.dashbuilder.dataset.group.GroupFunction
- setColumnId(String) - Method in class org.dashbuilder.dataset.sort.ColumnSort
- setColumns(List<DataColumn>) - Method in interface org.dashbuilder.dataset.DataSet
- setColumns(List<DataColumn>) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- setColumns(List<DataColumnDef>) - Method in class org.dashbuilder.dataset.def.DataSetDef
- setColumnSort(ColumnSort) - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- setColumnsTitle(String) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- setColumnTitle(Integer, String) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- setColumnType(ColumnType) - Method in interface org.dashbuilder.dataset.DataColumn
- setColumnType(ColumnType) - Method in class org.dashbuilder.dataset.def.DataColumnDef
- setColumnType(ColumnType) - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
- setColumnTypes(ColumnType[]...) - Method in class org.dashbuilder.dataset.DataSetConstraints
- setCreationDate(Date) - Method in interface org.dashbuilder.dataset.DataSet
-
The creation date
- setCreationDate(Date) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- setDataSet(DataSet) - Method in class org.dashbuilder.dataset.def.StaticDataSetDef
- setDataSet(DataSetImpl) - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
- setDataSetDef(DataSetDef) - Method in class org.dashbuilder.dataset.events.DataSetDefRegisteredEvent
- setDataSetDef(DataSetDef) - Method in class org.dashbuilder.dataset.events.DataSetDefRemovedEvent
- setDataSetDef(DataSetDef) - Method in class org.dashbuilder.dataset.events.DataSetModifiedEvent
- setDataSetDef(DataSetDef) - Method in class org.dashbuilder.dataset.events.DataSetStaleEvent
- setDataSetFilter(DataSetFilter) - Method in class org.dashbuilder.dataset.def.DataSetDef
- setDataSetMetadata(DataSetMetadata) - Method in class org.dashbuilder.dataset.events.DataSetPushingEvent
- setDataSetMetadata(DataSetMetadata) - Method in class org.dashbuilder.dataset.events.DataSetPushOkEvent
- setDataSetUUID(String) - Method in class org.dashbuilder.dataset.DataSetLookup
- setDataSetUUID(String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetOp
- setDataSource(String) - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
- setDatePattern(String) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
- setDbSchema(String) - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
- setDbSQL(String) - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
- setDbTable(String) - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
- setDefinition(DataSetDef) - Method in interface org.dashbuilder.dataset.DataSet
-
The data set definition
- setDefinition(DataSetDef) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- setDefinition(DataSetDef) - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- setDescription(String) - Method in class org.dashbuilder.dataset.def.SQLDataSourceDef
- setEmptyIntervalsAllowed(boolean) - Method in class org.dashbuilder.dataset.group.ColumnGroup
- setEscapeChar(Character) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
- setEstimatedSize(int) - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- setEstimateSize(boolean) - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
- setExtraColumnsAllowed(boolean) - Method in class org.dashbuilder.dataset.DataSetConstraints
- setExtraColumnsType(ColumnType) - Method in class org.dashbuilder.dataset.DataSetConstraints
- setFilePath(String) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
- setFileURL(String) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
- setFilter(String) - Method in class org.dashbuilder.dataset.def.KafkaDataSetDef
- setFilterAllowed(boolean) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- setFirstDayOfWeek(DayOfWeek) - Method in class org.dashbuilder.dataset.group.ColumnGroup
- setFirstMonthOfYear(Month) - Method in class org.dashbuilder.dataset.date.TimeInstant
- setFirstMonthOfYear(Month) - Method in class org.dashbuilder.dataset.group.ColumnGroup
- setFrom(TimeInstant) - Method in class org.dashbuilder.dataset.date.TimeFrame
- setFunction(FilterFunction) - Method in class org.dashbuilder.dataset.filter.CustomFunctionFilter
- setFunction(AggregateFunctionType) - Method in class org.dashbuilder.dataset.group.GroupFunction
- setFunctionRequired(boolean) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- setGeneratorClass(String) - Method in class org.dashbuilder.dataset.def.BeanDataSetDef
- setGroupAllowed(boolean) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- setGroupColumn(boolean) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- setGroupFunction(GroupFunction) - Method in interface org.dashbuilder.dataset.DataColumn
- setGroupFunction(GroupFunction) - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
- setGroupRequired(boolean) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- setGroupsTitle(String) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- setHost(String) - Method in class org.dashbuilder.dataset.def.KafkaDataSetDef
- setId(String) - Method in interface org.dashbuilder.dataset.DataColumn
- setId(String) - Method in class org.dashbuilder.dataset.def.DataColumnDef
- setId(String) - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
- setIndex(int) - Method in class org.dashbuilder.dataset.group.Interval
- setIndex(String) - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- setIntervalSize(String) - Method in class org.dashbuilder.dataset.group.ColumnGroup
- setIntervalType(String) - Method in interface org.dashbuilder.dataset.DataColumn
- setIntervalType(String) - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
- setIntervalType(DateIntervalType) - Method in class org.dashbuilder.dataset.date.TimeInstant
- setJoin(boolean) - Method in class org.dashbuilder.dataset.group.DataSetGroup
- setLabelValue(String) - Method in class org.dashbuilder.dataset.filter.CoreFunctionFilter
- setLogicalOperator(LogicalExprType) - Method in class org.dashbuilder.dataset.filter.LogicalExprFilter
- setLogicalTerms(List<ColumnFilter>) - Method in class org.dashbuilder.dataset.filter.LogicalExprFilter
- setLogicalTerms(ColumnFilter...) - Method in class org.dashbuilder.dataset.filter.LogicalExprFilter
- setMaxColumns(int) - Method in class org.dashbuilder.dataset.DataSetConstraints
- setMaxGroups(int) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- setMaxIntervals(int) - Method in class org.dashbuilder.dataset.group.ColumnGroup
- setMaxValue(Object) - Method in interface org.dashbuilder.dataset.DataColumn
- setMaxValue(Object) - Method in class org.dashbuilder.dataset.group.Interval
- setMaxValue(Object) - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
- setMetadata(String, Object) - Method in class org.dashbuilder.dataset.DataSetLookup
- setMinColumns(int) - Method in class org.dashbuilder.dataset.DataSetConstraints
- setMinValue(Object) - Method in interface org.dashbuilder.dataset.DataColumn
- setMinValue(Object) - Method in class org.dashbuilder.dataset.group.Interval
- setMinValue(Object) - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
- setName(String) - Method in class org.dashbuilder.dataset.def.DataSetDef
- setName(String) - Method in class org.dashbuilder.dataset.def.SQLDataSourceDef
- setName(String) - Method in class org.dashbuilder.dataset.group.Interval
- setNewDataSetDef(DataSetDef) - Method in class org.dashbuilder.dataset.events.DataSetDefModifiedEvent
- setNodeId(String) - Method in class org.dashbuilder.dataset.def.KafkaDataSetDef
- setNumberOfRows(int) - Method in class org.dashbuilder.dataset.DataSetLookup
- setNumberOfRows(int) - Method in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- setNumberPattern(String) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
- setOldDataSetDef(DataSetDef) - Method in class org.dashbuilder.dataset.events.DataSetDefModifiedEvent
- setOrder(SortOrder) - Method in class org.dashbuilder.dataset.sort.ColumnSort
- setParamaterMap(Map<String, String>) - Method in class org.dashbuilder.dataset.def.BeanDataSetDef
- setParameters(Comparable...) - Method in class org.dashbuilder.dataset.filter.CoreFunctionFilter
- setParameters(List) - Method in class org.dashbuilder.dataset.filter.CoreFunctionFilter
- setPartition(String) - Method in class org.dashbuilder.dataset.def.KafkaDataSetDef
- setPassword(String) - Method in class org.dashbuilder.dataset.def.PrometheusDataSetDef
- setPattern(String, String) - Method in class org.dashbuilder.dataset.def.DataSetDef
- setPort(String) - Method in class org.dashbuilder.dataset.def.KafkaDataSetDef
- setPostEnabled(boolean) - Method in class org.dashbuilder.dataset.group.ColumnGroup
- setProperty(String, String) - Method in class org.dashbuilder.dataset.def.DataSetDef
- setProvider(DataSetProviderType) - Method in class org.dashbuilder.dataset.def.DataSetDef
- setPublic(boolean) - Method in class org.dashbuilder.dataset.def.DataSetDef
- setPushEnabled(boolean) - Method in class org.dashbuilder.dataset.def.DataSetDef
- setPushMaxSize(Integer) - Method in class org.dashbuilder.dataset.def.DataSetDef
- setQuantity(long) - Method in class org.dashbuilder.dataset.date.TimeAmount
- setQuery(String) - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- setQuery(String) - Method in class org.dashbuilder.dataset.def.PrometheusDataSetDef
- setQuoteChar(Character) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
- setRefreshAlways(boolean) - Method in class org.dashbuilder.dataset.def.DataSetDef
- setRefreshTime(String) - Method in class org.dashbuilder.dataset.def.DataSetDef
- setRelevance(String) - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- setRowCountNonTrimmed(int) - Method in interface org.dashbuilder.dataset.DataSet
-
If this data set is the result of a trim operation this method will return the total number of rows existing before trim.
- setRowCountNonTrimmed(int) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- setRowOffset(int) - Method in class org.dashbuilder.dataset.DataSetLookup
- setRows(List<Integer>) - Method in class org.dashbuilder.dataset.group.Interval
- setSelectedIntervalList(List<Interval>) - Method in class org.dashbuilder.dataset.group.DataSetGroup
- setSeparatorChar(Character) - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
- setServerUrl(String) - Method in class org.dashbuilder.dataset.def.PrometheusDataSetDef
- setServerURL(String) - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- setSourceId(String) - Method in class org.dashbuilder.dataset.group.ColumnGroup
- setSourceId(String) - Method in class org.dashbuilder.dataset.group.GroupFunction
- setStartTime(Date) - Method in class org.dashbuilder.dataset.date.TimeInstant
- setStrategy(GroupStrategy) - Method in class org.dashbuilder.dataset.group.ColumnGroup
- setTarget(KafkaDataSetDef.MetricsTarget) - Method in class org.dashbuilder.dataset.def.KafkaDataSetDef
- setTestMode(boolean) - Method in class org.dashbuilder.dataset.DataSetLookup
- setTimeAmount(TimeAmount) - Method in class org.dashbuilder.dataset.date.TimeInstant
- setTimeMode(TimeInstant.TimeMode) - Method in class org.dashbuilder.dataset.date.TimeInstant
- setTo(TimeInstant) - Method in class org.dashbuilder.dataset.date.TimeFrame
- setTopic(String) - Method in class org.dashbuilder.dataset.def.KafkaDataSetDef
- setType(String) - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- setType(String) - Method in class org.dashbuilder.dataset.group.Interval
- setType(CoreFunctionType) - Method in class org.dashbuilder.dataset.filter.CoreFunctionFilter
- setType(DateIntervalType) - Method in class org.dashbuilder.dataset.date.TimeAmount
- setUniqueColumnIds(boolean) - Method in class org.dashbuilder.dataset.DataSetLookupConstraints
- setUser(String) - Method in class org.dashbuilder.dataset.def.PrometheusDataSetDef
- setUUID(String) - Method in interface org.dashbuilder.dataset.DataSet
-
Set an unique identifier to this data set.
- setUUID(String) - Method in class org.dashbuilder.dataset.def.DataSetDef
- setUUID(String) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- setValueAt(int, int, Object) - Method in interface org.dashbuilder.dataset.DataSet
-
Set the value at a given cell.
- setValueAt(int, int, Object) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- setValues(List) - Method in interface org.dashbuilder.dataset.DataColumn
- setValues(List) - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
- setValuesAt(int, Object...) - Method in interface org.dashbuilder.dataset.DataSet
-
Set all the values for a given row.
- setValuesAt(int, Object...) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- size() - Method in class org.dashbuilder.dataset.sort.SortedList
- sizeOf(Class) - Static method in class org.dashbuilder.dataset.impl.MemSizeEstimator
- sizeOf(Object) - Static method in class org.dashbuilder.dataset.impl.MemSizeEstimator
- sizeOfBigDecimal - Static variable in class org.dashbuilder.dataset.impl.MemSizeEstimator
- sizeOfBoolean - Static variable in class org.dashbuilder.dataset.impl.MemSizeEstimator
- sizeOfByte - Static variable in class org.dashbuilder.dataset.impl.MemSizeEstimator
- sizeOfDate - Static variable in class org.dashbuilder.dataset.impl.MemSizeEstimator
- sizeOfDouble - Static variable in class org.dashbuilder.dataset.impl.MemSizeEstimator
- sizeOfFloat - Static variable in class org.dashbuilder.dataset.impl.MemSizeEstimator
- sizeOfInteger - Static variable in class org.dashbuilder.dataset.impl.MemSizeEstimator
- sizeOfLong - Static variable in class org.dashbuilder.dataset.impl.MemSizeEstimator
- sizeOfShort - Static variable in class org.dashbuilder.dataset.impl.MemSizeEstimator
- sizeOfString(String) - Static method in class org.dashbuilder.dataset.impl.MemSizeEstimator
- sizeOfTimestamp - Static variable in class org.dashbuilder.dataset.impl.MemSizeEstimator
- sort(String, String) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
Will apply the specified sort order over the indicated data set column.
- sort(String, String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- sort(String, SortOrder) - Method in interface org.dashbuilder.dataset.DataSetLookupBuilder
-
Will apply the specified sort order over the indicated data set column.
- sort(String, SortOrder) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetLookupBuilder
- SORT - org.dashbuilder.dataset.DataSetOpType
- SortedList - Class in org.dashbuilder.dataset.sort
-
An unmodifiable list which provides a lightweight read-only access to an existing list but applying a pre-established order.
- SortedList() - Constructor for class org.dashbuilder.dataset.sort.SortedList
- SortedList(List, List<Integer>) - Constructor for class org.dashbuilder.dataset.sort.SortedList
- SortOrder - Enum in org.dashbuilder.dataset.sort
-
A sort order
- sourceId - Variable in class org.dashbuilder.dataset.group.ColumnGroup
- sourceId - Variable in class org.dashbuilder.dataset.group.GroupFunction
- SQL - Static variable in interface org.dashbuilder.dataprovider.DataSetProviderType
- SQLDataSetDef - Class in org.dashbuilder.dataset.def
- SQLDataSetDef() - Constructor for class org.dashbuilder.dataset.def.SQLDataSetDef
- SQLDataSetDefBuilder<T extends DataSetDefBuilder> - Interface in org.dashbuilder.dataset.def
-
A builder for defining SQL data sets
- SQLDataSetDefBuilderImpl - Class in org.dashbuilder.dataset.impl
- SQLDataSetDefBuilderImpl() - Constructor for class org.dashbuilder.dataset.impl.SQLDataSetDefBuilderImpl
- SQLDataSetDefDbSQLValidation - Interface in org.dashbuilder.dataset.validation.groups
-
Validation group for the attribute
dbSQLof the SQL data set definition class. - SQLDataSetDefDbTableValidation - Interface in org.dashbuilder.dataset.validation.groups
-
Validation group for the attribute
dbTableof the SQL data set definition class. - SQLDataSetDefValidation - Interface in org.dashbuilder.dataset.validation.groups
-
Validation group for initial mandatory attributes of the SQL data set definition.
- SQLDataSourceDef - Class in org.dashbuilder.dataset.def
-
A data source definition contains a reference name (which could perfectly be a JNDI reference) and a user friendly description.
- SQLDataSourceDef() - Constructor for class org.dashbuilder.dataset.def.SQLDataSourceDef
- SQLDataSourceDef(String, String) - Constructor for class org.dashbuilder.dataset.def.SQLDataSourceDef
- SQLDefJSONMarshaller - Class in org.dashbuilder.dataset.json
- SQLDefJSONMarshaller() - Constructor for class org.dashbuilder.dataset.json.SQLDefJSONMarshaller
- SQLProviderType - Class in org.dashbuilder.dataprovider
-
For accessing data sets defined as an SQL query over an existing data source.
- SQLProviderType() - Constructor for class org.dashbuilder.dataprovider.SQLProviderType
- START_TIME - Static variable in class org.dashbuilder.dataset.date.TimeInstant
- STATIC - Static variable in interface org.dashbuilder.dataprovider.DataSetProviderType
- StaticDataSetDef - Class in org.dashbuilder.dataset.def
- StaticDataSetDef() - Constructor for class org.dashbuilder.dataset.def.StaticDataSetDef
- StaticDataSetDefBuilder<T extends DataSetDefBuilder> - Interface in org.dashbuilder.dataset.def
-
A builder for defining static data sets
- StaticDataSetDefBuilderImpl - Class in org.dashbuilder.dataset.impl
- StaticDataSetDefBuilderImpl() - Constructor for class org.dashbuilder.dataset.impl.StaticDataSetDefBuilderImpl
- StaticProviderType - Class in org.dashbuilder.dataprovider
-
For accessing statically registered data set which are created by calling directly to the data set API.
- StaticProviderType() - Constructor for class org.dashbuilder.dataprovider.StaticProviderType
- strategy - Variable in class org.dashbuilder.dataset.group.ColumnGroup
- SUM - org.dashbuilder.dataset.group.AggregateFunctionType
- SUNDAY - org.dashbuilder.dataset.date.DayOfWeek
- supportsType(ColumnType) - Method in enum org.dashbuilder.dataset.filter.CoreFunctionType
- supportType(ColumnType) - Method in enum org.dashbuilder.dataset.group.AggregateFunctionType
T
- target - Variable in class org.dashbuilder.dataset.def.KafkaDataSetDef
- target(KafkaDataSetDef.MetricsTarget) - Method in interface org.dashbuilder.dataset.def.KafkaDataSetDefBuilder
-
Set the data set kafka metrics target
- target(KafkaDataSetDef.MetricsTarget) - Method in class org.dashbuilder.dataset.impl.KafkaDataSetDefBuilderImpl
- TARGET - Static variable in class org.dashbuilder.dataset.json.KafkaDefJSONMarshaller
- TENTH - org.dashbuilder.dataset.group.DateIntervalType
- testMode - Variable in class org.dashbuilder.dataset.DataSetLookup
-
Flag indicating this lookup request is in test mode
- testMode() - Method in class org.dashbuilder.dataset.DataSetLookup
- text(String) - Method in interface org.dashbuilder.dataset.DataSetBuilder
-
Add an empty column of type text.
- text(String) - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
-
Add an empty column of type text.
- text(String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
- text(String) - Method in class org.dashbuilder.dataset.impl.DataSetBuilderImpl
- TEXT - org.dashbuilder.dataset.ColumnType
-
Text based column not eligible for grouping operations.
- THURSDAY - org.dashbuilder.dataset.date.DayOfWeek
- TIME_FRAME - org.dashbuilder.dataset.filter.CoreFunctionType
- TimeAmount - Class in org.dashbuilder.dataset.date
-
Class for the definition of time quantitys, both positive and negative.
- TimeAmount() - Constructor for class org.dashbuilder.dataset.date.TimeAmount
- TimeAmount(long, DateIntervalType) - Constructor for class org.dashbuilder.dataset.date.TimeAmount
- timeFrame(String) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- timeFrame(String, String) - Static method in class org.dashbuilder.dataset.filter.FilterFactory
- TimeFrame - Class in org.dashbuilder.dataset.date
-
A time frame defines a time period between two time instants where these two instants depends on the current time.
- TimeFrame() - Constructor for class org.dashbuilder.dataset.date.TimeFrame
- TimeFrame(TimeInstant, TimeInstant) - Constructor for class org.dashbuilder.dataset.date.TimeFrame
- TimeInstant - Class in org.dashbuilder.dataset.date
-
This class is used to represent a given time instant relative to the current time.
- TimeInstant() - Constructor for class org.dashbuilder.dataset.date.TimeInstant
- TimeInstant(TimeInstant.TimeMode, DateIntervalType, Month, TimeAmount) - Constructor for class org.dashbuilder.dataset.date.TimeInstant
- TimeInstant.TimeMode - Enum in org.dashbuilder.dataset.date
- toJson(DataSet) - Method in class org.dashbuilder.dataset.json.DataSetJSONMarshaller
- toJson(DataSetLookup) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- toJson(DataSetMetadata) - Method in class org.dashbuilder.dataset.json.DataSetMetadataJSONMarshaller
- toJson(BeanDataSetDef, JsonObject) - Method in class org.dashbuilder.dataset.json.BeanDefJSONMarshaller
- toJson(CSVDataSetDef, JsonObject) - Method in class org.dashbuilder.dataset.json.CSVDefJSONMarshaller
- toJson(ElasticSearchDataSetDef, JsonObject) - Method in class org.dashbuilder.dataset.json.ELSDefJSONMarshaller
- toJson(KafkaDataSetDef, JsonObject) - Method in class org.dashbuilder.dataset.json.KafkaDefJSONMarshaller
- toJson(PrometheusDataSetDef, JsonObject) - Method in class org.dashbuilder.dataset.json.PrometheusDefJSONMarshaller
- toJson(SQLDataSetDef, JsonObject) - Method in class org.dashbuilder.dataset.json.SQLDefJSONMarshaller
- toJson(T, JsonObject) - Method in interface org.dashbuilder.dataset.json.DataSetDefJSONMarshallerExt
-
Writes into the given json object the status of the data set def instance.
- toJSONObj(DataSetMetadata) - Method in class org.dashbuilder.dataset.json.DataSetMetadataJSONMarshaller
- toJsonObject(Collection<DataColumnDef>, DataSetDef) - Method in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- toJsonObject(DataSetDef) - Method in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- toJsonParameter(String, String) - Method in class org.dashbuilder.dataset.json.BeanDefJSONMarshaller
- toJsonString(DataSetDef) - Method in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- toMillis() - Method in class org.dashbuilder.dataset.date.TimeAmount
- topic - Variable in class org.dashbuilder.dataset.def.KafkaDataSetDef
- topic(String) - Method in interface org.dashbuilder.dataset.def.KafkaDataSetDefBuilder
-
Set the data set topic
- topic(String) - Method in class org.dashbuilder.dataset.impl.KafkaDataSetDefBuilderImpl
- TOPIC - Static variable in class org.dashbuilder.dataset.json.KafkaDefJSONMarshaller
- toString() - Method in class org.dashbuilder.dataset.date.TimeAmount
- toString() - Method in class org.dashbuilder.dataset.date.TimeFrame
- toString() - Method in class org.dashbuilder.dataset.date.TimeInstant
- toString() - Method in class org.dashbuilder.dataset.def.BeanDataSetDef
- toString() - Method in class org.dashbuilder.dataset.def.CSVDataSetDef
- toString() - Method in enum org.dashbuilder.dataset.def.ElasticSearchDataSetDef.ElasticSearchKeywords
- toString() - Method in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
- toString() - Method in class org.dashbuilder.dataset.def.KafkaDataSetDef
- toString() - Method in class org.dashbuilder.dataset.def.PrometheusDataSetDef
- toString() - Method in class org.dashbuilder.dataset.def.SQLDataSetDef
- toString() - Method in class org.dashbuilder.dataset.filter.CoreFunctionFilter
- toString() - Method in class org.dashbuilder.dataset.filter.DataSetFilter
- toString() - Method in class org.dashbuilder.dataset.filter.LogicalExprFilter
- toString() - Method in class org.dashbuilder.dataset.group.ColumnGroup
- toString() - Method in class org.dashbuilder.dataset.group.DataSetGroup
- toString() - Method in class org.dashbuilder.dataset.group.GroupFunction
- toString() - Method in class org.dashbuilder.dataset.impl.DataColumnImpl
- transferStringValue(String, JsonObject, Consumer<String>) - Static method in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- trim(int, int) - Method in interface org.dashbuilder.dataset.DataSet
-
Returns a data set containing only the specified row sub set.
- trim(int, int) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- trim(List<Integer>) - Method in interface org.dashbuilder.dataset.DataSet
-
Returns a data set containing only the specified row sub set.
- trim(List<Integer>) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- TUESDAY - org.dashbuilder.dataset.date.DayOfWeek
- twoDigits(int) - Method in class org.dashbuilder.dataset.json.DataSetLookupJSONMarshaller
- type - Variable in class org.dashbuilder.dataset.def.ElasticSearchDataSetDef
-
Type/es to query.
- type - Variable in class org.dashbuilder.dataset.filter.CoreFunctionFilter
- type - Variable in class org.dashbuilder.dataset.group.Interval
-
The interval type
- type(String) - Method in interface org.dashbuilder.dataset.def.ElasticSearchDataSetDefBuilder
-
Set the type of the given index/es that this dataset will handle.
- TYPE - Static variable in class org.dashbuilder.dataset.json.ELSDefJSONMarshaller
U
- uniqueColumnIds - Variable in class org.dashbuilder.dataset.DataSetLookupConstraints
- UNSPECIFIED - org.dashbuilder.dataset.sort.SortOrder
- USER - Static variable in class org.dashbuilder.dataset.json.PrometheusDefJSONMarshaller
- uuid - Variable in class org.dashbuilder.dataset.impl.DataSetImpl
- uuid - Variable in class org.dashbuilder.dataset.impl.DataSetMetadataImpl
- uuid(String) - Method in interface org.dashbuilder.dataset.DataSetBuilder
-
Assigns an UUID to the data set
- uuid(String) - Method in interface org.dashbuilder.dataset.def.DataSetDefBuilder
-
Set the DataSetDef UUID.
- uuid(String) - Method in class org.dashbuilder.dataset.impl.AbstractDataSetDefBuilder
- uuid(String) - Method in class org.dashbuilder.dataset.impl.DataSetBuilderImpl
- UUID - Variable in class org.dashbuilder.dataset.def.DataSetDef
- UUID - Static variable in class org.dashbuilder.dataset.json.DataSetDefJSONMarshaller
- UUID - Static variable in class org.dashbuilder.dataset.json.DataSetMetadataJSONMarshaller
- uuidFromBase64(String) - Method in interface org.dashbuilder.dataset.uuid.UUIDGenerator
-
Converts back a base-64 and URL-safe string to its original 36 character representation.
- UUIDGenerator - Interface in org.dashbuilder.dataset.uuid
-
Interface for the generation of UUIDs
- uuidToBase64(String) - Method in interface org.dashbuilder.dataset.uuid.UUIDGenerator
-
Converts an un-encoded 36 character UUID to a base-64 and URL-safe string.
V
- ValidationError - Exception in org.dashbuilder.dataset
- ValidationError(int) - Constructor for exception org.dashbuilder.dataset.ValidationError
- ValidationError(int, String) - Constructor for exception org.dashbuilder.dataset.ValidationError
- ValidationError(String) - Constructor for exception org.dashbuilder.dataset.ValidationError
- VALUE - Static variable in class org.dashbuilder.dataset.json.BeanDefJSONMarshaller
- valueOf(String) - Static method in enum org.dashbuilder.dataset.ColumnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dashbuilder.dataset.DataSetOpType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dashbuilder.dataset.date.DayOfWeek
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dashbuilder.dataset.date.Month
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dashbuilder.dataset.date.Quarter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dashbuilder.dataset.date.TimeInstant.TimeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dashbuilder.dataset.def.ElasticSearchDataSetDef.ElasticSearchKeywords
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dashbuilder.dataset.def.KafkaDataSetDef.MetricsTarget
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dashbuilder.dataset.filter.CoreFunctionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dashbuilder.dataset.filter.LogicalExprType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dashbuilder.dataset.group.AggregateFunctionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dashbuilder.dataset.group.DateIntervalType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dashbuilder.dataset.group.GroupStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dashbuilder.dataset.sort.SortOrder
-
Returns the enum constant of this type with the specified name.
- values - Variable in class org.dashbuilder.dataset.impl.DataColumnImpl
- values() - Static method in enum org.dashbuilder.dataset.ColumnType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dashbuilder.dataset.DataSetOpType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dashbuilder.dataset.date.DayOfWeek
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dashbuilder.dataset.date.Month
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dashbuilder.dataset.date.Quarter
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dashbuilder.dataset.date.TimeInstant.TimeMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dashbuilder.dataset.def.ElasticSearchDataSetDef.ElasticSearchKeywords
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dashbuilder.dataset.def.KafkaDataSetDef.MetricsTarget
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dashbuilder.dataset.filter.CoreFunctionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dashbuilder.dataset.filter.LogicalExprType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dashbuilder.dataset.group.AggregateFunctionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dashbuilder.dataset.group.DateIntervalType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dashbuilder.dataset.group.GroupStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dashbuilder.dataset.sort.SortOrder
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WEDNESDAY - org.dashbuilder.dataset.date.DayOfWeek
- WEEK - org.dashbuilder.dataset.group.DateIntervalType
Y
- YEAR - org.dashbuilder.dataset.group.DateIntervalType
- YEAR - Static variable in class org.dashbuilder.dataset.group.DateIntervalPattern
_
- _setEmptyRowAt(int, boolean) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- _setValueAt(int, int, Object, boolean) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
- _setValuesAt(int, boolean, Object...) - Method in class org.dashbuilder.dataset.impl.DataSetImpl
All Classes All Packages