- dataFilter - Variable in class org.jboss.dashboard.command.AbstractCommand
-
- DataFilter - Interface in org.jboss.dashboard.provider
-
A data filter is a set of criteria to be applied over a data set in order to obtain a data subset.
- DataFormatterRegistry - Class in org.jboss.dashboard.provider
-
Registry of data property formatters.
- DataFormatterRegistry() - Constructor for class org.jboss.dashboard.provider.DataFormatterRegistry
-
- DataLoader - Interface in org.jboss.dashboard.provider
-
- DataLoaderXMLFormat - Interface in org.jboss.dashboard.export
-
Interface for the marshalling/unmarshalling in XML format of a data loader instance.
- DataProperty - Interface in org.jboss.dashboard.provider
-
A data set is composed by a fixed number of properties (columns).
- DataPropertyComparator - Interface in org.jboss.dashboard.provider
-
A comparator for DataProperty instances.
- DataPropertyFormatter - Interface in org.jboss.dashboard.provider
-
Data property formatter.
- dataPropertyFormatters - Variable in class org.jboss.dashboard.provider.DataFormatterRegistry
-
- DataProvider - Interface in org.jboss.dashboard.provider
-
A DataProvider knows how to retrieve data sets from a given source: a database, a CSV file, ...
- DataProviderComparator - Interface in org.jboss.dashboard.provider
-
A comparator for DataProvider instances.
- dataProviderManager - Variable in class org.jboss.dashboard.DataProviderServices
-
- DataProviderManager - Interface in org.jboss.dashboard.provider
-
Manager class that it allows for the retrieval of DataProvider instances.
- DataProviderServices - Class in org.jboss.dashboard
-
- DataProviderServices() - Constructor for class org.jboss.dashboard.DataProviderServices
-
- dataProviderType - Variable in class org.jboss.dashboard.provider.AbstractDataLoader
-
- DataProviderType - Interface in org.jboss.dashboard.provider
-
- DataSet - Interface in org.jboss.dashboard.dataset
-
A data set represents a matrix of data with a fixed number of properties and a fixed number of rows.
- dataSet - Variable in class org.jboss.dashboard.provider.AbstractDataProperty
-
- DataSetException - Exception in org.jboss.dashboard.dataset
-
- DataSetException(String) - Constructor for exception org.jboss.dashboard.dataset.DataSetException
-
- DataSetException(String, Throwable) - Constructor for exception org.jboss.dashboard.dataset.DataSetException
-
- DataSetException(Throwable) - Constructor for exception org.jboss.dashboard.dataset.DataSetException
-
- DataSetFilterConstraints - Class in org.jboss.dashboard.dataset.profiler
-
Runtime constraints addressed to guarantee that data set filter operations never exceed the max. time set.
- DataSetFilterConstraints(DataSet) - Constructor for class org.jboss.dashboard.dataset.profiler.DataSetFilterConstraints
-
- DataSetGroupByConstraints - Class in org.jboss.dashboard.dataset.profiler
-
Runtime constraints addressed to guarantee that data set group-by operations never exceed the max. time set.
- DataSetGroupByConstraints(DataSet) - Constructor for class org.jboss.dashboard.dataset.profiler.DataSetGroupByConstraints
-
- DataSetLoadConstraints - Class in org.jboss.dashboard.dataset.profiler
-
Runtime constraints addressed to guarantee that data set load operations never exceed the max memory/time thresholds set.
- DataSetLoadConstraints(DataSet) - Constructor for class org.jboss.dashboard.dataset.profiler.DataSetLoadConstraints
-
- DataSetManager - Interface in org.jboss.dashboard.dataset
-
Main interface for accessing data sets.
- dataSetRef - Variable in class org.jboss.dashboard.dataset.profiler.DataSetFilterConstraints
-
- dataSetRef - Variable in class org.jboss.dashboard.dataset.profiler.DataSetGroupByConstraints
-
- dataSetRef - Variable in class org.jboss.dashboard.dataset.profiler.DataSetLoadConstraints
-
- dataSetRef - Variable in class org.jboss.dashboard.dataset.profiler.DataSetSortConstraints
-
- dataSetSettings - Variable in class org.jboss.dashboard.DataProviderServices
-
- DataSetSettings - Interface in org.jboss.dashboard.dataset
-
Sometimes, the nature and location of data may lead to unexpected bad performance situations like: high-volume data
load or connectivity issues.
- DataSetSortConstraints - Class in org.jboss.dashboard.dataset.profiler
-
Runtime constraints addressed to guarantee that data set sort operations never exceed the max. time set.
- DataSetSortConstraints(DataSet) - Constructor for class org.jboss.dashboard.dataset.profiler.DataSetSortConstraints
-
- DefaultDataProperty - Class in org.jboss.dashboard.provider
-
- DefaultDataProperty() - Constructor for class org.jboss.dashboard.provider.DefaultDataProperty
-
- DefaultDataProperty(String) - Constructor for class org.jboss.dashboard.provider.DefaultDataProperty
-
- defaultPropertyFormatter - Variable in class org.jboss.dashboard.provider.DataFormatterRegistry
-
The default general-purpose property formatter
- delete() - Method in interface org.jboss.dashboard.provider.DataProvider
-
- domain - Variable in class org.jboss.dashboard.domain.AbstractInterval
-
- Domain - Interface in org.jboss.dashboard.domain
-
A "domain" is the property used to group a given data set into a set of intervals.
- domain - Variable in class org.jboss.dashboard.provider.AbstractDataProperty
-
- getAllDataProviders() - Method in interface org.jboss.dashboard.provider.DataProviderManager
-
Get all the data providers instances created.
- getAllScalarFunctions() - Method in interface org.jboss.dashboard.function.ScalarFunctionManager
-
Get all the scalar functions registered..
- getArgument(int) - Method in class org.jboss.dashboard.command.AbstractCommand
-
- getArgument(int) - Method in interface org.jboss.dashboard.command.Command
-
- getArguments() - Method in class org.jboss.dashboard.command.AbstractCommand
-
- getArguments() - Method in interface org.jboss.dashboard.command.Command
-
- getCode() - Method in interface org.jboss.dashboard.function.ScalarFunction
-
- getCode() - Method in interface org.jboss.dashboard.provider.DataProvider
-
The code is an unique identifier that is universal and is not tied to the persistent storage.
- getCommandFactories() - Method in class org.jboss.dashboard.DataProviderServices
-
- getCommandProcessorFactory() - Method in class org.jboss.dashboard.DataProviderServices
-
- getCommands(String) - Method in interface org.jboss.dashboard.command.TemplateProcessor
-
Get the list of commands within the template.
- getDataFilter() - Method in class org.jboss.dashboard.command.AbstractCommand
-
- getDataFilter() - Method in interface org.jboss.dashboard.command.Command
-
- getDataLoader() - Method in interface org.jboss.dashboard.provider.DataProvider
-
The loader used to retrieve data.
- getDataProvider() - Method in interface org.jboss.dashboard.dataset.DataSet
-
DataProvider
- getDataProviderByCode(String) - Method in interface org.jboss.dashboard.provider.DataProviderManager
-
Get a persistent provider by its universal code.
- getDataProviderById(Long) - Method in interface org.jboss.dashboard.provider.DataProviderManager
-
Get a persistent provider by its identifier.
- getDataProviderManager() - Method in class org.jboss.dashboard.DataProviderServices
-
- getDataProviderType() - Method in class org.jboss.dashboard.provider.AbstractDataLoader
-
- getDataProviderType() - Method in interface org.jboss.dashboard.provider.DataLoader
-
The provider type.
- getDataProviderType() - Method in interface org.jboss.dashboard.provider.DataProvider
-
The type of this data provider.
- getDataProviderTypes() - Method in interface org.jboss.dashboard.provider.DataProviderManager
-
Get installed data providers.
- getDataSet(DataProvider) - Method in interface org.jboss.dashboard.dataset.DataSetManager
-
Get the current data set for the given provider.
- getDataSet() - Method in class org.jboss.dashboard.provider.AbstractDataProperty
-
- getDataSet() - Method in interface org.jboss.dashboard.provider.DataProperty
-
- getDataSet() - Method in interface org.jboss.dashboard.provider.DataProvider
-
Get a dataset.
- getDataSetManager() - Method in class org.jboss.dashboard.DataProviderServices
-
- getDataSetSettings() - Method in class org.jboss.dashboard.DataProviderServices
-
- getDescription(Locale) - Method in interface org.jboss.dashboard.domain.Interval
-
- getDescription(Locale) - Method in class org.jboss.dashboard.function.AbstractFunction
-
- getDescription(Locale) - Method in interface org.jboss.dashboard.function.ScalarFunction
-
- getDescription(Locale) - Method in interface org.jboss.dashboard.provider.DataProvider
-
The provider description.
- getDescription(Locale) - Method in interface org.jboss.dashboard.provider.DataProviderType
-
- getDescriptionI18nMap() - Method in interface org.jboss.dashboard.provider.DataProvider
-
The localized descriptions.
- getDomain() - Method in class org.jboss.dashboard.domain.AbstractInterval
-
- getDomain() - Method in interface org.jboss.dashboard.domain.Interval
-
- getDomain() - Method in class org.jboss.dashboard.provider.AbstractDataProperty
-
- getDomain() - Method in interface org.jboss.dashboard.provider.DataProperty
-
- getFailedCommands() - Method in interface org.jboss.dashboard.command.CommandProcessor
-
- getId() - Method in interface org.jboss.dashboard.provider.DataProvider
-
The object identifier.
- getIntervals() - Method in interface org.jboss.dashboard.domain.Domain
-
- getMaxDataSetFilterTimeInMillis() - Method in interface org.jboss.dashboard.dataset.DataSetSettings
-
Maximum time in milliseconds a data set filter operation may last.
- getMaxDataSetFilterTimeInMillis() - Method in class org.jboss.dashboard.provider.AbstractDataLoader
-
- getMaxDataSetFilterTimeInMillis() - Method in interface org.jboss.dashboard.provider.DataLoader
-
Maximum time in milliseconds a data set filter operation may last.
- getMaxDataSetGroupTimeInMillis() - Method in interface org.jboss.dashboard.dataset.DataSetSettings
-
Maximum time in milliseconds a data set group operation may last.
- getMaxDataSetGroupTimeInMillis() - Method in class org.jboss.dashboard.provider.AbstractDataLoader
-
- getMaxDataSetGroupTimeInMillis() - Method in interface org.jboss.dashboard.provider.DataLoader
-
Maximum time in milliseconds a data set group operation may last.
- getMaxDataSetLoadTimeInMillis() - Method in interface org.jboss.dashboard.dataset.DataSetSettings
-
Maximum time in milliseconds a data set load operation may last.
- getMaxDataSetLoadTimeInMillis() - Method in class org.jboss.dashboard.provider.AbstractDataLoader
-
- getMaxDataSetLoadTimeInMillis() - Method in interface org.jboss.dashboard.provider.DataLoader
-
Maximum time in milliseconds a data set load operation may last.
- getMaxDataSetSizeInBytes() - Method in interface org.jboss.dashboard.dataset.DataSetSettings
-
Maximum size in bytes a data set may have.
- getMaxDataSetSizeInBytes() - Method in class org.jboss.dashboard.provider.AbstractDataLoader
-
- getMaxDataSetSizeInBytes() - Method in interface org.jboss.dashboard.provider.DataLoader
-
Maximum size in bytes a data set may have.
- getMaxDataSetSortTimeInMillis() - Method in interface org.jboss.dashboard.dataset.DataSetSettings
-
Maximum time in milliseconds a data set sort operation may last.
- getMaxDataSetSortTimeInMillis() - Method in class org.jboss.dashboard.provider.AbstractDataLoader
-
- getMaxDataSetSortTimeInMillis() - Method in interface org.jboss.dashboard.provider.DataLoader
-
Maximum time in milliseconds a data set sort operation may last.
- getMaxMemoryUsedInDataLoad() - Method in interface org.jboss.dashboard.dataset.DataSetSettings
-
Maximum memory in bytes a data set load operation may consume.
- getMaxMemoryUsedInDataLoad() - Method in class org.jboss.dashboard.provider.AbstractDataLoader
-
- getMaxMemoryUsedInDataLoad() - Method in interface org.jboss.dashboard.provider.DataLoader
-
Maximum memory in bytes a data set load operation may consume.
- getMaxNumberOfIntervals() - Method in class org.jboss.dashboard.domain.AbstractDomain
-
- getMaxNumberOfIntervals() - Method in interface org.jboss.dashboard.domain.Domain
-
- getName() - Method in class org.jboss.dashboard.command.AbstractCommand
-
- getName() - Method in interface org.jboss.dashboard.command.Command
-
- getName(Locale) - Method in class org.jboss.dashboard.function.AbstractFunction
-
- getName(Locale) - Method in interface org.jboss.dashboard.function.ScalarFunction
-
- getName(Locale) - Method in class org.jboss.dashboard.provider.AbstractDataProperty
-
- getName(Locale) - Method in interface org.jboss.dashboard.provider.DataProperty
-
- getNameI18nMap() - Method in class org.jboss.dashboard.provider.AbstractDataProperty
-
- getNameI18nMap() - Method in interface org.jboss.dashboard.provider.DataProperty
-
- getProperties() - Method in interface org.jboss.dashboard.dataset.DataSet
-
- getProperty() - Method in class org.jboss.dashboard.domain.AbstractDomain
-
- getProperty() - Method in interface org.jboss.dashboard.domain.Domain
-
- getPropertyByColumn(int) - Method in interface org.jboss.dashboard.dataset.DataSet
-
Get a property by its column index (starting by 0)
- getPropertyById(String) - Method in interface org.jboss.dashboard.dataset.DataSet
-
Get a property by its column index.
- getPropertyClass(DataProperty) - Method in interface org.jboss.dashboard.provider.DataPropertyFormatter
-
- getPropertyColumn(DataProperty) - Method in interface org.jboss.dashboard.dataset.DataSet
-
Get a property column position in the dataset.
- getPropertyFormatter(String) - Method in class org.jboss.dashboard.provider.DataFormatterRegistry
-
- getPropertyId() - Method in class org.jboss.dashboard.provider.AbstractDataProperty
-
- getPropertyId() - Method in interface org.jboss.dashboard.provider.DataProperty
-
- getPropertyValues(DataProperty) - Method in interface org.jboss.dashboard.dataset.DataSet
-
Get all values encountered for the specified column.
- getProviderTypeByUid(String) - Method in interface org.jboss.dashboard.provider.DataProviderManager
-
Get a provider type by its UID.
- getRowAsMap(int) - Method in interface org.jboss.dashboard.dataset.DataSet
-
Get all the values for a given row.
- getRowAt(int) - Method in interface org.jboss.dashboard.dataset.DataSet
-
Get all the values for a given row.
- getRowCount() - Method in interface org.jboss.dashboard.dataset.DataSet
-
Get the number of rows in the dataset.
- getScalarFunctionByCode(String) - Method in interface org.jboss.dashboard.function.ScalarFunctionManager
-
Get a scalar function by its code.
- getScalarFunctionManager() - Method in class org.jboss.dashboard.DataProviderServices
-
- getScalarFunctionsSupported() - Method in class org.jboss.dashboard.domain.AbstractDomain
-
- getScalarFunctionsSupported() - Method in interface org.jboss.dashboard.domain.Domain
-
- getSuccessfulCommands() - Method in interface org.jboss.dashboard.command.CommandProcessor
-
- getSupportedPropertyIds() - Method in interface org.jboss.dashboard.provider.DataPropertyFormatter
-
Get the set of property ids this formatter is addressed to.
- getTemplateProcessor() - Method in class org.jboss.dashboard.DataProviderServices
-
- getUid() - Method in interface org.jboss.dashboard.provider.DataProviderType
-
- getValueAt(int, int) - Method in interface org.jboss.dashboard.dataset.DataSet
-
Get the value at a given cell.
- getValues(DataProperty) - Method in class org.jboss.dashboard.domain.AbstractInterval
-
- getValues(DataProperty) - Method in interface org.jboss.dashboard.domain.Interval
-
Get the property values belonging to this interval.
- getValues() - Method in class org.jboss.dashboard.provider.AbstractDataProperty
-
- getValues() - Method in interface org.jboss.dashboard.provider.DataProperty
-
- getValuesAt(int) - Method in interface org.jboss.dashboard.dataset.DataSet
-
Get all the values at a given column.
- getValuesClass() - Method in interface org.jboss.dashboard.domain.Domain
-
- getXmlFormat() - Method in interface org.jboss.dashboard.provider.DataProviderType
-
- groupBy(DataProperty, int[], String[]) - Method in interface org.jboss.dashboard.dataset.DataSet
-
Groups this data set.
- groupBy(DataProperty, int[], String[], int, int) - Method in interface org.jboss.dashboard.dataset.DataSet
-
Groups this data set.