Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

abort(QueryPerformanceRecorder) - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceNugget
 
abortQuery() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
This is for use by the RemoteQueryProcessor.
abortTransaction() - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
abortTransaction() - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableTable
 
abortTransaction() - Method in interface com.illumon.iris.db.tables.appendable.TableTransactionProcessor
Abort the current pending transaction.
absSumBy(Table.ByStrategy, SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
absSumBy(Table.ByStrategy, String...) - Method in interface com.illumon.iris.db.tables.Table
 
absSumBy(Table.ByStrategy, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
absSumBy(String...) - Method in interface com.illumon.iris.db.tables.Table
Groups the data column according to groupByColumns and computes the sum of the absolute values for the rest of the fields
absSumBy(Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
AbstractMa - Class in com.illumon.numerics.movingaverages
Created by IntelliJ IDEA.
AbstractMa() - Constructor for class com.illumon.numerics.movingaverages.AbstractMa
empty constructor needed for externalizable
AbstractMa(AbstractMa.Type, AbstractMa.Mode, double) - Constructor for class com.illumon.numerics.movingaverages.AbstractMa
Constructs a new MA which use the given timescale.
ACL_ATTRIBUTE - Static variable in interface com.illumon.iris.db.tables.Table
 
across(boolean) - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Indicates whether or not to aggregate across.
across() - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Shorthand to turn on across aggregation.
Adapter() - Constructor for class com.illumon.iris.controller.ControllerHashtableChangeListener.Adapter
 
add(DATA_TYPE) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Append a DATA_TYPE to this column.
add(DATA_TYPE[], int, int) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Add DATA_TYPE values from an array.
add(TYPE) - Method in class com.illumon.iris.db.tables.appendable.BaseAppendableColumn
 
add(TYPE[], int, int) - Method in class com.illumon.iris.db.tables.appendable.BaseAppendableColumn
 
add(WritableSource<OUTPUT_TYPE>, ColumnSource<INPUT_TYPE>, long, long, STATE) - Method in class com.illumon.iris.db.v2.by.IterativeColumnOperator
Adds items to the group.
addBoolean(Boolean) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Append a Boolean to this column.
addBoolean(Boolean) - Method in class com.illumon.iris.db.tables.appendable.BaseAppendableColumn
 
addBooleans(Boolean[], int, int) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Add Boolean values from an array.
addBooleans(Boolean[], int, int) - Method in class com.illumon.iris.db.tables.appendable.BaseAppendableColumn
 
addByte(byte) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Append a byte to this column.
addByte(byte) - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
addBytes(byte[], int, int) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Add byte values from an array.
addBytes(ByteBuffer) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Add byte values from a ByteBuffer, starting at buffer.position() and continuing to buffer.limit().
addBytes(byte[], int, int) - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
addBytes(ByteBuffer) - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
addChar(char) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Append a char to this column.
addChar(char) - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
addChars(char[], int, int) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Add char values from an array.
addChars(char[], int, int) - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
addColumnGrouping(String) - Method in interface com.illumon.iris.db.tables.Table
Deprecated.
addColumnPartitionAndDefinition(String, String, String, String, String, Table) - Method in interface com.illumon.iris.db.tables.databases.Database
addColumnPartitionAndDefinition(String, String, String, String, Table) - Method in interface com.illumon.iris.db.tables.databases.Database
addColumns(TableDefinition, File, int, String...) - Static method in class com.illumon.iris.db.tables.utils.TableManagementTools
 
addColumns(TableDefinition, File, String...) - Static method in class com.illumon.iris.db.tables.utils.TableManagementTools
 
addDouble(double) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Append a double to this column.
addDouble(double) - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
addDoubles(double[], int, int) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Add double values from an array.
addDoubles(double[], int, int) - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
addEventHandlerAndGetData(ControllerHashtableEventHandler) - Method in class com.illumon.iris.controller.ControllerHashtableClient
Subscribe to events with an initial snapshot of the data.
addFilterColumns(String...) - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Adds one or more filter column sto the Pivot Widget.
addFloat(float) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Append a float to this column.
addFloat(float) - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
addFloats(float[], int, int) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Add float values from an array.
addFloats(float[], int, int) - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
addFromArray(Object, int, int) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Add values from an array of the "correct" type.
addFromBoxedValue(DATA_TYPE) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Add a value, with type-specific unboxing and null-conversion for primitive wrapper classes.
addFromBoxedValue(DATA_TYPE, long) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Add a value multiple times, with type-specific unboxing and null-conversion for primitive wrapper classes.
addFromColumnSource(ColumnSource<DATA_TYPE>, long) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Add a value described by its key from a ColumnSource.
addFromColumnSource(ColumnSource<DATA_TYPE>, long[]) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Add values described by an array of their keys from a ColumnSource.
addFromColumnSource(ColumnSource<DATA_TYPE>, Index) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Add values described by an Index from a ColumnSource.
addFromColumnSource(ColumnSource<DATA_TYPE>, PrimitiveIterator.OfLong) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Add values supplied by an iterator from a ColumnSource.
addFromDataColumn(DataColumn<DATA_TYPE>, int) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Add a value described by its position from a DataColumn.
addGroupingMetadata(File) - Static method in class com.illumon.iris.db.tables.utils.TableManagementTools
 
addGroupingMetadata(File, TableDefinition) - Static method in class com.illumon.iris.db.tables.utils.TableManagementTools
 
addInt(int) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Append a int to this column.
addInt(int) - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
addInts(int[], int, int) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Add int values from an array.
addInts(int[], int, int) - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
addKeyListener(TableMap.KeyListener) - Method in interface com.illumon.iris.db.v2.TableMap
Listen to changes in the map's keys.
addListener(TableMap.Listener) - Method in interface com.illumon.iris.db.v2.TableMap
Add a new listener for changes to the map.
addListener(SimpleMessageHandlerListener) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Add a listener to handle incoming decoded messages from the table server.
addLong(long) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Append a long to this column.
addLong(long) - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
addLongs(long[], int, int) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Add long values from an array.
addLongs(long[], int, int) - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
addObjectFields(Object) - Static method in class com.illumon.iris.db.tables.select.QueryScope
 
addOperation(String, AggType) - Method in class com.illumon.iris.db.v2.TotalsTableBuilder
Adds an operation for a column.
addOperation(String, AggType, String) - Method in class com.illumon.iris.db.v2.TotalsTableBuilder
Adds an operation for a column.
addOperation(String, String, String) - Method in class com.illumon.iris.db.v2.TotalsTableBuilder
Adds an operation for a column.
addOperation(String, String) - Method in class com.illumon.iris.db.v2.TotalsTableBuilder
Adds an operation for a column.
addParam(String, T) - Static method in class com.illumon.iris.db.tables.select.QueryScope
 
addPartitionedTableDefinition(String, String, String, TableDefinition) - Method in interface com.illumon.iris.db.tables.databases.Database
Adds a table definition for a partitioned table.
addPartitionedTableDefinition(String, String, TableDefinition) - Method in interface com.illumon.iris.db.tables.databases.Database
Adds a table definition for a partitioned table.
addPartitionedTableDefinitionIfAbsent(String, String, String, TableDefinition) - Method in interface com.illumon.iris.db.tables.databases.Database
Adds a table definition for a partitioned table, if the table definition is absent.
addPartitionedTableDefinitionIfAbsent(String, String, String, TableDefinition, boolean) - Method in interface com.illumon.iris.db.tables.databases.Database
Adds a table definition for a partitioned table, if the table definition is absent.
addQueryConfiguration(PersistentQueryConfiguration) - Method in class com.illumon.iris.controller.PersistentQueryControllerClient
Adds a configuration to the controller's hash table.
addRecords(Object[], int, int) - Method in interface com.illumon.iris.db.tables.appendable.AppendableTable
Optional method to allow one or more data rows to be appended.
addReloadCommandListener(Consumer<PersistentQueryControllerConfiguration>) - Method in class com.illumon.iris.controller.ControllerHashtableClient
 
addRows(String...) - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Adds one or more rows to the Pivot Widget.
addShort(short) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Append a short to this column.
addShort(short) - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
addShorts(short[], int, int) - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Add short values from an array.
addShorts(short[], int, int) - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
addTable(String, String, Table) - Method in interface com.illumon.iris.db.tables.databases.Database
Adds a table by name to the specified namespace.
addTableDefinition(String, String, TableDefinition) - Method in interface com.illumon.iris.db.tables.databases.Database
Adds a table definition to the specified namespace.
addTablePartition(String, String, String, Table) - Method in interface com.illumon.iris.db.tables.databases.Database
Adds a single table partition (e.g.
addTablePartition(String, String, String, String, Table) - Method in interface com.illumon.iris.db.tables.databases.Database
Adds a single table partition (e.g.
addTablePartitionAndDefinition(String, String, String, String, String, Table) - Method in interface com.illumon.iris.db.tables.databases.Database
Adds a table definition and data for a partitioned table.
addTablePartitionAndDefinition(String, String, String, String, Table) - Method in interface com.illumon.iris.db.tables.databases.Database
Adds a table definition and data for a partitioned table location.
addThemeFromFile(String) - Method in class com.illumon.iris.db.plot.themes.Themes
Adds a theme to the collection from the filePath
addThemeFromFile(File) - Method in class com.illumon.iris.db.plot.themes.Themes
Adds a theme to the collection from the file
addTimeWindow(Table, String, long, String) - Static method in class com.illumon.iris.db.tables.utils.WindowCheck
Adds a Boolean column that is false when a timestamp column is older than windowNanos.
addValueColumns(String...) - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Adds one or more value column sto the Pivot Widget.
advance(long) - Method in interface com.illumon.iris.db.v2.utils.Index.Iterator
 
advance(long) - Method in interface com.illumon.iris.db.v2.utils.Index.RangeIterator
 
AggType - Enum in com.illumon.iris.db.v2.by
Enumeration representing valid aggregation types for ComboAggregateFactory or TotalsTableBuilder.
aj(Table.JoinStrategy, Table, MatchPair[], MatchPair[], Table.AsOfMatchRule) - Method in interface com.illumon.iris.db.tables.Table
 
aj(Table.JoinStrategy, Table, MatchPair[], MatchPair[]) - Method in interface com.illumon.iris.db.tables.Table
 
aj(Table.JoinStrategy, Table, Collection<String>, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
aj(Table.JoinStrategy, Table, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
aj(Table.JoinStrategy, Table, String, String) - Method in interface com.illumon.iris.db.tables.Table
 
aj(Table.JoinStrategy, Table, String) - Method in interface com.illumon.iris.db.tables.Table
 
aj(Table, String, String) - Method in interface com.illumon.iris.db.tables.Table
Looks up the columns in the rightTable that meet the match conditions in the columnsToMatch list.
aj(Table, String) - Method in interface com.illumon.iris.db.tables.Table
 
allowsReinterpret(Class<ALTERNATE_DATA_TYPE>) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
Test if a reinterpret call will succeed.
allowsReinterpret(Class<ALTERNATE_DATA_TYPE>) - Method in class com.illumon.iris.db.v2.sources.NullValueColumnSource
 
append(LogOutput) - Method in class com.illumon.iris.db.tables.dataimport.DbNamespace
 
append(LogOutput) - Method in class com.illumon.iris.db.tables.select.QueryScope
 
AppendableColumn<DATA_TYPE> - Interface in com.illumon.iris.db.tables.appendable
Appendable columns for ordered output.
AppendableTable<COLUMN_IMPL_TYPE extends AppendableColumn> - Interface in com.illumon.iris.db.tables.appendable
Interface for appending to a single partition or standalone splayed table.
appendCentral(String, String, String, Table, boolean) - Method in interface com.illumon.iris.db.tables.databases.Database
Append to a table via a centralized table appender.
appendCentral(String, String, Table, boolean) - Method in interface com.illumon.iris.db.tables.databases.Database
Append to a table via a centralized table appender.
appendKey(long) - Method in interface com.illumon.iris.db.v2.utils.Index.SequentialBuilder
 
appendRange(long, long) - Method in interface com.illumon.iris.db.v2.utils.Index.SequentialBuilder
 
appendTable(String, String, Table) - Method in interface com.illumon.iris.db.tables.databases.Database
Appends to a table, or adds the table if it is not present.
appendTablePartition(String, String, String, Table) - Method in interface com.illumon.iris.db.tables.databases.Database
Adds or appends to a single table location (e.g.
appendTablePartition(String, String, String, String, Table) - Method in interface com.illumon.iris.db.tables.databases.Database
Adds or appends to a single table location (e.g.
appendToTable(Table, String) - Static method in class com.illumon.iris.db.tables.utils.TableManagementTools
 
appendToTables(TableDefinition, Table[], String[]) - Static method in class com.illumon.iris.db.tables.utils.TableManagementTools
 
apply(Function.Unary<R, Table>) - Method in interface com.illumon.iris.db.tables.Table
Applies a function to this table.
apply(Function.Unary<R, TableMap>) - Method in interface com.illumon.iris.db.v2.TableMap
Applies a function to this tableMap.
applyToAllBy(String, String, SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
Groups data according to groupByColumns and applies formulaColumn to each of columns not altered by the grouping operation.
applyToAllBy(String, SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
Groups data according to groupByColumns and applies formulaColumn each of columns not altered by the grouping operation.
applyToAllBy(String, String...) - Method in interface com.illumon.iris.db.tables.Table
Groups data according to groupByColumns and applies formulaColumn each of columns not altered by the grouping operation.
applyToAllBy(String, String) - Method in interface com.illumon.iris.db.tables.Table
 
array2Double(Object) - Static method in class com.illumon.modelfarm.util.ModelFarmUtils
Interpret a table cell value as a 2D double array.
arrayDBDateTime(Object) - Static method in class com.illumon.modelfarm.util.ModelFarmUtils
Interpret a table cell value as a date time array.
arrayDouble(Object) - Static method in class com.illumon.modelfarm.util.ModelFarmUtils
Interpret a table cell value as a double array.
arrayFloat(Object) - Static method in class com.illumon.modelfarm.util.ModelFarmUtils
Interpret a table cell value as a float array.
arrayInt(Object) - Static method in class com.illumon.modelfarm.util.ModelFarmUtils
Interpret a table cell value as an int array.
arrayLong(Object) - Static method in class com.illumon.modelfarm.util.ModelFarmUtils
Interpret a table cell value as a long array.
arrayString(Object) - Static method in class com.illumon.modelfarm.util.ModelFarmUtils
Interpret a table cell value as a string array.
asTable(boolean, boolean, boolean) - Method in interface com.illumon.iris.db.v2.TransformableTableMap
Create a Table out of this TableMap's values.
asTable() - Method in interface com.illumon.iris.db.v2.TransformableTableMap
Execute asTable with the default builder options.
asTableBuilder() - Method in interface com.illumon.iris.db.v2.TransformableTableMap
Create a builder object for calling asTable without having to specify all of the parameters.
asTableMap() - Method in interface com.illumon.iris.db.v2.TableMap
 
asTableMap() - Method in interface com.illumon.iris.db.v2.TransformableTableMap
If you're a TableMap return this, otherwise if you're a Proxy return the underlying TableMap.
authenticateToController(AuthToken) - Method in class com.illumon.iris.controller.PersistentQueryControllerClient
Present an authentication token to the controller.
avg() - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Sets the aggregation to AVERAGE.
avgBy(Table.ByStrategy, SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
avgBy(Table.ByStrategy, String...) - Method in interface com.illumon.iris.db.tables.Table
 
avgBy(Table.ByStrategy, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
avgBy(String...) - Method in interface com.illumon.iris.db.tables.Table
Groups the data column according to groupByColumns and computes the average for the rest of the fields
awaitTermination() - Method in interface com.illumon.modelfarm.ModelFarm
Blocks until all tasks have completed execution after a shutdown request.
awaitTermination(long, TimeUnit) - Method in interface com.illumon.modelfarm.ModelFarm
Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs, whichever happens first.
awaitTermination() - Method in class com.illumon.modelfarm.ModelFarmBase
 
awaitTermination(long, TimeUnit) - Method in class com.illumon.modelfarm.ModelFarmBase
 
awaitUpdate() - Method in interface com.illumon.iris.db.v2.DynamicTable
Wait for updates to this DynamicTable.
Axes - Interface in com.illumon.iris.db.plot
Chart's axes.
axes(int) - Method in interface com.illumon.iris.db.plot.Chart
Gets an axes by id.
axes(String) - Method in interface com.illumon.iris.db.plot.Chart
Gets an axes by name.
axes(String) - Method in interface com.illumon.iris.db.plot.Figure
 
axes(int) - Method in interface com.illumon.iris.db.plot.Figure
 
axesRemoveSeries(String...) - Method in interface com.illumon.iris.db.plot.Axes
Removes the series with the specified names from this Axes.
axesRemoveSeries(String...) - Method in interface com.illumon.iris.db.plot.Figure
 
axis(int) - Method in interface com.illumon.iris.db.plot.Axes
Gets the Axis at dimension dim.
Axis - Interface in com.illumon.iris.db.plot
Represents an axis.
axis(int) - Method in interface com.illumon.iris.db.plot.Figure
 
axisColor(Paint) - Method in interface com.illumon.iris.db.plot.Axis
Sets the color for this Axis line and tick marks.
axisColor(String) - Method in interface com.illumon.iris.db.plot.Axis
Sets the color for this Axis line and tick marks.
axisColor(String) - Method in interface com.illumon.iris.db.plot.Figure
 
axisColor(Paint) - Method in interface com.illumon.iris.db.plot.Figure
 
axisColor(Paint) - Method in interface com.illumon.iris.db.plot.Theme
Sets the Axis's color.
axisColor(String) - Method in interface com.illumon.iris.db.plot.Theme
Sets the Axis's color.
axisFormat(AxisFormat) - Method in interface com.illumon.iris.db.plot.Axis
Sets the AxisFormat for this Axis.
AxisFormat - Interface in com.illumon.iris.db.plot.axisformatters
Format for axis tick labels.
axisFormat(AxisFormat) - Method in interface com.illumon.iris.db.plot.Figure
 
axisFormatPattern(String) - Method in interface com.illumon.iris.db.plot.Axis
Sets the format pattern for this Axis's labels.
axisFormatPattern(String) - Method in interface com.illumon.iris.db.plot.Figure
 
axisLabel(String) - Method in interface com.illumon.iris.db.plot.Axis
Sets the label for this Axis.
axisLabel(String) - Method in interface com.illumon.iris.db.plot.Figure
 
axisLabelFont(Font) - Method in interface com.illumon.iris.db.plot.Axis
Sets the font for this Axis's label.
axisLabelFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Axis
Sets the font for this Axis's label.
axisLabelFont(Font) - Method in interface com.illumon.iris.db.plot.Figure
 
axisLabelFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Figure
 
axisTickLabelColor(Paint) - Method in interface com.illumon.iris.db.plot.Theme
Sets the color of the Axis's tick labels.
axisTickLabelColor(String) - Method in interface com.illumon.iris.db.plot.Theme
Sets the color of the Axis's tick labels.
axisTicksFont(Font) - Method in interface com.illumon.iris.db.plot.Theme
Sets the Font of the Axis's tick labels.
axisTicksFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Theme
Sets the Font of the Axis's tick labels.
axisTitleColor(Paint) - Method in interface com.illumon.iris.db.plot.Theme
Sets the color of the Axis's title.
axisTitleColor(String) - Method in interface com.illumon.iris.db.plot.Theme
Sets the color of the Axis's title.
axisTitleFont(Font) - Method in interface com.illumon.iris.db.plot.Theme
Sets the Font of the Axis's title.
axisTitleFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Theme
Sets the Font of the Axis's title.
AxisTransform - Interface in com.illumon.iris.db.plot.axistransformations
Function applied to transform data before plotting.
AxisTransformBusinessCalendar - Class in com.illumon.iris.db.plot.axistransformations
AxisTransform into business time.
AxisTransformBusinessCalendar(BusinessCalendar) - Constructor for class com.illumon.iris.db.plot.axistransformations.AxisTransformBusinessCalendar
Creates an AxisTransformBusinessCalendar instance with the specified BusinessCalendar.
AxisTransformLambda - Class in com.illumon.iris.db.plot.axistransformations
Transformations from dataset space to axis space and back.
AxisTransformLambda(DoubleUnaryOperator, DoubleUnaryOperator, DoublePredicate) - Constructor for class com.illumon.iris.db.plot.axistransformations.AxisTransformLambda
Creates an AxisTransformLambda instance.
AxisTransformLambda(DoubleUnaryOperator, DoubleUnaryOperator) - Constructor for class com.illumon.iris.db.plot.axistransformations.AxisTransformLambda
Creates an AxisTransformLambda instance where all dataset values are visible in the plot.
AxisTransformLambda() - Constructor for class com.illumon.iris.db.plot.axistransformations.AxisTransformLambda
Creates an AxisTransformLambda instance where all dataset values are visible in the plot and the dataset to axis space transform and its inverse are the identity function.
AxisTransforms - Enum in com.illumon.iris.db.plot.axistransformations
Common AxisTransforms.

B

BaseAppendableColumn<TYPE> - Class in com.illumon.iris.db.tables.appendable
Base class for AppendableColumn implementations.
BaseAppendableColumn(String, Class<TYPE>) - Constructor for class com.illumon.iris.db.tables.appendable.BaseAppendableColumn
 
BaseFigure - Interface in com.illumon.iris.db.plot
Container for Charts.
batchSize(int) - Method in class com.illumon.iris.export.jdbc.JdbcLogger.Builder
Specify the batch size when writing to the JDBC data source.
binarySearchValue(Index.TargetComparator, int) - Method in interface com.illumon.iris.db.v2.utils.Index.Iterator
 
binarySearchValue(Index.Evaluator<T>, T, int) - Method in interface com.illumon.iris.db.v2.utils.Index.Iterator
Deprecated.
BlackScholes - Class in com.illumon.numerics.derivatives
A generalized Black-Scholes model for European options.
BufferedAppendable - Interface in com.illumon.iris.db.tables.appendable
Interface for appendable objects with built-in buffering.
BufferedAppendableColumn<DATA_TYPE> - Interface in com.illumon.iris.db.tables.appendable
Combine the BufferedAppendable and AppendableColumn interfaces.
build() - Method in class com.illumon.iris.export.jdbc.JdbcLogger.Builder
Creates a JdbcLogger with configuration specified by arguments to the builder.
buildDirective() - Method in class com.illumon.iris.db.v2.ColumnRenderersBuilder
Builds the COLUMN_RENDERERS_ATTRIBUTE directive from the data in this ColumnRenderersBuilder.
buildDirective() - Method in class com.illumon.iris.db.v2.TotalsTableBuilder
Creates the string directive used to set the Table attribute.
builder(Logger, String, String, String, String, String) - Static method in class com.illumon.iris.export.jdbc.JdbcLogger
 
builder(Logger, String, String, String, String) - Static method in class com.illumon.iris.export.jdbc.JdbcLogger
 
builder(Logger, String, String, String) - Static method in class com.illumon.iris.export.jdbc.JdbcLogger
 
Builder(Logger, String, String, String, String, String) - Constructor for class com.illumon.iris.export.jdbc.JdbcLogger.Builder
Initialize a JdbcLogger builder with the given logger, JDBC connection, and target table information.
Builder(Logger, String, String, String, String) - Constructor for class com.illumon.iris.export.jdbc.JdbcLogger.Builder
Initialize a JdbcLogger builder with the given logger, JDBC connection, and target table information.
Builder(Logger, String, String, String) - Constructor for class com.illumon.iris.export.jdbc.JdbcLogger.Builder
Initialize a JdbcLogger builder with the given logger, JDBC connection, and target table information.
BusinessCalendar - Interface in com.illumon.util.calendar
A business calendar.
businessDaysInRange(DBDateTime, DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
Returns the business days between start and end, inclusive.
businessDaysInRange(String, String) - Method in interface com.illumon.util.calendar.BusinessCalendar
Returns the business days between start and end, inclusive.
businessTime(BusinessCalendar) - Method in interface com.illumon.iris.db.plot.Axis
Sets this Axis's AxisTransform as a new AxisTransformBusinessCalendar.
businessTime() - Method in interface com.illumon.iris.db.plot.Axis
Sets this Axis's AxisTransform as a new AxisTransformBusinessCalendar.
businessTime() - Method in interface com.illumon.iris.db.plot.Figure
 
businessTime(BusinessCalendar) - Method in interface com.illumon.iris.db.plot.Figure
 
by(Table.ByStrategy, AggregationStateFactory, SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
by(Table.ByStrategy, AggregationStateFactory, String...) - Method in interface com.illumon.iris.db.tables.Table
 
by(Table.ByStrategy, AggregationStateFactory) - Method in interface com.illumon.iris.db.tables.Table
 
by(AggregationStateFactory, SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
by(AggregationStateFactory, String...) - Method in interface com.illumon.iris.db.tables.Table
 
by(AggregationStateFactory) - Method in interface com.illumon.iris.db.tables.Table
 
by(Table.ByStrategy, SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
by(Table.ByStrategy, String...) - Method in interface com.illumon.iris.db.tables.Table
 
by(Table.ByStrategy, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
by(Table.ByStrategy) - Method in interface com.illumon.iris.db.tables.Table
 
by(SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
by(String...) - Method in interface com.illumon.iris.db.tables.Table
 
by(Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
by() - Method in interface com.illumon.iris.db.tables.Table
 
ByEma - Class in com.illumon.numerics.movingaverages
Created by IntelliJ IDEA.
ByEma(ByEma.BadDataBehavior, ByEma.BadDataBehavior) - Constructor for class com.illumon.numerics.movingaverages.ByEma
 
ByEmaSimple - Class in com.illumon.numerics.movingaverages
Created by IntelliJ IDEA.
ByEmaSimple(ByEma.BadDataBehavior, ByEma.BadDataBehavior, AbstractMa.Mode, double, TimeUnit) - Constructor for class com.illumon.numerics.movingaverages.ByEmaSimple
 
ByEmaSimple(ByEma.BadDataBehavior, ByEma.BadDataBehavior, AbstractMa.Type, AbstractMa.Mode, double, TimeUnit) - Constructor for class com.illumon.numerics.movingaverages.ByEmaSimple
 
byExternal(Table.ByStrategy, boolean, String...) - Method in interface com.illumon.iris.db.tables.Table
 
byExternal(Table.ByStrategy, String...) - Method in interface com.illumon.iris.db.tables.Table
 
byExternal(boolean, String...) - Method in interface com.illumon.iris.db.tables.Table
 
byExternal(String...) - Method in interface com.illumon.iris.db.tables.Table
 
byteCol(String, byte...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a ColumnHolder of type byte that can be used when creating in-memory tables.
byteColumnIterator(String) - Method in interface com.illumon.iris.db.tables.Table
 

C

calendar(Calendar) - Method in class com.illumon.iris.export.jdbc.JdbcLogger.Builder
Specify the Calender to use when logging to JDBC date/datetime/timestamp columns.
Calendar - Interface in com.illumon.util.calendar
A calendar.
call(Table) - Method in class com.illumon.iris.db.v2.TreeTableOrphanPromoter
 
carryRho(boolean, double, double, double, double, double, double) - Static method in class com.illumon.numerics.derivatives.BlackScholes
Computes the generalized Black-Scholes carryRho (first order partial derivative of option price with respect to cost-of-carry).
CategoryDataSeries - Interface in com.illumon.iris.db.plot.datasets.category
Dataset with discrete and numeric components.
CategoryDataSeries3D - Interface in com.illumon.iris.db.plot.datasets.category3d
Dataset with discrete axes and a numeric axis.
catErrorBar(Comparable, Table, String, String, String, String) - Method in interface com.illumon.iris.db.plot.Axes
Creates an plot with a discrete x-axis and error bars in the y direction.
catErrorBar(Comparable, SelectableDataSet, String, String, String, String) - Method in interface com.illumon.iris.db.plot.Axes
Creates an plot with a discrete x-axis and error bars in the y direction.
catErrorBar(Comparable, T0[], short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, T0[], int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, T0[], long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, T0[], float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, T0[], double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, T0[], T1[], T2[], T3[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, T0[], List<T1>, List<T2>, List<T3>) - Method in interface com.illumon.iris.db.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, List<T0>, short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, List<T0>, int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, List<T0>, long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, List<T0>, float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, List<T0>, double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, List<T0>, T1[], T2[], T3[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Method in interface com.illumon.iris.db.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, T0[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, T0[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, T0[], T1[], T2[], T3[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catErrorBar(Comparable, T0[], double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catErrorBar(Comparable, T0[], float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catErrorBar(Comparable, T0[], int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catErrorBar(Comparable, T0[], long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catErrorBar(Comparable, T0[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catErrorBar(Comparable, T0[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catErrorBar(Comparable, T0[], short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catErrorBar(Comparable, T0[], List<T1>, List<T2>, List<T3>) - Method in interface com.illumon.iris.db.plot.Figure
 
catErrorBar(Comparable, List<T0>, T1[], T2[], T3[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catErrorBar(Comparable, List<T0>, double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catErrorBar(Comparable, List<T0>, float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catErrorBar(Comparable, List<T0>, int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catErrorBar(Comparable, List<T0>, long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catErrorBar(Comparable, List<T0>, short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catErrorBar(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Method in interface com.illumon.iris.db.plot.Figure
 
catErrorBar(Comparable, SelectableDataSet, String, String, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
catErrorBar(Comparable, Table, String, String, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
catErrorBar(Comparable, T0[], T1[], T2[], T3[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catErrorBar(Comparable, T0[], double[], double[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catErrorBar(Comparable, T0[], float[], float[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catErrorBar(Comparable, T0[], int[], int[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catErrorBar(Comparable, T0[], long[], long[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catErrorBar(Comparable, T0[], DBDateTime[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catErrorBar(Comparable, T0[], Date[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catErrorBar(Comparable, T0[], short[], short[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catErrorBar(Comparable, T0[], List<T1>, List<T2>, List<T3>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catErrorBar(Comparable, List<T0>, T1[], T2[], T3[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catErrorBar(Comparable, List<T0>, double[], double[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catErrorBar(Comparable, List<T0>, float[], float[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catErrorBar(Comparable, List<T0>, int[], int[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catErrorBar(Comparable, List<T0>, long[], long[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catErrorBar(Comparable, List<T0>, short[], short[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catErrorBar(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catErrorBar(Comparable, SelectableDataSet, String, String, String, String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catErrorBar(Comparable, Table, String, String, String, String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catErrorBarBy(Comparable, Table, String, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Axes
Creates a catErrorBar plot for each distinct grouping value specified in byColumns.
catErrorBarBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Axes
Creates a catErrorBar plot for each distinct grouping value specified in byColumns.
catErrorBarBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Figure
 
catErrorBarBy(Comparable, Table, String, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Figure
 
catErrorBarBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catErrorBarBy(Comparable, Table, String, String, String, String, String...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catHistPlot(Comparable, Table, String) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with discrete axis.
catHistPlot(Comparable, SelectableDataSet, String) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with discrete axis.
catHistPlot(Comparable, T[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with discrete axis.
catHistPlot(Comparable, int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with discrete axis.
catHistPlot(Comparable, long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with discrete axis.
catHistPlot(Comparable, float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with discrete axis.
catHistPlot(Comparable, double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with discrete axis.
catHistPlot(Comparable, List<T>) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with discrete axis.
catHistPlot(Comparable, T[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catHistPlot(Comparable, double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catHistPlot(Comparable, float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catHistPlot(Comparable, int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catHistPlot(Comparable, long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catHistPlot(Comparable, List<T>) - Method in interface com.illumon.iris.db.plot.Figure
 
catHistPlot(Comparable, SelectableDataSet, String) - Method in interface com.illumon.iris.db.plot.Figure
 
catHistPlot(Comparable, Table, String) - Method in interface com.illumon.iris.db.plot.Figure
 
catHistPlot(Comparable, T[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catHistPlot(Comparable, double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catHistPlot(Comparable, float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catHistPlot(Comparable, int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catHistPlot(Comparable, long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catHistPlot(Comparable, List<T>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catHistPlot(Comparable, SelectableDataSet, String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catHistPlot(Comparable, Table, String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot(Comparable, IndexableData<T1>, IndexableNumericData) - Method in interface com.illumon.iris.db.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, Table, String, String) - Method in interface com.illumon.iris.db.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, SelectableDataSet, String, String) - Method in interface com.illumon.iris.db.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, T0[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, T0[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, T0[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, T0[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, T0[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, T0[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, T0[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, T0[], T1[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, T0[], List<T1>) - Method in interface com.illumon.iris.db.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, List<T0>, Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, List<T0>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, List<T0>, short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, List<T0>, int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, List<T0>, long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, List<T0>, float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, List<T0>, double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, List<T0>, T1[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, List<T0>, List<T1>) - Method in interface com.illumon.iris.db.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, T0[], T1[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot(Comparable, T0[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot(Comparable, T0[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot(Comparable, T0[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot(Comparable, T0[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot(Comparable, T0[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot(Comparable, T0[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot(Comparable, T0[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot(Comparable, T0[], List<T1>) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot(Comparable, IndexableData<T1>, IndexableNumericData) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot(Comparable, List<T0>, T1[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot(Comparable, List<T0>, double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot(Comparable, List<T0>, float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot(Comparable, List<T0>, int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot(Comparable, List<T0>, long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot(Comparable, List<T0>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot(Comparable, List<T0>, Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot(Comparable, List<T0>, short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot(Comparable, List<T0>, List<T1>) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot(Comparable, SelectableDataSet, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot(Comparable, Table, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot(Comparable, T0[], T1[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot(Comparable, T0[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot(Comparable, T0[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot(Comparable, T0[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot(Comparable, T0[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot(Comparable, T0[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot(Comparable, T0[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot(Comparable, T0[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot(Comparable, T0[], List<T1>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot(Comparable, IndexableData<T1>, IndexableNumericData) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot(Comparable, List<T0>, T1[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot(Comparable, List<T0>, double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot(Comparable, List<T0>, float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot(Comparable, List<T0>, int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot(Comparable, List<T0>, long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot(Comparable, List<T0>, DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot(Comparable, List<T0>, Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot(Comparable, List<T0>, short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot(Comparable, List<T0>, List<T1>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot(Comparable, SelectableDataSet, String, String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot(Comparable, Table, String, String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, Table, String, String, String) - Method in interface com.illumon.iris.db.plot.Axes
Creates a plot with discrete axes.
catPlot3d(Comparable, SelectableDataSet, String, String, String) - Method in interface com.illumon.iris.db.plot.Axes
Creates a plot with discrete axes.
catPlot3d(Comparable, T0[], T1[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, T0[], T1[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, T0[], T1[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, T0[], T1[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, T0[], T1[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, T0[], T1[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, T0[], T1[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, T0[], T1[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, T0[], T1[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, T0[], List<T1>, Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, T0[], List<T1>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, T0[], List<T1>, short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, T0[], List<T1>, int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, T0[], List<T1>, long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, T0[], List<T1>, float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, T0[], List<T1>, double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, T0[], List<T1>, T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, T0[], List<T1>, List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, List<T0>, T1[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, List<T0>, T1[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, List<T0>, T1[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, List<T0>, T1[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, List<T0>, T1[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, List<T0>, T1[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, List<T0>, T1[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, List<T0>, T1[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, List<T0>, T1[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, List<T0>, List<T1>, Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, List<T0>, List<T1>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, List<T0>, List<T1>, short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, List<T0>, List<T1>, int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, List<T0>, List<T1>, long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, List<T0>, List<T1>, float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, List<T0>, List<T1>, double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, List<T0>, List<T1>, T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, List<T0>, List<T1>, List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3Dplot with discrete axes.
catPlot3d(Comparable, T0[], T1[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, T0[], T1[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, T0[], T1[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, T0[], T1[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, T0[], T1[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, T0[], T1[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, T0[], T1[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, T0[], T1[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, T0[], T1[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, T0[], List<T1>, T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, T0[], List<T1>, double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, T0[], List<T1>, float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, T0[], List<T1>, int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, T0[], List<T1>, long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, T0[], List<T1>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, T0[], List<T1>, Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, T0[], List<T1>, short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, T0[], List<T1>, List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, List<T0>, T1[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, List<T0>, T1[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, List<T0>, T1[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, List<T0>, T1[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, List<T0>, T1[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, List<T0>, T1[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, List<T0>, T1[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, List<T0>, T1[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, List<T0>, T1[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, List<T0>, List<T1>, T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, List<T0>, List<T1>, double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, List<T0>, List<T1>, float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, List<T0>, List<T1>, int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, List<T0>, List<T1>, long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, List<T0>, List<T1>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, List<T0>, List<T1>, Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, List<T0>, List<T1>, short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, List<T0>, List<T1>, List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, SelectableDataSet, String, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, Table, String, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3d(Comparable, T0[], T1[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, T0[], T1[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, T0[], T1[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, T0[], T1[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, T0[], T1[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, T0[], T1[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, T0[], T1[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, T0[], T1[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, T0[], T1[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, T0[], List<T1>, T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, T0[], List<T1>, double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, T0[], List<T1>, float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, T0[], List<T1>, int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, T0[], List<T1>, long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, T0[], List<T1>, DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, T0[], List<T1>, Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, T0[], List<T1>, short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, T0[], List<T1>, List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, List<T0>, T1[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, List<T0>, T1[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, List<T0>, T1[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, List<T0>, T1[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, List<T0>, T1[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, List<T0>, T1[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, List<T0>, T1[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, List<T0>, T1[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, List<T0>, T1[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, List<T0>, List<T1>, T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, List<T0>, List<T1>, double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, List<T0>, List<T1>, float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, List<T0>, List<T1>, int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, List<T0>, List<T1>, long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, List<T0>, List<T1>, DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, List<T0>, List<T1>, Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, List<T0>, List<T1>, short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, List<T0>, List<T1>, List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, SelectableDataSet, String, String, String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3d(Comparable, Table, String, String, String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlot3dBy(Comparable, Table, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Axes
Creates a 3D category plot per distinct grouping value specified in byColumns.
catPlot3dBy(Comparable, Table, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlot3dBy(Comparable, Table, String, String, String, String...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlotBy(Comparable, Table, String, String, String...) - Method in interface com.illumon.iris.db.plot.Axes
Creates a category plot per distinct grouping value specified in byColumns.
catPlotBy(Comparable, SelectableDataSet, String, String, String...) - Method in interface com.illumon.iris.db.plot.Axes
Creates a category plot per distinct grouping value specified in byColumns.
catPlotBy(Comparable, SelectableDataSet, String, String, String...) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlotBy(Comparable, Table, String, String, String...) - Method in interface com.illumon.iris.db.plot.Figure
 
catPlotBy(Comparable, SelectableDataSet, String, String, String...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
catPlotBy(Comparable, Table, String, String, String...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
characterColumnIterator(String) - Method in interface com.illumon.iris.db.tables.Table
 
charCol(String, char...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a ColumnHolder of type char that can be used when creating in-memory tables.
charm(boolean, double, double, double, double, double, double) - Static method in class com.illumon.numerics.derivatives.BlackScholes
Computes the generalized Black-Scholes charm (first order partial derivative of Delta with respect to time to expiry).
chart(int) - Method in interface com.illumon.iris.db.plot.BaseFigure
Gets the chart at the index from this Figure's grid.
chart(int, int) - Method in interface com.illumon.iris.db.plot.BaseFigure
Gets the chart at the[rowNum, colNum from this Figure's grid.
Chart - Interface in com.illumon.iris.db.plot
Represents a graph.
chart(int) - Method in interface com.illumon.iris.db.plot.Figure
 
chart(int, int) - Method in interface com.illumon.iris.db.plot.Figure
 
chartBackgroundColor(Paint) - Method in interface com.illumon.iris.db.plot.Theme
Sets the color of the Chart's background.
chartBackgroundColor(String) - Method in interface com.illumon.iris.db.plot.Theme
Sets the color of the Chart's background.
chartRemoveSeries(String...) - Method in interface com.illumon.iris.db.plot.Chart
Removes the series with the specified names from this Chart.
chartRemoveSeries(String...) - Method in interface com.illumon.iris.db.plot.Figure
 
chartTitle(String) - Method in interface com.illumon.iris.db.plot.Chart
Sets the title of this Chart.
chartTitle(String) - Method in interface com.illumon.iris.db.plot.Figure
 
chartTitleColor(Paint) - Method in interface com.illumon.iris.db.plot.Chart
Sets the color of this Chart's title.
chartTitleColor(String) - Method in interface com.illumon.iris.db.plot.Chart
Sets the color of this Chart's title.
chartTitleColor(String) - Method in interface com.illumon.iris.db.plot.Figure
 
chartTitleColor(Paint) - Method in interface com.illumon.iris.db.plot.Figure
 
chartTitleColor(Paint) - Method in interface com.illumon.iris.db.plot.Theme
Sets the color of the Chart's title.
chartTitleColor(String) - Method in interface com.illumon.iris.db.plot.Theme
Sets the color of the Chart's title.
chartTitleFont(Font) - Method in interface com.illumon.iris.db.plot.Chart
Sets the font of this Chart's title.
chartTitleFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Chart
Sets the font of this Chart's title.
chartTitleFont(Font) - Method in interface com.illumon.iris.db.plot.Figure
 
chartTitleFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Figure
 
chartTitleFont(Font) - Method in interface com.illumon.iris.db.plot.Theme
Sets the Font of the Chart's title.
chartTitleFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Theme
Sets the Font of the Chart's title.
checkArrayAddBounds(int, int, int) - Static method in class com.illumon.iris.db.tables.appendable.BaseAppendableColumn
 
checkWidth(int) - Method in interface com.illumon.util.codec.ObjectCodec
Verify that this codec is capable of supporting a column that has an actual width of actual width
clampIndex(long, long, long) - Static method in interface com.illumon.iris.db.tables.dbarrays.DbArrayBase
 
clear() - Method in class com.illumon.iris.controller.ControllerHashtableClient
 
clear() - Method in class com.illumon.iris.db.plot.themes.Themes
 
clear() - Method in class com.illumon.iris.db.v2.ColumnRenderersBuilder
Clears all column renderers.
clear() - Method in interface com.illumon.iris.db.v2.utils.Index
 
clearCallsite() - Static method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
Clear any previously set callsite.
clearSortingRestrictions() - Method in interface com.illumon.iris.db.tables.Table
Clear all sorting restrictions that was applied to the current table.
CLIENT_HOST_PARAM_NAME - Static variable in class com.illumon.iris.db.tables.select.QueryScope
 
clone() - Method in interface com.illumon.iris.db.v2.utils.Index
 
clone2d(double[][]) - Static method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
close() - Method in interface com.illumon.iris.binarystore.TableReader
Close the input source for this TableReader.
close() - Method in interface com.illumon.iris.binarystore.TableWriter
Closes the writer.
close() - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Persist all added data and release any system resources consumed by this column.
close() - Method in interface com.illumon.iris.db.tables.appendable.AppendableTable
Optional method to flush all data and metadata before closing underlying resources (if applicable).
close() - Method in interface com.illumon.iris.db.tables.appendable.BufferedAppendable
Flush all appended data to the underlying store, release any resources held, and force all appended data to be persisted to permanent storage.
close() - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
close() - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableTable
 
close() - Method in class com.illumon.iris.db.tables.appendable.local.LocalTableWriter
 
close() - Method in interface com.illumon.iris.db.tables.databases.Database.LogHandle
 
close() - Method in interface com.illumon.iris.db.tables.Table
 
close() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceNugget
AutoCloseable implementation - wraps the no-argument version of done() used by query code outside of the QueryPerformance(Recorder/Nugget), reporting successful completion to the thread-local QueryPerformanceRecorder instance.
close() - Method in class com.illumon.iris.export.jdbc.JdbcLogger
 
close() - Method in class com.illumon.iris.sbetransport.client.TableClient
Close the table client.
close() - Method in class com.illumon.iris.sbetransport.server.TableServer
Close the table server, including any open client connections.
closeAndDeleteCentral(String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Close all logger connections to the centralized logging for the specified table, and then atomically delete all centrally logged table data for this namespace and table name.
closureMap(Map<Closure<Boolean>, T>) - Static method in class com.illumon.iris.db.plot.colors.ColorMaps
Creates a function which returns the Paint mapped to the first Closure of the map's entry set (see Map.entrySet()) for which the input returns true.
closureMap(Map<Closure<Boolean>, T>, Color) - Static method in class com.illumon.iris.db.plot.colors.ColorMaps
Creates a function which returns the Paint mapped to the first Closure of the map's entry set (see Map.entrySet()) for which the input returns true.
closureMap(Map<Closure<Boolean>, COLOR>, Paint, Paint) - Static method in class com.illumon.iris.db.plot.colors.ColorMaps
Creates a function which returns the Paint mapped to the first Closure of the map's entry set (see Map.entrySet()) for which the input returns true.
coalesce() - Method in interface com.illumon.iris.db.tables.Table
Explicitly ensure that any work needed to make a table indexable, iterable, or queryable has been done, and return the coalesced child table if appropriate.
col(String, T...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a ColumnHolder that can be used when creating in-memory tables.
color(String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
See Color.color
colorHSL(float, float, float) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
See Color.colorHSL(float, float, float)
colorHSL(float, float, float, float) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
See Color.colorHSL(float, float, float)
ColorMaps - Class in com.illumon.iris.db.plot.colors
Functions for mapping between values and Colors or Paints.
ColorMaps.SerializablePredicate<T> - Interface in com.illumon.iris.db.plot.colors
Serializable Predicate.
colorNames() - Static method in class com.illumon.iris.db.plot.PlottingConvenience
See Color.colorNames()
colorRGB(int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
See Color.colorRGB(int, int, int)
colorRGB(int, boolean) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
See Color.colorRGB(int, int, int)
colorRGB(float, float, float) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
See Color.colorRGB(int, int, int)
colorRGB(int, int, int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
See Color.colorRGB(int, int, int)
colorRGB(float, float, float, float) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
See Color.colorRGB(int, int, int)
colorRGB(int, int, int, int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
See Color.colorRGB(int, int, int)
colSource(Class<T>, Collection<T>) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Creates an in-memory column of the specified type for a collection of values.
colSource(long...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Creates an in-memory column of type long for a collection of values.
colSource(int...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Creates an in-memory column of type int for a collection of values.
colSource(short...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Creates an in-memory column of type short for a collection of values.
colSource(byte...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Creates an in-memory column of type byte for a collection of values.
colSource(char...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Creates an in-memory column of type char for a collection of values.
colSource(double...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Creates an in-memory column of type double for a collection of values.
colSource(float...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Creates an in-memory column of type float for a collection of values.
colSpan(int) - Method in interface com.illumon.iris.db.plot.Chart
Sets the size of this Chart within the grid of the figure.
colSpan(int) - Method in interface com.illumon.iris.db.plot.Figure
 
COLUMN_RENDERERS_ATTRIBUTE - Static variable in interface com.illumon.iris.db.tables.Table
 
ColumnFormattingValues - Interface in com.illumon.iris.db.util
Container for magic String values used to indicate formatted rows
ColumnHolder - Class in com.illumon.iris.db.v2.utils
Data to construct a data column.
ColumnHolder(String, boolean, T...) - Constructor for class com.illumon.iris.db.v2.utils.ColumnHolder
Construct a new set of column data.
ColumnHolder(String, boolean, long...) - Constructor for class com.illumon.iris.db.v2.utils.ColumnHolder
Construct a new set of column data.
ColumnHolder(String, boolean, int...) - Constructor for class com.illumon.iris.db.v2.utils.ColumnHolder
Construct a new set of column data.
ColumnHolder(String, boolean, short...) - Constructor for class com.illumon.iris.db.v2.utils.ColumnHolder
Construct a new set of column data.
ColumnHolder(String, boolean, char...) - Constructor for class com.illumon.iris.db.v2.utils.ColumnHolder
Construct a new set of column data.
ColumnHolder(String, boolean, byte...) - Constructor for class com.illumon.iris.db.v2.utils.ColumnHolder
Construct a new set of column data.
ColumnHolder(String, boolean, double...) - Constructor for class com.illumon.iris.db.v2.utils.ColumnHolder
Construct a new set of column data.
ColumnHolder(String, boolean, float...) - Constructor for class com.illumon.iris.db.v2.utils.ColumnHolder
Construct a new set of column data.
ColumnInfo - Class in com.illumon.iris.sbetransport
Container class for column information provided by the table server when a client issues a new connection.
ColumnInfo(int, int, String) - Constructor for class com.illumon.iris.sbetransport.ColumnInfo
Create a new column information object.
columnIterator(String) - Method in interface com.illumon.iris.db.tables.Table
 
ColumnRenderersBuilder - Class in com.illumon.iris.db.v2
Builds and parses the directive for Table.COLUMN_RENDERERS_ATTRIBUTE.
ColumnRenderersBuilder() - Constructor for class com.illumon.iris.db.v2.ColumnRenderersBuilder
 
ColumnSource<T> - Interface in com.illumon.iris.db.v2.sources
A "source" for column data - allows cell values to be looked up by (long) keys.
com.illumon.iris.binarystore - package com.illumon.iris.binarystore
 
com.illumon.iris.console.utils - package com.illumon.iris.console.utils
 
com.illumon.iris.controller - package com.illumon.iris.controller
 
com.illumon.iris.db.plot - package com.illumon.iris.db.plot
 
com.illumon.iris.db.plot.axisformatters - package com.illumon.iris.db.plot.axisformatters
 
com.illumon.iris.db.plot.axistransformations - package com.illumon.iris.db.plot.axistransformations
 
com.illumon.iris.db.plot.colors - package com.illumon.iris.db.plot.colors
 
com.illumon.iris.db.plot.composite - package com.illumon.iris.db.plot.composite
 
com.illumon.iris.db.plot.datasets - package com.illumon.iris.db.plot.datasets
 
com.illumon.iris.db.plot.datasets.category - package com.illumon.iris.db.plot.datasets.category
 
com.illumon.iris.db.plot.datasets.category3d - package com.illumon.iris.db.plot.datasets.category3d
 
com.illumon.iris.db.plot.datasets.interval - package com.illumon.iris.db.plot.datasets.interval
 
com.illumon.iris.db.plot.datasets.multiseries - package com.illumon.iris.db.plot.datasets.multiseries
 
com.illumon.iris.db.plot.datasets.ohlc - package com.illumon.iris.db.plot.datasets.ohlc
 
com.illumon.iris.db.plot.datasets.xy - package com.illumon.iris.db.plot.datasets.xy
 
com.illumon.iris.db.plot.datasets.xyz - package com.illumon.iris.db.plot.datasets.xyz
 
com.illumon.iris.db.plot.filters - package com.illumon.iris.db.plot.filters
 
com.illumon.iris.db.plot.themes - package com.illumon.iris.db.plot.themes
 
com.illumon.iris.db.plot.util.functions - package com.illumon.iris.db.plot.util.functions
 
com.illumon.iris.db.tables - package com.illumon.iris.db.tables
 
com.illumon.iris.db.tables.appendable - package com.illumon.iris.db.tables.appendable
 
com.illumon.iris.db.tables.appendable.local - package com.illumon.iris.db.tables.appendable.local
 
com.illumon.iris.db.tables.databases - package com.illumon.iris.db.tables.databases
 
com.illumon.iris.db.tables.dataimport - package com.illumon.iris.db.tables.dataimport
 
com.illumon.iris.db.tables.dbarrays - package com.illumon.iris.db.tables.dbarrays
 
com.illumon.iris.db.tables.libs - package com.illumon.iris.db.tables.libs
 
com.illumon.iris.db.tables.live - package com.illumon.iris.db.tables.live
 
com.illumon.iris.db.tables.remotequery - package com.illumon.iris.db.tables.remotequery
 
com.illumon.iris.db.tables.select - package com.illumon.iris.db.tables.select
 
com.illumon.iris.db.tables.utils - package com.illumon.iris.db.tables.utils
 
com.illumon.iris.db.util - package com.illumon.iris.db.util
 
com.illumon.iris.db.v2 - package com.illumon.iris.db.v2
 
com.illumon.iris.db.v2.by - package com.illumon.iris.db.v2.by
 
com.illumon.iris.db.v2.permissions - package com.illumon.iris.db.v2.permissions
 
com.illumon.iris.db.v2.sources - package com.illumon.iris.db.v2.sources
 
com.illumon.iris.db.v2.utils - package com.illumon.iris.db.v2.utils
 
com.illumon.iris.downsampling - package com.illumon.iris.downsampling
 
com.illumon.iris.export.jdbc - package com.illumon.iris.export.jdbc
 
com.illumon.iris.sbetransport - package com.illumon.iris.sbetransport
 
com.illumon.iris.sbetransport.client - package com.illumon.iris.sbetransport.client
 
com.illumon.iris.sbetransport.client.messages - package com.illumon.iris.sbetransport.client.messages
 
com.illumon.iris.sbetransport.server - package com.illumon.iris.sbetransport.server
 
com.illumon.iris.validation - package com.illumon.iris.validation
 
com.illumon.modelfarm - package com.illumon.modelfarm
 
com.illumon.modelfarm.fitterfarm - package com.illumon.modelfarm.fitterfarm
 
com.illumon.modelfarm.fitterfarm.equity - package com.illumon.modelfarm.fitterfarm.equity
 
com.illumon.modelfarm.fitterfarm.futures - package com.illumon.modelfarm.fitterfarm.futures
 
com.illumon.modelfarm.util - package com.illumon.modelfarm.util
 
com.illumon.numerics.derivatives - package com.illumon.numerics.derivatives
 
com.illumon.numerics.interpolation - package com.illumon.numerics.interpolation
 
com.illumon.numerics.movingaverages - package com.illumon.numerics.movingaverages
 
com.illumon.numerics.suanshu - package com.illumon.numerics.suanshu
 
com.illumon.util - package com.illumon.util
 
com.illumon.util.calendar - package com.illumon.util.calendar
 
com.illumon.util.codec - package com.illumon.util.codec
 
compareTargetTo(long, int) - Method in interface com.illumon.iris.db.v2.utils.Index.TargetComparator
 
ConditionalModels<DATA_TYPE extends FitDataUnderlying,STATE_TYPE> - Class in com.illumon.modelfarm
A set of multiple models where predicates determine which of the models execute on any iteration.
ConditionalModels(Model<DATA_TYPE>[], BiPredicate<DATA_TYPE, STATE_TYPE>[], Map<Long, STATE_TYPE>) - Constructor for class com.illumon.modelfarm.ConditionalModels
Creates a new set of conditionally active models.
contains(String) - Static method in class com.illumon.iris.db.tables.dataimport.DbNamespace
Returns true if the namespace is in the schema configuration, false if not.
containsKey(Object) - Method in class com.illumon.iris.controller.ControllerHashtableClient
 
containsKey(Object) - Method in class com.illumon.iris.db.plot.themes.Themes
 
containsValue(Object) - Method in class com.illumon.iris.controller.ControllerHashtableClient
 
containsValue(Object) - Method in class com.illumon.iris.db.plot.themes.Themes
 
ControllerHashtableChangeListener - Interface in com.illumon.iris.controller
Alternate way to listen to ControllerHashtableEventSource events, with adapters to allow less boilerplate code.
ControllerHashtableChangeListener.Adapter - Class in com.illumon.iris.controller
Eliminates some of the boilerplate code in handling ControllerHashtable events.
ControllerHashtableChangeListener.SimpleAdapter - Class in com.illumon.iris.controller
ControllerHashtableChangeListener.WeakReferenceAdapter - Class in com.illumon.iris.controller
ControllerHashtableClient - Class in com.illumon.iris.controller
 
ControllerHashtableEvent - Class in com.illumon.iris.controller
Description of a Controller Hashtable event.
ControllerHashtableEventHandler - Interface in com.illumon.iris.controller
Handler for ControllerHashtableEvents.
copy() - Method in interface com.illumon.iris.db.plot.Theme
Deep copy of this theme.
CoreFitData - Class in com.illumon.modelfarm.fitterfarm
A snapshot of market data needed to fit an equity option model.
CoreFitData() - Constructor for class com.illumon.modelfarm.fitterfarm.CoreFitData
Create a new, empty data set.
CoreFitData(CoreFitData) - Constructor for class com.illumon.modelfarm.fitterfarm.CoreFitData
Copy the data.
countBy(Table.ByStrategy, String, SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
countBy(Table.ByStrategy, String, String...) - Method in interface com.illumon.iris.db.tables.Table
 
countBy(Table.ByStrategy, String, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
countBy(Table.ByStrategy, String) - Method in interface com.illumon.iris.db.tables.Table
 
countBy(String, SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
countBy(String, String...) - Method in interface com.illumon.iris.db.tables.Table
 
countBy(String, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
countBy(String) - Method in interface com.illumon.iris.db.tables.Table
 
createEma(ByEma.Key) - Method in class com.illumon.numerics.movingaverages.ByEma
 
createEma(ByEma.Key) - Method in class com.illumon.numerics.movingaverages.ByEmaSimple
 
createParam(String) - Method in class com.illumon.iris.db.tables.select.QueryScope
Get a Param by name.
createPreviousTuple(long) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
createTuple(long) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
createTupleFromValues(Object...) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
csCarryCurveDates - Variable in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
csCarryCurveErrors - Variable in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
csCarryCurveRates - Variable in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
csDivCashAmounts - Variable in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
csDivExDates - Variable in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
csDivProportionalAmounts - Variable in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
csFitGroup - Variable in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
csFitGroup - Variable in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
csFutureAsks - Variable in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
csFutureBids - Variable in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
csFutureExpirations - Variable in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
csFutureIds - Variable in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
csFutureSyms - Variable in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
csOptionExerciseTypes - Variable in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
csOptionExerciseTypes - Variable in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
csOptionExpirations - Variable in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
csOptionExpirations - Variable in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
csOptionIds - Variable in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
csOptionIds - Variable in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
csOptionPayoffTypes - Variable in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
csOptionPayoffTypes - Variable in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
csOptionRoots - Variable in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
csOptionRoots - Variable in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
csOptionSettlementTypes - Variable in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
csOptionSettlementTypes - Variable in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
csOptionStrikes - Variable in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
csOptionStrikes - Variable in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
csOptionSyms - Variable in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
csOptionSyms - Variable in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
csTimestamp - Variable in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
csTimestamp - Variable in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
csUnderlyingAsk - Variable in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
csUnderlyingBid - Variable in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
csUnderlyingFutureIds - Variable in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
csUnderlyingId - Variable in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
csUnderlyingId - Variable in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
csUnderlyingSym - Variable in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
csUnderlyingSym - Variable in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
csUnderlyingType - Variable in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
csYieldCurveDates - Variable in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
csYieldCurveDates - Variable in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
csYieldCurveRates - Variable in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
csYieldCurveRates - Variable in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
currentBusinessSchedule() - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets today's business schedule.
currentDay() - Method in interface com.illumon.util.calendar.Calendar
Gets the current date.
currentRangeEnd() - Method in interface com.illumon.iris.db.v2.utils.Index.RangeIterator
 
currentRangeStart() - Method in interface com.illumon.iris.db.v2.utils.Index.RangeIterator
 
currentRowFlags(boolean, boolean) - Method in enum com.illumon.iris.db.tables.dataimport.TableLoggerBase.Flags
Provide the row flags base on the transactional behavior and whether this is the first and/or last row in an update
currentValue() - Method in interface com.illumon.iris.db.v2.utils.Index.Iterator
 
CUSTOM_ACTIONS_ATTRIBUTE - Static variable in interface com.illumon.iris.db.tables.Table
 

D

data - Variable in class com.illumon.iris.db.v2.utils.ColumnHolder
 
Database - Interface in com.illumon.iris.db.tables.databases
Common interface for Iris databases.
Database.LogHandle - Interface in com.illumon.iris.db.tables.databases
Handle for logged tables.
DataColumn<TYPE> - Interface in com.illumon.iris.db.tables
Interface for positional column access to a Deephaven table column.
dataColumn(String) - Method in class com.illumon.iris.export.jdbc.JdbcLogger.Builder
Add a data column for logging, with the same name in the source and target.
dataColumn(String, String) - Method in class com.illumon.iris.export.jdbc.JdbcLogger.Builder
Add a data column for logging, mapping a source Deephaven column to a target JDBC column.
dataManager - Variable in class com.illumon.modelfarm.ModelFarmBase
 
DataSeries - Interface in com.illumon.iris.db.plot.datasets
A generic data series.
DataSeries3D - Interface in com.illumon.iris.db.plot.datasets
A generic data series of triplets.
dateTimeColumnAsNanos(String, String) - Method in interface com.illumon.iris.db.tables.Table
Produce a new table with the same columns as this table, but with a new column presenting the specified DBDateTime column as a Long column (with each DBDateTime represented instead as the corresponding number of nanos since the epoch).
dateTimeColumnAsNanos(String) - Method in interface com.illumon.iris.db.tables.Table
 
dayOfWeek() - Method in interface com.illumon.util.calendar.Calendar
Gets the day of the week for the current day.
dayOfWeek(DBDateTime) - Method in interface com.illumon.util.calendar.Calendar
Gets the day of the week for a time.
dayOfWeek(String) - Method in interface com.illumon.util.calendar.Calendar
Gets the day of the week for a time.
daysInRange(DBDateTime, DBDateTime) - Method in interface com.illumon.util.calendar.Calendar
Gets the days in a given range.
daysInRange(String, String) - Method in interface com.illumon.util.calendar.Calendar
Gets the days in a given range.
DbArray<T> - Interface in com.illumon.iris.db.tables.dbarrays
 
DbArrayBase - Interface in com.illumon.iris.db.tables.dbarrays
 
DbBooleanArray - Interface in com.illumon.iris.db.tables.dbarrays
Deprecated.
DbCharArray - Interface in com.illumon.iris.db.tables.dbarrays
 
DbDoubleArray - Interface in com.illumon.iris.db.tables.dbarrays
 
DbFloatArray - Interface in com.illumon.iris.db.tables.dbarrays
 
DbNamespace - Class in com.illumon.iris.db.tables.dataimport
Database namespace.
DecimalAxisFormat - Class in com.illumon.iris.db.plot.axisformatters
A formatter for converting decimals into formatted strings.
DecimalAxisFormat() - Constructor for class com.illumon.iris.db.plot.axisformatters.DecimalAxisFormat
 
decode(Object, UnsafeBuffer, int, int, int, long[], Object[], List<SimpleMessageHandlerListener>) - Method in class com.illumon.iris.sbetransport.client.messages.FixedWidthColumnDataDecoder
Decode a fixed-width column data update message and pass along to any interested listeners.
decode(Object, UnsafeBuffer, int, int, int, long[], Object[], List<SimpleMessageHandlerListener>) - Method in class com.illumon.iris.sbetransport.client.messages.PrimitiveArrayColumnDataDecoder
Decode a primitive array column data update message and pass along to any interested listeners.
decode(byte[], int, int) - Method in interface com.illumon.util.codec.ObjectCodec
Decode an object from an array of bytes.
decodeBeginTableUpdate(BeginTableUpdateDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode a BeginTableUpdate message.
decodeBeginTableUpdate(BeginTableUpdateDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode a BeginTableUpdate message and pass along to any interested listeners.
decodeColumnUpdate(ByteColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode a ByteColumnData message.
decodeColumnUpdate(BooleanColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode a BooleanColumnData message.
decodeColumnUpdate(CharColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode a CharColumnData message.
decodeColumnUpdate(DoubleColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode a DoubleColumnData message.
decodeColumnUpdate(FloatColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode a FloatColumnData message.
decodeColumnUpdate(LongColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode a LongColumnData message.
decodeColumnUpdate(DateTimeColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode a DateTimeColumnData message.
decodeColumnUpdate(IntColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode an IntColumnData message.
decodeColumnUpdate(ShortColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode a ShortColumnData message.
decodeColumnUpdate(DecimalColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode a DecimalColumnData message.
decodeColumnUpdate(StringColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode a StringColumnData message.
decodeColumnUpdate(StringArrayColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode a StringArrayColumnData message.
decodeColumnUpdate(StringSetColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode a StringSetColumnData message.
decodeColumnUpdate(BooleanArrayColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode a BooleanArrayColumnData message.
decodeColumnUpdate(ByteArrayColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode a ByteArrayColumnData message.
decodeColumnUpdate(CharArrayColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode a CharArrayColumnData message.
decodeColumnUpdate(DoubleArrayColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode a DoubleArrayColumnData message.
decodeColumnUpdate(FloatArrayColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode a FloatArrayColumnData message.
decodeColumnUpdate(IntArrayColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode an IntArrayColumnData message.
decodeColumnUpdate(LongArrayColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode a LongArrayColumnData message.
decodeColumnUpdate(ShortArrayColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode a ShortArrayColumnData message.
decodeColumnUpdate(ByteColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode a ByteColumnData message and pass along to any interested listeners.
decodeColumnUpdate(BooleanColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode a BooleanColumnData message and pass along to any interested listeners.
decodeColumnUpdate(CharColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode a CharColumnData message and pass along to any interested listeners.
decodeColumnUpdate(DoubleColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode a DoubleColumnData message and pass along to any interested listeners.
decodeColumnUpdate(FloatColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode a FloatColumnData message and pass along to any interested listeners.
decodeColumnUpdate(LongColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode a LongColumnData message and pass along to any interested listeners.
decodeColumnUpdate(DateTimeColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode a DateTimeColumnData message and pass along to any interested listeners.
decodeColumnUpdate(IntColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode an IntColumnData message and pass along to any interested listeners.
decodeColumnUpdate(ShortColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode a ShortColumnData message and pass along to any interested listeners.
decodeColumnUpdate(ByteArrayColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode a ByteArrayColumnData message and pass along to any interested listeners.
decodeColumnUpdate(BooleanArrayColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode a BooleanArrayColumnData message and pass along to any interested listeners.
decodeColumnUpdate(CharArrayColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode a CharArrayColumnData message and pass along to any interested listeners.
decodeColumnUpdate(DoubleArrayColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode a DoubleArrayColumnData message and pass along to any interested listeners.
decodeColumnUpdate(FloatArrayColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode a FloatArrayColumnData message and pass along to any interested listeners.
decodeColumnUpdate(IntArrayColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode an IntArrayColumnData message and pass along to any interested listeners.
decodeColumnUpdate(LongArrayColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode a LongArrayColumnData message and pass along to any interested listeners.
decodeColumnUpdate(ShortArrayColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode a ShortArrayColumnData message and pass along to any interested listeners.
decodeColumnUpdate(DecimalColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode a DecimalColumnData message and pass along to any interested listeners.
decodeColumnUpdate(StringColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode a StringColumnData message and pass along to any interested listeners.
decodeColumnUpdate(StringArrayColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode a StringArrayColumnData message and pass along to any interested listeners.
decodeColumnUpdate(StringSetColumnDataDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode a StringSetColumnData message and pass along to any interested listeners.
decodeConnectionResponse(ConnectionResponseDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
This handler must decode a ConnectionResponse message and return the message buffer size provided by the server.
decodeConnectionResponse(ConnectionResponseDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode the connection response and allocate buffers according to the message buffer size indicated by the server.
decodeEndTableUpdate(EndTableUpdateDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode an EndTableUpdate message.
decodeEndTableUpdate(EndTableUpdateDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode an EndTableUpdate message and pass along to any interested listeners.
decodeRowsRemoved(RowsRemovedDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode a RowsRemoved message.
decodeRowsRemoved(RowsRemovedDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode a RowsRemoved message and pass along to any interested listeners.
decodeSubscribeResponse(TableSubscribeResponseDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode a SubscribeResponse message.
decodeSubscribeResponse(TableSubscribeResponseDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode a SubscribeResponse message and pass along to interested listeners.
decodeSubscriptionError(TableSubscriptionErrorDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode a SubscriptionError message.
decodeSubscriptionError(TableSubscriptionErrorDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode a SubscriptionError message and pass along to any interested listeners.
decodeUnsubscribeResponse(TableUnsubscribeResponseDecoder, UnsafeBuffer, int, int, int) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
Decode an UnsubscribeResponse message.
decodeUnsubscribeResponse(TableUnsubscribeResponseDecoder, UnsafeBuffer, int, int, int) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Decode an UnsubscribeResponse message and pass along to interested listeners.
DEFAULT_ALLOCATE_DIRECT - Static variable in class com.illumon.iris.sbetransport.server.TableServer
Whether to allocate message buffers directly (off-heap).
DEFAULT_MSG_BUFFER_SIZE - Static variable in class com.illumon.iris.sbetransport.server.TableServer
Maximum size (in bytes) per message.
DEFAULT_MSG_QUEUE_SIZE - Static variable in class com.illumon.iris.sbetransport.server.TableServer
Maximum number of messages to enqueue per client.
DEFAULT_SEND_WAIT_TIME_MILLIS - Static variable in class com.illumon.iris.sbetransport.server.TableServer
Maximum time to wait for a free buffer when client queue is full.
deflate(ExportedObjectClient) - Method in interface com.illumon.iris.db.tables.Table
 
deflate(ExportedObjectClient, boolean, boolean) - Method in interface com.illumon.iris.db.tables.Table
Deflate, but provide an extra boolean telling us whether we are presubscribing this preemptive table.
deflate(ExportedObjectClient) - Method in interface com.illumon.iris.db.v2.TableMap
 
deleteMatchingTables(String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Delete all files related to the set of tables whose names match the supplied regular expression.
deleteNamespace(String) - Method in interface com.illumon.iris.db.tables.databases.Database
Delete all files related to the specified namespace.
deleteTable(File) - Static method in class com.illumon.iris.db.tables.utils.TableManagementTools
 
deleteTables(String, String...) - Method in interface com.illumon.iris.db.tables.databases.Database
Delete all files related to a set of tables.
delta(boolean, double, double, double, double, double, double) - Static method in class com.illumon.numerics.derivatives.BlackScholes
Computes the generalized Black-Scholes delta (first order partial derivative of option price with respect to stock price).
diff(Table, Table, long) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Computes the difference of two tables for use in verification.
diff(Table, Table, long, EnumSet<TableDiff.DiffItems>) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Computes the difference of two tables for use in verification.
diffBusinessDay(DBDateTime, DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
Returns the amount of business time in standard business days between start and end.
diffBusinessNanos(DBDateTime, DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
Returns the amount of business time in nanoseconds between start and end.
diffBusinessYear(DBDateTime, DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
Returns the number of business years between start and end.
diffDay(DBDateTime, DBDateTime) - Method in interface com.illumon.util.calendar.Calendar
Returns the amount of time in days between start and end.
diffNanos(DBDateTime, DBDateTime) - Method in interface com.illumon.util.calendar.Calendar
Returns the amount of time in nanoseconds between start and end.
diffNonBusinessDay(DBDateTime, DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
Returns the amount of non-business time in standard business days between start and end.
diffNonBusinessNanos(DBDateTime, DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
Returns the amount of non-business time in nanoseconds between start and end.
diffYear(DBDateTime, DBDateTime) - Method in interface com.illumon.util.calendar.Calendar
Returns the number of years between start and end.
dirty() - Method in class com.illumon.iris.db.tables.appendable.local.LocalTableWriter
Test if there is data to flush.
disallowReconnections() - Static method in class com.illumon.iris.controller.PersistentQueryControllerClient
 
disconnect() - Method in class com.illumon.iris.controller.ControllerHashtableClient
 
DiskTableWriter - Class in com.illumon.iris.db.tables.dataimport
TableWriter for write-only table writing to a local table location.
DiskTableWriter(TableDefinition, File, boolean) - Constructor for class com.illumon.iris.db.tables.dataimport.DiskTableWriter
 
DiskTableWriter(TableDefinition, File) - Constructor for class com.illumon.iris.db.tables.dataimport.DiskTableWriter
 
display(Table, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Deprecated.
display(Table, boolean, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Deprecated.
display(Table, Map<String, Format>, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Deprecated.
display(Table, boolean, Map<String, Format>, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Deprecated.
DO_NOT_MAKE_REMOTE_ATTRIBUTE - Static variable in interface com.illumon.iris.db.tables.Table
 
done() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceNugget
 
done(QueryPerformanceRecorder) - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceNugget
Mark this nugget QueryState.FINISHED and notify the recorder.
doReinterpret(Class<ALTERNATE_DATA_TYPE>) - Method in class com.illumon.iris.db.v2.sources.NullValueColumnSource
 
doubleCol(String, double...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a ColumnHolder of type double that can be used when creating in-memory tables.
doubleColumnIterator(String) - Method in interface com.illumon.iris.db.tables.Table
 
down(boolean) - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Indicates whether or not to aggregate down.
down() - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Shorthand to turn on down aggregation.
downsample(Database, Table, MatchPair, long, String...) - Static method in class com.illumon.iris.downsampling.Downsampler
Initialize a downsampler builder that will sample the given table at the given time period.
downsample(Database, Table, MatchPair, String, String...) - Static method in class com.illumon.iris.downsampling.Downsampler
Initialize a downsampler builder that will sample the given table at the given time period.
downsample(Database, Table, MatchPair, String, Collection<String>) - Static method in class com.illumon.iris.downsampling.Downsampler
Initialize a downsampler builder that will sample the given table at the given time period.
downsample(Database, Table, String, long, String...) - Static method in class com.illumon.iris.downsampling.Downsampler
Initialize a downsampler builder that will sample the given table at the given time period.
downsample(Database, Table, String, String, String...) - Static method in class com.illumon.iris.downsampling.Downsampler
Initialize a downsampler builder that will sample the given table at the given time period.
downsample(Database, Table, String, String, Collection<String>) - Static method in class com.illumon.iris.downsampling.Downsampler
Initialize a downsampler builder that will sample the given table at the given time period.
Downsampler - Class in com.illumon.iris.downsampling
A simple utility for downsampling time-series data.
driftlessTheta(double, double, double, double, double, double) - Static method in class com.illumon.numerics.derivatives.BlackScholes
Computes the generalized Black-Scholes driftlessTheta (theta assuing the risk free rate and the cost of carry are zero).
dropColumnFormats() - Method in interface com.illumon.iris.db.tables.Table
 
dropColumns(String...) - Method in interface com.illumon.iris.db.tables.Table
 
dropColumns(Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
dropColumns(TableDefinition, File, int, String...) - Static method in class com.illumon.iris.db.tables.utils.TableManagementTools
 
dropColumns(TableDefinition, File, String...) - Static method in class com.illumon.iris.db.tables.utils.TableManagementTools
 
dumpReverseTable(Logger) - Method in class com.illumon.iris.db.v2.ReverseLookupListener
 
DynamicTable - Interface in com.illumon.iris.db.v2
A dynamically changing table.

E

Ema - Class in com.illumon.numerics.movingaverages
Created by IntelliJ IDEA.
Ema(AbstractMa.Type, AbstractMa.Mode, double) - Constructor for class com.illumon.numerics.movingaverages.Ema
Constructs a new EMA which use the given timescale.
EmaArray - Class in com.illumon.numerics.movingaverages
Created by IntelliJ IDEA.
EmaArray(AbstractMa.Type, AbstractMa.Mode, double[]) - Constructor for class com.illumon.numerics.movingaverages.EmaArray
Constructs a new array of EMAs which use the given timescales.
empty() - Static method in class com.illumon.iris.db.v2.ColumnRenderersBuilder
 
empty() - Method in interface com.illumon.iris.db.v2.utils.Index
Queries whether this Index is empty (i.e.
EMPTY_ITERATOR - Static variable in interface com.illumon.iris.db.v2.utils.Index
 
EMPTY_SOURCE_TABLE_ATTRIBUTE - Static variable in interface com.illumon.iris.db.tables.Table
This attribute is applied to source tables, and takes on Boolean values.
emptyMap() - Static method in interface com.illumon.iris.db.v2.TableMap
 
emptyTable(long) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a new empty Iris Table with no columns, but with defined number of rows.
emptyTable(long, TableDefinition) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a new empty Iris Table with columns based on the specified TableDefinition.
encode(TYPE) - Method in interface com.illumon.util.codec.ObjectCodec
Encode the specified input as an array of bytes.
encodeDateTime(DBDateTime) - Static method in class com.illumon.iris.db.tables.appendable.BaseAppendableColumn
 
encodeExternalizable(VALUE_TYPE) - Static method in class com.illumon.iris.db.tables.appendable.BaseAppendableColumn
 
encodeSerializable(VALUE_TYPE) - Static method in class com.illumon.iris.db.tables.appendable.BaseAppendableColumn
Encode a value of a (assumed to be) serializable type.
endQuery() - Static method in class com.illumon.iris.db.tables.libs.QueryLibrary
 
endQuery() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
This is for use by the RemoteQueryProcessor.
enqueue(E, int) - Method in class com.illumon.modelfarm.util.KeyedPriorityBlockingQueue
Add an element to the queue.
entrySet() - Method in class com.illumon.iris.controller.ControllerHashtableClient
 
entrySet() - Method in class com.illumon.iris.db.plot.themes.Themes
 
equals(Object) - Method in class com.illumon.iris.db.plot.Font
 
EquityFitData - Class in com.illumon.modelfarm.fitterfarm.equity
A snapshot of market data needed to fit an equity option model.
EquityFitData() - Constructor for class com.illumon.modelfarm.fitterfarm.equity.EquityFitData
Create a new, empty data set.
EquityFitData(EquityFitData) - Constructor for class com.illumon.modelfarm.fitterfarm.equity.EquityFitData
Copy the data.
EquityFitDataManager<DATATYPE extends EquityFitData> - Class in com.illumon.modelfarm.fitterfarm.equity
Utility for accessing and querying equity fit data contained in a dynamic table.
EquityFitDataManager(Supplier<DATATYPE>, BiConsumer<DATATYPE, Long>, DynamicTable) - Constructor for class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
Create a multithreaded resource to fit a derivative model's parameters for equities.
EquityFitDataOptionPrices - Class in com.illumon.modelfarm.fitterfarm.equity
A snapshot of market data needed to fit an equity option model.
EquityFitDataOptionPrices() - Constructor for class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataOptionPrices
Create a new, empty data set.
EquityFitDataOptionPrices(EquityFitDataOptionPrices) - Constructor for class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataOptionPrices
Copy the data.
EquityFitDataOptionPricesWide - Class in com.illumon.modelfarm.fitterfarm.equity
A wide view of the equity fit data wherethe option data is grouped by expiration and strike.
EquityFitDataOptionPricesWide(EquityFitDataOptionPrices) - Constructor for class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataOptionPricesWide
Creates a new wide version of equity fit data.
EquityFitDataVolSurface - Class in com.illumon.modelfarm.fitterfarm.equity
A snapshot of market data needed to fit an equity option model.
EquityFitDataVolSurface() - Constructor for class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataVolSurface
Create a new, empty data set.
EquityFitDataVolSurface(EquityFitDataVolSurface) - Constructor for class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataVolSurface
Copy the data.
EquityPrioritizer<DATATYPE extends EquityFitData> - Class in com.illumon.modelfarm.fitterfarm.equity
A utility for prioritizing the processing of new data to fit.
EquityPrioritizer(double) - Constructor for class com.illumon.modelfarm.fitterfarm.equity.EquityPrioritizer
Creates a new prioritizer for equities.
errorBarX(Comparable, Table, String, String, String, String) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data with error bars in the x direction.
errorBarX(Comparable, SelectableDataSet, String, String, String, String) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data with error bars in the x direction.
errorBarX(Comparable, short[], short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, int[], int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, long[], long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, float[], float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, double[], double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, T0[], T1[], T2[], T3[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, Date[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, Date[], Date[], Date[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, short[], short[], short[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, Date[], Date[], Date[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, int[], int[], int[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, Date[], Date[], Date[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, long[], long[], long[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, Date[], Date[], Date[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, float[], float[], float[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, Date[], Date[], Date[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, double[], double[], double[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, Date[], Date[], Date[], T3[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, T0[], T1[], T2[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, Date[], Date[], Date[], List<T3>) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, short[], short[], short[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, int[], int[], int[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, long[], long[], long[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, float[], float[], float[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, double[], double[], double[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], T3[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, T0[], T1[], T2[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], List<T3>) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the x direction.
errorBarX(Comparable, T0[], T1[], T2[], T3[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, T0[], T1[], T2[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, T0[], T1[], T2[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, double[], double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, double[], double[], double[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, double[], double[], double[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, float[], float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, float[], float[], float[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, float[], float[], float[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, int[], int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, int[], int[], int[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, int[], int[], int[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, long[], long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, long[], long[], long[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, long[], long[], long[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], T3[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], List<T3>) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, Date[], Date[], Date[], T3[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, Date[], Date[], Date[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, Date[], Date[], Date[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, Date[], Date[], Date[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, Date[], Date[], Date[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, Date[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, Date[], Date[], Date[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, Date[], Date[], Date[], List<T3>) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, short[], short[], short[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, short[], short[], short[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, short[], short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, SelectableDataSet, String, String, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, Table, String, String, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarX(Comparable, T0[], T1[], T2[], T3[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, T0[], T1[], T2[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, T0[], T1[], T2[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, double[], double[], double[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, double[], double[], double[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, double[], double[], double[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, float[], float[], float[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, float[], float[], float[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, float[], float[], float[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, int[], int[], int[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, int[], int[], int[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, int[], int[], int[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, long[], long[], long[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, long[], long[], long[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, long[], long[], long[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], T3[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], List<T3>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, Date[], Date[], Date[], T3[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, Date[], Date[], Date[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, Date[], Date[], Date[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, Date[], Date[], Date[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, Date[], Date[], Date[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, Date[], Date[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, Date[], Date[], Date[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, Date[], Date[], Date[], List<T3>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, short[], short[], short[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, short[], short[], short[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, short[], short[], short[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, SelectableDataSet, String, String, String, String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarX(Comparable, Table, String, String, String, String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXBy(Comparable, Table, String, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Axes
Creates an errorBarX plot per distinct grouping value specified in byColumns.
errorBarXBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Axes
Creates an errorBarX plot per distinct grouping value specified in byColumns.
errorBarXBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXBy(Comparable, Table, String, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXBy(Comparable, Table, String, String, String, String, String...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, Table, String, String, String, String, String, String) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data with error bars in both the x and y directions.
errorBarXY(Comparable, SelectableDataSet, String, String, String, String, String, String) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data with error bars in both the x and y directions.
errorBarXY(Comparable, short[], short[], short[], short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, int[], int[], int[], int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, long[], long[], long[], long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, float[], float[], float[], float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, double[], double[], double[], double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, T0[], T1[], T2[], T3[], T4[], T5[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, List<T3>, List<T4>, List<T5>) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, Date[], Date[], Date[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, Date[], Date[], Date[], short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, short[], short[], short[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, Date[], Date[], Date[], int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, int[], int[], int[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, Date[], Date[], Date[], long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, long[], long[], long[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, Date[], Date[], Date[], float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, float[], float[], float[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, Date[], Date[], Date[], double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, double[], double[], double[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, Date[], Date[], Date[], T3[], T4[], T5[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, T0[], T1[], T2[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, Date[], Date[], Date[], List<T3>, List<T4>, List<T5>) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, short[], short[], short[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, int[], int[], int[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, long[], long[], long[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, float[], float[], float[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, double[], double[], double[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], T3[], T4[], T5[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, T0[], T1[], T2[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], List<T3>, List<T4>, List<T5>) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in both the x and y directions.
errorBarXY(Comparable, T0[], T1[], T2[], T3[], T4[], T5[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, T0[], T1[], T2[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, T0[], T1[], T2[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, double[], double[], double[], double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, double[], double[], double[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, double[], double[], double[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, float[], float[], float[], float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, float[], float[], float[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, float[], float[], float[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, int[], int[], int[], int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, int[], int[], int[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, int[], int[], int[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, long[], long[], long[], long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, long[], long[], long[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, long[], long[], long[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], T3[], T4[], T5[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], List<T3>, List<T4>, List<T5>) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, Date[], Date[], Date[], T3[], T4[], T5[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, Date[], Date[], Date[], double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, Date[], Date[], Date[], float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, Date[], Date[], Date[], int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, Date[], Date[], Date[], long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, Date[], Date[], Date[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, Date[], Date[], Date[], short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, Date[], Date[], Date[], List<T3>, List<T4>, List<T5>) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, short[], short[], short[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, short[], short[], short[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, short[], short[], short[], short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, List<T3>, List<T4>, List<T5>) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, SelectableDataSet, String, String, String, String, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, Table, String, String, String, String, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXY(Comparable, T0[], T1[], T2[], T3[], T4[], T5[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, T0[], T1[], T2[], DBDateTime[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, T0[], T1[], T2[], Date[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, double[], double[], double[], double[], double[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, double[], double[], double[], DBDateTime[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, double[], double[], double[], Date[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, float[], float[], float[], float[], float[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, float[], float[], float[], DBDateTime[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, float[], float[], float[], Date[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, int[], int[], int[], int[], int[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, int[], int[], int[], DBDateTime[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, int[], int[], int[], Date[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, long[], long[], long[], long[], long[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, long[], long[], long[], DBDateTime[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, long[], long[], long[], Date[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], T3[], T4[], T5[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], double[], double[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], float[], float[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], int[], int[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], long[], long[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], DBDateTime[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], short[], short[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], List<T3>, List<T4>, List<T5>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, Date[], Date[], Date[], T3[], T4[], T5[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, Date[], Date[], Date[], double[], double[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, Date[], Date[], Date[], float[], float[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, Date[], Date[], Date[], int[], int[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, Date[], Date[], Date[], long[], long[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, Date[], Date[], Date[], Date[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, Date[], Date[], Date[], short[], short[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, Date[], Date[], Date[], List<T3>, List<T4>, List<T5>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, short[], short[], short[], DBDateTime[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, short[], short[], short[], Date[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, short[], short[], short[], short[], short[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, DBDateTime[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, Date[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, List<T3>, List<T4>, List<T5>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, SelectableDataSet, String, String, String, String, String, String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXY(Comparable, Table, String, String, String, String, String, String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXYBy(Comparable, Table, String, String, String, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Axes
Creates an errorBar plot per distinct grouping value specified in byColumns.
errorBarXYBy(Comparable, SelectableDataSet, String, String, String, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Axes
Creates an errorBar plot per distinct grouping value specified in byColumns.
errorBarXYBy(Comparable, SelectableDataSet, String, String, String, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXYBy(Comparable, Table, String, String, String, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarXYBy(Comparable, SelectableDataSet, String, String, String, String, String, String, String...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarXYBy(Comparable, Table, String, String, String, String, String, String, String...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, Table, String, String, String, String) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data with error bars in the y direction.
errorBarY(Comparable, SelectableDataSet, String, String, String, String) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data with error bars in both the y direction.
errorBarY(Comparable, short[], short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, int[], int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, long[], long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, float[], float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, double[], double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, T0[], T1[], T2[], T3[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, Date[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, Date[], short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, short[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, Date[], int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, int[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, Date[], long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, long[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, Date[], float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, float[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, Date[], double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, double[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, Date[], T1[], T2[], T3[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, T0[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, Date[], List<T1>, List<T2>, List<T3>) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, List<T0>, Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, DBDateTime[], short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, short[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, DBDateTime[], int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, int[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, DBDateTime[], long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, long[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, DBDateTime[], float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, float[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, DBDateTime[], double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, double[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, DBDateTime[], T1[], T2[], T3[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, T0[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, DBDateTime[], List<T1>, List<T2>, List<T3>) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, List<T0>, DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a error bar plot with whiskers in the y direction.
errorBarY(Comparable, T0[], T1[], T2[], T3[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, T0[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, T0[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, double[], double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, double[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, double[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, float[], float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, float[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, float[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, int[], int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, int[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, int[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, long[], long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, long[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, long[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, DBDateTime[], T1[], T2[], T3[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, DBDateTime[], double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, DBDateTime[], float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, DBDateTime[], int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, DBDateTime[], long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, DBDateTime[], short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, DBDateTime[], List<T1>, List<T2>, List<T3>) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, Date[], T1[], T2[], T3[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, Date[], double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, Date[], float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, Date[], int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, Date[], long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, Date[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, Date[], short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, Date[], List<T1>, List<T2>, List<T3>) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, short[], DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, short[], Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, short[], short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, List<T0>, DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, List<T0>, Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, SelectableDataSet, String, String, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, Table, String, String, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarY(Comparable, T0[], T1[], T2[], T3[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, T0[], DBDateTime[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, T0[], Date[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, double[], double[], double[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, double[], DBDateTime[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, double[], Date[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, float[], float[], float[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, float[], DBDateTime[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, float[], Date[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, int[], int[], int[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, int[], DBDateTime[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, int[], Date[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, long[], long[], long[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, long[], DBDateTime[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, long[], Date[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, DBDateTime[], T1[], T2[], T3[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, DBDateTime[], double[], double[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, DBDateTime[], float[], float[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, DBDateTime[], int[], int[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, DBDateTime[], long[], long[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, DBDateTime[], DBDateTime[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, DBDateTime[], short[], short[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, DBDateTime[], List<T1>, List<T2>, List<T3>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, Date[], T1[], T2[], T3[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, Date[], double[], double[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, Date[], float[], float[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, Date[], int[], int[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, Date[], long[], long[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, Date[], Date[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, Date[], short[], short[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, Date[], List<T1>, List<T2>, List<T3>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, short[], DBDateTime[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, short[], Date[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, short[], short[], short[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, List<T0>, DBDateTime[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, List<T0>, Date[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, SelectableDataSet, String, String, String, String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarY(Comparable, Table, String, String, String, String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarYBy(Comparable, Table, String, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Axes
Creates a errorBarY plot per distinct grouping value specified in byColumns.
errorBarYBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Axes
Creates a errorBarY plot per distinct grouping value specified in byColumns.
errorBarYBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarYBy(Comparable, Table, String, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Figure
 
errorBarYBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
errorBarYBy(Comparable, Table, String, String, String, String, String...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
EVENT_PUT - Static variable in class com.illumon.iris.controller.ControllerHashtableEvent
An addition or modification to the controller hash table.
EVENT_PUTALL - Static variable in class com.illumon.iris.controller.ControllerHashtableEvent
Bulk addition, modification, or removals from the controller hash table.
EVENT_REMOVE - Static variable in class com.illumon.iris.controller.ControllerHashtableEvent
A removal from the controller hash table.
exactJoin(Table.JoinStrategy, Table, MatchPair[], MatchPair[]) - Method in interface com.illumon.iris.db.tables.Table
 
exactJoin(Table.JoinStrategy, Table, Collection<String>, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
exactJoin(Table.JoinStrategy, Table, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
exactJoin(Table.JoinStrategy, Table, String, String) - Method in interface com.illumon.iris.db.tables.Table
 
exactJoin(Table.JoinStrategy, Table, String) - Method in interface com.illumon.iris.db.tables.Table
 
exactJoin(Table, String, String) - Method in interface com.illumon.iris.db.tables.Table
 
exactJoin(Table, String) - Method in interface com.illumon.iris.db.tables.Table
 
exec(T) - Method in interface com.illumon.modelfarm.Model
Execute the model on a new dataset.
exec(T) - Method in class com.illumon.modelfarm.ModelMultiExec
 
execHappened(DATATYPE) - Method in interface com.illumon.modelfarm.ExecPrioritizer
A new execution happened using this row data.
execHappened(EquityFitData) - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityPrioritizer
 
execHappened(FuturesFitData) - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesPrioritizer
 
ExecPrioritizer<KEYTYPE,DATATYPE,ROWDATAMANAGERTYPE extends RowDataManager<KEYTYPE,DATATYPE>> - Interface in com.illumon.modelfarm
An interface for prioritizing the execution of table rows.
execute(long) - Method in interface com.illumon.iris.db.v2.utils.Index.SequentialBuilder
 
execute() - Method in class com.illumon.modelfarm.ModelFarmBase
Executes the next task in the work queue.
execute() - Method in class com.illumon.modelfarm.ModelFarmRealTime
 
execute() - Method in class com.illumon.modelfarm.ModelFarmTick
 
executeQuery(RemoteQuery<T>, Class<?>...) - Method in interface com.illumon.iris.db.tables.databases.Database
Executes a DB query.
expandQuickFilter(Table, String) - Static method in class com.illumon.iris.db.tables.select.SelectFilterFactory
 
expandQuickFilter(Table, String, QuickFilterMode) - Static method in class com.illumon.iris.db.tables.select.SelectFilterFactory
 
expectedObjectWidth() - Method in interface com.illumon.util.codec.ObjectCodec
What width byte array does this ObjectCodec expect to encode and decode?
ExponentiallyDecayedSum - Class in com.illumon.numerics.movingaverages
Created by IntelliJ IDEA.
ExponentiallyDecayedSum(double, boolean) - Constructor for class com.illumon.numerics.movingaverages.ExponentiallyDecayedSum
Creates a new exponentially decayed sum.
exportElement(T, int, WritableSource<ELEMENT_TYPE>, long) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
exportElement(T, int) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
exportTable(String, DynamicTable) - Method in class com.illumon.iris.sbetransport.server.TableServer
Make a table available for subscription by clients.
exportToExternalKey(T) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 

F

FACTORY - Static variable in interface com.illumon.iris.db.v2.utils.Index
 
Figure - Interface in com.illumon.iris.db.plot
An interface for constructing plots.
figure() - Static method in class com.illumon.iris.db.plot.PlottingConvenience
figure(int, int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
figureRemoveSeries(String...) - Method in interface com.illumon.iris.db.plot.BaseFigure
Removes all series with names from this Figure.
figureRemoveSeries(String...) - Method in interface com.illumon.iris.db.plot.Figure
 
figureTextColor(Paint) - Method in interface com.illumon.iris.db.plot.Theme
Defines the color of the default Font of the Figure's text.
figureTextColor(String) - Method in interface com.illumon.iris.db.plot.Theme
Defines the color of the default Font of the Figure's text.
figureTextFont(Font) - Method in interface com.illumon.iris.db.plot.Theme
Defines the default Font of the Figure's text.
figureTextFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Theme
Defines the default Font of the Figure's text.
figureTitle(String) - Method in interface com.illumon.iris.db.plot.BaseFigure
Sets the title of this Figure
figureTitle(String) - Method in interface com.illumon.iris.db.plot.Figure
 
figureTitleColor(Paint) - Method in interface com.illumon.iris.db.plot.BaseFigure
Sets the color of this Figure's title
figureTitleColor(String) - Method in interface com.illumon.iris.db.plot.BaseFigure
Sets the color of this Figure's title
figureTitleColor(String) - Method in interface com.illumon.iris.db.plot.Figure
 
figureTitleColor(Paint) - Method in interface com.illumon.iris.db.plot.Figure
 
figureTitleColor(Paint) - Method in interface com.illumon.iris.db.plot.Theme
Sets the color of the Figure's title.
figureTitleColor(String) - Method in interface com.illumon.iris.db.plot.Theme
Sets the color of the default Font of the Figure's text.
figureTitleFont(Font) - Method in interface com.illumon.iris.db.plot.BaseFigure
Sets the font of this Figure's title
figureTitleFont(String, String, int) - Method in interface com.illumon.iris.db.plot.BaseFigure
Sets the font of this Figure's title
figureTitleFont(Font) - Method in interface com.illumon.iris.db.plot.Figure
 
figureTitleFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Figure
 
figureTitleFont(Font) - Method in interface com.illumon.iris.db.plot.Theme
Sets the Font of the Figure's title.
figureTitleFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Theme
Sets the Font of the Figure's title.
FilterGenerator - Interface in com.illumon.iris.db.v2.permissions
Filter Generators define ACLs.
find(long) - Method in interface com.illumon.iris.db.v2.utils.Index
Returns the position in [0..(size-1)] where the key is found.
findMissing(Index) - Method in interface com.illumon.iris.db.v2.utils.Index
For the given keys Index, under the assertion that none of them are present in the current index, return the tentative insertion points in the current index with the count for each of them
findPrev(long) - Method in interface com.illumon.iris.db.v2.utils.Index
Returns the position in [0..(size-1)] where the key is found in the previous index.
finishTransaction() - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
finishTransaction() - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableTable
 
finishTransaction() - Method in interface com.illumon.iris.db.tables.appendable.TableTransactionProcessor
Finish the current pending transaction.
firstBy(Table.ByStrategy, SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
firstBy(Table.ByStrategy, String...) - Method in interface com.illumon.iris.db.tables.Table
 
firstBy(Table.ByStrategy, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
firstBy(SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
firstBy(String...) - Method in interface com.illumon.iris.db.tables.Table
Groups the data column according to groupByColumns and retrieves the first for the rest of the fields
firstBy(Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
firstBy(Table.ByStrategy) - Method in interface com.illumon.iris.db.tables.Table
 
firstBy() - Method in interface com.illumon.iris.db.tables.Table
 
firstKey() - Method in interface com.illumon.iris.db.v2.utils.Index
 
FitDataBase - Interface in com.illumon.modelfarm.fitterfarm
Basic data describing a snapshot of market data.
FitDataOptionChain - Interface in com.illumon.modelfarm.fitterfarm
A snapshot of market data needed to create an option chain.
FitDataOptionPrices - Interface in com.illumon.modelfarm.fitterfarm
A snapshot of market data needed to define option market prices.
FitDataRates - Interface in com.illumon.modelfarm.fitterfarm
A snapshot of market data needed to define rates for an underlying.
FitDataUnderlying - Interface in com.illumon.modelfarm.fitterfarm
A snapshot of market data needed to define an underlying security.
FitDataUnderlyingFutures - Interface in com.illumon.modelfarm.fitterfarm
A snapshot of market data needed to define future prices for an underlying security.
FitDataUnderlyingPrices - Interface in com.illumon.modelfarm.fitterfarm
A snapshot of market data needed to define prices for an underlying security.
FitDataVolSurface - Interface in com.illumon.modelfarm.fitterfarm
A snapshot of market data needed to define the vol surface for an underlying.
FitterFarmFactory - Class in com.illumon.modelfarm.fitterfarm
Factory methods to create multithreaded resources to fit a derivative model's parameters.
FixedWidthColumnDataDecoder - Class in com.illumon.iris.sbetransport.client.messages
A utility class to decode column data updates with a fixed width (ie primitive types).
FixedWidthColumnDataDecoder(Class, Function<Object, Object>) - Constructor for class com.illumon.iris.sbetransport.client.messages.FixedWidthColumnDataDecoder
Create a new fixed width column data decoder using the given SBE decoder class.
flatten() - Method in interface com.illumon.iris.db.tables.Table
Creates a version of this table with a flat index (V2 only).
flatten() - Method in interface com.illumon.iris.db.v2.TableMap
Flattens all of the result tables within the tablemap.
floatCol(String, float...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a ColumnHolder of type float that can be used when creating in-memory tables.
floatColumnIterator(String) - Method in interface com.illumon.iris.db.tables.Table
 
flush() - Method in interface com.illumon.iris.binarystore.TableWriter
Flushes data out.
flush() - Method in interface com.illumon.iris.db.tables.appendable.AppendableTable
Optional method to flush data to this tables persistent storage (if applicable).
flush() - Method in interface com.illumon.iris.db.tables.appendable.BufferedAppendable
Write all appended data to the underlying store and prepare for subsequent writes.
flush() - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
flush() - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableTable
 
flush() - Method in class com.illumon.iris.db.tables.appendable.local.LocalTableWriter
 
flush() - Method in interface com.illumon.iris.db.tables.databases.Database.LogHandle
 
flushColumnData() - Static method in class com.illumon.iris.db.tables.utils.TableManagementTools
Flush all previously written column data to disk.
flushDeferredRows() - Method in interface com.illumon.iris.binarystore.TableWriter
Write any rows buffered by TableWriter.writeDeferredRow(WritableRowContainer) to storage.
flushLocalInstance() - Static method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
Deprecated.
No longer used.
Font - Class in com.illumon.iris.db.plot
A font used to represent text.
Font(String, Font.FontStyle, int) - Constructor for class com.illumon.iris.db.plot.Font
Creates a new instance of the Font with the specified family, style, and size.
Font(String, String, int) - Constructor for class com.illumon.iris.db.plot.Font
Creates a new instance of the Font with the specified family, style, and size.
font(String, Font.FontStyle, int) - Static method in class com.illumon.iris.db.plot.Font
Gets an instance of the Font with the specified family, style, and size.
font(String, String, int) - Static method in class com.illumon.iris.db.plot.Font
Gets an instance of the Font with the specified family, style, and size.
font(String, Font.FontStyle, int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
font(String, String, int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
Font.FontStyle - Enum in com.illumon.iris.db.plot
Style of font.
fontFamilyNames() - Static method in class com.illumon.iris.db.plot.Font
Gets the names of available Font families.
fontFamilyNames() - Static method in class com.illumon.iris.db.plot.PlottingConvenience
fontStyle(String) - Static method in class com.illumon.iris.db.plot.Font
Gets an instance of the FontStyle represented by style
fontStyle(String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
fontStyleNames() - Static method in class com.illumon.iris.db.plot.Font
Gets the names of available FontStyles.
fontStyleNames() - Static method in class com.illumon.iris.db.plot.PlottingConvenience
force() - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Persist all added data.
force() - Method in interface com.illumon.iris.db.tables.appendable.BufferedAppendable
Force all flushed data to be persisted to permanent storage.
force() - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
force() - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableTable
 
force() - Method in class com.illumon.iris.db.tables.appendable.local.LocalTableWriter
 
format(double, StringBuffer, FieldPosition) - Method in class com.illumon.iris.db.plot.axisformatters.ScientificNumberFormatter
 
format(long, StringBuffer, FieldPosition) - Method in class com.illumon.iris.db.plot.axisformatters.ScientificNumberFormatter
 
formatColumns(String...) - Method in interface com.illumon.iris.db.tables.Table
 
formatColumnWhere(String, String, String) - Method in interface com.illumon.iris.db.tables.Table
 
formatRowWhere(String, String) - Method in interface com.illumon.iris.db.tables.Table
 
fractionOfBusinessDayComplete(DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
Returns the fraction of the business day complete by the given time.
fractionOfBusinessDayRemaining(DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
Returns the fraction of the business day remaining after the given time.
fractionOfStandardBusinessDay() - Method in interface com.illumon.util.calendar.BusinessCalendar
Returns the ratio of the current day's business day length and the standard business day length.
fractionOfStandardBusinessDay(DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
For the given date, returns the ratio of the business day length and the standard business day length.
fractionOfStandardBusinessDay(String) - Method in interface com.illumon.util.calendar.BusinessCalendar
For the given date, returns the ratio of the business day length and the standard business day length.
fromDirective(String) - Static method in class com.illumon.iris.db.v2.ColumnRenderersBuilder
Creates a new ColumnRenderersBuilder from an existing COLUMN_RENDERERS_ATTRIBUTE directive.
fromDirective(String) - Static method in class com.illumon.iris.db.v2.TotalsTableBuilder
Produce a TotalsTableBuilder from a directive string.
funcNPoints(int) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeriesFunction
Sets the number of data points in this dataset.
funcNPoints(int) - Method in interface com.illumon.iris.db.plot.Figure
 
funcRange(double, double) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeriesFunction
Sets the data range for this series.
funcRange(double, double, int) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeriesFunction
Sets the data range and number of points for this series.
funcRange(double, double, double, double) - Method in interface com.illumon.iris.db.plot.datasets.xyz.XYZDataSeriesFunction
Sets the data range for this series.
funcRange(double, double, double, double, int) - Method in interface com.illumon.iris.db.plot.datasets.xyz.XYZDataSeriesFunction
Sets the data range and number of points for this series.
funcRange(double, double) - Method in interface com.illumon.iris.db.plot.Figure
 
funcRange(double, double, double, double) - Method in interface com.illumon.iris.db.plot.Figure
 
funcRange(double, double, double, double, int) - Method in interface com.illumon.iris.db.plot.Figure
 
funcRange(double, double, int) - Method in interface com.illumon.iris.db.plot.Figure
 
FuturesFitData - Class in com.illumon.modelfarm.fitterfarm.futures
A snapshot of market data needed to fit a futures option model.
FuturesFitData() - Constructor for class com.illumon.modelfarm.fitterfarm.futures.FuturesFitData
Create a new, empty data set.
FuturesFitData(FuturesFitData) - Constructor for class com.illumon.modelfarm.fitterfarm.futures.FuturesFitData
Copy the data.
FuturesFitDataManager<DATATYPE extends FuturesFitData> - Class in com.illumon.modelfarm.fitterfarm.futures
Utility for accessing and querying futures fit data contained in a dynamic table.
FuturesFitDataManager(Supplier<DATATYPE>, BiConsumer<DATATYPE, Long>, DynamicTable) - Constructor for class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
Create a multithreaded resource to fit a derivative model's parameters for futures.
FuturesFitDataOptionPrices - Class in com.illumon.modelfarm.fitterfarm.futures
A snapshot of market data needed to fit a futures option model.
FuturesFitDataOptionPrices() - Constructor for class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataOptionPrices
Create a new, empty data set.
FuturesFitDataOptionPrices(FuturesFitDataOptionPrices) - Constructor for class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataOptionPrices
Copy the data.
FuturesFitDataVolSurface - Class in com.illumon.modelfarm.fitterfarm.futures
A snapshot of market data needed to fit a futures option model.
FuturesFitDataVolSurface() - Constructor for class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataVolSurface
 
FuturesFitDataVolSurface(FuturesFitDataVolSurface) - Constructor for class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataVolSurface
 
FuturesPrioritizer<DATATYPE extends FuturesFitData> - Class in com.illumon.modelfarm.fitterfarm.futures
A utility for prioritizing the processing of new data to fit.
FuturesPrioritizer(double) - Constructor for class com.illumon.modelfarm.fitterfarm.futures.FuturesPrioritizer
Creates a new prioritizer for futures.

G

gamma(double, double, double, double, double, double) - Static method in class com.illumon.numerics.derivatives.BlackScholes
Computes the generalized Black-Scholes gamma (second order partial derivative of option price with respect to stock price).
gammaP(double, double, double, double, double, double) - Static method in class com.illumon.numerics.derivatives.BlackScholes
Computes the generalized Black-Scholes percentage gamma (first order partial derivative of delta with respect to ln(stock price)).
gc() - Method in interface com.illumon.iris.db.tables.databases.Database
Invoke the garbage collector for this database.
generateFilter(Database, PermissionFilterProvider, UserContext, String, String) - Method in interface com.illumon.iris.db.v2.permissions.FilterGenerator
Generate a filter for a table access.
generateFilter(Database, PermissionFilterProvider, UserContext, String, String, boolean) - Method in interface com.illumon.iris.db.v2.permissions.FilterGenerator
Generate a filter for a table access.
generateFilter(Database, PermissionFilterProvider, UserContext, String, String, boolean) - Method in class com.illumon.iris.db.v2.permissions.WhereInFilterGenerator
 
get(Object) - Method in class com.illumon.iris.controller.ControllerHashtableClient
 
get(Object) - Method in class com.illumon.iris.db.plot.themes.Themes
 
get(long) - Method in interface com.illumon.iris.db.tables.DataColumn
Returns the value in the column at the row designated by the index
get(long, long) - Method in interface com.illumon.iris.db.tables.DataColumn
Return the column's values for the specified row range.
get(long...) - Method in interface com.illumon.iris.db.tables.DataColumn
Return the column's values for the specified rows.
get(int...) - Method in interface com.illumon.iris.db.tables.DataColumn
Return the column's values for the specified rows.
get(long) - Method in interface com.illumon.iris.db.tables.dbarrays.DbArray
 
get(long) - Method in interface com.illumon.iris.db.tables.dbarrays.DbBooleanArray
Deprecated.
 
get(long) - Method in interface com.illumon.iris.db.tables.dbarrays.DbCharArray
 
get(long) - Method in interface com.illumon.iris.db.tables.dbarrays.DbDoubleArray
 
get(long) - Method in interface com.illumon.iris.db.tables.dbarrays.DbFloatArray
 
get(Table) - Static method in class com.illumon.iris.db.v2.ColumnRenderersBuilder
Gets a ColumnRenderersBuilder from the COLUMN_RENDERERS_ATTRIBUTE in a source Table.
get(Object) - Method in class com.illumon.iris.db.v2.ReverseLookupListener
 
get(long) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
get(long) - Method in class com.illumon.iris.db.v2.sources.NullValueColumnSource
 
get(Object) - Method in interface com.illumon.iris.db.v2.TableMap
Gets a table with a given key.
get(Table) - Static method in class com.illumon.iris.db.v2.TotalsTableBuilder
Produce a totals table builder from the source table.
get(long) - Method in interface com.illumon.iris.db.v2.utils.Index
 
getAddHelper() - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
Get a type-appropriate helper instance for complex append operations.
getAddHelper() - Method in class com.illumon.iris.db.tables.appendable.BaseAppendableColumn
 
getAll() - Method in class com.illumon.iris.controller.ControllerHashtableEvent
Returns the added or modified PersistentQueryInfos for ControllerHashtableEvent.EVENT_PUTALL
getAllDbDirs(String, File, int) - Static method in class com.illumon.iris.db.tables.utils.TableManagementTools
 
getAllGroups() - Method in class com.illumon.iris.controller.PersistentQueryControllerClient
Returns the list of all groups.
getAllUsers() - Method in class com.illumon.iris.controller.PersistentQueryControllerClient
Returns the list of all users.
getApplicationVersion() - Method in interface com.illumon.iris.binarystore.TableReader
Get the application version associated with the file being read by this TableReader.
getAttribute(String) - Method in interface com.illumon.iris.db.tables.Table
 
getAttributeNames() - Method in interface com.illumon.iris.db.tables.Table
 
getAttributes() - Method in interface com.illumon.iris.db.tables.Table
Get all of the attributes from the table.
getAttributes(Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
Get all attributes from the desired table except the items that appear in excluded.
getAverageFirstTimeDataReadTime() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceNugget
 
getAverageRepeatedDataReadTime() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceNugget
 
getAxisColor() - Method in interface com.illumon.iris.db.plot.Theme
Gets the color of the Axes.
getAxisTickLabelColor() - Method in interface com.illumon.iris.db.plot.Theme
Gets the Paint used for the color of each tick label.
getAxisTicksFont() - Method in interface com.illumon.iris.db.plot.Theme
Gets the font used for the Axis's title.
getAxisTitleColor() - Method in interface com.illumon.iris.db.plot.Theme
Gets the Paint used for the color of each Axis.
getAxisTitleFont() - Method in interface com.illumon.iris.db.plot.Theme
Gets the font used for the Axis's title.
getBoolean(long) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getBoolean(long) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getBooleans(long, long) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getBooleans(long...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getBooleans(int...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getBuilder() - Method in interface com.illumon.iris.db.v2.utils.Index.Factory
 
getBusinessDay(DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
Deprecated.
getBusinessDay(String) - Method in interface com.illumon.util.calendar.BusinessCalendar
Deprecated.
getBusinessDay(LocalDate) - Method in interface com.illumon.util.calendar.BusinessCalendar
Deprecated.
getBusinessSchedule(DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the indicated business day's schedule.
getBusinessSchedule(String) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the indicated business day's schedule.
getBusinessSchedule(LocalDate) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the indicated business day's schedule.
getByte(long) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getByte(long) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getByte(long) - Method in class com.illumon.iris.db.v2.sources.NullValueColumnSource
 
getBytes(long, long) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getBytes(long...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getBytes(int...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getBytes(long, int, byte[]) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getCallerLine() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceNugget
 
getCallerLine() - Static method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
 
getCarryCurveDates() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
getCarryCurveDates() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataRates
Gets an array of dates defining the cost-of-carry curve.
getCarryCurveErrors() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
getCarryCurveErrors() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataRates
Gets an array of rate errors defining the cost-of-carry curve.
getCarryCurveRates() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
getCarryCurveRates() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataRates
Gets an array of rates defining the cost-of-carry curve.
getCatalog() - Method in interface com.illumon.iris.db.tables.databases.Database
Gets a table containing information on all tables in the DB.
getChar(long) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getChar(long) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getChar(long) - Method in class com.illumon.iris.db.v2.sources.NullValueColumnSource
 
getChars(long, long) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getChars(long...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getChars(int...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getChartBackgroundColor() - Method in interface com.illumon.iris.db.plot.Theme
Gets the color used for the background of the Chart.
getChartTitleColor() - Method in interface com.illumon.iris.db.plot.Theme
Gets the Paint used for the title of each Chart.
getChartTitleFont() - Method in interface com.illumon.iris.db.plot.Theme
Gets the font used for the Chart's title.
getClassImports() - Static method in class com.illumon.iris.db.tables.libs.QueryLibrary
 
getClientHost() - Method in interface com.illumon.iris.db.tables.databases.Database
Gets a client hostname.
getClientHost() - Method in class com.illumon.iris.db.tables.select.QueryScope
 
getColumn(String) - Method in interface com.illumon.iris.db.tables.appendable.AppendableTable
Get a column for this table by name.
getColumn(String) - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableTable
 
getColumn(int) - Method in interface com.illumon.iris.db.tables.Table
 
getColumn(String) - Method in interface com.illumon.iris.db.tables.Table
 
getColumnId() - Method in class com.illumon.iris.sbetransport.ColumnInfo
A unique identifier for this column used by column data update messages.
getColumnMap() - Method in interface com.illumon.iris.db.tables.appendable.AppendableTable
 
getColumnMap() - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableTable
 
getColumnNames() - Method in interface com.illumon.iris.binarystore.TableReader
Get an array of all known column names.
getColumnNames() - Method in interface com.illumon.iris.binarystore.TableWriter
Gets the column names for the table.
getColumnNames() - Method in class com.illumon.iris.db.tables.appendable.local.LocalTableWriter
 
getColumnPartitionTableWriter(String, String, String, String, TableDefinition, boolean) - Method in interface com.illumon.iris.db.tables.databases.Database
Gets a table writer for a partitioned table.
getColumnPartitionValue() - Method in interface com.illumon.iris.binarystore.Row
For rows that are to be used with file managers that allow dynamic column partition selection, retrieve the column partition value.
getColumns() - Method in interface com.illumon.iris.db.tables.appendable.AppendableTable
 
getColumns() - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableTable
 
getColumns() - Method in interface com.illumon.iris.db.tables.Table
 
getColumnSource(String) - Method in interface com.illumon.iris.db.tables.Table
 
getColumnSource() - Method in class com.illumon.iris.db.v2.utils.ColumnHolder
Gets a column source for the data.
getColumnSourceMap() - Method in interface com.illumon.iris.db.tables.Table
 
getColumnSources() - Method in interface com.illumon.iris.db.tables.Table
 
getColumnSources() - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getColumnType(String) - Method in interface com.illumon.iris.binarystore.TableReader
Get the SupportedType of the named column.
getColumnTypes() - Method in interface com.illumon.iris.binarystore.TableWriter
Gets the column types for the table.
getColumnTypes() - Method in class com.illumon.iris.db.tables.appendable.local.LocalTableWriter
 
getComm() - Method in class com.illumon.iris.controller.ControllerHashtableClient
 
getComponentType() - Method in interface com.illumon.iris.db.tables.DataColumn
Get the array component type, or the type itself.
getComponentType() - Method in interface com.illumon.iris.db.tables.dbarrays.DbArray
 
getComponentType() - Method in interface com.illumon.iris.db.tables.dbarrays.DbArrayBase
 
getComponentType() - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getCurrent() - Static method in class com.illumon.iris.db.tables.libs.QueryLibrary
 
getCurrent() - Method in class com.illumon.numerics.movingaverages.AbstractMa
Gets the current value of the ema.
getCurrent() - Method in class com.illumon.numerics.movingaverages.Ema
Gets the current value of the ema.
getCurrent() - Method in class com.illumon.numerics.movingaverages.EmaArray
 
getCurrent() - Method in class com.illumon.numerics.movingaverages.NeighborEmaArrayDifferencer
Gets the current difference in the latest value and the emas.
getDashPattern() - Method in class com.illumon.iris.db.plot.LineStyle
Gets the dash pattern of this LineStyle.
getData() - Method in class com.illumon.iris.controller.ControllerHashtableClient
 
getData(KEYTYPE, boolean) - Method in class com.illumon.modelfarm.ModelFarmBase
Gets the most recent row data for an unique identifier.
getDatabase() - Method in interface com.illumon.iris.validation.ValidationTableDescription
Gets the database the table was retrieved from.
getDateFormatColumn(String) - Static method in interface com.illumon.iris.db.util.ColumnFormattingValues
 
getDateTimeColumnHolder(String, boolean, long...) - Static method in class com.illumon.iris.db.v2.utils.ColumnHolder
Create a column holder for a DateTime column where the values are represented as longs.
getDefaultInstance() - Static method in class com.illumon.iris.db.tables.select.QueryScope
 
getDefaultOperation() - Method in class com.illumon.iris.db.v2.TotalsTableBuilder
Gets the operation to use for columns without an operation specified.
getDefinition() - Method in interface com.illumon.iris.db.tables.appendable.AppendableTable
 
getDefinition() - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableTable
 
getDefinition() - Method in interface com.illumon.iris.db.tables.Table
 
getDescription() - Method in interface com.illumon.iris.db.tables.Table
 
getDiffFreeMemory() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceNugget
 
getDiffTotalMemory() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceNugget
 
getDirect() - Method in interface com.illumon.iris.db.tables.DataColumn
Get the contents of this data column in array form.
getDirect(long, long) - Method in interface com.illumon.iris.db.tables.DataColumn
Get the contents of a range of this data column in array form.
getDirect(long...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getDirect(int...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getDirect() - Method in interface com.illumon.iris.db.tables.dbarrays.DbArrayBase
Return a version of this DbArrayBase that is flattened out to only reference memory.
getDirect() - Method in interface com.illumon.iris.db.tables.dbarrays.DbBooleanArray
Deprecated.
Return a version of this DbArrayBase that is flattened out to only reference memory.
getDirect() - Method in interface com.illumon.iris.db.tables.dbarrays.DbCharArray
Return a version of this DbArrayBase that is flattened out to only reference memory.
getDirect() - Method in interface com.illumon.iris.db.tables.dbarrays.DbDoubleArray
Return a version of this DbArrayBase that is flattened out to only reference memory.
getDirect() - Method in interface com.illumon.iris.db.tables.dbarrays.DbFloatArray
Return a version of this DbArrayBase that is flattened out to only reference memory.
getDivCashAmounts() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
getDivCashAmounts() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataRates
Gets an array of cash dividend values for the underlying security.
getDivExDates() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
getDivExDates() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataRates
Gets an array of dividend ex-dates for the underlying security.
getDivProportionalAmounts() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
getDivProportionalAmounts() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataRates
Gets an array of proportional dividend values for the underlying security.
getDouble(long) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getDouble(long) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getDouble(long) - Method in class com.illumon.iris.db.v2.sources.NullValueColumnSource
 
getDoubles(long, long) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getDoubles(long...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getDoubles(int...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getEmptyIndex() - Method in interface com.illumon.iris.db.v2.utils.Index.Factory
 
getEndFreeMemory() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceNugget
 
getEndStyle() - Method in class com.illumon.iris.db.plot.LineStyle
Gets the LineStyle.LineEndStyle of this LineStyle.
getEndTotalMemory() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceNugget
 
getErrorLog() - Method in interface com.illumon.iris.db.tables.databases.Database
Gets an error log for the DB.
getErrorNotification(Throwable, UpdatePerformanceTracker.Entry) - Method in interface com.illumon.iris.db.v2.Listener
Creates a notification for the exception.
getEventType() - Method in class com.illumon.iris.controller.ControllerHashtableEvent
Returns the event type.
getExpression(String) - Static method in class com.illumon.iris.db.tables.select.SelectFilterFactory
 
getExpressions(String...) - Static method in class com.illumon.iris.db.tables.select.SelectFilterFactory
 
getExpressions(Collection<String>) - Static method in class com.illumon.iris.db.tables.select.SelectFilterFactory
 
getExpressionsWithQuickFilter(String[], Table, String, QuickFilterMode) - Static method in class com.illumon.iris.db.tables.select.SelectFilterFactory
 
getFigureTextColor() - Method in interface com.illumon.iris.db.plot.Theme
Gets the Paint of the figure's text.
getFigureTextFont() - Method in interface com.illumon.iris.db.plot.Theme
Gets the Font of the figure's text.
getFigureTitleColor() - Method in interface com.illumon.iris.db.plot.Theme
Gets the color used for the title of the Figure.
getFigureTitleFont() - Method in interface com.illumon.iris.db.plot.Theme
Gets the font used for the Figure's title.
getFilters() - Method in class com.illumon.iris.db.v2.permissions.WhereInFilterGenerator
Get the filters to be applied before filtering by the groupColumn.
getFirstTimeDataReadNanos() - Static method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
 
getFirstTimeDataReads() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceNugget
 
getFirstTimeDataReads() - Static method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
 
getFitData() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataOptionPricesWide
Gets the equity fit data used to generate the wide view.
getFitGroup() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
getFitGroup() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataBase
Gets the grouping of the data snapshot.
getFitScope() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
getFitScope() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataBase
Gets the scope indicating the extent of this data (e.g.
getFlagGetter() - Method in interface com.illumon.iris.binarystore.TableReader
Retrieve the getter for the row flags.
getFlatIndex(long) - Method in interface com.illumon.iris.db.v2.utils.Index.Factory
Get a flat Index containing the range [0, size), or an empty index if the specified size is <= 0.
getFloat(long) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getFloat(long) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getFloat(long) - Method in class com.illumon.iris.db.v2.sources.NullValueColumnSource
 
getFloats(long, long) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getFloats(long...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getFloats(int...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getFormats(String) - Method in class com.illumon.iris.db.v2.TotalsTableBuilder
Gets the format for an aggregated column.
getFutureAsks() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataUnderlyingFutures
Gets the future asks.
getFutureAsks() - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitData
 
getFutureBids() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataUnderlyingFutures
Gets the future bids.
getFutureBids() - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitData
 
getFutureExpirations() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataUnderlyingFutures
Gets the future expirations.
getFutureExpirations() - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitData
 
getFutureIds() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataUnderlyingFutures
Gets the future ids.
getFutureIds() - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitData
 
getFutureMids() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataUnderlyingFutures
Mid-market futures prices.
getFutureSyms() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataUnderlyingFutures
Gets the future symbols.
getFutureSyms() - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitData
 
getGetter(String) - Method in interface com.illumon.iris.binarystore.TableReader
Return a raw RowGetter for the column with the given name.
getGetter(String, Class<T>) - Method in interface com.illumon.iris.binarystore.TableReader
Return a typed RowGetter for the column with the given name.
getGridLineColor() - Method in interface com.illumon.iris.db.plot.Theme
Gets the Paint used for the background grid lines in each Chart.
getGroupColumn() - Method in class com.illumon.iris.db.v2.permissions.WhereInFilterGenerator
Get the column in the set table that contains the Iris group name.
getGrouping(TupleSource) - Method in interface com.illumon.iris.db.v2.utils.Index
 
getGroupingForKeySet(Set<Object>, TupleSource) - Method in interface com.illumon.iris.db.v2.utils.Index
Return a grouping that contains keys that match the values in keySet.
getGroupsForUser(UserContext) - Method in class com.illumon.iris.controller.PersistentQueryControllerClient
Return the groups which a user belongs to.
getGroupStrategy() - Method in enum com.illumon.iris.db.tables.Table.JoinStrategy
 
getGroupToRange() - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
Compute grouping information for all keys present in this column source.
getGroupToRange(Index) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
Compute grouping information for (at least) all keys present in index.
getImportDetails() - Method in interface com.illumon.iris.validation.ValidationTableDescription
Gets the import details for the table.
getImportStatement() - Static method in class com.illumon.iris.db.tables.libs.QueryLibrary
 
getIndex() - Method in interface com.illumon.iris.db.tables.Table
 
getIndex() - Method in interface com.illumon.iris.db.v2.utils.Index.SequentialBuilder
 
getIndexByRange(long, long) - Method in interface com.illumon.iris.db.v2.utils.Index.Factory
Create an Index containing the continuous range [firstKey, lastKey]
getIndexByValues(long...) - Method in interface com.illumon.iris.db.v2.utils.Index.Factory
Get an Index containing the specified keys.
getIndexByValues(TLongArrayList) - Method in interface com.illumon.iris.db.v2.utils.Index.Factory
Get an Index containing the specified keys.
getInitialAddByGroup() - Method in enum com.illumon.iris.db.tables.Table.ByStrategy
 
getInitialGroupByStrategy() - Method in enum com.illumon.iris.db.tables.Table.ByStrategy
 
getInputSize() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceNugget
 
getInstance() - Static method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
 
getInt(long) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getInt(long) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getInt(long) - Method in class com.illumon.iris.db.v2.sources.NullValueColumnSource
 
getIntradayPartitions(String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Get a list of all internal partition values available for the specified intraday table.
getIntradayPartitionsAsTable(String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Get all internal partition values available for the specified intraday table, returned as table.
getIntradayTable(String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Retrieves an intraday table by namespace and name.
getIntradayTable(String, String, boolean) - Method in interface com.illumon.iris.db.tables.databases.Database
Retrieves an intraday table by namespace and name.
getIntradayTable(String, String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Retrieves a single internal partition of the specified intraday table.
getIntradayTable(String, String, String, boolean) - Method in interface com.illumon.iris.db.tables.databases.Database
Retrieves a single internal partition of the specified intraday table.
getIntradayTableV2(String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Retrieves an intraday table by namespace and name.
getIntradayTableV2(String, String, boolean) - Method in interface com.illumon.iris.db.tables.databases.Database
Retrieves an intraday table by namespace and name.
getIntradayTableV2(String, String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Retrieves a single internal partition of the specified intraday table.
getIntradayTableV2(String, String, String, boolean) - Method in interface com.illumon.iris.db.tables.databases.Database
Retrieves a single internal partition of the specified intraday table.
getInts(long, long) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getInts(long...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getInts(int...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getJoinStyle() - Method in class com.illumon.iris.db.plot.LineStyle
Gets the LineStyle.LineJoinStyle of this LineStyle.
getKey() - Method in class com.illumon.iris.controller.ControllerHashtableEvent
getKey(ColumnSource[], long) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a SmartKey for the specified row from a set of ColumnSources.
getKey(long) - Method in class com.illumon.iris.db.v2.ReverseLookupListener
Gets the key for a given row.
getKeyColumns() - Method in class com.illumon.iris.db.v2.ReverseLookupListener
 
getKeySet() - Method in interface com.illumon.iris.db.v2.TableMap
Gets the keys.
getLastBy(Collection<String>) - Method in interface com.illumon.iris.db.plot.filters.SelectableDataSet
Gets a version of the SelectableDataSet with a lastBy applied to the tables.
getLastByTable(String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Retrieves an intraday last-by table by namespace and name.
getLastNotificationStep() - Method in class com.illumon.iris.db.v2.ReverseLookupListener
 
getLastSample() - Method in class com.illumon.numerics.movingaverages.AbstractMa
 
getLastSample() - Method in class com.illumon.numerics.movingaverages.EmaArray
 
getLastSample() - Method in class com.illumon.numerics.movingaverages.NeighborEmaArrayDifferencer
 
getLastTimestamp() - Method in class com.illumon.numerics.movingaverages.AbstractMa
Gets the last time the ema was updated.
getLastTimestamp() - Method in class com.illumon.numerics.movingaverages.EmaArray
Gets the last time the ema was updated.
getLastTimestamp() - Method in class com.illumon.numerics.movingaverages.ExponentiallyDecayedSum
 
getLastTimestamp() - Method in class com.illumon.numerics.movingaverages.NeighborEmaArrayDifferencer
Gets the last time the ema was updated.
getLegendFont() - Method in interface com.illumon.iris.db.plot.Theme
Gets the font used for the Chart's legend.
getLegendTextColor() - Method in interface com.illumon.iris.db.plot.Theme
Gets the color used for the legend's font.
getListener() - Method in class com.illumon.iris.controller.ControllerHashtableChangeListener.Adapter
 
getListener() - Method in class com.illumon.iris.controller.ControllerHashtableChangeListener.SimpleAdapter
 
getListener() - Method in class com.illumon.iris.controller.ControllerHashtableChangeListener.WeakReferenceAdapter
 
getLocalValuesForRemoteParams() - Method in class com.illumon.iris.db.tables.select.QueryScope
Get a snapshot of local values for remote parameters, for scopes that support this.
getLocation() - Method in interface com.illumon.iris.validation.ValidationTableDescription
Gets the table location description for the table.
getLock(DATA_TYPE) - Method in class com.illumon.modelfarm.ConditionalModels
 
getLogHandle(Table) - Method in interface com.illumon.iris.db.tables.dataimport.TableLoggerBase
Gets a handle suitable for use with logTableHandle.
getLogHandle(Table) - Method in class com.illumon.iris.export.jdbc.JdbcLogger
 
getLong(long) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getLong(long) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getLong(long) - Method in class com.illumon.iris.db.v2.sources.NullValueColumnSource
 
getLongs(long, long) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getLongs(long...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getLongs(int...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getMatchExpressions() - Method in class com.illumon.iris.db.v2.permissions.WhereInFilterGenerator
Get the MatchPairs used for the whereIn operation.
getMeta() - Method in interface com.illumon.iris.db.tables.Table
Provides column metadata in Table form.
getName() - Method in interface com.illumon.iris.db.plot.Theme
Gets the name of this theme.
getName() - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
The name of this column in the enclosing table.
getName() - Method in class com.illumon.iris.db.tables.appendable.BaseAppendableColumn
 
getName() - Method in interface com.illumon.iris.db.tables.DataColumn
 
getName() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceNugget
 
getName() - Method in class com.illumon.iris.sbetransport.ColumnInfo
Name of the column
getNamespaces() - Method in interface com.illumon.iris.db.tables.databases.Database
Retrieves all namespace names from the database.
getNoEntryValue() - Method in class com.illumon.iris.db.v2.ReverseLookupListener
 
getNotification(Index, Index, Index) - Method in interface com.illumon.iris.db.v2.Listener
Creates a notification for the table changes.
getNugget(String) - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
 
getNugget(String, long) - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
 
getNumberFormatColumn(String) - Static method in interface com.illumon.iris.db.util.ColumnFormattingValues
 
getNumberFormatter() - Method in interface com.illumon.iris.db.plot.axisformatters.AxisFormat
Gets the formatter for given pattern.
getNumberFormatter() - Method in class com.illumon.iris.db.plot.axisformatters.DecimalAxisFormat
 
getNumberFormatter() - Method in class com.illumon.iris.db.plot.axisformatters.NanosAxisFormat
 
getOldValue() - Method in class com.illumon.iris.controller.ControllerHashtableEvent
getOperationLevelPerformanceData() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
 
getOperations(String) - Method in class com.illumon.iris.db.v2.TotalsTableBuilder
Gets the operations for a given column.
getOperationUserContext() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
 
getOptionAsks() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataOptionPrices
 
getOptionAsks() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataOptionPrices
Gets an array of ask prices for options.
getOptionAsks() - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataOptionPrices
 
getOptionBids() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataOptionPrices
 
getOptionBids() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataOptionPrices
Gets an array of bid prices for options.
getOptionBids() - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataOptionPrices
 
getOptionCallAsks() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataOptionPricesWide
Gets the option call asks.
getOptionCallBids() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataOptionPricesWide
Gets the option call bids.
getOptionExerciseTypes() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
getOptionExerciseTypes() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataOptionChain
Gets the type of option exercise (e.g.
getOptionExpirations() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
getOptionExpirations() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataOptionPricesWide
Gets the option expirations.
getOptionExpirations() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataOptionChain
Gets an array of expirations associated with the option prices.
getOptionIds() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
getOptionIds() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataOptionChain
Gets an array of ids associated with the options.
getOptionPayoffTypes() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
getOptionPayoffTypes() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataOptionChain
Gets the type of option payoff (e.g.
getOptionPutAsks() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataOptionPricesWide
Gets the option put asks.
getOptionPutBids() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataOptionPricesWide
Gets the option put bids.
getOptionRoots() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
getOptionRoots() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataOptionChain
Gets an array of root symbols associated with the options.
getOptionSettlementTypes() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
getOptionSettlementTypes() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataOptionChain
Gets the type of option settlement (e.g.
getOptionStrikes() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
getOptionStrikes() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataOptionPricesWide
Gets the option strikes.
getOptionStrikes() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataOptionChain
Gets an array of strikes associated with the option prices.
getOptionSyms() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
getOptionSyms() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataOptionChain
Gets an array of symbols associated with the options.
getOuterMostNugget() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
 
getOuterNugget() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
 
getPackageImports() - Static method in class com.illumon.iris.db.tables.libs.QueryLibrary
 
getParamNames() - Method in class com.illumon.iris.db.tables.select.QueryScope
Get all known scope variable names.
getParams(Collection<String>) - Method in class com.illumon.iris.db.tables.select.QueryScope
Get an array of Params by name.
getParamValue(String) - Static method in class com.illumon.iris.db.tables.select.QueryScope
 
getPartitionTable() - Method in interface com.illumon.iris.validation.ValidationTableDescription
Gets the table to test.
getPointLabelColor() - Method in interface com.illumon.iris.db.plot.Theme
Gets the color used for point labels.
getPointLabelFont() - Method in interface com.illumon.iris.db.plot.Theme
Gets the font used for point labels.
getPrev(long) - Method in interface com.illumon.iris.db.tables.dbarrays.DbArray
 
getPrev(long) - Method in interface com.illumon.iris.db.tables.dbarrays.DbCharArray
 
getPrev(long) - Method in interface com.illumon.iris.db.tables.dbarrays.DbDoubleArray
 
getPrev(long) - Method in interface com.illumon.iris.db.tables.dbarrays.DbFloatArray
 
getPrev(Object) - Method in class com.illumon.iris.db.v2.ReverseLookupListener
 
getPrev(long) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getPrev(long) - Method in class com.illumon.iris.db.v2.sources.NullValueColumnSource
 
getPrev(long) - Method in interface com.illumon.iris.db.v2.utils.Index
 
getPrevBoolean(long) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getPrevByte(long) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getPrevByte(long) - Method in class com.illumon.iris.db.v2.sources.NullValueColumnSource
 
getPrevChar(long) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getPrevChar(long) - Method in class com.illumon.iris.db.v2.sources.NullValueColumnSource
 
getPrevDouble(long) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getPrevDouble(long) - Method in class com.illumon.iris.db.v2.sources.NullValueColumnSource
 
getPrevFloat(long) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getPrevFloat(long) - Method in class com.illumon.iris.db.v2.sources.NullValueColumnSource
 
getPrevGrouping(TupleSource) - Method in interface com.illumon.iris.db.v2.utils.Index
 
getPrevIndex() - Method in interface com.illumon.iris.db.v2.utils.Index
 
getPrevInt(long) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getPrevInt(long) - Method in class com.illumon.iris.db.v2.sources.NullValueColumnSource
 
getPrevKey(ColumnSource[], long) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a SmartKey for the row previous to the specified row from a set of ColumnSources.
getPrevKey(long) - Method in class com.illumon.iris.db.v2.ReverseLookupListener
Gets the previous key for a given row.
getPrevLong(long) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getPrevLong(long) - Method in class com.illumon.iris.db.v2.sources.NullValueColumnSource
 
getPrevShort(long) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getPrevShort(long) - Method in class com.illumon.iris.db.v2.sources.NullValueColumnSource
 
getPrevSortMapping(Index, SortingOrder) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getPrimaryUserContext() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
 
getPropertyGetter(String) - Method in interface com.illumon.iris.binarystore.TableReader
Retrieve a getter for the specified internal property.
getQueryLevelPerformanceData() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
 
getQueryName() - Method in class com.illumon.iris.db.tables.select.QueryScope
 
getRandomBuilder() - Method in interface com.illumon.iris.db.v2.utils.Index.Factory
 
getRecord(long, String...) - Method in interface com.illumon.iris.db.tables.Table
 
getRecordDataGetter() - Method in interface com.illumon.iris.binarystore.TableReader
Retrieve the getter for the RecordData.
getRecordSetter() - Method in interface com.illumon.iris.binarystore.TableWriter
Gets a record setter for an entry.
getRecordSetter(Class<T>) - Method in interface com.illumon.iris.binarystore.TableWriter
Gets a typed record setter for an entry.
getRecordWriter() - Method in interface com.illumon.iris.binarystore.TableWriter
Get new writer for Record entries.
getRefreshAddByGroup() - Method in enum com.illumon.iris.db.tables.Table.ByStrategy
 
getRefreshGroupStrategy() - Method in enum com.illumon.iris.db.tables.Table.ByStrategy
 
getRemoteDB() - Method in class com.illumon.iris.db.tables.remotequery.RemoteQueryClient
Creates a Database object that communicates with a remote query worker.
getRemoteDB(int) - Method in class com.illumon.iris.db.tables.remotequery.RemoteQueryClient
Creates a Database object that communicates with a remote query worker.
getRemoved() - Method in class com.illumon.iris.controller.ControllerHashtableEvent
Returns the removed PersistentQueryInfos for ControllerHashtableEvent.EVENT_PUTALL
getRenderClassForType(ColumnRenderersBuilder.ColumnRendererType) - Method in class com.illumon.iris.db.v2.ColumnRenderersBuilder
 
getRenderClassName(String) - Method in class com.illumon.iris.db.v2.ColumnRenderersBuilder
Gets the fully qualified class name for the renderer of a column.
getRendererType(String) - Method in class com.illumon.iris.db.v2.ColumnRenderersBuilder
Gets the column renderer type assigned to a given column name.
getRepeatedDataReadNanos() - Static method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
 
getRepeatedDataReads() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceNugget
 
getRepeatedDataReads() - Static method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
 
getReplayer(DBDateTime, DBDateTime) - Method in interface com.illumon.iris.db.tables.databases.Database
Creates a data replayer.
getReplayer(String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Creates a data replayer.
getReplayer(DBDateTime, DBDateTime, long) - Method in interface com.illumon.iris.db.tables.databases.Database
Creates a data replayer.
getReplayer(String, String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Creates a data replayer.
getReplayer(DBDateTime, DBDateTime, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Creates a data replayer.
getRowWriter() - Method in interface com.illumon.iris.binarystore.TableWriter
Get a writer for a Row entries.
getRowWriter() - Method in class com.illumon.iris.db.tables.appendable.local.LocalTableWriter
 
getScriptBody(boolean, String, ScriptPathLoaderState) - Method in class com.illumon.iris.controller.PersistentQueryControllerClient
 
getScriptBody(boolean, String, long, ScriptPathLoaderState) - Method in class com.illumon.iris.controller.PersistentQueryControllerClient
 
getScriptBody(boolean, String, String, ScriptPathLoaderState) - Method in class com.illumon.iris.controller.PersistentQueryControllerClient
 
getScriptDisplayPaths(String, ScriptPathLoaderState) - Method in class com.illumon.iris.controller.PersistentQueryControllerClient
 
getScriptDisplayPaths(ScriptPathLoaderState) - Method in class com.illumon.iris.controller.PersistentQueryControllerClient
 
getScriptDisplayPaths(long, ScriptPathLoaderState) - Method in class com.illumon.iris.controller.PersistentQueryControllerClient
 
getSequentialBuilder() - Method in interface com.illumon.iris.db.v2.utils.Index.Factory
 
getSeriesColor(int) - Method in interface com.illumon.iris.db.plot.Theme
Gets the color of the i-th series in the Chart
getSeriesColorPalette() - Method in interface com.illumon.iris.db.plot.Theme
Gets the ColorPalette used for each Chart.
getServerConfiguration() - Method in class com.illumon.iris.controller.PersistentQueryControllerClient
Gets the server configuration from the controller.
getServerHost() - Method in interface com.illumon.iris.db.tables.databases.Database
Gets the server hostname.
getSetNamespace() - Method in class com.illumon.iris.db.v2.permissions.WhereInFilterGenerator
Get the namespace of the set table.
getSetTable(Database, PermissionFilterProvider, UserContext, String, String) - Method in class com.illumon.iris.db.v2.permissions.WhereInFilterGenerator
Generate the set table for a particular userContext accessing namespace and table.
getSetTableName() - Method in class com.illumon.iris.db.v2.permissions.WhereInFilterGenerator
Get the name of the set table.
getSetter(String) - Method in interface com.illumon.iris.binarystore.Row
Gets a setter for a column.
getSetter(String, Class<T>) - Method in interface com.illumon.iris.binarystore.Row
Gets a typed setter for a column.
getSetter(String) - Method in interface com.illumon.iris.binarystore.TableWriter
Gets a setter for a column.
getSetter(String, Class<T>) - Method in interface com.illumon.iris.binarystore.TableWriter
Gets a typed setter for a column.
getSetter(String) - Method in class com.illumon.iris.db.tables.appendable.local.LocalTableWriter
 
getShort(long) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getShort(long) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getShort(long) - Method in class com.illumon.iris.db.v2.sources.NullValueColumnSource
 
getShorts(long, long) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getShorts(long...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getShorts(int...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
getShowGrandTotalsByDefault() - Method in class com.illumon.iris.db.v2.TotalsTableBuilder
Should grand totals be shown by default?
getShowTotalsByDefault() - Method in class com.illumon.iris.db.v2.TotalsTableBuilder
Should totals be shown by default?
getSortMapping(Index, SortingOrder) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getStartClockTime() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceNugget
 
getState() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
Return the query's current state
getState() - Method in class com.illumon.modelfarm.ModelFarmBase
Gets the current run state of the model farm.
getStaticImports() - Static method in class com.illumon.iris.db.tables.libs.QueryLibrary
 
getSubIndexForKeySet(Set<Object>, TupleSource) - Method in interface com.illumon.iris.db.v2.utils.Index
Return a subIndex that contains indices that match the values in keySet.
getSubTable(Index) - Method in interface com.illumon.iris.db.tables.Table
 
getSwappableTable(Comparable, ChartImpl, Function<Table, Table>, String...) - Method in interface com.illumon.iris.db.plot.filters.SelectableDataSet
Gets the view of the Table with the selected subset.
getSwappableTable(Comparable, ChartImpl, String...) - Method in interface com.illumon.iris.db.plot.filters.SelectableDataSet
Gets the view of the Table with the selected subset.
getSystemNamespaces() - Method in interface com.illumon.iris.db.tables.databases.Database
Retrieves system namespace names from the database.
getTable() - Method in interface com.illumon.iris.db.plot.filters.SelectableDataSet
Gets the underlying table.
getTable(String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Retrieves a table by namespace and name.
getTableDefinition(String, String) - Method in interface com.illumon.iris.db.tables.databases.TableDefinitionProvider
Retrieves a system table definition by namespace and name.
getTableLogger() - Method in interface com.illumon.iris.db.tables.databases.Database.LogHandle
 
getTableNames(String) - Method in interface com.illumon.iris.db.tables.databases.Database
Gets all table names from the specified namespace, along with the table definitions table name and the column definitions table name.
getTableV2(String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Retrieves a table by namespace and name.
getTableWriter(String, String, TableDefinition, boolean) - Method in interface com.illumon.iris.db.tables.databases.Database
Gets a table writer for an unpartitioned table.
getTemplateId() - Method in class com.illumon.iris.sbetransport.ColumnInfo
The encoder/decoder template identifier used when decoding table data updates for this column.
getTimeScale() - Method in class com.illumon.numerics.movingaverages.AbstractMa
 
getTimestamp() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
getTimestamp() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataUnderlying
Gets the timestamp of the data snapshot.
getTimingResultsAsTable() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
 
getTotalTime() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceNugget
 
getType() - Method in interface com.illumon.iris.binarystore.RowSetter
 
getType() - Method in interface com.illumon.iris.db.tables.appendable.AppendableColumn
 
getType() - Method in class com.illumon.iris.db.tables.appendable.BaseAppendableColumn
 
getType() - Method in interface com.illumon.iris.db.tables.DataColumn
 
getType() - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getUnderlyingAsk() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitData
 
getUnderlyingAsk() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataUnderlyingPrices
Gets the underlying ask price.
getUnderlyingBid() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitData
 
getUnderlyingBid() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataUnderlyingPrices
Gets the underlying bid price.
getUnderlyingFutureIds() - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitData
Gets the ids for the underlying futures of the options.
getUnderlyingId() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
getUnderlyingId() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataUnderlying
Gets the underlying id.
getUnderlyingMap() - Method in class com.illumon.iris.controller.ControllerHashtableClient
 
getUnderlyingMid() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataUnderlyingPrices
Mid-market underlying price.
getUnderlyingSym() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
getUnderlyingSym() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataUnderlying
Gets the underlying symbol.
getUnderlyingType() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
getUnderlyingType() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataUnderlying
Gets the type of underlying (e.g.
getUseHistorical() - Method in class com.illumon.iris.db.v2.permissions.WhereInFilterGenerator
Get whether or not this generator will fetch it's set table data from historical or intraday
getUserContext() - Method in interface com.illumon.iris.db.tables.databases.Database
Gets the user authentication context.
getUserNamespaces() - Method in interface com.illumon.iris.db.tables.databases.Database
Retrieves user namespace names from the database.
getUsersForGroup(String) - Method in class com.illumon.iris.controller.PersistentQueryControllerClient
Return the users which belong to a group.
getValidGroups() - Method in interface com.illumon.iris.db.tables.utils.LiveWidgetVisibilityProvider
Provide a list of groups which may view this widget.
getValue() - Method in class com.illumon.iris.controller.ControllerHashtableEvent
Returns the new value for ControllerHashtableEvent.EVENT_PUT
getValue() - Method in class com.illumon.numerics.movingaverages.ExponentiallyDecayedSum
 
getValuesMapping(Index) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
getViewPort() - Method in interface com.illumon.iris.db.tables.Table
Called on client side of a preemptive table to create the replicated table which represents the server side preemptive table, but instead of looking at the whole table, we're just interested in the slice we can see on the screen.
getVolSurfaceExpirations() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataVolSurface
 
getVolSurfaceExpirations() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataVolSurface
Gets an array of expirations associated with the vol surface.
getVolSurfaceExpirations() - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataVolSurface
 
getVolSurfaceForwardErrors() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataVolSurface
 
getVolSurfaceForwardErrors() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataVolSurface
Gets the forward price errors associated with the expirations in the vol surface.
getVolSurfaceForwardErrors() - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataVolSurface
 
getVolSurfaceForwardPrices() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataVolSurface
 
getVolSurfaceForwardPrices() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataVolSurface
Gets the forward prices associated with the expirations in the vol surface.
getVolSurfaceForwardPrices() - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataVolSurface
 
getVolSurfaceImpliedVolErrors() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataVolSurface
 
getVolSurfaceImpliedVolErrors() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataVolSurface
Gets the implied vol errors of the vol surface.
getVolSurfaceImpliedVolErrors() - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataVolSurface
 
getVolSurfaceImpliedVols() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataVolSurface
 
getVolSurfaceImpliedVols() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataVolSurface
Gets the implied vols of the vol surface.
getVolSurfaceImpliedVols() - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataVolSurface
 
getVolSurfaceStrikes() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataVolSurface
 
getVolSurfaceStrikes() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataVolSurface
Gets the strikes of the vol surface.
getVolSurfaceStrikes() - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataVolSurface
 
getVolSurfaceUnderlyingPrices() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataVolSurface
Gets the underlying mid market prices associated with the expirations in the vol surface.
getWidth() - Method in class com.illumon.iris.db.plot.LineStyle
Gets the width of this LineStyle.
getWithTransform(Object, Function<Table, Table>) - Method in interface com.illumon.iris.db.v2.TableMap
Gets a table with a given key, applying the specified transform before retuning.
getWorkerName() - Method in interface com.illumon.iris.db.tables.databases.Database
Gets the worker name.
getWriter() - Method in interface com.illumon.iris.db.tables.dataimport.TableLogger
Return the table writer.
getYieldCurveDates() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
getYieldCurveDates() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataRates
Gets an array of dates defining the yield curve.
getYieldCurveRates() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
getYieldCurveRates() - Method in interface com.illumon.modelfarm.fitterfarm.FitDataRates
Gets an array of rates defining the yield curve.
gradientVisible(boolean) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the visibility of bar gradients for this dataset.
gradientVisible(boolean) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
gradientVisible(boolean) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Sets whether bar gradients are visible.
gradientVisible(boolean) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries3D
Sets whether bar gradients are visible.
gradientVisible(boolean, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
gradientVisible(boolean) - Method in interface com.illumon.iris.db.plot.Figure
 
gradientVisible(boolean, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
gridLineColor(Paint) - Method in interface com.illumon.iris.db.plot.Theme
Sets the color of the Chart's grid lines.
gridLineColor(String) - Method in interface com.illumon.iris.db.plot.Theme
Sets the color of the Chart's grid lines.
group(int) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the group for this dataset.
group(int) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
group(int, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
group(int) - Method in interface com.illumon.iris.db.plot.Figure
 
group(int, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
grouped - Variable in class com.illumon.iris.db.v2.utils.ColumnHolder
 

H

handleAdd(Long, PersistentQueryInfo) - Method in interface com.illumon.iris.controller.ControllerHashtableChangeListener
Handle the addition of a <key, value> to a ControllerHashtable.
handleChange(Long, PersistentQueryInfo, PersistentQueryInfo) - Method in interface com.illumon.iris.controller.ControllerHashtableChangeListener
Handle a change to a <key, value> in a ControllerHashtable.
handleClientDeath(ClientEntry) - Method in class com.illumon.iris.controller.ControllerHashtableClient
 
handleCommand(ClientEntry, Command) - Method in class com.illumon.iris.controller.ControllerHashtableClient
 
handleConnectionError(IOException) - Method in interface com.illumon.iris.sbetransport.client.MessageHandler
If an IO error is encountered while reading a message from the server, the TableClient will call this method and the user may handle it as appropriate, depending on the context.
handleConnectionError(IOException) - Method in class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Handle a connection error by passing it on to any interested listeners.
handleConnectionLost(ClientEntry) - Method in class com.illumon.iris.controller.ControllerHashtableClient
 
handleConnectionReestablished() - Method in class com.illumon.iris.controller.ControllerHashtableClient
 
handleConnectionReestablished() - Method in class com.illumon.iris.controller.PersistentQueryControllerClient
 
handleEvent(ControllerHashtableEvent) - Method in class com.illumon.iris.controller.ControllerHashtableChangeListener.Adapter
 
handleEvent(ControllerHashtableEvent) - Method in interface com.illumon.iris.controller.ControllerHashtableEventHandler
 
handleInitialConnection(CommClient) - Method in class com.illumon.iris.controller.ControllerHashtableClient
 
handleRemove(Long, PersistentQueryInfo) - Method in interface com.illumon.iris.controller.ControllerHashtableChangeListener
Handle the removal of a <key, value> from a ControllerHashtable.
hasAttribute(String) - Method in interface com.illumon.iris.db.tables.Table
 
hasColumns(String...) - Method in interface com.illumon.iris.db.tables.Table
Determines whether this Table contains a column for each string in the specified array of columnNames.
hasColumns(Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
Determines whether this Table contains a column for each string in the specified collection of columnNames.
hasDefinedTotals(Table) - Static method in class com.illumon.iris.db.v2.TotalsTableBuilder
Does a table have a totals table defined?
hasGrouping(ColumnSource...) - Method in interface com.illumon.iris.db.v2.utils.Index
 
hashCode() - Method in class com.illumon.iris.db.plot.Font
 
hasImportedData(String, String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Determines if the historical table's column partition is present in the DB.
hasIntradayData(String, String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Determines if the intraday table's column partition is present in the DB.
hasIntradayTable(String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Determines if the intraday table is present in the DB.
hasNamespace(String) - Method in interface com.illumon.iris.db.tables.databases.Database
Determines if the namespace is present in the DB.
hasNext() - Method in interface com.illumon.iris.db.v2.utils.Index.Iterator
 
hasNext() - Method in interface com.illumon.iris.db.v2.utils.Index.RangeIterator
 
hasTable(String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Determines if the table is present in the DB.
head(long) - Method in interface com.illumon.iris.db.tables.Table
 
headBy(long, SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
headBy(long, String...) - Method in interface com.illumon.iris.db.tables.Table
 
headBy(long, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
headPct(double) - Method in interface com.illumon.iris.db.tables.Table
Provides a head that selects a dynamic number of rows based on a percent.
heatMap(boolean) - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Indicates whether or not to display a heat map.
heatMap(double, double) - Static method in class com.illumon.iris.db.plot.colors.ColorMaps
Creates a heat map from blue (#0000FF) to yellow (#FFFF00).
heatMap(double, double, Color, Color) - Static method in class com.illumon.iris.db.plot.colors.ColorMaps
Creates a heat map from startColor to endColor.
heatMap(double, double, Color, Color, Color) - Static method in class com.illumon.iris.db.plot.colors.ColorMaps
Creates a heat map from startColor to endColor.
HIERARCHICAL_CHILDREN_TABLE_MAP_ATTRIBUTE - Static variable in interface com.illumon.iris.db.tables.Table
 
HIERARCHICAL_SOURCE_INFO_ATTRIBUTE - Static variable in interface com.illumon.iris.db.tables.Table
 
HIERARCHICAL_SOURCE_TABLE_ATTRIBUTE - Static variable in interface com.illumon.iris.db.tables.Table
 
histPlot(Comparable, Table) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with continuous axes.
histPlot(Comparable, Table, String, int) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with continuous axes.
histPlot(Comparable, Table, String, double, double, int) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with continuous axes.
histPlot(Comparable, SelectableDataSet, String, int) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with continuous axes.
histPlot(Comparable, SelectableDataSet, String, double, double, int) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with continuous axes.
histPlot(Comparable, short[], int) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with the specified nbins bins.
histPlot(Comparable, int[], int) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with the specified nbins bins.
histPlot(Comparable, long[], int) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with the specified nbins bins.
histPlot(Comparable, float[], int) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with the specified nbins bins.
histPlot(Comparable, double[], int) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with the specified nbins bins.
histPlot(Comparable, T0[], int) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with the specified nbins bins.
histPlot(Comparable, List<T0>, int) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with the specified nbins bins.
histPlot(Comparable, short[], double, double, int) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with range specified by rangeMin and rangeMax.
histPlot(Comparable, int[], double, double, int) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with range specified by rangeMin and rangeMax.
histPlot(Comparable, long[], double, double, int) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with range specified by rangeMin and rangeMax.
histPlot(Comparable, float[], double, double, int) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with range specified by rangeMin and rangeMax.
histPlot(Comparable, double[], double, double, int) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with range specified by rangeMin and rangeMax.
histPlot(Comparable, T0[], double, double, int) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with range specified by rangeMin and rangeMax.
histPlot(Comparable, List<T0>, double, double, int) - Method in interface com.illumon.iris.db.plot.Axes
Creates a histogram with range specified by rangeMin and rangeMax.
histPlot(Comparable, Table) - Method in interface com.illumon.iris.db.plot.Figure
 
histPlot(Comparable, T0[], int) - Method in interface com.illumon.iris.db.plot.Figure
 
histPlot(Comparable, double[], int) - Method in interface com.illumon.iris.db.plot.Figure
 
histPlot(Comparable, float[], int) - Method in interface com.illumon.iris.db.plot.Figure
 
histPlot(Comparable, int[], int) - Method in interface com.illumon.iris.db.plot.Figure
 
histPlot(Comparable, long[], int) - Method in interface com.illumon.iris.db.plot.Figure
 
histPlot(Comparable, short[], int) - Method in interface com.illumon.iris.db.plot.Figure
 
histPlot(Comparable, List<T0>, int) - Method in interface com.illumon.iris.db.plot.Figure
 
histPlot(Comparable, SelectableDataSet, String, int) - Method in interface com.illumon.iris.db.plot.Figure
 
histPlot(Comparable, Table, String, int) - Method in interface com.illumon.iris.db.plot.Figure
 
histPlot(Comparable, T0[], double, double, int) - Method in interface com.illumon.iris.db.plot.Figure
 
histPlot(Comparable, double[], double, double, int) - Method in interface com.illumon.iris.db.plot.Figure
 
histPlot(Comparable, float[], double, double, int) - Method in interface com.illumon.iris.db.plot.Figure
 
histPlot(Comparable, int[], double, double, int) - Method in interface com.illumon.iris.db.plot.Figure
 
histPlot(Comparable, long[], double, double, int) - Method in interface com.illumon.iris.db.plot.Figure
 
histPlot(Comparable, short[], double, double, int) - Method in interface com.illumon.iris.db.plot.Figure
 
histPlot(Comparable, List<T0>, double, double, int) - Method in interface com.illumon.iris.db.plot.Figure
 
histPlot(Comparable, SelectableDataSet, String, double, double, int) - Method in interface com.illumon.iris.db.plot.Figure
 
histPlot(Comparable, Table, String, double, double, int) - Method in interface com.illumon.iris.db.plot.Figure
 
histPlot(Comparable, Table) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
histPlot(Comparable, T0[], int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
histPlot(Comparable, double[], int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
histPlot(Comparable, float[], int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
histPlot(Comparable, int[], int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
histPlot(Comparable, long[], int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
histPlot(Comparable, short[], int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
histPlot(Comparable, List<T0>, int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
histPlot(Comparable, SelectableDataSet, String, int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
histPlot(Comparable, Table, String, int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
histPlot(Comparable, T0[], double, double, int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
histPlot(Comparable, double[], double, double, int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
histPlot(Comparable, float[], double, double, int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
histPlot(Comparable, int[], double, double, int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
histPlot(Comparable, long[], double, double, int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
histPlot(Comparable, short[], double, double, int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
histPlot(Comparable, List<T0>, double, double, int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
histPlot(Comparable, SelectableDataSet, String, double, double, int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
histPlot(Comparable, Table, String, double, double, int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
html(Table) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a printout of a table formatted as HTML.

I

i(String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Retrieves an intraday table by namespace and name.
i(String, String, boolean) - Method in interface com.illumon.iris.db.tables.databases.Database
Retrieves an intraday table by namespace and name.
i(String, String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Retrieves a single internal partition of the specified intraday table.
i(String, String, String, boolean) - Method in interface com.illumon.iris.db.tables.databases.Database
Retrieves a single internal partition of the specified intraday table.
i2(String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Convenience method delegates to Database.getIntradayTableV2(String, String).
i2(String, String, boolean) - Method in interface com.illumon.iris.db.tables.databases.Database
i2(String, String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
i2(String, String, String, boolean) - Method in interface com.illumon.iris.db.tables.databases.Database
impliedVolBisect(double, Boolean, double, double, double, double, double) - Static method in class com.illumon.numerics.derivatives.BlackScholes
Generalized Black-Scholes implied vol fitter using a bisection algorithm.
impliedVolBisect(double, Boolean, double, double, double, double, double, double, int) - Static method in class com.illumon.numerics.derivatives.BlackScholes
Generalized Black-Scholes implied vol fitter using a bisection algorithm.
impliedVolNewton(double, Boolean, double, double, double, double, double) - Static method in class com.illumon.numerics.derivatives.BlackScholes
Generalized Black-Scholes implied vol fitter using a newton algorithm.
impliedVolNewton(double, Boolean, double, double, double, double, double, double, int) - Static method in class com.illumon.numerics.derivatives.BlackScholes
Generalized Black-Scholes implied vol fitter using a newton algorithm.
impliedVolNewtonP(double, Boolean, double, double, double, double, double) - Static method in class com.illumon.numerics.derivatives.BlackScholes
Generalized Black-Scholes implied vol fitter using a newton algorithm based on log(vol).
impliedVolNewtonP(double, Boolean, double, double, double, double, double, double, int) - Static method in class com.illumon.numerics.derivatives.BlackScholes
Generalized Black-Scholes implied vol fitter using a newton algorithm based on log(vol).
importClass(Class) - Method in interface com.illumon.iris.db.tables.databases.Database
Imports a class for use in a query.
importClass(Class) - Static method in class com.illumon.iris.db.tables.libs.QueryLibrary
 
importPackage(Package) - Static method in class com.illumon.iris.db.tables.libs.QueryLibrary
 
importStatic(Class) - Method in interface com.illumon.iris.db.tables.databases.Database
Imports the static methods from a class for use in a query.
importStatic(Class) - Static method in class com.illumon.iris.db.tables.libs.QueryLibrary
 
Index - Interface in com.illumon.iris.db.v2.utils
A set of sorted long keys between 0 and Long.MAX_VALUE
Index.Evaluator<T extends Comparable<T>> - Interface in com.illumon.iris.db.v2.utils
 
Index.Factory - Interface in com.illumon.iris.db.v2.utils
 
Index.Iterator - Interface in com.illumon.iris.db.v2.utils
 
Index.RandomBuilder - Interface in com.illumon.iris.db.v2.utils
 
Index.RangeIterator - Interface in com.illumon.iris.db.v2.utils
 
Index.SequentialBuilder - Interface in com.illumon.iris.db.v2.utils
 
Index.TargetComparator - Interface in com.illumon.iris.db.v2.utils
 
initializePreviousValue() - Method in interface com.illumon.iris.db.v2.utils.Index
Initializes our previous value from the current value.
INPUT_TABLE_ATTRIBUTE - Static variable in interface com.illumon.iris.db.tables.Table
 
insert(long) - Method in interface com.illumon.iris.db.v2.utils.Index
 
insert(Index) - Method in interface com.illumon.iris.db.v2.utils.Index
Adds the keys from a given index to the current index
insertRange(long, long) - Method in interface com.illumon.iris.db.v2.utils.Index
 
InstrumentedListenerAdapter - Class in com.illumon.iris.db.v2
This class is used for Listeners that represent "leaf" nodes in the update propagation tree.
InstrumentedListenerAdapter(DynamicTable) - Constructor for class com.illumon.iris.db.v2.InstrumentedListenerAdapter
Create an instrumented listener for source.
InstrumentedListenerAdapter(String, DynamicTable) - Constructor for class com.illumon.iris.db.v2.InstrumentedListenerAdapter
Create an instrumented listener for source.
InstrumentedListenerAdapter(String, DynamicTable, boolean) - Constructor for class com.illumon.iris.db.v2.InstrumentedListenerAdapter
 
intCol(String, int...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a ColumnHolder of type int that can be used when creating in-memory tables.
integerColumnIterator(String) - Method in interface com.illumon.iris.db.tables.Table
 
interpolate(double[], double[], double[], Interpolator.InterpolationAlgorithm, boolean) - Static method in class com.illumon.numerics.interpolation.Interpolator
Interpolates input data and evaluates the interpolation at a set of desired points.
Interpolator - Class in com.illumon.numerics.interpolation
Created by IntelliJ IDEA.
intersect(Index) - Method in interface com.illumon.iris.db.v2.utils.Index
Returns a new index representing the intersection of the current index with the input index
IntervalXYDataSeries - Interface in com.illumon.iris.db.plot.datasets.interval
XYDataSeriesInternal suitable for bar charts.
inTransaction() - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
inTransaction() - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableTable
 
inTransaction() - Method in class com.illumon.iris.db.tables.appendable.local.LocalTableWriter
 
inTransaction() - Method in interface com.illumon.iris.db.tables.appendable.TableTransactionProcessor
 
intSize() - Method in interface com.illumon.iris.db.util.LongSizedDataStructure
Returns LongSizedDataStructure.size() cast to an int, if this can be done without losing precision.
intSize(String) - Method in interface com.illumon.iris.db.util.LongSizedDataStructure
Returns LongSizedDataStructure.size() cast to an int, if this can be done without losing precision.
intSize(String, long) - Static method in interface com.illumon.iris.db.util.LongSizedDataStructure
Returns the size argument cast to an int, if this can be done without losing precision.
inverseTransform(double) - Method in class com.illumon.iris.db.plot.axistransformations.AxisTransformBusinessCalendar
 
inverseTransform(double) - Method in class com.illumon.iris.db.plot.axistransformations.AxisTransformLambda
 
inverseTransform(double) - Method in enum com.illumon.iris.db.plot.axistransformations.AxisTransforms
 
invert() - Method in interface com.illumon.iris.db.plot.Axis
Inverts this Axis so that larger values are closer to the origin.
invert(boolean) - Method in interface com.illumon.iris.db.plot.Axis
If invert is true, inverts this Axis so that larger values are closer to the origin.
invert() - Method in interface com.illumon.iris.db.plot.Figure
 
invert(boolean) - Method in interface com.illumon.iris.db.plot.Figure
 
invert(Index) - Method in interface com.illumon.iris.db.v2.utils.Index
Returns an Index with the positions of keys in this Index.
invert(Index, long) - Method in interface com.illumon.iris.db.v2.utils.Index
Returns the positions of keys in the current set as an Index, stopping at maximumPosition.
isAclEditor(UserContext) - Method in class com.illumon.iris.controller.PersistentQueryControllerClient
Returns true if the effective user is an ACL editor
isAlive() - Method in class com.illumon.iris.sbetransport.client.TableClient
Return if the client is still alive and processing incoming messages.
isBusinessDay() - Method in interface com.illumon.util.calendar.BusinessCalendar
Is the current day a business day?
isBusinessDay(DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
Does time occur on a business day?
isBusinessDay(String) - Method in interface com.illumon.util.calendar.BusinessCalendar
Is the date a business day?
isBusinessDay(LocalDate) - Method in interface com.illumon.util.calendar.BusinessCalendar
Is the date a business day?
isBusinessTime(DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
Determines if the specified time is a business time.
isColumnRendererSet(String) - Method in class com.illumon.iris.db.v2.ColumnRenderersBuilder
Indicates if a specific column has a renderer set in the builder.
isEmpty() - Method in class com.illumon.iris.controller.ControllerHashtableClient
 
isEmpty() - Method in class com.illumon.iris.db.plot.themes.Themes
 
isEmpty() - Method in interface com.illumon.iris.db.tables.dbarrays.DbArrayBase
 
isEmpty() - Method in interface com.illumon.iris.db.tables.Table
Returns true if this table has no rows (i.e.
isEmpty() - Method in class com.illumon.modelfarm.util.KeyedPriorityBlockingQueue
Returns true if the queue is empty; false otherwise.
isFlat() - Method in interface com.illumon.iris.db.tables.Table
Return true if this table is guaranteed to be flat.
isFlat() - Method in interface com.illumon.iris.db.v2.utils.Index
Returns whether or not this index is flat.
isFormattingColumn(String) - Static method in interface com.illumon.iris.db.util.ColumnFormattingValues
Returns true if this column name is a hidden formatting column.
isImmutable() - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
isImmutable() - Method in class com.illumon.iris.db.v2.sources.NullValueColumnSource
 
isLastBusinessDayOfMonth(DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
Is the time on the last business day of the month with business time remaining?
isLastBusinessDayOfMonth() - Method in interface com.illumon.util.calendar.BusinessCalendar
Is the current day the last business day of the month?
isLastBusinessDayOfMonth(String) - Method in interface com.illumon.util.calendar.BusinessCalendar
Is the date the last business day of the month?
isLastBusinessDayOfWeek() - Method in interface com.illumon.util.calendar.BusinessCalendar
Is the current day the last business day of the week?
isLastBusinessDayOfWeek(DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
Is the time on the last business day of the week with business time remaining?
isLastBusinessDayOfWeek(String) - Method in interface com.illumon.util.calendar.BusinessCalendar
Is the date the last business day of the week?
isLive() - Method in interface com.illumon.iris.db.tables.Table
 
isOpen(long) - Method in interface com.illumon.numerics.movingaverages.TradingHours
 
isQueueEmpty() - Method in class com.illumon.modelfarm.ModelFarmBase
Returns true if the model farm queue is empty and false if the queue contains elements to execute.
isQueueEmpty() - Method in class com.illumon.modelfarm.ModelFarmRealTime
 
isQueueEmpty() - Method in class com.illumon.modelfarm.ModelFarmTick
 
isSorted() - Method in interface com.illumon.iris.db.v2.utils.Index
 
isSuperUser(UserContext) - Method in class com.illumon.iris.controller.PersistentQueryControllerClient
Returns true if the effective user is a superuser.
isTopLevel() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceNugget
 
isUser() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceNugget
 
isVisible(double) - Method in class com.illumon.iris.db.plot.axistransformations.AxisTransformBusinessCalendar
 
isVisible(double) - Method in class com.illumon.iris.db.plot.axistransformations.AxisTransformLambda
 
isVisible(double) - Method in enum com.illumon.iris.db.plot.axistransformations.AxisTransforms
 
IterativeColumnOperator<INPUT_TYPE,OUTPUT_TYPE,STATE> - Class in com.illumon.iris.db.v2.by
Iterative Operator from Columns of INPUT_TYPE to OUTPUT_TYPE, using STATE to accumulate values that can not be stored in the destination column itself.
IterativeColumnOperator() - Constructor for class com.illumon.iris.db.v2.by.IterativeColumnOperator
 
iterator() - Method in interface com.illumon.iris.db.v2.utils.Index
 
iterator(DATA_TYPE) - Method in class com.illumon.modelfarm.ConditionalModels
 

J

javaFont() - Method in class com.illumon.iris.db.plot.Font
Gets the Java object representative of this Font.
JdbcLogger - Class in com.illumon.iris.export.jdbc
A utility that logs Deephaven table snapshots and/or incremental updates to a JDBC table.
JdbcLogger.Builder - Class in com.illumon.iris.export.jdbc
 
jdbcPassword(String) - Method in class com.illumon.iris.export.jdbc.JdbcLogger.Builder
Specify the JDBC database password.
jdbcUser(String) - Method in class com.illumon.iris.export.jdbc.JdbcLogger.Builder
Specify the JDBC database user.
join(Table.JoinStrategy, Table, MatchPair[], MatchPair[]) - Method in interface com.illumon.iris.db.tables.Table
 
join(Table.JoinStrategy, Table, Collection<String>, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
join(Table.JoinStrategy, Table, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
join(Table.JoinStrategy, Table, String, String) - Method in interface com.illumon.iris.db.tables.Table
 
join(Table.JoinStrategy, Table, String) - Method in interface com.illumon.iris.db.tables.Table
 
join(Table.JoinStrategy, Table) - Method in interface com.illumon.iris.db.tables.Table
 
join(Table, String, String) - Method in interface com.illumon.iris.db.tables.Table
 
join(Table, String) - Method in interface com.illumon.iris.db.tables.Table
 
join(Table) - Method in interface com.illumon.iris.db.tables.Table
 

K

KEY_COLUMNS_ATTRIBUTE - Static variable in interface com.illumon.iris.db.tables.Table
 
keyColumns(String...) - Method in class com.illumon.iris.export.jdbc.JdbcLogger.Builder
Specify the set of columns that represent the primary key when logging to JDBC.
KeyedPriorityBlockingQueue<E> - Class in com.illumon.modelfarm.util
A priority blocking queue that maintains one element per key.
KeyedPriorityBlockingQueue() - Constructor for class com.illumon.modelfarm.util.KeyedPriorityBlockingQueue
 
keySet() - Method in class com.illumon.iris.controller.ControllerHashtableClient
 
keySet() - Method in class com.illumon.iris.db.plot.themes.Themes
 

L

lastBy(Table.ByStrategy, SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
lastBy(Table.ByStrategy, String...) - Method in interface com.illumon.iris.db.tables.Table
 
lastBy(Table.ByStrategy, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
lastBy(SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
lastBy(String...) - Method in interface com.illumon.iris.db.tables.Table
Groups the data column according to groupByColumns and retrieves the last for the rest of the fields
lastBy(Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
lastBy(Table.ByStrategy) - Method in interface com.illumon.iris.db.tables.Table
 
lastBy() - Method in interface com.illumon.iris.db.tables.Table
 
lastKey() - Method in interface com.illumon.iris.db.v2.utils.Index
 
lastSample - Variable in class com.illumon.numerics.movingaverages.AbstractMa
 
lastTimestamp - Variable in class com.illumon.numerics.movingaverages.AbstractMa
 
LAYOUT_HINTS_ATTRIBUTE - Static variable in interface com.illumon.iris.db.tables.Table
 
layoutHints(String) - Method in interface com.illumon.iris.db.tables.Table
 
layoutHints(LayoutHintBuilder) - Method in interface com.illumon.iris.db.tables.Table
 
lazyUpdate(SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
Compute column formulas on demand.
lazyUpdate(String...) - Method in interface com.illumon.iris.db.tables.Table
 
lazyUpdate(Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
leftJoin(Table.JoinStrategy, Table, MatchPair[], MatchPair[]) - Method in interface com.illumon.iris.db.tables.Table
Returns a table that has one column for each original table's columns, and one column corresponding to each of the input table (right table) columns listed in the columns to add (or all the columns whose names don't overlap with the name of a column from the source table if the columnsToAdd is length zero).
leftJoin(Table.JoinStrategy, Table, Collection<String>, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
leftJoin(Table.JoinStrategy, Table, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
leftJoin(Table.JoinStrategy, Table, String, String) - Method in interface com.illumon.iris.db.tables.Table
 
leftJoin(Table.JoinStrategy, Table, String) - Method in interface com.illumon.iris.db.tables.Table
 
leftJoin(Table.JoinStrategy, Table) - Method in interface com.illumon.iris.db.tables.Table
 
leftJoin(Table, String, String) - Method in interface com.illumon.iris.db.tables.Table
 
leftJoin(Table, String) - Method in interface com.illumon.iris.db.tables.Table
 
leftJoin(Table) - Method in interface com.illumon.iris.db.tables.Table
 
legendColor(Paint) - Method in interface com.illumon.iris.db.plot.Chart
Sets the color of the text inside the Chart's legend.
legendColor(String) - Method in interface com.illumon.iris.db.plot.Chart
Sets the color of the text inside the Chart's legend.
legendColor(String) - Method in interface com.illumon.iris.db.plot.Figure
 
legendColor(Paint) - Method in interface com.illumon.iris.db.plot.Figure
 
legendFont(Font) - Method in interface com.illumon.iris.db.plot.Chart
Sets the font of this Chart's legend.
legendFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Chart
Sets the font of this Chart's legend.
legendFont(Font) - Method in interface com.illumon.iris.db.plot.Figure
 
legendFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Figure
 
legendFont(Font) - Method in interface com.illumon.iris.db.plot.Theme
Sets the Font of the legend's text.
legendFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Theme
Sets the Font of the legend's text.
legendTextColor(Paint) - Method in interface com.illumon.iris.db.plot.Theme
Sets the color of the legned's text.
legendTextColor(String) - Method in interface com.illumon.iris.db.plot.Theme
Sets the color of the legend's text.
legendVisible(boolean) - Method in interface com.illumon.iris.db.plot.Chart
Sets whether the Chart's legend is shown or hidden.
legendVisible(boolean) - Method in interface com.illumon.iris.db.plot.Figure
 
lineColor(Paint) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the default line Paint for this dataset.
lineColor(int) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the default line Paint for this dataset.
lineColor(String) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the default line Paint for this dataset.
lineColor(Paint) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
lineColor(int) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
lineColor(String) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
lineColor(Paint) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Defines the default line color.
lineColor(int) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Defines the default line color.
lineColor(String) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Defines the default line color.
lineColor(Paint) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries3D
Defines the default line color.
lineColor(int) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries3D
Defines the default line color.
lineColor(String) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries3D
Defines the default line color.
lineColor(String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
lineColor(int, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
lineColor(Paint, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
lineColor(Paint) - Method in interface com.illumon.iris.db.plot.Figure
 
lineColor(Paint, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
lineColor(int) - Method in interface com.illumon.iris.db.plot.Figure
 
lineColor(int, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
lineColor(String) - Method in interface com.illumon.iris.db.plot.Figure
 
lineColor(String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
lineEndStyle(String) - Static method in class com.illumon.iris.db.plot.LineStyle
Gets the LineEndStyle.
lineEndStyle(String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
lineEndStyleNames() - Static method in class com.illumon.iris.db.plot.LineStyle
Gets the names of available LineEndStyles.
lineEndStyleNames() - Static method in class com.illumon.iris.db.plot.PlottingConvenience
lineJoinStyle(String) - Static method in class com.illumon.iris.db.plot.LineStyle
Gets the LineJoinStyle.
lineJoinStyle(String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
lineJoinStyleNames() - Static method in class com.illumon.iris.db.plot.LineStyle
Gets the names of available LineJoinStyles.
lineJoinStyleNames() - Static method in class com.illumon.iris.db.plot.PlottingConvenience
lineStyle(LineStyle) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the LineStyle for this dataset
lineStyle(LineStyle) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
lineStyle(LineStyle) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Sets the line style.
lineStyle(LineStyle) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries3D
Sets the line style.
lineStyle(LineStyle, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
lineStyle(LineStyle) - Method in interface com.illumon.iris.db.plot.Figure
 
lineStyle(LineStyle, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
LineStyle - Class in com.illumon.iris.db.plot
Specifies the drawing style of a line.
LineStyle(double, LineStyle.LineEndStyle, LineStyle.LineJoinStyle, double...) - Constructor for class com.illumon.iris.db.plot.LineStyle
Creates a LineStyle with specified thickness, LineStyle.LineEndStyle, LineStyle.LineJoinStyle, and dash pattern.
LineStyle(double, LineStyle.LineEndStyle, LineStyle.LineJoinStyle, List<T>) - Constructor for class com.illumon.iris.db.plot.LineStyle
Creates a LineStyle with specified thickness, LineStyle.LineEndStyle, LineStyle.LineJoinStyle, and dash pattern.
LineStyle(double, String, String, double...) - Constructor for class com.illumon.iris.db.plot.LineStyle
Creates a LineStyle with specified thickness, LineStyle.LineEndStyle, LineStyle.LineJoinStyle, and dash pattern.
LineStyle(double, String, String, List<T>) - Constructor for class com.illumon.iris.db.plot.LineStyle
Creates a LineStyle with specified thickness, LineStyle.LineEndStyle, LineStyle.LineJoinStyle, and dash pattern.
LineStyle(double) - Constructor for class com.illumon.iris.db.plot.LineStyle
Creates a LineStyle with specified thickness.
LineStyle(double, double[]) - Constructor for class com.illumon.iris.db.plot.LineStyle
Creates a LineStyle with specified thickness and dash pattern.
LineStyle(double, int[]) - Constructor for class com.illumon.iris.db.plot.LineStyle
Creates a LineStyle with specified thickness and dash pattern.
LineStyle(double, long[]) - Constructor for class com.illumon.iris.db.plot.LineStyle
Creates a LineStyle with specified thickness and dash pattern.
LineStyle(double, float[]) - Constructor for class com.illumon.iris.db.plot.LineStyle
Creates a LineStyle with specified thickness and dash pattern.
LineStyle(double, T[]) - Constructor for class com.illumon.iris.db.plot.LineStyle
Creates a LineStyle with specified thickness and dash pattern.
LineStyle(double, List<T>) - Constructor for class com.illumon.iris.db.plot.LineStyle
Creates a LineStyle with specified thickness and dash pattern.
LineStyle(double...) - Constructor for class com.illumon.iris.db.plot.LineStyle
Creates a LineStyle with specified dash pattern.
LineStyle(List<T>) - Constructor for class com.illumon.iris.db.plot.LineStyle
Creates a LineStyle with specified dash pattern.
LineStyle(String, String) - Constructor for class com.illumon.iris.db.plot.LineStyle
Creates a LineStyle with specified LineStyle.LineEndStyle and LineStyle.LineJoinStyle Defaults line width to 1.0.
LineStyle() - Constructor for class com.illumon.iris.db.plot.LineStyle
Creates a LineStyle.
lineStyle(double, LineStyle.LineEndStyle, LineStyle.LineJoinStyle, double...) - Static method in class com.illumon.iris.db.plot.LineStyle
Gets a LineStyle instance with specified thickness, LineStyle.LineEndStyle, LineStyle.LineJoinStyle, and dash pattern.
lineStyle(double, LineStyle.LineEndStyle, LineStyle.LineJoinStyle, List<T>) - Static method in class com.illumon.iris.db.plot.LineStyle
Gets a LineStyle instance with specified thickness, LineStyle.LineEndStyle, LineStyle.LineJoinStyle, and dash pattern.
lineStyle(double, String, String, double...) - Static method in class com.illumon.iris.db.plot.LineStyle
Gets a LineStyle instance with specified thickness, LineStyle.LineEndStyle, LineStyle.LineJoinStyle, and dash pattern.
lineStyle(double, String, String, List<T>) - Static method in class com.illumon.iris.db.plot.LineStyle
Gets a LineStyle instance with specified thickness, LineStyle.LineEndStyle, LineStyle.LineJoinStyle, and dash pattern.
lineStyle(double) - Static method in class com.illumon.iris.db.plot.LineStyle
Gets a LineStyle instance with specified thickness.
lineStyle(double, double[]) - Static method in class com.illumon.iris.db.plot.LineStyle
Gets a LineStyle instance with specified thickness and dash pattern.
lineStyle(double, int[]) - Static method in class com.illumon.iris.db.plot.LineStyle
Gets a LineStyle instance with specified thickness and dash pattern.
lineStyle(double, long[]) - Static method in class com.illumon.iris.db.plot.LineStyle
Gets a LineStyle instance with specified thickness and dash pattern.
lineStyle(double, float[]) - Static method in class com.illumon.iris.db.plot.LineStyle
Gets a LineStyle instance with specified thickness and dash pattern.
lineStyle(double, T[]) - Static method in class com.illumon.iris.db.plot.LineStyle
Gets a LineStyle instance with specified thickness and dash pattern.
lineStyle(double, List<T>) - Static method in class com.illumon.iris.db.plot.LineStyle
Gets a LineStyle instance with specified thickness and dash pattern.
lineStyle(double...) - Static method in class com.illumon.iris.db.plot.LineStyle
Gets a LineStyle instance with specified dash pattern.
lineStyle(List<T>) - Static method in class com.illumon.iris.db.plot.LineStyle
Gets a LineStyle instance with specified dash pattern.
lineStyle(String, String) - Static method in class com.illumon.iris.db.plot.LineStyle
Gets a LineStyle instance with specified LineStyle.LineEndStyle and LineStyle.LineJoinStyle Defaults line width to 1.0.
lineStyle() - Static method in class com.illumon.iris.db.plot.LineStyle
Creates a LineStyle.
lineStyle() - Static method in class com.illumon.iris.db.plot.PlottingConvenience
lineStyle(double...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
lineStyle(double) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
lineStyle(List<T>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
lineStyle(String, String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
lineStyle(double, T[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
lineStyle(double, double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
lineStyle(double, float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
lineStyle(double, int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
lineStyle(double, long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
lineStyle(double, List<T>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
lineStyle(double, LineStyle.LineEndStyle, LineStyle.LineJoinStyle, double...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
lineStyle(double, LineStyle.LineEndStyle, LineStyle.LineJoinStyle, List<T>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
lineStyle(double, String, String, double...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
lineStyle(double, String, String, List<T>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
LineStyle.LineEndStyle - Enum in com.illumon.iris.db.plot
Style for drawing the end of a line.
LineStyle.LineJoinStyle - Enum in com.illumon.iris.db.plot
Style for drawing the connections between line segments.
linesVisible(Boolean) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the visibility of the lines for this dataset.
linesVisible(Boolean) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
linesVisible(Boolean) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Sets whether lines are visible.
linesVisible(Boolean) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries3D
Sets whether lines are visible.
linesVisible(Boolean, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
linesVisible(Boolean) - Method in interface com.illumon.iris.db.plot.Figure
 
linesVisible(Boolean, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
Listener - Interface in com.illumon.iris.db.v2
Listener for table changes.
listenForDirectUpdates(Listener) - Method in interface com.illumon.iris.db.v2.DynamicTable
Subscribe for updates to this table.
listenForUpdates(Listener, boolean) - Method in interface com.illumon.iris.db.v2.DynamicTable
Subscribe for updates to this table.
LiveTable - Interface in com.illumon.iris.db.tables.live
An object that should be refreshed by the LiveTableMonitor.
LiveWidgetVisibilityProvider - Interface in com.illumon.iris.db.tables.utils
LiveWidgets may implement this interface to restrict the users who can see a particular widget.
loadData(DATATYPE, long) - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
loadData(DATATYPE, long) - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
loadData(DATATYPE, long) - Method in interface com.illumon.modelfarm.RowDataManager
Populates a data object with data from a table row.
LocalAppendableColumn<DATA_TYPE> - Class in com.illumon.iris.db.tables.appendable.local
AppendableColumn for output to a local column location.
LocalAppendableTable - Class in com.illumon.iris.db.tables.appendable.local
AppendableTable for output to a local table location.
LocalAppendableTable(TableDefinition, WritableLocalTableLocation, int, StringCacheProvider) - Constructor for class com.illumon.iris.db.tables.appendable.local.LocalAppendableTable
Construct a LocalAppendableTable for the supplied definition, location, options, and string caching.
LocalTableWriter - Class in com.illumon.iris.db.tables.appendable.local
TableWriter for concurrently-readable table writing to a local table location.
LocalTableWriter(LocalAppendableTable) - Constructor for class com.illumon.iris.db.tables.appendable.local.LocalTableWriter
Construct a writer for the supplied table.
log() - Method in interface com.illumon.iris.db.plot.Axis
Sets the AxisTransform as log base 10.
log() - Method in interface com.illumon.iris.db.plot.Figure
 
logMode(boolean) - Method in class com.illumon.iris.export.jdbc.JdbcLogger.Builder
Set log mode indicator.
logPartitionTableIncremental(String, String, String, String, Table, ReplayerInterface, boolean) - Method in interface com.illumon.iris.db.tables.databases.Database
Writes all changes in a table to a partitioned table.
logPartitionTableIncremental(String, String, String, String, Table, boolean) - Method in interface com.illumon.iris.db.tables.databases.Database
Writes all changes in a table to a partitioned table.
logPartitionTableSnapshot(String, String, String, String, Table, String, ReplayerInterface, boolean) - Method in interface com.illumon.iris.db.tables.databases.Database
Snapshots a table at a regular interval and writes the snapshot to a partitioned table.
logPartitionTableSnapshot(String, String, String, String, Table, String, boolean) - Method in interface com.illumon.iris.db.tables.databases.Database
Snapshots a table at a regular interval and writes the snapshot to a partitioned table.
logPartitionTableSnapshot(String, String, String, String, Table, long, ReplayerInterface, boolean) - Method in interface com.illumon.iris.db.tables.databases.Database
Snapshots a table at a regular interval and writes the snapshot to a partitioned table.
logPartitionTableSnapshot(String, String, String, String, Table, long, boolean) - Method in interface com.illumon.iris.db.tables.databases.Database
Snapshots a table at a regular interval and writes the snapshot to a partitioned table.
logTable(Table, Index, TableLoggerBase.Flags, boolean, boolean) - Method in interface com.illumon.iris.db.tables.dataimport.TableLogger
Writes a subset of tableToLog to the binary log.
logTable(Table, Index, TableLoggerBase.Flags, boolean, boolean) - Method in interface com.illumon.iris.db.tables.dataimport.TableLoggerBase
Writes tableToLog to the target.
logTable(Table, TableLoggerBase.Flags, boolean, boolean) - Method in interface com.illumon.iris.db.tables.dataimport.TableLoggerBase
Writes tableToLog to the target.
logTable(Table, TableLoggerBase.Flags, Index) - Method in interface com.illumon.iris.db.tables.dataimport.TableLoggerBase
Writes a subset of tableToLog to the target.
logTable(Table, TableLoggerBase.Flags, boolean) - Method in interface com.illumon.iris.db.tables.dataimport.TableLoggerBase
Writes tableToLog to the target.
logTable(Table, TableLoggerBase.Flags) - Method in interface com.illumon.iris.db.tables.dataimport.TableLoggerBase
Writes a snapshot of tableToLog to the target.
logTable(Table) - Method in interface com.illumon.iris.db.tables.dataimport.TableLoggerBase
Writes a snapshot of tableToLog to the target.
logTable(Table, Index) - Method in interface com.illumon.iris.db.tables.dataimport.TableLoggerBase
Writes a subset of tableToLog to the binary log.
logTable(Table, Index, TableLoggerBase.Flags, boolean, boolean) - Method in class com.illumon.iris.export.jdbc.JdbcLogger
Log the contents of the given table to the JDBC.
logTableHandle(TableLoggerBase.Handle, Row.Flags, long, TableLoggerBase.Operation) - Method in interface com.illumon.iris.db.tables.dataimport.TableLogger
Log a row from a table handle
logTableHandlePrev(TableLoggerBase.Handle, Row.Flags, long, TableLoggerBase.Operation) - Method in interface com.illumon.iris.db.tables.dataimport.TableLogger
Log a previous row from a table handle
longCol(String, long...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a ColumnHolder of type long that can be used when creating in-memory tables.
longColumnIterator(String) - Method in interface com.illumon.iris.db.tables.Table
 
LongSizedDataStructure - Interface in com.illumon.iris.db.util
Common interface for Iris DB structures with a long (64-bit signed integer) size.

M

makeAggregationFactory(Table, TotalsTableBuilder) - Static method in class com.illumon.iris.db.v2.TotalsTableBuilder
Produce a ComboAggregateFactory from a source table and builder.
makeRemote(Table) - Method in interface com.illumon.iris.db.tables.databases.Database
Make a copy of a local table on a remote server.
makeReverseLookupListenerWithLock(DynamicTable, String...) - Static method in class com.illumon.iris.db.v2.ReverseLookupListener
 
makeReverseLookupListenerWithSnapshot(BaseTable, String...) - Static method in class com.illumon.iris.db.v2.ReverseLookupListener
 
makeTotalsTable(Table) - Static method in class com.illumon.iris.db.v2.TotalsTableBuilder
Create a totals table from a source table.
makeTotalsTable(Table, TotalsTableBuilder, String...) - Static method in class com.illumon.iris.db.v2.TotalsTableBuilder
Given a source table, builder and aggregation columns build a totals table with multiple rows.
mapSelectedPositionRange(long[], long, long) - Static method in interface com.illumon.iris.db.tables.dbarrays.DbArrayBase
 
mapSelectedPositions(long[], long[]) - Static method in interface com.illumon.iris.db.tables.dbarrays.DbArrayBase
 
mask() - Method in enum com.illumon.iris.db.plot.Font.FontStyle
Gets the mask of this Style.
match(boolean, boolean, boolean, Index, Object...) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
 
max(double) - Method in interface com.illumon.iris.db.plot.Axis
Sets the maximum range of this Axis to max.
max(double) - Method in interface com.illumon.iris.db.plot.Figure
 
maxBy(Table.ByStrategy, SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
maxBy(Table.ByStrategy, String...) - Method in interface com.illumon.iris.db.tables.Table
 
maxBy(Table.ByStrategy, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
maxBy(String...) - Method in interface com.illumon.iris.db.tables.Table
Groups the data column according to groupByColumns and computes the max for the rest of the fields
maxBy(Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
maybeAbortTransaction() - Method in class com.illumon.iris.db.tables.appendable.local.LocalTableWriter
Abort a transaction if one is in progress.
medianBy(Table.ByStrategy, SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
medianBy(Table.ByStrategy, String...) - Method in interface com.illumon.iris.db.tables.Table
 
medianBy(Table.ByStrategy, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
medianBy(String...) - Method in interface com.illumon.iris.db.tables.Table
Groups the data column according to groupByColumns and computes the median for the rest of the fields
medianBy(Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
merge(List<Table>) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Concatenates multiple Iris Tables into a single Table.
merge(Collection<Table>) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Concatenates multiple Iris Tables into a single Table.
merge(Table...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Concatenates multiple Iris Tables into a single Table.
merge() - Method in interface com.illumon.iris.db.v2.TransformableTableMap
Merges all of the component tables into a single Table.
MERGED_TABLE_ATTRIBUTE - Static variable in interface com.illumon.iris.db.tables.Table
This attribute is used internally by TableTools.merge to detect successive merges.
mergeSorted(String, Table...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Concatenates multiple sorted Iris Tables into a single Table sorted by the specified key column.
mergeSorted(String, Collection<Table>) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Concatenates multiple sorted Iris Tables into a single Table sorted by the specified key column.
MessageHandler - Interface in com.illumon.iris.sbetransport.client
Users of the TableClient must provide an implementation of this interface, which will get called in order to parse incoming messages.
min(double) - Method in interface com.illumon.iris.db.plot.Axis
Sets the minimum range of this Axis to min.
min(double) - Method in interface com.illumon.iris.db.plot.Figure
 
minBy(Table.ByStrategy, SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
minBy(Table.ByStrategy, String...) - Method in interface com.illumon.iris.db.tables.Table
 
minBy(Table.ByStrategy, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
minBy(String...) - Method in interface com.illumon.iris.db.tables.Table
Groups the data column according to groupByColumns and computes the min for the rest of the fields
minBy(Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
minorTicks(int) - Method in interface com.illumon.iris.db.plot.Axis
Sets the number of minor ticks between consecutive major ticks.
minorTicks(int) - Method in interface com.illumon.iris.db.plot.Figure
 
minorTicksVisible(boolean) - Method in interface com.illumon.iris.db.plot.Axis
Sets whether minor ticks are drawn on this Axis.
minorTicksVisible(boolean) - Method in interface com.illumon.iris.db.plot.Figure
 
minus(Index) - Method in interface com.illumon.iris.db.v2.utils.Index
Returns a new index representing the keys of the current set not present inside indexToRemove
MissingVariableException(String, Throwable) - Constructor for exception com.illumon.iris.db.tables.select.QueryScope.MissingVariableException
 
MissingVariableException(String) - Constructor for exception com.illumon.iris.db.tables.select.QueryScope.MissingVariableException
 
mode - Variable in class com.illumon.numerics.movingaverages.AbstractMa
 
Model<T> - Interface in com.illumon.modelfarm
A data driven model.
model - Variable in class com.illumon.modelfarm.ModelFarmBase
 
ModelFarm - Interface in com.illumon.modelfarm
A multithreaded resource to execute data driven models.
ModelFarmBase<KEYTYPE,DATATYPE,ROWDATAMANAGERTYPE extends RowDataManager<KEYTYPE,DATATYPE>> - Class in com.illumon.modelfarm
A multithreaded resource to execute data driven models.
ModelFarmBase(int, Model<DATATYPE>, ROWDATAMANAGERTYPE) - Constructor for class com.illumon.modelfarm.ModelFarmBase
Create a multithreaded resource to execute data driven models.
ModelFarmRealTime<KEYTYPE,DATATYPE,ROWDATAMANAGERTYPE extends RowDataManager<KEYTYPE,DATATYPE>> - Class in com.illumon.modelfarm
A multithreaded resource to execute data driven models.
ModelFarmRealTime(int, Model<DATATYPE>, ROWDATAMANAGERTYPE, ExecPrioritizer<KEYTYPE, DATATYPE, ROWDATAMANAGERTYPE>) - Constructor for class com.illumon.modelfarm.ModelFarmRealTime
Create a multithreaded resource to execute data driven models.
ModelFarmTick<KEYTYPE,DATATYPE,ROWDATAMANAGERTYPE extends RowDataManager<KEYTYPE,DATATYPE>> - Class in com.illumon.modelfarm
A multithreaded resource to execute data driven models.
ModelFarmTick(int, Model<DATATYPE>, ROWDATAMANAGERTYPE, int) - Constructor for class com.illumon.modelfarm.ModelFarmTick
Create a multithreaded resource to execute data driven models.
ModelFarmUtils - Class in com.illumon.modelfarm.util
Utilities for building model farms.
ModelMultiExec<T> - Class in com.illumon.modelfarm
A model for executing multiple models.
ModelMultiExec(ModelMultiExec.Models<T>) - Constructor for class com.illumon.modelfarm.ModelMultiExec
Creates a new model which is composed of other models.
modify(WritableSource<OUTPUT_TYPE>, ColumnSource<INPUT_TYPE>, long, long, STATE) - Method in class com.illumon.iris.db.v2.by.IterativeColumnOperator
Modifies an existing row within the state.
modifyQueryConfiguration(PersistentQueryConfiguration) - Method in class com.illumon.iris.controller.PersistentQueryControllerClient
Modifies a configuration in the controller's hash table.
moveColumns(int, String...) - Method in interface com.illumon.iris.db.tables.Table
Produce a new table with the specified columns moved to the specified index.
moveUpColumns(String...) - Method in interface com.illumon.iris.db.tables.Table
Produce a new table with the specified columns moved to the leftmost position.
mr(Table) - Method in interface com.illumon.iris.db.tables.databases.Database
Make a copy of a local table on a remote server.
MultiSeries - Interface in com.illumon.iris.db.plot.datasets.multiseries
A parent data series that spawns a DataSeries for each unique key in the parent series.

N

name(String) - Method in interface com.illumon.iris.db.plot.Theme
Sets the name of the Theme
name - Variable in class com.illumon.iris.db.tables.appendable.BaseAppendableColumn
 
name() - Method in class com.illumon.iris.db.tables.dataimport.DbNamespace
Gets the name of this DbNamespace.
name - Variable in class com.illumon.iris.db.v2.utils.ColumnHolder
 
name() - Method in interface com.illumon.util.calendar.Calendar
Gets the name of the calendar.
NanosAxisFormat - Class in com.illumon.iris.db.plot.axisformatters
A formatter for converting nanoseconds into formatted strings.
NanosAxisFormat(DBTimeZone) - Constructor for class com.illumon.iris.db.plot.axisformatters.NanosAxisFormat
Creates a new NanosAxisFormat with the specified timezone.
NanosAxisFormat() - Constructor for class com.illumon.iris.db.plot.axisformatters.NanosAxisFormat
Creates a new NanosAxisFormat with the default timezone.
naturalJoin(Table.JoinStrategy, Table, MatchPair[], MatchPair[]) - Method in interface com.illumon.iris.db.tables.Table
 
naturalJoin(Table.JoinStrategy, Table, Collection<String>, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
naturalJoin(Table.JoinStrategy, Table, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
naturalJoin(Table.JoinStrategy, Table, String, String) - Method in interface com.illumon.iris.db.tables.Table
 
naturalJoin(Table.JoinStrategy, Table, String) - Method in interface com.illumon.iris.db.tables.Table
 
naturalJoin(Table, String, String) - Method in interface com.illumon.iris.db.tables.Table
 
naturalJoin(Table, String) - Method in interface com.illumon.iris.db.tables.Table
 
NEG_INF_BYTE - Static variable in class com.illumon.util.QueryConstants
 
NEG_INF_DOUBLE - Static variable in class com.illumon.util.QueryConstants
 
NEG_INF_FLOAT - Static variable in class com.illumon.util.QueryConstants
 
NEG_INF_INT - Static variable in class com.illumon.util.QueryConstants
 
NEG_INF_LONG - Static variable in class com.illumon.util.QueryConstants
 
NEG_INF_SHORT - Static variable in class com.illumon.util.QueryConstants
 
NeighborEmaArrayDifferencer - Class in com.illumon.numerics.movingaverages
Created by IntelliJ IDEA.
NeighborEmaArrayDifferencer(AbstractMa.Mode, double[], boolean) - Constructor for class com.illumon.numerics.movingaverages.NeighborEmaArrayDifferencer
Constructs a new calculator.
newAxes() - Method in interface com.illumon.iris.db.plot.Chart
Creates new Axes with dimension 2 on this Chart.
newAxes(String) - Method in interface com.illumon.iris.db.plot.Chart
Creates new Axes with dimension 2 on this Chart.
newAxes(int) - Method in interface com.illumon.iris.db.plot.Chart
Creates new Axes with dimension dim on this Chart.
newAxes(String, int) - Method in interface com.illumon.iris.db.plot.Chart
Creates new Axes with dimension dim on this Chart.
newAxes() - Method in interface com.illumon.iris.db.plot.Figure
 
newAxes(String) - Method in interface com.illumon.iris.db.plot.Figure
 
newAxes(int) - Method in interface com.illumon.iris.db.plot.Figure
 
newAxes(String, int) - Method in interface com.illumon.iris.db.plot.Figure
 
newAxes() - Static method in class com.illumon.iris.db.plot.PlottingConvenience
newAxes(String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
newAxes(int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
newAxes(String, int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
newChart() - Method in interface com.illumon.iris.db.plot.BaseFigure
Adds a new Chart to this figure.
newChart(int) - Method in interface com.illumon.iris.db.plot.BaseFigure
Adds a new Chart to this figure.
newChart(int, int) - Method in interface com.illumon.iris.db.plot.BaseFigure
Adds a new Chart to this figure.
newChart() - Method in interface com.illumon.iris.db.plot.Figure
 
newChart(int) - Method in interface com.illumon.iris.db.plot.Figure
 
newChart(int, int) - Method in interface com.illumon.iris.db.plot.Figure
 
newChart() - Static method in class com.illumon.iris.db.plot.PlottingConvenience
newChart(int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
newChart(int, int) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
newData() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
newData() - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
newData() - Method in interface com.illumon.modelfarm.RowDataManager
Creates a new data instance.
newEquityFitterOptionPriceHistorical(int, Model<EquityFitDataOptionPrices>, Table, Table, Table, Table, Table, Table) - Static method in class com.illumon.modelfarm.fitterfarm.FitterFarmFactory
Create a multithreaded resource to fit a derivative model's parameters for equities when a snapshot table ticks.
newEquityFitterOptionPriceHistorical(int, Model<EquityFitDataOptionPrices>, Table, Table, Table, Table, Table, int, Table) - Static method in class com.illumon.modelfarm.fitterfarm.FitterFarmFactory
Create a multithreaded resource to fit a derivative model's parameters for equities when a snapshot table ticks.
newEquityFitterOptionPriceRealTime(int, Model<EquityFitDataOptionPrices>, Table, Table, Table, Table, Table) - Static method in class com.illumon.modelfarm.fitterfarm.FitterFarmFactory
Create a multithreaded resource to fit a derivative model's parameters for equities in real time.
newEquityFitterOptionPriceRealTime(int, Model<EquityFitDataOptionPrices>, Table, Table, Table, Table, Table, EquityPrioritizer<EquityFitDataOptionPrices>) - Static method in class com.illumon.modelfarm.fitterfarm.FitterFarmFactory
Create a multithreaded resource to fit a derivative model's parameters for equities in real time.
newEquityFitterVolSurfaceHistorical(int, Model<EquityFitDataVolSurface>, Table, Table, Table, Table, Table, Table, Table, Table) - Static method in class com.illumon.modelfarm.fitterfarm.FitterFarmFactory
Create a multithreaded resource to fit a derivative model's parameters for equities when a snapshot table ticks.
newEquityFitterVolSurfaceHistorical(int, Model<EquityFitDataVolSurface>, Table, Table, Table, Table, Table, Table, Table, int, Table) - Static method in class com.illumon.modelfarm.fitterfarm.FitterFarmFactory
Create a multithreaded resource to fit a derivative model's parameters for equities when a snapshot table ticks.
newEquityFitterVolSurfaceRealTime(int, Model<EquityFitDataVolSurface>, Table, Table, Table, Table, Table, Table, Table) - Static method in class com.illumon.modelfarm.fitterfarm.FitterFarmFactory
Create a multithreaded resource to fit a derivative model's parameters for equities in real time.
newEquityFitterVolSurfaceRealTime(int, Model<EquityFitDataVolSurface>, Table, Table, Table, Table, Table, Table, Table, EquityPrioritizer<EquityFitDataVolSurface>) - Static method in class com.illumon.modelfarm.fitterfarm.FitterFarmFactory
Create a multithreaded resource to fit a derivative model's parameters for equities in real time.
newFuturesFitterOptionPriceHistorical(int, Model<FuturesFitDataOptionPrices>, Table, Table, Table, Table) - Static method in class com.illumon.modelfarm.fitterfarm.FitterFarmFactory
Create a multithreaded resource to fit a derivative model's parameters for futures when a snapshot table ticks.
newFuturesFitterOptionPriceHistorical(int, Model<FuturesFitDataOptionPrices>, Table, Table, Table, int, Table) - Static method in class com.illumon.modelfarm.fitterfarm.FitterFarmFactory
Create a multithreaded resource to fit a derivative model's parameters for futures when a snapshot table ticks.
newFuturesFitterOptionPriceRealTime(int, Model<FuturesFitDataOptionPrices>, Table, Table, Table) - Static method in class com.illumon.modelfarm.fitterfarm.FitterFarmFactory
Create a multithreaded resource to fit a derivative model's parameters for futures in real time.
newFuturesFitterOptionPriceRealTime(int, Model<FuturesFitDataOptionPrices>, Table, Table, Table, FuturesPrioritizer<FuturesFitDataOptionPrices>) - Static method in class com.illumon.modelfarm.fitterfarm.FitterFarmFactory
Create a multithreaded resource to fit a derivative model's parameters for futures in real time.
newFuturesFitterVolSurfaceHistorical(int, Model<FuturesFitDataVolSurface>, Table, Table, Table, Table, Table, Table) - Static method in class com.illumon.modelfarm.fitterfarm.FitterFarmFactory
Create a multithreaded resource to fit a derivative model's parameters for futures when a snapshot table ticks.
newFuturesFitterVolSurfaceHistorical(int, Model<FuturesFitDataVolSurface>, Table, Table, Table, Table, Table, int, Table) - Static method in class com.illumon.modelfarm.fitterfarm.FitterFarmFactory
Create a multithreaded resource to fit a derivative model's parameters for futures when a snapshot table ticks.
newFuturesFitterVolSurfaceRealTime(int, Model<FuturesFitDataVolSurface>, Table, Table, Table, Table, Table) - Static method in class com.illumon.modelfarm.fitterfarm.FitterFarmFactory
Create a multithreaded resource to fit a derivative model's parameters for futures in real time.
newFuturesFitterVolSurfaceRealTime(int, Model<FuturesFitDataVolSurface>, Table, Table, Table, Table, Table, FuturesPrioritizer<FuturesFitDataVolSurface>) - Static method in class com.illumon.modelfarm.fitterfarm.FitterFarmFactory
Create a multithreaded resource to fit a derivative model's parameters for futures in real time.
newTable(long, List<String>, List<ColumnSource>) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Creates a new DynamicTable from one or more ColumnSources.
newTable(long, Map<String, ColumnSource>) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Creates a new DynamicTable from a Map of one or more ColumnSources.
newTable(TableDefinition) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Creates a new empty DynamicTable from a TableDefinition.
newTable(ColumnHolder...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Creates a new DynamicTable from one or more ColumnHolders.
next() - Method in interface com.illumon.iris.db.v2.utils.Index.RangeIterator
 
nextBusinessDay() - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the next business day.
nextBusinessDay(int) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the business date days business days after the current day.
nextBusinessDay(DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the next business day.
nextBusinessDay(DBDateTime, int) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the business date days business days after input time.
nextBusinessDay(String) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the next business day.
nextBusinessDay(String, int) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the business date days business days after input date.
nextBusinessSchedule() - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the next business schedule.
nextBusinessSchedule(int) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the business schedule days days after the current day.
nextBusinessSchedule(DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the next business schedule.
nextBusinessSchedule(DBDateTime, int) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the business schedule days days after input time.
nextBusinessSchedule(String) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the next business schedule after input date.
nextBusinessSchedule(String, int) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the business schedule days days after input date.
nextDay() - Method in interface com.illumon.util.calendar.Calendar
Gets tomorrow's date.
nextDay(int) - Method in interface com.illumon.util.calendar.Calendar
Gets the date days after the current day.
nextDay(DBDateTime) - Method in interface com.illumon.util.calendar.Calendar
Gets the next date.
nextDay(DBDateTime, int) - Method in interface com.illumon.util.calendar.Calendar
Gets the date days after the input time.
nextDay(String) - Method in interface com.illumon.util.calendar.Calendar
Gets the next date.
nextDay(String, int) - Method in interface com.illumon.util.calendar.Calendar
Gets the date days after the input date.
nextLong() - Method in interface com.illumon.iris.db.v2.utils.Index.Iterator
 
nextNonBusinessDay() - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the next non-business day.
nextNonBusinessDay(int) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the non-business date days non-business days after the current day.
nextNonBusinessDay(DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the next non-business day.
nextNonBusinessDay(DBDateTime, int) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the non-business date days non-business days after input time.
nextNonBusinessDay(String) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the next non-business day.
nextNonBusinessDay(String, int) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the non-business date days non-business days after input date.
nonBusinessDaysInRange(DBDateTime, DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
Returns the non-business days between start and end, inclusive.
nonBusinessDaysInRange(String, String) - Method in interface com.illumon.util.calendar.BusinessCalendar
Returns the non-business days between start and end, inclusive.
nonempty() - Method in interface com.illumon.iris.db.v2.utils.Index
Queries whether this Index is non-empty (i.e.
notifyListeners(Index, Index, Index) - Method in interface com.illumon.iris.db.v2.DynamicTable
Initiate update delivery to this table's listeners.
notifyListenersOnError(Throwable, UpdatePerformanceTracker.Entry) - Method in interface com.illumon.iris.db.v2.DynamicTable
Initiate failure delivery to this table's listeners.
NULL_BOOLEAN - Static variable in class com.illumon.util.QueryConstants
 
NULL_BYTE - Static variable in class com.illumon.util.QueryConstants
 
NULL_CHAR - Static variable in class com.illumon.util.QueryConstants
 
NULL_DOUBLE - Static variable in class com.illumon.util.QueryConstants
 
NULL_FLOAT - Static variable in class com.illumon.util.QueryConstants
 
NULL_INT - Static variable in class com.illumon.util.QueryConstants
 
NULL_KEY - Static variable in interface com.illumon.iris.db.v2.utils.Index
 
NULL_LONG - Static variable in class com.illumon.util.QueryConstants
 
NULL_SETTER - Static variable in interface com.illumon.iris.binarystore.TableWriter
 
NULL_SHORT - Static variable in class com.illumon.util.QueryConstants
 
NULL_STRING - Static variable in class com.illumon.iris.db.tables.utils.TableTools
 
NullValueColumnSource<T> - Class in com.illumon.iris.db.v2.sources
A column source that returns null for all keys.
NullValueColumnSource(Class<T>) - Constructor for class com.illumon.iris.db.v2.sources.NullValueColumnSource
 
numberOfBusinessDays(DBDateTime, DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
Returns the number of business days between start and end.
numberOfBusinessDays(DBDateTime, DBDateTime, boolean) - Method in interface com.illumon.util.calendar.BusinessCalendar
Returns the number of business days between start and end.
numberOfBusinessDays(String, String) - Method in interface com.illumon.util.calendar.BusinessCalendar
Returns the number of business days between start and end.
numberOfBusinessDays(String, String, boolean) - Method in interface com.illumon.util.calendar.BusinessCalendar
Returns the number of business days between start and end.
numberOfDays(DBDateTime, DBDateTime) - Method in interface com.illumon.util.calendar.Calendar
Gets the number of days in a given range, end date exclusive.
numberOfDays(DBDateTime, DBDateTime, boolean) - Method in interface com.illumon.util.calendar.Calendar
Gets the number of days in a given range.
numberOfDays(String, String) - Method in interface com.illumon.util.calendar.Calendar
Gets the number of days in a given range, end date exclusive.
numberOfDays(String, String, boolean) - Method in interface com.illumon.util.calendar.Calendar
Gets the number of days in a given range.
numberOfNonBusinessDays(DBDateTime, DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
Returns the number of non-business days between start and end.
numberOfNonBusinessDays(DBDateTime, DBDateTime, boolean) - Method in interface com.illumon.util.calendar.BusinessCalendar
Returns the number of non-business days between start and end.
numberOfNonBusinessDays(String, String) - Method in interface com.illumon.util.calendar.BusinessCalendar
Returns the number of non-business days between start and end.
numberOfNonBusinessDays(String, String, boolean) - Method in interface com.illumon.util.calendar.BusinessCalendar
Returns the number of non-business days between start and end.

O

objColSource(T...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Creates an in-memory column of the specified type for a collection of values
ObjectCodec<TYPE> - Interface in com.illumon.util.codec
Codec interface for Object translation to/from byte arrays for serialization and deserialization.
OHLCDataSeries - Interface in com.illumon.iris.db.plot.datasets.ohlc
XYDataSeriesInternal for open-high-low-close charts.
ohlcPlot(Comparable, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData) - Method in interface com.illumon.iris.db.plot.Axes
Creates an open-high-low-close plot of the data.
ohlcPlot(Comparable, Table, String, String, String, String, String) - Method in interface com.illumon.iris.db.plot.Axes
Creates an open-high-low-close plot of the data.
ohlcPlot(Comparable, SelectableDataSet, String, String, String, String, String) - Method in interface com.illumon.iris.db.plot.Axes
Creates an open-high-low-close plot of the data.
ohlcPlot(Comparable, Date[], short[], short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an open-high-low-close chart.
ohlcPlot(Comparable, DBDateTime[], short[], short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an open-high-low-close chart.
ohlcPlot(Comparable, Date[], int[], int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an open-high-low-close chart.
ohlcPlot(Comparable, DBDateTime[], int[], int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an open-high-low-close chart.
ohlcPlot(Comparable, Date[], long[], long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an open-high-low-close chart.
ohlcPlot(Comparable, DBDateTime[], long[], long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an open-high-low-close chart.
ohlcPlot(Comparable, Date[], float[], float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an open-high-low-close chart.
ohlcPlot(Comparable, DBDateTime[], float[], float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an open-high-low-close chart.
ohlcPlot(Comparable, Date[], double[], double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an open-high-low-close chart.
ohlcPlot(Comparable, DBDateTime[], double[], double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an open-high-low-close chart.
ohlcPlot(Comparable, Date[], T1[], T2[], T3[], T4[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an open-high-low-close chart.
ohlcPlot(Comparable, DBDateTime[], T1[], T2[], T3[], T4[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an open-high-low-close chart.
ohlcPlot(Comparable, Date[], List<T1>, List<T2>, List<T3>, List<T4>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an open-high-low-close chart.
ohlcPlot(Comparable, DBDateTime[], List<T1>, List<T2>, List<T3>, List<T4>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an open-high-low-close chart.
ohlcPlot(Comparable, DBDateTime[], T1[], T2[], T3[], T4[]) - Method in interface com.illumon.iris.db.plot.Figure
 
ohlcPlot(Comparable, DBDateTime[], double[], double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
ohlcPlot(Comparable, DBDateTime[], float[], float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
ohlcPlot(Comparable, DBDateTime[], int[], int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
ohlcPlot(Comparable, DBDateTime[], long[], long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
ohlcPlot(Comparable, DBDateTime[], short[], short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
ohlcPlot(Comparable, DBDateTime[], List<T1>, List<T2>, List<T3>, List<T4>) - Method in interface com.illumon.iris.db.plot.Figure
 
ohlcPlot(Comparable, Date[], T1[], T2[], T3[], T4[]) - Method in interface com.illumon.iris.db.plot.Figure
 
ohlcPlot(Comparable, Date[], double[], double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
ohlcPlot(Comparable, Date[], float[], float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
ohlcPlot(Comparable, Date[], int[], int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
ohlcPlot(Comparable, Date[], long[], long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
ohlcPlot(Comparable, Date[], short[], short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
ohlcPlot(Comparable, Date[], List<T1>, List<T2>, List<T3>, List<T4>) - Method in interface com.illumon.iris.db.plot.Figure
 
ohlcPlot(Comparable, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData) - Method in interface com.illumon.iris.db.plot.Figure
 
ohlcPlot(Comparable, SelectableDataSet, String, String, String, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
ohlcPlot(Comparable, Table, String, String, String, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
ohlcPlot(Comparable, DBDateTime[], T1[], T2[], T3[], T4[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
ohlcPlot(Comparable, DBDateTime[], double[], double[], double[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
ohlcPlot(Comparable, DBDateTime[], float[], float[], float[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
ohlcPlot(Comparable, DBDateTime[], int[], int[], int[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
ohlcPlot(Comparable, DBDateTime[], long[], long[], long[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
ohlcPlot(Comparable, DBDateTime[], short[], short[], short[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
ohlcPlot(Comparable, DBDateTime[], List<T1>, List<T2>, List<T3>, List<T4>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
ohlcPlot(Comparable, Date[], T1[], T2[], T3[], T4[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
ohlcPlot(Comparable, Date[], double[], double[], double[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
ohlcPlot(Comparable, Date[], float[], float[], float[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
ohlcPlot(Comparable, Date[], int[], int[], int[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
ohlcPlot(Comparable, Date[], long[], long[], long[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
ohlcPlot(Comparable, Date[], short[], short[], short[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
ohlcPlot(Comparable, Date[], List<T1>, List<T2>, List<T3>, List<T4>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
ohlcPlot(Comparable, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
ohlcPlot(Comparable, SelectableDataSet, String, String, String, String, String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
ohlcPlot(Comparable, Table, String, String, String, String, String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
ohlcPlotBy(Comparable, Table, String, String, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Axes
Creates an open-high-low-close plot per distinct grouping value specified in byColumns.
ohlcPlotBy(Comparable, SelectableDataSet, String, String, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Axes
Creates an open-high-low-close plot per distinct grouping value specified in byColumns.
ohlcPlotBy(Comparable, SelectableDataSet, String, String, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Figure
 
ohlcPlotBy(Comparable, Table, String, String, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Figure
 
ohlcPlotBy(Comparable, SelectableDataSet, String, String, String, String, String, String...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
ohlcPlotBy(Comparable, Table, String, String, String, String, String, String...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
onBeginTableUpdate(int) - Method in interface com.illumon.iris.sbetransport.client.SimpleMessageHandlerListener
Implement this method to receive notification of the start of a table data update.
onConnectionError(IOException) - Method in interface com.illumon.iris.sbetransport.client.SimpleMessageHandlerListener
Occurs when an unexpected IO error occurs with the client connection, preceding client death.
onDataUpdate(Index, Index, Index) - Method in class com.illumon.modelfarm.ModelFarmBase
Process a change to the data table.
onDataUpdate(Index, Index, Index) - Method in class com.illumon.modelfarm.ModelFarmRealTime
 
onDataUpdate(Index, Index, Index) - Method in class com.illumon.modelfarm.ModelFarmTick
 
oneClick(Table, String...) - Static method in class com.illumon.iris.db.plot.filters.Selectables
Creates a SelectableDataSetOneClick with the specified table and columns.
oneClick(Table, boolean, String...) - Static method in class com.illumon.iris.db.plot.filters.Selectables
Creates a SelectableDataSetOneClick with the specified table and columns.
oneClick(Table, String...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
oneClick(Table, boolean, String...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
onEndTableUpdate(int) - Method in interface com.illumon.iris.sbetransport.client.SimpleMessageHandlerListener
Implement this method to receive notification of the end of a table data update.
onFailure(Throwable, UpdatePerformanceTracker.Entry) - Method in interface com.illumon.iris.db.v2.Listener
Notification of exceptions.
onFailureInternal(Throwable, UpdatePerformanceTracker.Entry) - Method in class com.illumon.iris.db.v2.InstrumentedListenerAdapter
Called when the source table produces an error
onRowsAdded(int, int, long[], Object[], int) - Method in interface com.illumon.iris.sbetransport.client.SimpleMessageHandlerListener
Implement this method to receive notification of rows added to a column.
onRowsModified(int, int, long[], Object[], int) - Method in interface com.illumon.iris.sbetransport.client.SimpleMessageHandlerListener
Implement this method to receive notification of modified rows in a column.
onRowsRemoved(int, long[], int) - Method in interface com.illumon.iris.sbetransport.client.SimpleMessageHandlerListener
Implement this method to receive notification of rows removed from a table.
onSubscribeResponse(int, Map<Integer, ColumnInfo>) - Method in interface com.illumon.iris.sbetransport.client.SimpleMessageHandlerListener
Implement this method to receive notification of subscription confirmation messages.
onSubscriptionError(int, TableSubscriptionErrorCode, String) - Method in interface com.illumon.iris.sbetransport.client.SimpleMessageHandlerListener
Implement this method to receive notification of errors related to subscriptions.
onUnsubscribeResponse(int) - Method in interface com.illumon.iris.sbetransport.client.SimpleMessageHandlerListener
Implement this method to receive notification of unsubscribe confirmation messages.
onUpdate(Index, Index, Index) - Method in class com.illumon.iris.db.v2.InstrumentedListenerAdapter
 
onUpdate(Index, Index, Index) - Method in interface com.illumon.iris.db.v2.Listener
Process notification of table changes.
onUpdate(Index, Index, Index) - Method in class com.illumon.iris.db.v2.ReverseLookupListener
 
operationApplies(Class, AggType) - Static method in class com.illumon.iris.db.v2.TotalsTableBuilder
Does the operation apply to type?
operationColumn(String) - Method in class com.illumon.iris.export.jdbc.JdbcLogger.Builder
Specify the JDBC column that will receive the operation that resulted in that row.
OPTION_APPEND - Static variable in class com.illumon.iris.db.tables.appendable.local.LocalAppendableTable
Option for tables that should append to existing data.
OPTION_WRITE_THROUGH - Static variable in class com.illumon.iris.db.tables.appendable.local.LocalAppendableTable
Option for tables that should write through to concurrently-readable data stores.
OPTIONS_DEFAULT - Static variable in class com.illumon.iris.db.tables.appendable.local.LocalAppendableTable
Option for tables that should truncate existing data and not write through to concurrently-readable data stores.
overlaps(Index) - Method in interface com.illumon.iris.db.v2.utils.Index
Returns true if an index has any overlap.

P

parse(String, ParsePosition) - Method in class com.illumon.iris.db.plot.axisformatters.ScientificNumberFormatter
 
PersistentQueryControllerClient - Class in com.illumon.iris.controller
Client for subscribing to state from the PersistentQueryController and manipulating persistent queries.
PersistentQueryControllerClient(Logger, Scheduler, CommBase.ConnectionStatusHandler, ConnectionMonitor.Params, boolean) - Constructor for class com.illumon.iris.controller.PersistentQueryControllerClient
 
PersistentQueryControllerClient(Logger, Scheduler, CommBase.ConnectionStatusHandler, ConnectionMonitor.Params, boolean, IndexableMap<Long, PersistentQueryInfo>) - Constructor for class com.illumon.iris.controller.PersistentQueryControllerClient
 
piePlot(Comparable, IndexableData<T1>, IndexableNumericData) - Method in interface com.illumon.iris.db.plot.Axes
Creates a pie plot.
piePlot(Comparable, Table, String, String) - Method in interface com.illumon.iris.db.plot.Axes
Creates a pie plot.
piePlot(Comparable, SelectableDataSet, String, String) - Method in interface com.illumon.iris.db.plot.Axes
Creates a pie plot.
piePlot(Comparable, T0[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a pie plot.
piePlot(Comparable, T0[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a pie plot.
piePlot(Comparable, T0[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a pie plot.
piePlot(Comparable, T0[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a pie plot.
piePlot(Comparable, T0[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a pie plot.
piePlot(Comparable, T0[], T1[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a pie plot.
piePlot(Comparable, T0[], List<T1>) - Method in interface com.illumon.iris.db.plot.Axes
Creates a pie plot.
piePlot(Comparable, List<T0>, short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a pie plot.
piePlot(Comparable, List<T0>, int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a pie plot.
piePlot(Comparable, List<T0>, long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a pie plot.
piePlot(Comparable, List<T0>, float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a pie plot.
piePlot(Comparable, List<T0>, double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a pie plot.
piePlot(Comparable, List<T0>, T1[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates a pie plot.
piePlot(Comparable, List<T0>, List<T1>) - Method in interface com.illumon.iris.db.plot.Axes
Creates a pie plot.
piePlot(Comparable, T0[], T1[]) - Method in interface com.illumon.iris.db.plot.Figure
 
piePlot(Comparable, T0[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
piePlot(Comparable, T0[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
piePlot(Comparable, T0[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
piePlot(Comparable, T0[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
piePlot(Comparable, T0[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
piePlot(Comparable, T0[], List<T1>) - Method in interface com.illumon.iris.db.plot.Figure
 
piePlot(Comparable, IndexableData<T1>, IndexableNumericData) - Method in interface com.illumon.iris.db.plot.Figure
 
piePlot(Comparable, List<T0>, T1[]) - Method in interface com.illumon.iris.db.plot.Figure
 
piePlot(Comparable, List<T0>, double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
piePlot(Comparable, List<T0>, float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
piePlot(Comparable, List<T0>, int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
piePlot(Comparable, List<T0>, long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
piePlot(Comparable, List<T0>, short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
piePlot(Comparable, List<T0>, List<T1>) - Method in interface com.illumon.iris.db.plot.Figure
 
piePlot(Comparable, SelectableDataSet, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
piePlot(Comparable, Table, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
piePlot(Comparable, T0[], T1[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
piePlot(Comparable, T0[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
piePlot(Comparable, T0[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
piePlot(Comparable, T0[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
piePlot(Comparable, T0[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
piePlot(Comparable, T0[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
piePlot(Comparable, T0[], List<T1>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
piePlot(Comparable, IndexableData<T1>, IndexableNumericData) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
piePlot(Comparable, List<T0>, T1[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
piePlot(Comparable, List<T0>, double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
piePlot(Comparable, List<T0>, float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
piePlot(Comparable, List<T0>, int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
piePlot(Comparable, List<T0>, long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
piePlot(Comparable, List<T0>, short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
piePlot(Comparable, List<T0>, List<T1>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
piePlot(Comparable, SelectableDataSet, String, String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
piePlot(Comparable, Table, String, String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
pivot(Table, String, String, String) - Static method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Starts a Pivot Widget Builder.
PivotWidgetBuilder - Class in com.illumon.iris.console.utils
Helper class to build a Pivot Widget and set all of its options.
PivotWidgetBuilder(Table, String, String, String) - Constructor for class com.illumon.iris.console.utils.PivotWidgetBuilder
Creates a Pivot Widget Builder.
plot(Comparable, DoubleUnaryOperator) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the function.
plot(Comparable, Closure<T>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the function.
plot(Comparable, IndexableNumericData, IndexableNumericData, boolean, boolean) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, Table, String, String) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, SelectableDataSet, String, String) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, Date[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, Date[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, Date[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, Date[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, Date[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, Date[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, Date[], T1[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, Date[], List<T1>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, DBDateTime[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, DBDateTime[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, DBDateTime[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, DBDateTime[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, DBDateTime[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, DBDateTime[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, DBDateTime[], T1[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, DBDateTime[], List<T1>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, short[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, short[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, short[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, short[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, short[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, short[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, short[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, short[], T1[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, short[], List<T1>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, int[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, int[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, int[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, int[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, int[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, int[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, int[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, int[], T1[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, int[], List<T1>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, long[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, long[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, long[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, long[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, long[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, long[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, long[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, long[], T1[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, long[], List<T1>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, float[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, float[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, float[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, float[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, float[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, float[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, float[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, float[], T1[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, float[], List<T1>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, double[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, double[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, double[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, double[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, double[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, double[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, double[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, double[], T1[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, double[], List<T1>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, T0[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, T0[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, T0[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, T0[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, T0[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, T0[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, T0[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, T0[], T1[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, T0[], List<T1>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, List<T0>, Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, List<T0>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, List<T0>, short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, List<T0>, int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, List<T0>, long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, List<T0>, float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, List<T0>, double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, List<T0>, T1[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, List<T0>, List<T1>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot of the data.
plot(Comparable, Closure<T>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, DoubleUnaryOperator) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, T0[], T1[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, T0[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, T0[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, T0[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, T0[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, T0[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, T0[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, T0[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, T0[], List<T1>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, double[], T1[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, double[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, double[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, double[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, double[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, double[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, double[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, double[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, double[], List<T1>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, float[], T1[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, float[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, float[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, float[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, float[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, float[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, float[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, float[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, float[], List<T1>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, int[], T1[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, int[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, int[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, int[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, int[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, int[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, int[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, int[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, int[], List<T1>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, long[], T1[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, long[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, long[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, long[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, long[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, long[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, long[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, long[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, long[], List<T1>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, DBDateTime[], T1[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, DBDateTime[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, DBDateTime[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, DBDateTime[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, DBDateTime[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, DBDateTime[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, DBDateTime[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, DBDateTime[], List<T1>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, Date[], T1[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, Date[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, Date[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, Date[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, Date[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, Date[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, Date[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, Date[], List<T1>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, short[], T1[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, short[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, short[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, short[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, short[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, short[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, short[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, short[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, short[], List<T1>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, List<T0>, T1[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, List<T0>, double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, List<T0>, float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, List<T0>, int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, List<T0>, long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, List<T0>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, List<T0>, Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, List<T0>, short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, List<T0>, List<T1>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, SelectableDataSet, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, Table, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, IndexableNumericData, IndexableNumericData, boolean, boolean) - Method in interface com.illumon.iris.db.plot.Figure
 
plot(Comparable, Closure<T>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, DoubleUnaryOperator) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, T0[], T1[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, T0[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, T0[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, T0[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, T0[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, T0[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, T0[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, T0[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, T0[], List<T1>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, double[], T1[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, double[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, double[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, double[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, double[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, double[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, double[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, double[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, double[], List<T1>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, float[], T1[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, float[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, float[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, float[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, float[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, float[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, float[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, float[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, float[], List<T1>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, int[], T1[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, int[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, int[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, int[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, int[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, int[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, int[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, int[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, int[], List<T1>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, long[], T1[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, long[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, long[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, long[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, long[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, long[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, long[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, long[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, long[], List<T1>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, DBDateTime[], T1[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, DBDateTime[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, DBDateTime[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, DBDateTime[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, DBDateTime[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, DBDateTime[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, DBDateTime[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, DBDateTime[], List<T1>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, Date[], T1[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, Date[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, Date[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, Date[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, Date[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, Date[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, Date[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, Date[], List<T1>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, short[], T1[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, short[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, short[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, short[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, short[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, short[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, short[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, short[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, short[], List<T1>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, List<T0>, T1[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, List<T0>, double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, List<T0>, float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, List<T0>, int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, List<T0>, long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, List<T0>, DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, List<T0>, Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, List<T0>, short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, List<T0>, List<T1>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, SelectableDataSet, String, String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, Table, String, String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot(Comparable, IndexableNumericData, IndexableNumericData, boolean, boolean) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DoubleBinaryOperator) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Closure<T>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the function.
plot3d(Comparable, Table, String, String, String) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, SelectableDataSet, String, String, String) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], Date[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], Date[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], Date[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], Date[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], Date[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], Date[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], Date[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], Date[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], DBDateTime[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], DBDateTime[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], DBDateTime[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], DBDateTime[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], DBDateTime[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], DBDateTime[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], DBDateTime[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], DBDateTime[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], short[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], short[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], short[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], short[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], short[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], short[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], short[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], short[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], int[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], int[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], int[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], int[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], int[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], int[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], int[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], int[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], long[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], long[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], long[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], long[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], long[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], long[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], long[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], long[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], float[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], float[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], float[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], float[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], float[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], float[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], float[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], float[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], double[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], double[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], double[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], double[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], double[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], double[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], double[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], double[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], T1[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], T1[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], T1[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], T1[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], T1[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], T1[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], T1[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], T1[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], T1[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], List<T1>, Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], List<T1>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], List<T1>, short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], List<T1>, int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], List<T1>, long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], List<T1>, float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], List<T1>, double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], List<T1>, T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Date[], List<T1>, List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], Date[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], Date[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], Date[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], Date[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], Date[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], Date[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], Date[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], Date[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], DBDateTime[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], DBDateTime[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], DBDateTime[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], DBDateTime[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], DBDateTime[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], DBDateTime[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], DBDateTime[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], DBDateTime[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], short[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], short[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], short[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], short[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], short[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], short[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], short[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], short[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], int[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], int[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], int[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], int[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], int[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], int[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], int[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], int[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], long[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], long[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], long[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], long[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], long[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], long[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], long[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], long[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], float[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], float[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], float[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], float[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], float[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], float[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], float[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], float[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], double[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], double[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], double[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], double[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], double[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], double[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], double[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], double[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], T1[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], T1[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], T1[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], T1[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], T1[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], T1[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], T1[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], T1[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], T1[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], List<T1>, Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], List<T1>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], List<T1>, short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], List<T1>, int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], List<T1>, long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], List<T1>, float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], List<T1>, double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], List<T1>, T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, DBDateTime[], List<T1>, List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], Date[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], Date[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], Date[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], Date[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], Date[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], Date[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], Date[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], Date[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], DBDateTime[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], DBDateTime[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], DBDateTime[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], DBDateTime[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], DBDateTime[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], DBDateTime[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], DBDateTime[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], DBDateTime[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], short[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], short[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], short[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], short[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], short[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], short[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], short[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], short[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], int[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], int[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], int[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], int[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], int[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], int[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], int[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], int[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], long[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], long[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], long[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], long[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], long[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], long[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], long[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], long[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], float[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], float[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], float[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], float[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], float[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], float[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], float[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], float[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], double[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], double[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], double[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], double[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], double[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], double[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], double[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], double[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], T1[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], T1[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], T1[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], T1[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], T1[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], T1[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], T1[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], T1[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], T1[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], List<T1>, Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], List<T1>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], List<T1>, short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], List<T1>, int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], List<T1>, long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], List<T1>, float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], List<T1>, double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], List<T1>, T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, short[], List<T1>, List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], Date[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], Date[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], Date[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], Date[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], Date[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], Date[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], Date[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], Date[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], DBDateTime[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], DBDateTime[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], DBDateTime[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], DBDateTime[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], DBDateTime[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], DBDateTime[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], DBDateTime[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], DBDateTime[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], short[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], short[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], short[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], short[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], short[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], short[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], short[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], short[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], int[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], int[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], int[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], int[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], int[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], int[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], int[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], int[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], long[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], long[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], long[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], long[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], long[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], long[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], long[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], long[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], float[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], float[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], float[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], float[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], float[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], float[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], float[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], float[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], double[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], double[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], double[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], double[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], double[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], double[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], double[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], double[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], T1[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], T1[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], T1[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], T1[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], T1[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], T1[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], T1[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], T1[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], T1[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], List<T1>, Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], List<T1>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], List<T1>, short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], List<T1>, int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], List<T1>, long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], List<T1>, float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], List<T1>, double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], List<T1>, T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, int[], List<T1>, List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], Date[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], Date[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], Date[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], Date[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], Date[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], Date[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], Date[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], Date[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], DBDateTime[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], DBDateTime[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], DBDateTime[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], DBDateTime[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], DBDateTime[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], DBDateTime[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], DBDateTime[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], DBDateTime[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], short[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], short[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], short[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], short[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], short[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], short[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], short[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], short[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], int[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], int[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], int[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], int[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], int[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], int[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], int[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], int[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], long[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], long[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], long[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], long[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], long[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], long[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], long[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], long[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], float[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], float[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], float[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], float[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], float[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], float[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], float[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], float[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], double[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], double[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], double[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], double[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], double[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], double[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], double[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], double[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], T1[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], T1[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], T1[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], T1[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], T1[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], T1[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], T1[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], T1[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], T1[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], List<T1>, Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], List<T1>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], List<T1>, short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], List<T1>, int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], List<T1>, long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], List<T1>, float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], List<T1>, double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], List<T1>, T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, long[], List<T1>, List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], Date[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], Date[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], Date[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], Date[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], Date[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], Date[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], Date[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], Date[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], DBDateTime[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], DBDateTime[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], DBDateTime[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], DBDateTime[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], DBDateTime[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], DBDateTime[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], DBDateTime[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], DBDateTime[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], short[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], short[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], short[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], short[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], short[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], short[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], short[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], short[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], int[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], int[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], int[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], int[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], int[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], int[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], int[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], int[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], long[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], long[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], long[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], long[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], long[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], long[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], long[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], long[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], float[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], float[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], float[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], float[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], float[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], float[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], float[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], float[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], double[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], double[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], double[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], double[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], double[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], double[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], double[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], double[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], T1[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], T1[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], T1[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], T1[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], T1[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], T1[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], T1[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], T1[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], T1[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], List<T1>, Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], List<T1>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], List<T1>, short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], List<T1>, int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], List<T1>, long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], List<T1>, float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], List<T1>, double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], List<T1>, T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, float[], List<T1>, List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], Date[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], Date[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], Date[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], Date[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], Date[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], Date[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], Date[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], Date[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], DBDateTime[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], DBDateTime[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], DBDateTime[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], DBDateTime[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], DBDateTime[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], DBDateTime[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], DBDateTime[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], DBDateTime[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], short[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], short[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], short[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], short[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], short[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], short[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], short[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], short[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], int[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], int[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], int[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], int[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], int[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], int[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], int[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], int[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], long[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], long[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], long[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], long[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], long[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], long[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], long[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], long[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], float[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], float[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], float[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], float[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], float[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], float[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], float[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], float[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], double[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], double[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], double[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], double[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], double[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], double[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], double[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], double[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], T1[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], T1[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], T1[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], T1[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], T1[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], T1[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], T1[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], T1[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], T1[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], List<T1>, Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], List<T1>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], List<T1>, short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], List<T1>, int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], List<T1>, long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], List<T1>, float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], List<T1>, double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], List<T1>, T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, double[], List<T1>, List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], Date[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], Date[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], Date[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], Date[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], Date[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], Date[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], Date[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], Date[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], DBDateTime[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], DBDateTime[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], DBDateTime[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], DBDateTime[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], DBDateTime[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], DBDateTime[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], DBDateTime[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], DBDateTime[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], short[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], short[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], short[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], short[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], short[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], short[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], short[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], short[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], int[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], int[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], int[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], int[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], int[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], int[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], int[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], int[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], long[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], long[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], long[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], long[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], long[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], long[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], long[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], long[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], float[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], float[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], float[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], float[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], float[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], float[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], float[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], float[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], double[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], double[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], double[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], double[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], double[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], double[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], double[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], double[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], T1[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], T1[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], T1[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], T1[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], T1[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], T1[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], T1[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], T1[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], T1[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], List<T1>, Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], List<T1>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], List<T1>, short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], List<T1>, int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], List<T1>, long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], List<T1>, float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], List<T1>, double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], List<T1>, T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, T0[], List<T1>, List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, Date[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, Date[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, Date[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, Date[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, Date[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, Date[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, Date[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, Date[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, DBDateTime[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, DBDateTime[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, DBDateTime[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, DBDateTime[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, DBDateTime[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, DBDateTime[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, DBDateTime[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, DBDateTime[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, short[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, short[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, short[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, short[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, short[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, short[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, short[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, short[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, short[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, int[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, int[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, int[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, int[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, int[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, int[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, int[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, int[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, int[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, long[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, long[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, long[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, long[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, long[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, long[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, long[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, long[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, long[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, float[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, float[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, float[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, float[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, float[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, float[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, float[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, float[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, float[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, double[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, double[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, double[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, double[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, double[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, double[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, double[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, double[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, double[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, T1[], Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, T1[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, T1[], short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, T1[], int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, T1[], long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, T1[], float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, T1[], double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, T1[], T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, T1[], List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, List<T1>, Date[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, List<T1>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, List<T1>, short[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, List<T1>, int[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, List<T1>, long[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, List<T1>, float[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, List<T1>, double[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, List<T1>, T2[]) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, List<T0>, List<T1>, List<T2>) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot of the data.
plot3d(Comparable, Closure<T>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DoubleBinaryOperator) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], T1[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], T1[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], T1[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], T1[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], T1[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], T1[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], T1[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], T1[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], T1[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], double[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], double[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], double[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], double[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], double[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], double[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], double[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], double[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], float[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], float[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], float[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], float[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], float[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], float[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], float[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], float[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], int[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], int[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], int[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], int[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], int[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], int[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], int[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], int[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], long[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], long[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], long[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], long[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], long[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], long[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], long[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], long[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], DBDateTime[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], DBDateTime[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], DBDateTime[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], DBDateTime[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], DBDateTime[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], DBDateTime[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], DBDateTime[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], DBDateTime[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], Date[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], Date[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], Date[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], Date[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], Date[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], Date[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], Date[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], Date[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], short[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], short[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], short[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], short[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], short[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], short[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], short[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], short[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], List<T1>, T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], List<T1>, double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], List<T1>, float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], List<T1>, int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], List<T1>, long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], List<T1>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], List<T1>, Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], List<T1>, short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, T0[], List<T1>, List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], T1[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], T1[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], T1[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], T1[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], T1[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], T1[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], T1[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], T1[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], T1[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], double[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], double[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], double[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], double[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], double[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], double[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], double[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], double[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], float[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], float[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], float[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], float[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], float[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], float[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], float[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], float[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], int[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], int[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], int[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], int[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], int[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], int[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], int[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], int[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], long[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], long[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], long[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], long[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], long[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], long[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], long[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], long[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], DBDateTime[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], DBDateTime[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], DBDateTime[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], DBDateTime[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], DBDateTime[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], DBDateTime[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], DBDateTime[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], DBDateTime[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], Date[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], Date[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], Date[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], Date[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], Date[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], Date[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], Date[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], Date[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], short[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], short[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], short[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], short[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], short[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], short[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], short[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], short[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], List<T1>, T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], List<T1>, double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], List<T1>, float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], List<T1>, int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], List<T1>, long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], List<T1>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], List<T1>, Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], List<T1>, short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, double[], List<T1>, List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], T1[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], T1[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], T1[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], T1[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], T1[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], T1[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], T1[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], T1[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], T1[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], double[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], double[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], double[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], double[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], double[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], double[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], double[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], double[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], float[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], float[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], float[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], float[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], float[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], float[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], float[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], float[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], int[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], int[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], int[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], int[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], int[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], int[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], int[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], int[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], long[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], long[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], long[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], long[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], long[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], long[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], long[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], long[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], DBDateTime[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], DBDateTime[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], DBDateTime[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], DBDateTime[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], DBDateTime[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], DBDateTime[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], DBDateTime[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], DBDateTime[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], Date[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], Date[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], Date[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], Date[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], Date[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], Date[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], Date[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], Date[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], short[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], short[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], short[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], short[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], short[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], short[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], short[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], short[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], List<T1>, T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], List<T1>, double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], List<T1>, float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], List<T1>, int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], List<T1>, long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], List<T1>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], List<T1>, Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], List<T1>, short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, float[], List<T1>, List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], T1[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], T1[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], T1[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], T1[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], T1[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], T1[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], T1[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], T1[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], T1[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], double[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], double[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], double[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], double[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], double[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], double[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], double[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], double[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], float[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], float[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], float[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], float[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], float[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], float[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], float[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], float[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], int[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], int[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], int[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], int[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], int[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], int[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], int[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], int[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], long[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], long[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], long[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], long[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], long[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], long[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], long[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], long[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], DBDateTime[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], DBDateTime[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], DBDateTime[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], DBDateTime[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], DBDateTime[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], DBDateTime[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], DBDateTime[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], DBDateTime[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], Date[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], Date[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], Date[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], Date[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], Date[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], Date[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], Date[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], Date[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], short[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], short[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], short[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], short[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], short[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], short[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], short[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], short[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], List<T1>, T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], List<T1>, double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], List<T1>, float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], List<T1>, int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], List<T1>, long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], List<T1>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], List<T1>, Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], List<T1>, short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, int[], List<T1>, List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], T1[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], T1[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], T1[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], T1[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], T1[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], T1[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], T1[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], T1[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], T1[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], double[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], double[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], double[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], double[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], double[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], double[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], double[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], double[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], float[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], float[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], float[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], float[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], float[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], float[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], float[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], float[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], int[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], int[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], int[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], int[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], int[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], int[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], int[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], int[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], long[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], long[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], long[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], long[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], long[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], long[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], long[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], long[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], DBDateTime[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], DBDateTime[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], DBDateTime[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], DBDateTime[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], DBDateTime[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], DBDateTime[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], DBDateTime[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], DBDateTime[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], Date[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], Date[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], Date[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], Date[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], Date[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], Date[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], Date[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], Date[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], short[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], short[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], short[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], short[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], short[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], short[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], short[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], short[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], List<T1>, T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], List<T1>, double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], List<T1>, float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], List<T1>, int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], List<T1>, long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], List<T1>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], List<T1>, Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], List<T1>, short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, long[], List<T1>, List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], T1[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], T1[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], T1[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], T1[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], T1[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], T1[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], T1[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], T1[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], T1[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], double[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], double[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], double[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], double[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], double[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], double[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], double[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], double[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], float[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], float[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], float[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], float[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], float[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], float[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], float[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], float[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], int[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], int[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], int[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], int[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], int[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], int[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], int[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], int[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], long[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], long[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], long[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], long[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], long[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], long[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], long[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], long[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], DBDateTime[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], DBDateTime[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], DBDateTime[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], DBDateTime[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], DBDateTime[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], DBDateTime[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], DBDateTime[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], DBDateTime[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], Date[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], Date[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], Date[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], Date[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], Date[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], Date[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], Date[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], Date[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], short[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], short[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], short[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], short[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], short[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], short[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], short[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], short[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], List<T1>, T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], List<T1>, double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], List<T1>, float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], List<T1>, int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], List<T1>, long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], List<T1>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], List<T1>, Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], List<T1>, short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, DBDateTime[], List<T1>, List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], T1[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], T1[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], T1[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], T1[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], T1[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], T1[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], T1[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], T1[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], T1[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], double[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], double[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], double[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], double[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], double[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], double[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], double[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], double[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], float[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], float[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], float[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], float[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], float[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], float[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], float[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], float[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], int[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], int[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], int[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], int[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], int[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], int[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], int[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], int[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], long[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], long[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], long[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], long[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], long[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], long[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], long[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], long[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], DBDateTime[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], DBDateTime[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], DBDateTime[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], DBDateTime[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], DBDateTime[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], DBDateTime[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], DBDateTime[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], DBDateTime[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], Date[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], Date[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], Date[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], Date[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], Date[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], Date[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], Date[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], Date[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], short[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], short[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], short[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], short[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], short[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], short[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], short[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], short[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], List<T1>, T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], List<T1>, double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], List<T1>, float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], List<T1>, int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], List<T1>, long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], List<T1>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], List<T1>, Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], List<T1>, short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Date[], List<T1>, List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], T1[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], T1[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], T1[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], T1[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], T1[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], T1[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], T1[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], T1[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], T1[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], double[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], double[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], double[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], double[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], double[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], double[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], double[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], double[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], double[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], float[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], float[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], float[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], float[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], float[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], float[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], float[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], float[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], float[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], int[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], int[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], int[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], int[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], int[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], int[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], int[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], int[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], int[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], long[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], long[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], long[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], long[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], long[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], long[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], long[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], long[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], long[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], DBDateTime[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], DBDateTime[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], DBDateTime[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], DBDateTime[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], DBDateTime[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], DBDateTime[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], DBDateTime[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], DBDateTime[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], Date[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], Date[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], Date[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], Date[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], Date[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], Date[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], Date[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], Date[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], short[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], short[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], short[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], short[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], short[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], short[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], short[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], short[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], short[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], List<T1>, T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], List<T1>, double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], List<T1>, float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], List<T1>, int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], List<T1>, long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], List<T1>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], List<T1>, Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], List<T1>, short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, short[], List<T1>, List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, T1[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, T1[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, T1[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, T1[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, T1[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, T1[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, T1[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, T1[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, T1[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, double[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, double[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, double[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, double[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, double[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, double[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, double[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, double[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, double[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, float[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, float[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, float[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, float[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, float[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, float[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, float[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, float[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, float[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, int[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, int[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, int[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, int[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, int[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, int[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, int[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, int[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, int[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, long[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, long[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, long[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, long[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, long[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, long[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, long[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, long[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, long[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, DBDateTime[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, DBDateTime[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, DBDateTime[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, DBDateTime[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, DBDateTime[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, DBDateTime[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, DBDateTime[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, DBDateTime[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, DBDateTime[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, Date[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, Date[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, Date[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, Date[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, Date[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, Date[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, Date[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, Date[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, Date[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, short[], T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, short[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, short[], float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, short[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, short[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, short[], DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, short[], Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, short[], short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, short[], List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, List<T1>, T2[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, List<T1>, double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, List<T1>, float[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, List<T1>, int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, List<T1>, long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, List<T1>, DBDateTime[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, List<T1>, Date[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, List<T1>, short[]) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, List<T0>, List<T1>, List<T2>) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, SelectableDataSet, String, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Table, String, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3d(Comparable, Closure<T>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DoubleBinaryOperator) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], T1[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], T1[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], T1[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], T1[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], T1[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], T1[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], T1[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], T1[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], T1[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], double[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], double[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], double[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], double[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], double[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], double[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], double[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], double[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], double[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], float[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], float[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], float[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], float[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], float[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], float[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], float[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], float[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], float[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], int[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], int[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], int[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], int[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], int[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], int[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], int[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], int[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], int[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], long[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], long[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], long[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], long[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], long[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], long[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], long[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], long[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], long[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], DBDateTime[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], DBDateTime[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], DBDateTime[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], DBDateTime[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], DBDateTime[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], DBDateTime[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], DBDateTime[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], DBDateTime[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], Date[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], Date[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], Date[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], Date[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], Date[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], Date[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], Date[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], Date[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], short[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], short[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], short[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], short[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], short[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], short[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], short[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], short[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], short[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], List<T1>, T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], List<T1>, double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], List<T1>, float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], List<T1>, int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], List<T1>, long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], List<T1>, DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], List<T1>, Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], List<T1>, short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, T0[], List<T1>, List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], T1[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], T1[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], T1[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], T1[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], T1[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], T1[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], T1[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], T1[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], T1[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], double[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], double[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], double[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], double[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], double[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], double[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], double[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], double[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], double[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], float[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], float[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], float[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], float[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], float[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], float[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], float[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], float[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], float[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], int[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], int[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], int[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], int[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], int[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], int[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], int[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], int[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], int[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], long[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], long[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], long[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], long[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], long[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], long[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], long[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], long[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], long[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], DBDateTime[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], DBDateTime[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], DBDateTime[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], DBDateTime[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], DBDateTime[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], DBDateTime[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], DBDateTime[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], DBDateTime[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], Date[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], Date[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], Date[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], Date[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], Date[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], Date[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], Date[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], Date[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], short[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], short[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], short[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], short[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], short[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], short[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], short[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], short[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], short[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], List<T1>, T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], List<T1>, double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], List<T1>, float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], List<T1>, int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], List<T1>, long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], List<T1>, DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], List<T1>, Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], List<T1>, short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, double[], List<T1>, List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], T1[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], T1[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], T1[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], T1[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], T1[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], T1[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], T1[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], T1[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], T1[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], double[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], double[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], double[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], double[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], double[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], double[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], double[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], double[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], double[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], float[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], float[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], float[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], float[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], float[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], float[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], float[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], float[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], float[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], int[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], int[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], int[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], int[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], int[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], int[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], int[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], int[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], int[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], long[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], long[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], long[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], long[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], long[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], long[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], long[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], long[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], long[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], DBDateTime[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], DBDateTime[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], DBDateTime[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], DBDateTime[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], DBDateTime[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], DBDateTime[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], DBDateTime[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], DBDateTime[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], Date[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], Date[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], Date[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], Date[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], Date[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], Date[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], Date[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], Date[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], short[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], short[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], short[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], short[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], short[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], short[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], short[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], short[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], short[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], List<T1>, T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], List<T1>, double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], List<T1>, float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], List<T1>, int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], List<T1>, long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], List<T1>, DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], List<T1>, Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], List<T1>, short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, float[], List<T1>, List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], T1[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], T1[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], T1[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], T1[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], T1[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], T1[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], T1[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], T1[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], T1[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], double[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], double[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], double[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], double[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], double[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], double[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], double[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], double[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], double[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], float[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], float[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], float[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], float[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], float[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], float[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], float[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], float[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], float[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], int[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], int[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], int[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], int[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], int[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], int[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], int[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], int[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], int[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], long[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], long[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], long[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], long[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], long[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], long[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], long[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], long[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], long[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], DBDateTime[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], DBDateTime[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], DBDateTime[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], DBDateTime[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], DBDateTime[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], DBDateTime[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], DBDateTime[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], DBDateTime[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], Date[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], Date[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], Date[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], Date[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], Date[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], Date[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], Date[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], Date[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], short[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], short[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], short[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], short[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], short[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], short[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], short[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], short[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], short[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], List<T1>, T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], List<T1>, double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], List<T1>, float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], List<T1>, int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], List<T1>, long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], List<T1>, DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], List<T1>, Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], List<T1>, short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, int[], List<T1>, List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], T1[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], T1[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], T1[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], T1[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], T1[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], T1[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], T1[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], T1[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], T1[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], double[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], double[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], double[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], double[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], double[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], double[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], double[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], double[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], double[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], float[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], float[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], float[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], float[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], float[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], float[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], float[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], float[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], float[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], int[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], int[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], int[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], int[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], int[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], int[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], int[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], int[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], int[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], long[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], long[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], long[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], long[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], long[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], long[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], long[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], long[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], long[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], DBDateTime[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], DBDateTime[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], DBDateTime[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], DBDateTime[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], DBDateTime[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], DBDateTime[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], DBDateTime[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], DBDateTime[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], Date[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], Date[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], Date[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], Date[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], Date[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], Date[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], Date[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], Date[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], short[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], short[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], short[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], short[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], short[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], short[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], short[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], short[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], short[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], List<T1>, T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], List<T1>, double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], List<T1>, float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], List<T1>, int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], List<T1>, long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], List<T1>, DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], List<T1>, Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], List<T1>, short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, long[], List<T1>, List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], T1[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], T1[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], T1[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], T1[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], T1[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], T1[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], T1[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], T1[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], T1[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], double[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], double[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], double[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], double[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], double[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], double[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], double[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], double[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], double[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], float[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], float[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], float[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], float[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], float[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], float[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], float[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], float[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], float[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], int[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], int[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], int[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], int[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], int[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], int[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], int[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], int[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], int[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], long[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], long[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], long[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], long[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], long[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], long[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], long[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], long[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], long[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], DBDateTime[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], DBDateTime[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], DBDateTime[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], DBDateTime[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], DBDateTime[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], DBDateTime[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], DBDateTime[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], DBDateTime[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], Date[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], Date[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], Date[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], Date[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], Date[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], Date[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], Date[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], Date[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], short[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], short[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], short[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], short[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], short[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], short[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], short[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], short[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], short[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], List<T1>, T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], List<T1>, double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], List<T1>, float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], List<T1>, int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], List<T1>, long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], List<T1>, DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], List<T1>, Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], List<T1>, short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, DBDateTime[], List<T1>, List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], T1[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], T1[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], T1[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], T1[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], T1[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], T1[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], T1[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], T1[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], T1[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], double[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], double[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], double[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], double[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], double[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], double[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], double[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], double[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], double[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], float[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], float[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], float[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], float[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], float[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], float[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], float[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], float[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], float[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], int[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], int[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], int[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], int[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], int[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], int[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], int[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], int[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], int[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], long[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], long[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], long[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], long[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], long[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], long[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], long[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], long[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], long[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], DBDateTime[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], DBDateTime[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], DBDateTime[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], DBDateTime[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], DBDateTime[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], DBDateTime[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], DBDateTime[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], DBDateTime[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], Date[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], Date[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], Date[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], Date[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], Date[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], Date[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], Date[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], Date[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], short[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], short[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], short[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], short[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], short[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], short[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], short[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], short[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], short[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], List<T1>, T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], List<T1>, double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], List<T1>, float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], List<T1>, int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], List<T1>, long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], List<T1>, DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], List<T1>, Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], List<T1>, short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Date[], List<T1>, List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], T1[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], T1[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], T1[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], T1[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], T1[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], T1[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], T1[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], T1[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], T1[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], double[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], double[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], double[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], double[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], double[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], double[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], double[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], double[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], double[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], float[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], float[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], float[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], float[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], float[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], float[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], float[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], float[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], float[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], int[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], int[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], int[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], int[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], int[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], int[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], int[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], int[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], int[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], long[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], long[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], long[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], long[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], long[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], long[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], long[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], long[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], long[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], DBDateTime[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], DBDateTime[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], DBDateTime[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], DBDateTime[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], DBDateTime[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], DBDateTime[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], DBDateTime[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], DBDateTime[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], Date[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], Date[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], Date[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], Date[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], Date[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], Date[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], Date[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], Date[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], short[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], short[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], short[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], short[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], short[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], short[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], short[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], short[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], short[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], List<T1>, T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], List<T1>, double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], List<T1>, float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], List<T1>, int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], List<T1>, long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], List<T1>, DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], List<T1>, Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], List<T1>, short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, short[], List<T1>, List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, T1[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, T1[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, T1[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, T1[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, T1[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, T1[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, T1[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, T1[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, T1[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, double[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, double[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, double[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, double[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, double[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, double[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, double[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, double[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, double[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, float[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, float[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, float[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, float[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, float[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, float[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, float[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, float[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, float[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, int[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, int[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, int[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, int[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, int[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, int[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, int[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, int[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, int[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, long[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, long[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, long[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, long[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, long[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, long[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, long[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, long[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, long[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, DBDateTime[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, DBDateTime[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, DBDateTime[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, DBDateTime[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, DBDateTime[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, DBDateTime[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, DBDateTime[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, DBDateTime[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, DBDateTime[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, Date[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, Date[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, Date[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, Date[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, Date[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, Date[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, Date[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, Date[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, Date[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, short[], T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, short[], double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, short[], float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, short[], int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, short[], long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, short[], DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, short[], Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, short[], short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, short[], List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, List<T1>, T2[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, List<T1>, double[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, List<T1>, float[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, List<T1>, int[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, List<T1>, long[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, List<T1>, DBDateTime[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, List<T1>, Date[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, List<T1>, short[]) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, List<T0>, List<T1>, List<T2>) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, SelectableDataSet, String, String, String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3d(Comparable, Table, String, String, String) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plot3dBy(Comparable, Table, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XYZ plot per distinct grouping value specified in byColumns.
plot3dBy(Comparable, Table, String, String, String, String...) - Method in interface com.illumon.iris.db.plot.Figure
 
plot3dBy(Comparable, Table, String, String, String, String...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plotBy(Comparable, Table, String, String, String...) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot per distinct grouping value specified in byColumns.
plotBy(Comparable, SelectableDataSet, String, String, String...) - Method in interface com.illumon.iris.db.plot.Axes
Creates an XY plot per distinct grouping value specified in byColumns.
plotBy(Comparable, SelectableDataSet, String, String, String...) - Method in interface com.illumon.iris.db.plot.Figure
 
plotBy(Comparable, Table, String, String, String...) - Method in interface com.illumon.iris.db.plot.Figure
 
plotBy(Comparable, SelectableDataSet, String, String, String...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plotBy(Comparable, Table, String, String, String...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
plotOrientation(String) - Method in interface com.illumon.iris.db.plot.Chart
Sets the orientation of plots in this Chart.
plotOrientation(String) - Method in interface com.illumon.iris.db.plot.Figure
 
plotStyle(PlotStyle) - Method in interface com.illumon.iris.db.plot.Axes
Sets the PlotStyle of this Axes.
plotStyle(String) - Method in interface com.illumon.iris.db.plot.Axes
Sets the PlotStyle of this Axes.
plotStyle(PlotStyle) - Method in interface com.illumon.iris.db.plot.Figure
 
plotStyle(String) - Method in interface com.illumon.iris.db.plot.Figure
 
PlotStyle - Enum in com.illumon.iris.db.plot
Style of plot (e.g.
plotStyle(String) - Static method in enum com.illumon.iris.db.plot.PlotStyle
Gets the corresponding PlotStyle of style.
plotStyleNames() - Static method in enum com.illumon.iris.db.plot.PlotStyle
Gets the names of available PlotStyles.
plotStyleNames() - Static method in class com.illumon.iris.db.plot.PlottingConvenience
PlottingConvenience - Class in com.illumon.iris.db.plot
A library of methods for constructing plots.
PlottingConvenience() - Constructor for class com.illumon.iris.db.plot.PlottingConvenience
 
pointColor(Paint) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the default point Paint for this dataset.
pointColor(int) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the default point Paint for this dataset.
pointColor(String) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the default point Paint for this dataset.
pointColor(Comparable, Paint) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the point Paint for the specified data point.
pointColor(Comparable, int) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the point Paint for the specified data point.
pointColor(Comparable, String) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the point Paint for the specified data point.
pointColor(Map<CATEGORY, COLOR>) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Uses the map colors to determine point Paint.
pointColor(SerializableFunction<Comparable, COLOR>) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Uses the function colors to determine point Paint.
pointColor(Closure<COLOR>) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Uses the closure colors to determine point Paint.
pointColor(Table, String, String) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Maps data points in the keyColumn of the table t to the Paint specified in the valueColumn of t.
pointColor(SelectableDataSet, String, String) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Maps data points in the keyColumn of the SelectableDataSet sds to the Paint specified in the valueColumn of sds.
pointColor(Paint) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointColor(int) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointColor(String) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointColor(Comparable, Paint) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointColor(Comparable, int) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointColor(Comparable, String) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointColor(Comparable, Comparable, Paint) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
Sets the point Paint for the specified data point (xCategory, zCategory).
pointColor(Comparable, Comparable, int) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
Sets the point Paint for the specified data point (xCategory, zCategory).
pointColor(Comparable, Comparable, String) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
Sets the point Paint for the specified data point (xCategory, zCategory).
pointColor(Table, String, String) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointColor(Table, String, String, String) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
Sets the color of data points in the (xCategoriesColumn , zCategoriesColumn) of the table t to the factor specified in the valueColumn of t.
pointColor(SelectableDataSet, String, String, String) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
Sets the color of data points in the (xCategoriesColumn , zCategoriesColumn) of the table sds to the factor specified in the valueColumn of sds.
pointColor(SelectableDataSet, String, String) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointColor(SerializableBiFunction<Comparable, Comparable, COLOR>) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
Uses the binary function paints to determine point Paint.
pointColor(Paint) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Defines the default point color.
pointColor(int) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Defines the default point color.
pointColor(String) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Defines the default point color.
pointColor(Paint) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries3D
Defines the default point color.
pointColor(int) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries3D
Defines the default point color.
pointColor(String) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries3D
Defines the default point color.
pointColor(String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColor(int, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColor(Paint, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColor(SerializableFunction<Comparable, COLOR>, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColor(Closure<COLOR>, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColor(Map<CATEGORY, COLOR>, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColor(Comparable, String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColor(Comparable, int, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColor(Comparable, Paint, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColor(SelectableDataSet, String, String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColor(Table, String, String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColor(int[], Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColor(Paint[], Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColor(Integer[], Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColor(String[], Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColor(IndexableData<T>, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColor(SelectableDataSet, String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColor(Table, String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColor(IndexableData<T>) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Sets the point color for data point i as Paint in colors at index i.
pointColor(Paint...) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Sets the point color for data point i as Paint in colors at index i.
pointColor(int...) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Sets the point color for data point i as the color palette Paint in colors at index i.
pointColor(Integer...) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Sets the point color for data point i as the color palette Paint in colors at index i.
pointColor(String...) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Sets the point color for data point i as Paint in colors at index i.
pointColor(Table, String) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Sets the point color for data point i as Paint in column columnName at row i.
pointColor(SelectableDataSet, String) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Sets the point color for data point i as Paint in column columnName at row i.
pointColor(Table, String) - Method in interface com.illumon.iris.db.plot.datasets.xyz.XYZDataSeries
 
pointColor(SelectableDataSet, String) - Method in interface com.illumon.iris.db.plot.datasets.xyz.XYZDataSeries
 
pointColor(SelectableDataSet, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(SelectableDataSet, String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(SelectableDataSet, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(SelectableDataSet, String, String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(SelectableDataSet, String, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Table, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Table, String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Table, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Table, String, String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Table, String, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Paint) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Paint, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Paint...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Paint[], Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(int) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(int, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(int...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(int[], Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Comparable, Paint) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Comparable, Paint, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Comparable, int) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Comparable, int, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Comparable, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Comparable, String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Comparable, Comparable, Paint) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Comparable, Comparable, int) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Comparable, Comparable, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Integer...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Integer[], Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(String...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(String[], Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Map<CATEGORY, COLOR>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Map<CATEGORY, COLOR>, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(SerializableBiFunction<Comparable, Comparable, COLOR>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(SerializableFunction<Comparable, COLOR>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(SerializableFunction<Comparable, COLOR>, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Closure<COLOR>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(Closure<COLOR>, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(IndexableData<T>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColor(IndexableData<T>, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColorByY(SerializableFunction<Double, T>) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Uses the function colors to determine point Paint.
pointColorByY(Closure<T>) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Uses the function colors to determine point Paint.
pointColorByY(SerializableFunction<Double, T>, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColorByY(Closure<T>, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColorByY(SerializableFunction<Double, T>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColorByY(SerializableFunction<Double, T>, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColorByY(Closure<T>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColorByY(Closure<T>, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColorInteger(Map<CATEGORY, COLOR>) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Uses the map colors to determine point Paint.
pointColorInteger(SerializableFunction<Comparable, COLOR>) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Uses the function colors to determine point Paint.
pointColorInteger(Closure<COLOR>) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Uses the closure colors to determine point Paint.
pointColorInteger(SerializableBiFunction<Comparable, Comparable, COLOR>) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
Uses binary function colors to determine colors.
pointColorInteger(SerializableFunction<Comparable, COLOR>, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColorInteger(Closure<COLOR>, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColorInteger(Map<CATEGORY, COLOR>, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColorInteger(IndexableData<Integer>, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointColorInteger(IndexableData<Integer>) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Sets the point color for data point i as the color palette Paint in colors at index i.
pointColorInteger(IndexableData<Integer>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColorInteger(IndexableData<Integer>, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColorInteger(Map<CATEGORY, COLOR>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColorInteger(Map<CATEGORY, COLOR>, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColorInteger(SerializableBiFunction<Comparable, Comparable, COLOR>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColorInteger(SerializableFunction<Comparable, COLOR>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColorInteger(SerializableFunction<Comparable, COLOR>, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColorInteger(Closure<COLOR>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointColorInteger(Closure<COLOR>, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(Comparable, Object) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the default label for the specified data point.
pointLabel(Map<CATEGORY, LABEL>) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Uses the map labels to determine the label for each category in labels.
pointLabel(SerializableFunction<Comparable, LABEL>) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Uses the function labels to determine the label for input categories.
pointLabel(Closure<LABEL>) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Uses the closure labels to determine the label for input categories.
pointLabel(Table, String, String) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Maps data points in the keyColumn of the table t to the label specified in the valueColumn of t.
pointLabel(SelectableDataSet, String, String) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Maps data points in the keyColumn of the SelectableDataSet sds to the label specified in the valueColumn of t.
pointLabel(Object) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointLabel(Comparable, Object) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointLabel(Comparable, Comparable, Object) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
Sets the default label for the specified data point.
pointLabel(Table, String, String) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointLabel(Table, String, String, String) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
Sets the label of data points in the (xCategoriesColumn, zCategoriesColumn) of the table t to the factor specified in the valueColumn of t.
pointLabel(SelectableDataSet, String, String) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointLabel(SelectableDataSet, String, String, String) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
Sets the label of data points in the (xCategoriesColumn, zCategoriesColumn) of the table sds to the factor specified in the valueColumn of sds.
pointLabel(SerializableBiFunction<Comparable, Comparable, LABEL>) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
Uses the binary function labels to determine point label.
pointLabel(Object) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Defines the default label for points in this dataset.
pointLabel(Object) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries3D
Defines the default label for points in this dataset.
pointLabel(Object, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointLabel(SerializableFunction<Comparable, LABEL>, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointLabel(Closure<LABEL>, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointLabel(Map<CATEGORY, LABEL>, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointLabel(Comparable, Object, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointLabel(SelectableDataSet, String, String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointLabel(Table, String, String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointLabel(Object[], Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointLabel(IndexableData<?>, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointLabel(SelectableDataSet, String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointLabel(Table, String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointLabel(IndexableData<?>) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Defines the labels for all indices in labels.
pointLabel(Object...) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Defines the labels for all indices in labels.
pointLabel(Table, String) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Defines the label for data point i as the label in column columnName at row i.
pointLabel(SelectableDataSet, String) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Defines the label for data point i as the label in column columnName at row i.
pointLabel(Object) - Method in interface com.illumon.iris.db.plot.datasets.xyz.XYZDataSeries
 
pointLabel(Table, String) - Method in interface com.illumon.iris.db.plot.datasets.xyz.XYZDataSeries
 
pointLabel(SelectableDataSet, String) - Method in interface com.illumon.iris.db.plot.datasets.xyz.XYZDataSeries
 
pointLabel(IndexableData<?>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(IndexableData<?>, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(SelectableDataSet, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(SelectableDataSet, String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(SelectableDataSet, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(SelectableDataSet, String, String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(SelectableDataSet, String, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(Table, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(Table, String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(Table, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(Table, String, String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(Table, String, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(Comparable, Object) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(Comparable, Object, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(Comparable, Comparable, Object) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(Object) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(Object, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(Object[], Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(Map<CATEGORY, LABEL>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(Map<CATEGORY, LABEL>, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(SerializableBiFunction<Comparable, Comparable, LABEL>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(SerializableFunction<Comparable, LABEL>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(SerializableFunction<Comparable, LABEL>, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(Closure<LABEL>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabel(Closure<LABEL>, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabelColor(Paint) - Method in interface com.illumon.iris.db.plot.Theme
Sets the color used for point labels.
pointLabelColor(String) - Method in interface com.illumon.iris.db.plot.Theme
Sets the color used for point labels.
pointLabelFont(Font) - Method in interface com.illumon.iris.db.plot.Theme
Sets the font used for point labels.
pointLabelFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Theme
Sets the font used for point labels.
pointLabelFormat(String) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointLabelFormat(String) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Sets the point label format.
pointLabelFormat(String) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries3D
Sets the point label format.
pointLabelFormat(String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointLabelFormat(String) - Method in interface com.illumon.iris.db.plot.datasets.xyz.XYZDataSeries
 
pointLabelFormat(String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointLabelFormat(String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(Comparable, String) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the default shape for the specified data point.
pointShape(Comparable, Shape) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the default pointShape for the specified data point.
pointShape(Map<CATEGORY, String>) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Uses the map shapes to determine the shape for each category in shapes.
pointShape(SerializableFunction<Comparable, String>) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Uses the function shapes to determine the shape for input categories.
pointShape(Closure<String>) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Uses the closure shapes to determine the shape for input categories.
pointShape(Table, String, String) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Maps data points in the keyColumn of the table t to the shape specified in the valueColumn of t.
pointShape(SelectableDataSet, String, String) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Maps data points in the keyColumn of the SelectableDataSet sds to the shape specified in the valueColumn of t.
pointShape(String) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Defines the default shape for points in this dataset.
pointShape(Shape) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Defines the default shape for points in this dataset.
pointShape(String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointShape(Shape, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointShape(SerializableFunction<Comparable, String>, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointShape(Closure<String>, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointShape(Map<CATEGORY, String>, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointShape(Comparable, String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointShape(Comparable, Shape, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointShape(SelectableDataSet, String, String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointShape(Table, String, String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointShape(Shape[], Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointShape(String[], Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointShape(IndexableData<String>, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointShape(SelectableDataSet, String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointShape(Table, String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointShape(IndexableData<String>) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Defines the shapes for all indices in shapes.
pointShape(String...) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Defines the shapes for all indices in shapes.
pointShape(Shape...) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Defines the pointShapes for all indices in pointShapes.
pointShape(Table, String) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Defines the shape for data point i as the shape in column columnName at row i.
pointShape(SelectableDataSet, String) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Defines the shape for data point i as the shape in column columnName at row i.
pointShape(IndexableData<String>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(IndexableData<String>, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(SelectableDataSet, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(SelectableDataSet, String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(SelectableDataSet, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(SelectableDataSet, String, String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(SerializableFunction<Comparable, String>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(SerializableFunction<Comparable, String>, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(Table, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(Table, String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(Table, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(Table, String, String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(Shape) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(Shape, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(Shape...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(Shape[], Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(Closure<String>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(Closure<String>, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(Comparable, Shape) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(Comparable, Shape, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(Comparable, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(Comparable, String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(String...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(String[], Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(Map<CATEGORY, String>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointShape(Map<CATEGORY, String>, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(int) - Method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Sets the default point size of all plots in this ScatterPlotMatrix.
pointSize(long) - Method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Sets the default point size of all plots in this ScatterPlotMatrix.
pointSize(double) - Method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Sets the default point size of all plots in this ScatterPlotMatrix.
pointSize(Number) - Method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Sets the default point size of all plots in this ScatterPlotMatrix.
pointSize(int, int) - Method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Sets the point size of the plot at index plotIndex.
pointSize(int, long) - Method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Sets the point size of the plot at index plotIndex.
pointSize(int, double) - Method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Sets the point size of the plot at index plotIndex.
pointSize(int, Number) - Method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Sets the point size of the plot at index plotIndex.
pointSize(int, int, int) - Method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Sets the point size of the plot at index plotIndex.
pointSize(int, int, long) - Method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Sets the point size of the plot at index plotIndex.
pointSize(int, int, double) - Method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Sets the point size of the plot at index plotIndex.
pointSize(int, int, Number) - Method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Sets the point size of the plot at index plotIndex.
pointSize(IndexableData<Double>) - Method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Sets the point size of plot i as the factor in factors at index i.
pointSize(int...) - Method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Sets the point size of plot i as the factor in factors at index i.
pointSize(long...) - Method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Sets the point size of plot i as the factor in factors at index i.
pointSize(double...) - Method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Sets the point size of plot i as the factor in factors at index i.
pointSize(T[]) - Method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Sets the point size of plot i as the factor in factors at index i.
pointSize(Comparable, int) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the default point size for the specified data point.
pointSize(Comparable, long) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the default point size for the specified data point.
pointSize(Comparable, double) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the default point size for the specified data point.
pointSize(Comparable, Number) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the point size for the specified data point.
pointSize(CATEGORY[], int[]) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the point sizes for the specified data points.
pointSize(CATEGORY[], double[]) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the point sizes for the specified data points.
pointSize(CATEGORY[], long[]) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the point sizes for the specified data points.
pointSize(CATEGORY[], NUMBER[]) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the point sizes for the specified data points.
pointSize(Map<CATEGORY, NUMBER>) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Uses the mapping factors to determine the point sizes for the specified data points.
pointSize(SerializableFunction<Comparable, NUMBER>) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Uses the function factors to determine the point sizes for this dataset.
pointSize(Closure<NUMBER>) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Uses the closure factors to determine the point sizes for this dataset.
pointSize(Table, String, String) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the size of data points in the keyColumn of the table t to the factor specified in the valueColumn of t.
pointSize(SelectableDataSet, String, String) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the size of data points in the keyColumn of the table sds to the factor specified in the valueColumn of sds.
pointSize(int) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointSize(long) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointSize(double) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointSize(Number) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointSize(Comparable, int) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointSize(Comparable, long) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointSize(Comparable, double) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointSize(Comparable, Number) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointSize(Comparable, Comparable, int) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
Sets the default point size for the specified data point (xCategory, zCategory).
pointSize(Comparable, Comparable, long) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
Sets the default point size for the specified data point (xCategory, zCategory).
pointSize(Comparable, Comparable, double) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
Sets the default point size for the specified data point.
pointSize(Comparable, Comparable, Number) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
Sets the point size for the specified data point (xCategory, zCategory).
pointSize(XCATEGORY[], ZCATEGORY[], int[]) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
Sets the point sizes for the specified data points.
pointSize(XCATEGORY[], ZCATEGORY[], double[]) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
Sets the point sizes for the specified data points.
pointSize(XCATEGORY[], ZCATEGORY[], long[]) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
Sets the point sizes for the specified data points.
pointSize(XCATEGORY[], ZCATEGORY[], NUMBER[]) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
Sets the point sizes for the specified data points.
pointSize(Table, String, String) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointSize(Table, String, String, String) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
Sets the size of data points at the (xCategoriesColumn, zCategoriesColumn) of the table t to the factor specified in the valueColumn of t.
pointSize(SelectableDataSet, String, String) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointSize(SelectableDataSet, String, String, String) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
Sets the size of data points at the (xCategoriesColumn, zCategoriesColumn) of the table sds to the factor specified in the valueColumn of sds.
pointSize(SerializableBiFunction<Comparable, Comparable, NUMBER>) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
Uses the binary function factors to determine point size.
pointSize(int) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Gets the default point size.
pointSize(long) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Gets the default point size.
pointSize(double) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Gets the default point size.
pointSize(Number) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Gets the default point size.
pointSize(int) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries3D
Gets the default point size.
pointSize(long) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries3D
Gets the default point size.
pointSize(double) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries3D
Gets the default point size.
pointSize(Number) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries3D
Gets the default point size.
pointSize(Number, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointSize(SerializableFunction<Comparable, NUMBER>, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointSize(Closure<NUMBER>, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointSize(Map<CATEGORY, NUMBER>, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointSize(CATEGORY[], NUMBER[], Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointSize(CATEGORY[], double[], Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointSize(CATEGORY[], int[], Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointSize(CATEGORY[], long[], Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointSize(Comparable, Number, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointSize(Comparable, double, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointSize(Comparable, int, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointSize(Comparable, long, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointSize(SelectableDataSet, String, String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointSize(Table, String, String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointSize(T[], Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointSize(double[], Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointSize(int[], Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointSize(long[], Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointSize(IndexableData<Double>, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointSize(SelectableDataSet, String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointSize(Table, String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointSize(IndexableData<Double>) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Sets the point size for all indices in factors.
pointSize(int...) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Sets the point size for all indices in factors.
pointSize(long...) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Sets the point size for all indices in factors.
pointSize(double...) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Sets the point size for all indices in factors.
pointSize(T[]) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Sets the point size for all indices in factors.
pointSize(Table, String) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Sets the point size for data point i as factor in column columnName at row i.
pointSize(SelectableDataSet, String) - Method in interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
Sets the point size for data point i as factor in column columnName at row i.
pointSize(int) - Method in interface com.illumon.iris.db.plot.datasets.xyz.XYZDataSeries
 
pointSize(long) - Method in interface com.illumon.iris.db.plot.datasets.xyz.XYZDataSeries
 
pointSize(double) - Method in interface com.illumon.iris.db.plot.datasets.xyz.XYZDataSeries
 
pointSize(Number) - Method in interface com.illumon.iris.db.plot.datasets.xyz.XYZDataSeries
 
pointSize(Table, String) - Method in interface com.illumon.iris.db.plot.datasets.xyz.XYZDataSeries
 
pointSize(SelectableDataSet, String) - Method in interface com.illumon.iris.db.plot.datasets.xyz.XYZDataSeries
 
pointSize(IndexableData<Double>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(IndexableData<Double>, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(SelectableDataSet, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(SelectableDataSet, String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(SelectableDataSet, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(SelectableDataSet, String, String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(SelectableDataSet, String, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(Table, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(Table, String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(Table, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(Table, String, String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(Table, String, String, String) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(double) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(double...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(double[], Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(int) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(int...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(int[], Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(Comparable, double) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(Comparable, double, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(Comparable, int) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(Comparable, int, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(Comparable, Number) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(Comparable, Number, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(Comparable, long) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(Comparable, long, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(Comparable, Comparable, double) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(Comparable, Comparable, int) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(Comparable, Comparable, Number) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(Comparable, Comparable, long) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(Number) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(Number, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(long) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(long...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(long[], Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(CATEGORY[], NUMBER[]) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(CATEGORY[], NUMBER[], Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(Map<CATEGORY, NUMBER>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(Map<CATEGORY, NUMBER>, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(CATEGORY[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(CATEGORY[], double[], Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(CATEGORY[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(CATEGORY[], int[], Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(CATEGORY[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(CATEGORY[], long[], Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(SerializableBiFunction<Comparable, Comparable, NUMBER>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(SerializableFunction<Comparable, NUMBER>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(SerializableFunction<Comparable, NUMBER>, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(Closure<NUMBER>) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(Closure<NUMBER>, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(T[]) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(T[], Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(XCATEGORY[], ZCATEGORY[], NUMBER[]) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(XCATEGORY[], ZCATEGORY[], double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(XCATEGORY[], ZCATEGORY[], int[]) - Method in interface com.illumon.iris.db.plot.Figure
 
pointSize(XCATEGORY[], ZCATEGORY[], long[]) - Method in interface com.illumon.iris.db.plot.Figure
 
pointsVisible(Boolean) - Method in interface com.illumon.iris.db.plot.datasets.category.CategoryDataSeries
Sets the visibility of the point shapes for this dataset.
pointsVisible(Boolean) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
pointsVisible(Boolean) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Sets whether points are visible.
pointsVisible(Boolean) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries3D
Sets whether points are visible.
pointsVisible(Boolean, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
pointsVisible(Boolean) - Method in interface com.illumon.iris.db.plot.Figure
 
pointsVisible(Boolean, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
populateKeys(Object...) - Method in interface com.illumon.iris.db.v2.TableMap
When creating the table map, some of the keys that we would like to be there eventually may not exist.
POS_INF_BYTE - Static variable in class com.illumon.util.QueryConstants
 
POS_INF_DOUBLE - Static variable in class com.illumon.util.QueryConstants
 
POS_INF_FLOAT - Static variable in class com.illumon.util.QueryConstants
 
POS_INF_INT - Static variable in class com.illumon.util.QueryConstants
 
POS_INF_LONG - Static variable in class com.illumon.util.QueryConstants
 
POS_INF_SHORT - Static variable in class com.illumon.util.QueryConstants
 
predicateMap(Map<ColorMaps.SerializablePredicate<Double>, T>) - Static method in class com.illumon.iris.db.plot.colors.ColorMaps
Creates a function which returns the Paint mapped to the first ColorMaps.SerializablePredicate of the map's entry set (see Map.entrySet()) for which the input returns true.
predicateMap(Map<ColorMaps.SerializablePredicate<Double>, T>, Color) - Static method in class com.illumon.iris.db.plot.colors.ColorMaps
Creates a function which returns the Paint mapped to the first ColorMaps.SerializablePredicate of the map's entry set (see Map.entrySet()) for which the input returns true.
predicateMap(Map<ColorMaps.SerializablePredicate<Double>, COLOR>, Paint, Paint) - Static method in class com.illumon.iris.db.plot.colors.ColorMaps
Creates a function which returns the Paint mapped to the first ColorMaps.SerializablePredicate of the map's entry set (see Map.entrySet()) for which the input returns true.
preemptiveUpdatesTable(long) - Method in interface com.illumon.iris.db.tables.Table
 
preemptiveUpdatesTable(int) - Method in interface com.illumon.iris.db.v2.TableMap
Creates preemptive tables out of all of the result tables within the tablemap.
prepareCheckpoint() - Method in interface com.illumon.iris.db.tables.appendable.BufferedAppendable
Optional operation.
prepareCheckpoint() - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableTable
Optional operation.
prepareCheckpoint() - Method in class com.illumon.iris.db.tables.appendable.local.LocalTableWriter
 
PREPARED_RLL_ATTRIBUTE - Static variable in interface com.illumon.iris.db.tables.Table
 
prepareForTree(BaseTable, String) - Static method in class com.illumon.iris.db.v2.ReverseLookupListener
Prepare the parameter table for use with tree table
previousBusinessDay() - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the previous business day.
previousBusinessDay(int) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the business date days business days before the current day.
previousBusinessDay(DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the previous business day.
previousBusinessDay(DBDateTime, int) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the business date days business days before input time.
previousBusinessDay(String) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the previous business day.
previousBusinessDay(String, int) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the business date days business days before input date.
previousBusinessSchedule() - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the previous business schedule.
previousBusinessSchedule(int) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the business schedule days days before the current day.
previousBusinessSchedule(DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the previous business schedule before input time.
previousBusinessSchedule(DBDateTime, int) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the business schedule days days before input time.
previousBusinessSchedule(String) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the business schedule before input date.
previousBusinessSchedule(String, int) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the business schedule days days before input date.
previousDay() - Method in interface com.illumon.util.calendar.Calendar
Gets yesterday's date.
previousDay(int) - Method in interface com.illumon.util.calendar.Calendar
Gets the date the specified number of days prior to the current day.
previousDay(DBDateTime) - Method in interface com.illumon.util.calendar.Calendar
Gets the previous date.
previousDay(DBDateTime, int) - Method in interface com.illumon.util.calendar.Calendar
Gets the date the specified number of days prior to the input date.
previousDay(String) - Method in interface com.illumon.util.calendar.Calendar
Gets the previous date.
previousDay(String, int) - Method in interface com.illumon.util.calendar.Calendar
Gets the date the specified number of days prior to the input date.
previousNonBusinessDay() - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the previous non-business day.
previousNonBusinessDay(int) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the non-business date days non-business days before the current day.
previousNonBusinessDay(DBDateTime) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the previous non-business day.
previousNonBusinessDay(DBDateTime, int) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the non-business date days non-business days before input time.
previousNonBusinessDay(String) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the previous non-business day.
previousNonBusinessDay(String, int) - Method in interface com.illumon.util.calendar.BusinessCalendar
Gets the non-business date days non-business days before input date.
price(boolean, double, double, double, double, double, double) - Static method in class com.illumon.numerics.derivatives.BlackScholes
Computes the generalized Black-Scholes option price.
PrimitiveArrayColumnDataDecoder - Class in com.illumon.iris.sbetransport.client.messages
Utility class to decode column data updates for primitive array columns.
PrimitiveArrayColumnDataDecoder(Class, Function<Object, Object>) - Constructor for class com.illumon.iris.sbetransport.client.messages.PrimitiveArrayColumnDataDecoder
Create a new primitive array decoder wrapper for the given decoder type.
priority(ROWDATAMANAGERTYPE, long) - Method in interface com.illumon.modelfarm.ExecPrioritizer
Compute the priority for processing the data at the indicated table index.
priority(EquityFitDataManager, long) - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityPrioritizer
 
priority(FuturesFitDataManager, long) - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesPrioritizer
 
processDouble(long, double) - Method in class com.illumon.numerics.movingaverages.AbstractMa
 
processDouble(long, double) - Method in class com.illumon.numerics.movingaverages.EmaArray
 
processDouble(long, double) - Method in class com.illumon.numerics.movingaverages.ExponentiallyDecayedSum
 
processDouble(long, double) - Method in class com.illumon.numerics.movingaverages.NeighborEmaArrayDifferencer
 
processDouble(long, double) - Method in class com.illumon.numerics.movingaverages.TradingHoursEma
 
processDoubleLocal(long, double) - Method in class com.illumon.numerics.movingaverages.AbstractMa
 
processDoubleLocal(long, double) - Method in class com.illumon.numerics.movingaverages.Ema
 
promoteOrphans(Table, String, String) - Static method in class com.illumon.iris.db.v2.TreeTableOrphanPromoter
Convert a table with orphans to one without.
put(Long, PersistentQueryInfo) - Method in class com.illumon.iris.controller.ControllerHashtableClient
 
put(String, Theme) - Method in class com.illumon.iris.db.plot.themes.Themes
 
putAll(Map<? extends Long, ? extends PersistentQueryInfo>) - Method in class com.illumon.iris.controller.ControllerHashtableClient
 
putAll(Map<? extends String, ? extends Theme>) - Method in class com.illumon.iris.db.plot.themes.Themes
 
putObjectFields(Object) - Method in class com.illumon.iris.db.tables.select.QueryScope
Add an object's public members (referenced reflectively, not a shallow copy!) to this scope if supported.
putParam(String, T) - Method in class com.illumon.iris.db.tables.select.QueryScope
Add a name + value pair to the scope.
putRemoteParams(Map<String, Class>) - Method in class com.illumon.iris.db.tables.select.QueryScope
Add remote parameter metadata, for scopes that support this.

Q

QUERY_NAME_PARAM_NAME - Static variable in class com.illumon.iris.db.tables.select.QueryScope
 
QueryConstants - Class in com.illumon.iris.db.tables.utils
Forwards to QueryConstants for backwards compatibility and accessibility from BinaryStore module.
QueryConstants - Class in com.illumon.util
Constants for null and infinite values within the Iris Database.
QueryConstants() - Constructor for class com.illumon.util.QueryConstants
This class should not be instantiated.
QueryLibrary - Class in com.illumon.iris.db.tables.libs
 
QueryPerformanceLogThreshold - Class in com.illumon.iris.db.tables.utils
This class encapsulates the parameters that control whether a given item (nugget or entry interval) is logged to one of our three performance logs.
QueryPerformanceLogThreshold(String, long) - Constructor for class com.illumon.iris.db.tables.utils.QueryPerformanceLogThreshold
Create a log threshold object for a particular kind of log update "" is for instrumented QueryPerformanceLog/QueryOperationPerformanceLog nuggets "Uninstrumented" is for uninstrumented QueryPerformanceLog/QueryOperationPerformanceLog nuggets, and "Update" is for UpdatePerformanceLog entry intervals. The initial and repeated read threshold defaults to 1.
QueryPerformanceNugget - Class in com.illumon.iris.db.tables.utils
Per-operation instrumentation node for hierarchical performance recording.
QueryPerformanceRecorder - Class in com.illumon.iris.db.tables.utils
Query performance instrumentation tools.
QueryPerformanceRecorder() - Constructor for class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
 
QueryScope - Class in com.illumon.iris.db.tables.select
 
QueryScope() - Constructor for class com.illumon.iris.db.tables.select.QueryScope
 
QueryScope.MissingVariableException - Exception in com.illumon.iris.db.tables.select
 

R

raj(Table.JoinStrategy, Table, MatchPair[], MatchPair[], Table.AsOfMatchRule) - Method in interface com.illumon.iris.db.tables.Table
 
raj(Table.JoinStrategy, Table, MatchPair[], MatchPair[]) - Method in interface com.illumon.iris.db.tables.Table
 
raj(Table.JoinStrategy, Table, Collection<String>, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
raj(Table.JoinStrategy, Table, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
raj(Table.JoinStrategy, Table, String, String) - Method in interface com.illumon.iris.db.tables.Table
 
raj(Table.JoinStrategy, Table, String) - Method in interface com.illumon.iris.db.tables.Table
 
raj(Table, String, String) - Method in interface com.illumon.iris.db.tables.Table
Just like .aj(), but the matching on the last column is in reverse order, so that you find the row after the given timestamp instead of the row before.
raj(Table, String) - Method in interface com.illumon.iris.db.tables.Table
 
range(double, double) - Method in interface com.illumon.iris.db.plot.Axis
Sets the range of this Axis to [min, max] inclusive.
range(double, double) - Method in interface com.illumon.iris.db.plot.Figure
 
rangeIterator() - Method in interface com.illumon.iris.db.v2.utils.Index
 
rangeMap(Map<Range, T>) - Static method in class com.illumon.iris.db.plot.colors.ColorMaps
Maps Ranges of values to specific colors.
rangeMap(Map<Range, T>, Color) - Static method in class com.illumon.iris.db.plot.colors.ColorMaps
Maps Ranges of values to specific colors.
rangeMap(Map<Range, T>, Paint, Paint) - Static method in class com.illumon.iris.db.plot.colors.ColorMaps
Maps Ranges of values to specific colors.
readAllEntries() - Method in interface com.illumon.iris.binarystore.TableReader
Call TableReader.readEntry() until it returns false.
readAllEntries(Supplier<Boolean>) - Method in interface com.illumon.iris.binarystore.TableReader
Call TableReader.readEntry() until the additionalCondition evaluates to false, or TableReader.readEntry() returns false.
readBin(String, String, File, String) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Loads a binary log file as an in-memory DB table.
readBin(String, String, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Loads a binary log file as an in-memory DB table.
readBin(String, String, File...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Loads a binary log file as an in-memory DB table.
readBin(String, String, TableType, File...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Loads a binary log file as an in-memory DB table.
readBin(String, String, TableDefinition, File...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Loads a binary log file as an in-memory DB table.
readBin(TableKey, File...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
 
readCsv(InputStream) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a memory table created from importing CSV data.
readCsv(String) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a memory table created from importing CSV data.
readCsv(String, String) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a memory table created from importing CSV data.
readCsv(String, String, StatusCallback) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a memory table created from importing CSV data.
readCsv(File) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a memory table created from importing CSV data.
readCsv(File, StatusCallback) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a memory table created from importing CSV data.
readCsv(File, String, StatusCallback) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a memory table created from importing CSV data.
readEntry() - Method in interface com.illumon.iris.binarystore.TableReader
Read a record from the source, expecting that not all records will be Row records.
readHeaderlessCsv(String) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a memory table created from importing CSV data.
readHeaderlessCsv(String, Collection<String>) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a memory table created from importing CSV data.
readHeaderlessCsv(String, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a memory table created from importing CSV data.
readHeaderlessCsv(String, String, StatusCallback, Collection<String>) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a memory table created from importing CSV data.
readHeaderlessCsv(File, String, StatusCallback, Collection<String>) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a memory table created from importing CSV data.
readParamValue(String) - Method in class com.illumon.iris.db.tables.select.QueryScope
Get the value of a given scope variable by name.
readParamValue(String, T) - Method in class com.illumon.iris.db.tables.select.QueryScope
Get the value of a given scope variable by name.
readRow() - Method in interface com.illumon.iris.binarystore.TableReader
Deprecated.
use TableReader.readEntry() and handle record entries appropriately
readTable(File, TableDefinition) - Static method in class com.illumon.iris.db.tables.utils.TableManagementTools
 
readTable(File) - Static method in class com.illumon.iris.db.tables.utils.TableManagementTools
 
recordFirstTimeDataRead(long) - Static method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
 
recordRepeatedDataRead(long) - Static method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
 
refamily(String) - Method in class com.illumon.iris.db.plot.Font
Gets an instance of this Font with the family changed to the specified family
refresh() - Method in interface com.illumon.iris.db.tables.live.LiveTable
Refresh this LiveTable.
reinterpret(Class<ALTERNATE_DATA_TYPE>) - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
Provide an alternative view into the data underlying this column source.
release() - Method in interface com.illumon.iris.db.tables.appendable.BufferedAppendable
Release any resources held.
release() - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
release() - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableTable
 
release() - Method in class com.illumon.iris.db.tables.appendable.local.LocalTableWriter
 
release() - Method in interface com.illumon.iris.db.tables.databases.Database.LogHandle
 
release() - Method in interface com.illumon.iris.db.v2.utils.Index.Iterator
 
release() - Method in interface com.illumon.iris.db.v2.utils.Index.RangeIterator
 
release() - Method in interface com.illumon.iris.db.v2.utils.Index
 
releaseCachedResources() - Method in interface com.illumon.iris.db.tables.Table
Attempt to clean up cached resources held by this table.
releaseCachedResources() - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
Release any resources held for caching purposes.
reload() - Method in interface com.illumon.iris.db.tables.databases.Database
Deprecated.
reloadConfiguration() - Method in class com.illumon.iris.controller.PersistentQueryControllerClient
Reloads the controller configuration.
reloadData() - Method in interface com.illumon.iris.db.tables.databases.Database
Reload any internally-cached data.
reloadMetadata() - Method in interface com.illumon.iris.db.tables.databases.Database
Reload any internally-cached metadata.
reloadMetadata() - Method in interface com.illumon.iris.db.tables.databases.TableDefinitionProvider
 
RemoteQueryClient - Class in com.illumon.iris.db.tables.remotequery
Interface for remotely connecting to Iris.
RemoteQueryClient() - Constructor for class com.illumon.iris.db.tables.remotequery.RemoteQueryClient
Create a new Iris dispatcher connection.
RemoteQueryClient(ConnectionMonitor.Params) - Constructor for class com.illumon.iris.db.tables.remotequery.RemoteQueryClient
Create a new Iris dispatcher connection.
RemoteQueryClient(String, int) - Constructor for class com.illumon.iris.db.tables.remotequery.RemoteQueryClient
Create a RemoteQueryClient and connect it to the RemoteQueryDispatcher.
RemoteQueryClient(String, int, ConnectionMonitor.Params) - Constructor for class com.illumon.iris.db.tables.remotequery.RemoteQueryClient
Create a RemoteQueryClient and connect it to the RemoteQueryDispatcher.
remove(Object) - Method in class com.illumon.iris.controller.ControllerHashtableClient
 
remove(Object) - Method in class com.illumon.iris.db.plot.themes.Themes
 
remove(WritableSource<OUTPUT_TYPE>, ColumnSource<INPUT_TYPE>, long, long, STATE) - Method in class com.illumon.iris.db.v2.by.IterativeColumnOperator
Removes an existing row from the state state.
remove(Index) - Method in interface com.illumon.iris.db.v2.utils.Index
Removes all the keys from removed index that are present in the current set
remove(long) - Method in interface com.illumon.iris.db.v2.utils.Index
Removes the given key from the current set if present
removeChart(int) - Method in interface com.illumon.iris.db.plot.BaseFigure
Removes the chart at the index from this Figure's grid.
removeChart(int, int) - Method in interface com.illumon.iris.db.plot.BaseFigure
Removes the chart at the[rowNum, colNum from this Figure's grid.
removeChart(int) - Method in interface com.illumon.iris.db.plot.Figure
 
removeChart(int, int) - Method in interface com.illumon.iris.db.plot.Figure
 
removeDirectUpdateListener(Listener) - Method in interface com.illumon.iris.db.v2.DynamicTable
Unsubscribe the supplied listener.
removeKeyListener(TableMap.KeyListener) - Method in interface com.illumon.iris.db.v2.TableMap
 
removeListener(TableMap.Listener) - Method in interface com.illumon.iris.db.v2.TableMap
Removes a map change listener.
removeQueryConfiguration(PersistentQueryConfiguration) - Method in class com.illumon.iris.controller.PersistentQueryControllerClient
Removes a configuration from the controller's hash table.
removeRenderer(String) - Method in class com.illumon.iris.db.v2.ColumnRenderersBuilder
Removes the renderer for a column of a given name.
removeTable(String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Removes a table.
removeTableDefinition(String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Removes a table definition.
removeTablePartition(String, String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Removes a single table location (e.g.
removeTablePartition(String, String, String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Removes a single table location (e.g.
removeUpdateListener(Listener) - Method in interface com.illumon.iris.db.v2.DynamicTable
Unsubscribe the supplied listener.
rename(String) - Method in interface com.illumon.iris.db.tables.Table.RenameFunction
 
renameAllColumns(Table.RenameFunction) - Method in interface com.illumon.iris.db.tables.Table
 
renameColumns(MatchPair...) - Method in interface com.illumon.iris.db.tables.Table
 
renameColumns(String...) - Method in interface com.illumon.iris.db.tables.Table
 
renameColumns(Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
renameColumns(TableDefinition, File, int, String...) - Static method in class com.illumon.iris.db.tables.utils.TableManagementTools
 
renameColumns(TableDefinition, File, String...) - Static method in class com.illumon.iris.db.tables.utils.TableManagementTools
 
renameColumns(TableDefinition, File, MatchPair...) - Static method in class com.illumon.iris.db.tables.utils.TableManagementTools
 
replaceTable(String, String, Table) - Method in interface com.illumon.iris.db.tables.databases.Database
Replaces a table with a new table, or adds the table, if it is not already present.
replaceTableDefinition(String, String, TableDefinition) - Method in interface com.illumon.iris.db.tables.databases.Database
Replaces a table definition.
replaceTablePartition(String, String, String, Table) - Method in interface com.illumon.iris.db.tables.databases.Database
Removes and re-adds a single table location (e.g.
replaceTablePartition(String, String, String, String, Table) - Method in interface com.illumon.iris.db.tables.databases.Database
Replaces a single table location (e.g.
requireTable(String, Table, String[], Class[]) - Static method in class com.illumon.modelfarm.util.ModelFarmUtils
Require a table to have specified columns of specified types.
reset() - Method in class com.illumon.numerics.movingaverages.AbstractMa
 
reset() - Method in class com.illumon.numerics.movingaverages.Ema
 
reset() - Method in class com.illumon.numerics.movingaverages.EmaArray
 
reset() - Method in class com.illumon.numerics.movingaverages.ExponentiallyDecayedSum
 
reset() - Method in class com.illumon.numerics.movingaverages.NeighborEmaArrayDifferencer
 
resetCurrent() - Static method in class com.illumon.iris.db.tables.libs.QueryLibrary
 
resetInstance() - Static method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
 
resize(int) - Method in class com.illumon.iris.db.plot.Font
Gets an instance of this Font with the size changed to the specified size
restartQuery(PersistentQueryConfiguration) - Method in class com.illumon.iris.controller.PersistentQueryControllerClient
Restarts a persistent query.
restrictSortTo(String...) - Method in interface com.illumon.iris.db.tables.Table
Disallow sorting on all but the specified columns.
restyle(Font.FontStyle) - Method in class com.illumon.iris.db.plot.Font
Gets an instance of this Font with the style changed to the specified style
restyle(String) - Method in class com.illumon.iris.db.plot.Font
Gets an instance of this Font with the style changed to the specified style
reverse() - Method in interface com.illumon.iris.db.tables.Table
 
REVERSE_LOOKUP_ATTRIBUTE - Static variable in interface com.illumon.iris.db.tables.Table
 
reverseIterator() - Method in interface com.illumon.iris.db.v2.utils.Index
 
ReverseLookupListener - Class in com.illumon.iris.db.v2
Maintains a map from key column values to their index.
rho(boolean, double, double, double, double, double, double) - Static method in class com.illumon.numerics.derivatives.BlackScholes
Computes the generalized Black-Scholes rho (first order partial derivative of option price with respect to risk-free rate).
rm(String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Convenience method for Database.removeTable(String, String).
rollup(ComboAggregateFactory, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
Create a rollup table.
rollup(ComboAggregateFactory, String...) - Method in interface com.illumon.iris.db.tables.Table
Create a rollup table.
rollup(Table.ByStrategy, ComboAggregateFactory, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
Create a rollup table.
rollup(Table.ByStrategy, ComboAggregateFactory, SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
Create a rollup table.
ROLLUP_LEAF_ATTRIBUTE - Static variable in interface com.illumon.iris.db.tables.Table
 
roundDecimalColumns(Table) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Produce a new table with all the columns of this table, in the same order, but with all double and float columns rounded to longs.
roundDecimalColumns(Table, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Produce a new table with all the columns of this table, in the same order, but with the specified columns rounded to longs.
roundDecimalColumnsExcept(Table, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Produce a new table with all the columns of this table, in the same order, but with all double and float columns rounded to longs, except for the specified columnsNotToRound.
Row - Interface in com.illumon.iris.binarystore
Interface for writing out values in a row.
Row.Flags - Enum in com.illumon.iris.binarystore
Per-row transaction flags.
ROW_FORMAT_NAME - Static variable in interface com.illumon.iris.db.util.ColumnFormattingValues
 
RowDataManager<KEYTYPE,DATATYPE> - Interface in com.illumon.modelfarm
An interface for accessing and querying data contained in rows of a dynamic table.
rowIndexColumn(String) - Method in class com.illumon.iris.export.jdbc.JdbcLogger.Builder
Specify the JDBC column that will receive the rowIndex of the source table row that resulted in a given JDBC row.
RowSetter<T> - Interface in com.illumon.iris.binarystore
Type-safe interface for setting cell values in individual columns of a row to allow a row to be written.
rowSpan(int) - Method in interface com.illumon.iris.db.plot.Chart
Sets the size of this Chart within the grid of the figure.
rowSpan(int) - Method in interface com.illumon.iris.db.plot.Figure
 

S

save(String) - Method in interface com.illumon.iris.db.plot.BaseFigure
Saves the Figure as an image to the specified saveLocation.
save(String, int, int) - Method in interface com.illumon.iris.db.plot.BaseFigure
Saves the Figure as an image to the specified saveLocation.
save(String) - Method in interface com.illumon.iris.db.plot.Figure
 
save(String, int, int) - Method in interface com.illumon.iris.db.plot.Figure
 
ScatterPlotMatrix - Class in com.illumon.iris.db.plot.composite
Creates a scatter plot matrix by graphing each variable against every other variable.
scatterPlotMatrix(T[]...) - Static method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each variable in variables against every other variable in variables.
scatterPlotMatrix(String[], T[]...) - Static method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each variable in variables against every other variable in variables.
scatterPlotMatrix(int[]...) - Static method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each variable in variables against every other variable in variables.
scatterPlotMatrix(String[], int[]...) - Static method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each variable in variables against every other variable in variables.
scatterPlotMatrix(long[]...) - Static method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each variable in variables against every other variable in variables.
scatterPlotMatrix(String[], long[]...) - Static method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each variable in variables against every other variable in variables.
scatterPlotMatrix(float[]...) - Static method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each variable in variables against every other variable in variables.
scatterPlotMatrix(String[], float[]...) - Static method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each variable in variables against every other variable in variables.
scatterPlotMatrix(double[]...) - Static method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each variable in variables against every other variable in variables.
scatterPlotMatrix(String[], double[]...) - Static method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each variable in variables against every other variable in variables.
scatterPlotMatrix(Table, String...) - Static method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each table column in columns against every other column in columns.
scatterPlotMatrix(SelectableDataSet, String...) - Static method in class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each table column in columns against every other column in columns.
scatterPlotMatrix(T[]...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
scatterPlotMatrix(double[]...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
scatterPlotMatrix(float[]...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
scatterPlotMatrix(int[]...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
scatterPlotMatrix(long[]...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
scatterPlotMatrix(String[], T[]...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
scatterPlotMatrix(String[], double[]...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
scatterPlotMatrix(String[], float[]...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
scatterPlotMatrix(String[], int[]...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
scatterPlotMatrix(String[], long[]...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
scatterPlotMatrix(SelectableDataSet, String...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
scatterPlotMatrix(Table, String...) - Static method in class com.illumon.iris.db.plot.PlottingConvenience
ScientificNumberFormatter - Class in com.illumon.iris.db.plot.axisformatters
NumberFormat which formats numbers in scientific notation if they are outside the given range.
ScientificNumberFormatter() - Constructor for class com.illumon.iris.db.plot.axisformatters.ScientificNumberFormatter
Creates a ScientificNumberFormatter instance with the default number of decimals, lower limit, and upper limit.
ScientificNumberFormatter(int, double, double) - Constructor for class com.illumon.iris.db.plot.axisformatters.ScientificNumberFormatter
Creates a ScientificNumberFormatter instance.
select(SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
select(String...) - Method in interface com.illumon.iris.db.tables.Table
 
select(Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
select() - Method in interface com.illumon.iris.db.tables.Table
 
SelectableDataSet<KEY_TYPE,VALUE_TYPE> - Interface in com.illumon.iris.db.plot.filters
A Table with a view on a selectable subset.
Selectables - Class in com.illumon.iris.db.plot.filters
Method for creating SelectableDataSets.
selectDistinct(SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
selectDistinct(String...) - Method in interface com.illumon.iris.db.tables.Table
 
selectDistinct(Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
selectDistinct() - Method in interface com.illumon.iris.db.tables.Table
 
SelectFilterFactory - Class in com.illumon.iris.db.tables.select
Given a user's filter string produce an appropriate SelectFilter instance.
SelectFilterFactory() - Constructor for class com.illumon.iris.db.tables.select.SelectFilterFactory
 
SerializableFunction<T,R> - Interface in com.illumon.iris.db.plot.util.functions
A serializable function.
serialVersionUID - Static variable in interface com.illumon.iris.db.tables.dbarrays.DbArray
 
serialVersionUID - Static variable in interface com.illumon.iris.db.tables.dbarrays.DbArrayBase
 
serialVersionUID - Static variable in interface com.illumon.iris.db.tables.dbarrays.DbCharArray
 
serialVersionUID - Static variable in interface com.illumon.iris.db.tables.dbarrays.DbDoubleArray
 
serialVersionUID - Static variable in interface com.illumon.iris.db.tables.dbarrays.DbFloatArray
 
serialVersionUID - Static variable in class com.illumon.iris.db.v2.TotalsTableBuilder
 
series(int) - Method in interface com.illumon.iris.db.plot.Axes
Gets a data series by id.
series(Comparable) - Method in interface com.illumon.iris.db.plot.Axes
Gets a data series by name.
series(int) - Method in interface com.illumon.iris.db.plot.Figure
 
series(Comparable) - Method in interface com.illumon.iris.db.plot.Figure
 
Series - Interface in com.illumon.iris.db.plot
Base series that all data series inherit from.
seriesColor(Paint) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Defines the default line and point color.
seriesColor(int) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Defines the default line and point color.
seriesColor(String) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Defines the default line and point color.
seriesColor(Paint) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries3D
Defines the default line and point color.
seriesColor(int) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries3D
Defines the default line and point color.
seriesColor(String) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries3D
Defines the default line and point color.
seriesColor(String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
seriesColor(int, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
seriesColor(Paint, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
seriesColor(Paint) - Method in interface com.illumon.iris.db.plot.Figure
 
seriesColor(Paint, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
seriesColor(int) - Method in interface com.illumon.iris.db.plot.Figure
 
seriesColor(int, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
seriesColor(String) - Method in interface com.illumon.iris.db.plot.Figure
 
seriesColor(String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
seriesColorGenerator(ColorPalette) - Method in interface com.illumon.iris.db.plot.Theme
Sets the ColorPalette of this Theme.
seriesNamingFunction(SerializableFunction<Object, String>) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
Defines the procedure to name a generated series.
seriesNamingFunction(Closure<String>) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
Defines the procedure to name a generated series.
seriesNamingFunction(SerializableFunction<Object, String>) - Method in interface com.illumon.iris.db.plot.Figure
 
seriesNamingFunction(Closure<String>) - Method in interface com.illumon.iris.db.plot.Figure
 
set(T) - Method in interface com.illumon.iris.binarystore.RowSetter
 
set(long, TYPE) - Method in interface com.illumon.iris.db.tables.DataColumn
 
setArray(long, TYPE...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
setAttribute(String, Object) - Method in interface com.illumon.iris.db.tables.Table
 
setBoolean(Boolean) - Method in interface com.illumon.iris.binarystore.RowSetter
 
setBoolean(long, Boolean) - Method in interface com.illumon.iris.db.tables.DataColumn
 
setBooleans(long, Boolean...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
setByte(byte) - Method in interface com.illumon.iris.binarystore.RowSetter
 
setByte(long, byte) - Method in interface com.illumon.iris.db.tables.DataColumn
 
setBytes(long, byte...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
setCallsite(String) - Static method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
Attempt to set the thread local callsite so that invocations of QueryPerformanceRecorder.getCallerLine() will not spend time trying to recompute.
setCallsite() - Static method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
Attempt to compute and set the thread local callsite so that invocations of QueryPerformanceRecorder.getCallerLine() will not spend time trying to recompute.
setCarryCurveDates(DBDateTime[]) - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
Sets an array of dates defining the cost-of-carry curve.
setCarryCurveErrors(double[]) - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
Sets an array of rate errors defining the cost-of-carry curve.
setCarryCurveRates(double[]) - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
Sets an array of rates defining the cost-of-carry curve.
setChar(char) - Method in interface com.illumon.iris.binarystore.RowSetter
 
setChar(long, char) - Method in interface com.illumon.iris.db.tables.DataColumn
 
setChars(long, char...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
setClientHost(String) - Method in class com.illumon.iris.db.tables.select.QueryScope
 
setColorFormat(Closure<Long>) - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Sets the Color Format for hte Pivot Widget.
setColumnNameTransform(Closure<Object>) - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Sets a transform to rename columns in the Pivot Widget.
setColumnPartitionValue(String) - Method in interface com.illumon.iris.binarystore.Row
For rows that are to be used with file managers that allow dynamic column partition selection, set the column partition value.
setColumnRenderers(ColumnRenderersBuilder) - Method in interface com.illumon.iris.db.tables.Table
Sets renderers for columns.
setCurrent(QueryLibrary) - Static method in class com.illumon.iris.db.tables.libs.QueryLibrary
 
setCurrent(double) - Method in class com.illumon.numerics.movingaverages.AbstractMa
Sets the current value of the ema state.
setCurrent(double) - Method in class com.illumon.numerics.movingaverages.Ema
Sets the current value of the ema state.
setDb(RemoteDatabase) - Method in interface com.illumon.iris.db.tables.databases.Database.LogHandle
 
setDefaultInstance(QueryScope) - Static method in class com.illumon.iris.db.tables.select.QueryScope
 
setDefaultOperation(AggType) - Method in class com.illumon.iris.db.v2.TotalsTableBuilder
Sets the operation for columns which are not otherwise specified.
setDefaultOperation(String) - Method in class com.illumon.iris.db.v2.TotalsTableBuilder
Sets the operation for columns which are not otherwise specified.
setDefaultRenderClass(String) - Method in class com.illumon.iris.db.v2.ColumnRenderersBuilder
Sets the default class name to use for the default render type.
setDefaultTheme(Theme) - Static method in class com.illumon.iris.db.plot.themes.Themes
Defines the default Theme used when one isn't specified.
setDirect(long, Object) - Method in interface com.illumon.iris.db.tables.DataColumn
 
setDivCashAmounts(double[]) - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
Sets an array of cash dividend values for the underlying security.
setDivExDates(DBDateTime[]) - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
Sets an array of dividend ex-dates for the underlying security.
setDivProportionalAmounts(double[]) - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
Sets an array of proportional dividend values for the underlying security.
setDouble(double) - Method in interface com.illumon.iris.binarystore.RowSetter
 
setDouble(long, double) - Method in interface com.illumon.iris.db.tables.DataColumn
 
setDoubles(long, double...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
setFitGroup(String) - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
Set the grouping of the data snapshot.
setFlags(Row.Flags) - Method in interface com.illumon.iris.binarystore.Row
 
setFlags(Row.Flags) - Method in interface com.illumon.iris.binarystore.TableWriter
setFlags(Row.Flags) - Method in class com.illumon.iris.db.tables.appendable.local.LocalTableWriter
 
setFloat(float) - Method in interface com.illumon.iris.binarystore.RowSetter
 
setFloat(long, float) - Method in interface com.illumon.iris.db.tables.DataColumn
 
setFloats(long, float...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
setFormat(String, AggType, String) - Method in class com.illumon.iris.db.v2.TotalsTableBuilder
Sets the format of a column.
setFormat(String, String, String) - Method in class com.illumon.iris.db.v2.TotalsTableBuilder
Sets the format of a column.
setFutureAsks(double[]) - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitData
Sets the future asks.
setFutureBids(double[]) - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitData
Sets the future bids.
setFutureExpirations(DBDateTime[]) - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitData
Sets the future expirations.
setFutureIds(long[]) - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitData
Sets the future IDs.
setFutureSyms(String[]) - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitData
Sets the future syms.
setImportDetails(Properties) - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableTable
Set a trivial import state object wrapping the supplied import details to be part of checkpoints for the output table location.
setImportDetails(Properties) - Method in class com.illumon.iris.db.tables.appendable.local.LocalTableWriter
Set a trivial import state object wrapping the supplied import details to be part of checkpoints for the output table.
setImportState(ImportState) - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableTable
Set an import state object to be part of checkpoints for the output table location, and invoke the appropriate ImportState.onResume(FullTableLocationKey).
setImportState(ImportState) - Method in class com.illumon.iris.db.tables.appendable.local.LocalTableWriter
Set an import state object to be part of checkpoints for the output table.
setInitialImage(Index) - Method in interface com.illumon.iris.db.v2.Listener
Sets the index for the initial data.
setInt(int) - Method in interface com.illumon.iris.binarystore.RowSetter
 
setInt(long, int) - Method in interface com.illumon.iris.db.tables.DataColumn
 
setInts(long, int...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
setLastNotificationStep(long) - Method in class com.illumon.iris.db.v2.ReverseLookupListener
 
setLong(long) - Method in interface com.illumon.iris.binarystore.RowSetter
 
setLong(long, long) - Method in interface com.illumon.iris.db.tables.DataColumn
 
setLongs(long, long...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
setMainDecimalFormat(String) - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Sets the decimal format for the main table.
setMainIntegerFormat(String) - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Sets the integer format for the main table.
setOperation(String, AggType, String) - Method in class com.illumon.iris.db.v2.TotalsTableBuilder
Sets the operation for a column.
setOperation(String, AggType) - Method in class com.illumon.iris.db.v2.TotalsTableBuilder
Sets the operation for a column.
setOperation(String, String) - Method in class com.illumon.iris.db.v2.TotalsTableBuilder
Sets the operation for a column.
setOperation(String, String, String) - Method in class com.illumon.iris.db.v2.TotalsTableBuilder
Sets the operation for a column.
setOptionAsks(double[]) - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataOptionPrices
Sets an array of ask prices for options.
setOptionAsks(double[]) - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataOptionPrices
Sets an array of ask prices for options.
setOptionBids(double[]) - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataOptionPrices
Sets an array of bid prices for options.
setOptionBids(double[]) - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataOptionPrices
Sets an array of bid prices for options.
setOptionExerciseTypes(String[]) - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
Sets the type of option exercise (e.g.
setOptionExpirations(DBDateTime[]) - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
Sets the expirations associated with the option prices.
setOptionIds(long[]) - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
Sets an array of ids associated with the options.
setOptionPayoffTypes(String[]) - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
Sets the type of option payoff (e.g.
setOptionRoots(String[]) - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
Sets an array of root symbols associated with the options.
setOptionSettlementTypes(String[]) - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
Sets the type of option settlement (e.g.
setOptionStrikes(double[]) - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
Sets an array of strikes associated with the option prices.
setOptionSyms(String[]) - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
Sets an array of symbols associated with the options.
setPattern(String) - Method in interface com.illumon.iris.db.plot.axisformatters.AxisFormat
Set the pattern used for formatting values.
setPattern(String) - Method in class com.illumon.iris.db.plot.axisformatters.DecimalAxisFormat
 
setPattern(String) - Method in class com.illumon.iris.db.plot.axisformatters.NanosAxisFormat
 
setQueryName(String) - Method in class com.illumon.iris.db.tables.select.QueryScope
 
setRenderClass(ColumnRenderersBuilder.ColumnRendererType, String) - Method in class com.illumon.iris.db.v2.ColumnRenderersBuilder
Sets the class name associated with a given render type.
setRenderer(String, String) - Method in class com.illumon.iris.db.v2.ColumnRenderersBuilder
 
setRenderer(String, ColumnRenderersBuilder.ColumnRendererType) - Method in class com.illumon.iris.db.v2.ColumnRenderersBuilder
Sets a column renderer for a column of a given name.
setRenderer(String, Class<? extends TableCellRenderer>) - Method in class com.illumon.iris.db.v2.ColumnRenderersBuilder
 
setReplayer(ReplayerInterface) - Method in interface com.illumon.iris.db.tables.databases.Database.LogHandle
 
setRowDecimalFormat(String) - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Sets the decimal formal for the row table
setRowIntegerFormat(String) - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Sets the integer formal for the row table
setShort(short) - Method in interface com.illumon.iris.binarystore.RowSetter
 
setShort(long, short) - Method in interface com.illumon.iris.db.tables.DataColumn
 
setShorts(long, short...) - Method in interface com.illumon.iris.db.tables.DataColumn
 
setShowGrandTotalsByDefault(boolean) - Method in class com.illumon.iris.db.v2.TotalsTableBuilder
Set whether grand totals are shown by default.
setShowTotalsByDefault(boolean) - Method in class com.illumon.iris.db.v2.TotalsTableBuilder
Set whether totals are shown by default.
setTimeScale(double) - Method in class com.illumon.numerics.movingaverages.AbstractMa
 
setTimestamp(DBDateTime) - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
Set the timestamp of the data snapshot.
setTotalsDecimalFormat(String) - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Sets the decimal formal for the totals table
setTotalsIntegerFormat(String) - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Sets the integer formal for the totals table
setTotalsTable(TotalsTableBuilder) - Method in interface com.illumon.iris.db.tables.Table
Sets parameters for the default totals table display.
setUnderlyingAsk(double) - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitData
Sets the underlying ask price.
setUnderlyingBid(double) - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitData
Sets the underlying bid price.
setUnderlyingFutureIds(long[]) - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitData
Sets the ids for the underlying futures of the options.
setUnderlyingId(long) - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
Set the underlying id.
setUnderlyingSym(String) - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
Set the underlying symbol.
setUnderlyingType(String) - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
Sets the type of underlying (e.g.
setValueToRangeMap(Map<DATA_TYPE, long[]>) - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
setVolSurfaceExpirations(DBDateTime[]) - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataVolSurface
Sets an array of expirations associated with the vol surface.
setVolSurfaceExpirations(DBDateTime[]) - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataVolSurface
Sets an array of expirations associated with the vol surface.
setVolSurfaceForwardErrors(double[]) - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataVolSurface
Sets the forward price errors associated with the expirations in the vol surface.
setVolSurfaceForwardErrors(double[]) - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataVolSurface
Sets the forward price errors associated with the expirations in the vol surface.
setVolSurfaceForwardPrices(double[]) - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataVolSurface
Sets the forward prices associated with the expirations in the vol surface.
setVolSurfaceForwardPrices(double[]) - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataVolSurface
Sets the forward prices associated with the expirations in the vol surface.
setVolSurfaceImpliedVolErrors(double[][]) - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataVolSurface
Sets the implied vol errors of the vol surface.
setVolSurfaceImpliedVolErrors(double[][]) - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataVolSurface
Sets the implied vol errors of the vol surface.
setVolSurfaceImpliedVols(double[][]) - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataVolSurface
Sets the implied vols of the vol surface.
setVolSurfaceImpliedVols(double[][]) - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataVolSurface
Sets the implied vols of the vol surface.
setVolSurfaceStrikes(double[][]) - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataVolSurface
Sets the strikes of the vol surface.
setVolSurfaceStrikes(double[][]) - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataVolSurface
Sets the strikes of the vol surface.
setVolSurfaceUnderlyingPrices(double[]) - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataVolSurface
Sets the underlying mid market prices associated with the expirations in the vol surface.
setWatchdogMillis(int) - Method in interface com.illumon.iris.db.tables.databases.Database
Sets monitoring of delays in the LiveTableMonitor refresh loop.
setWatchdogTimeoutProcedure(LongConsumer) - Method in interface com.illumon.iris.db.tables.databases.Database
Set the watchdog timeout procedure.
setYieldCurveDates(DBDateTime[]) - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
Sets an array of dates defining the yield curve.
setYieldCurveRates(double[]) - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
Sets an array of rates defining the yield curve.
shift(long, long, long) - Method in class com.illumon.iris.db.v2.sources.NullValueColumnSource
 
shift(long) - Method in interface com.illumon.iris.db.v2.utils.Index
 
shortCol(String, short...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns a ColumnHolder of type short that can be used when creating in-memory tables.
shortColumnIterator(String) - Method in interface com.illumon.iris.db.tables.Table
 
shouldLog(long, long, long) - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceLogThreshold
Should this item be logged?
show() - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Shows the Pivot Widget.
show() - Method in interface com.illumon.iris.db.plot.Figure
Creates a GUI widget for the figure.
show(Table, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Prints the first few rows of a table to standard output.
show(Table, DBTimeZone, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Prints the first few rows of a table to standard output, adjusted to the specified time zone.
show(Table, long, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Prints the first specified number of rows of a table to standard output.
show(Table, long, DBTimeZone, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Prints the first specified number of rows of a table to standard output, adjusted relative to the specified time zone.
show(Table, long, DBTimeZone, PrintStream, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Prints the first specified number of rows of a table to a specfied output, adjusted relative to the specified time zone.
show(Table, long, DBTimeZone, String, PrintStream, boolean, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Prints the first specified number of rows of a table to a specfied output, adjusted relative to the specified time zone, with a specified delimiter between values, and optionally with details of the index and record positions that provided the values.
showCommaDelimited(Table, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Prints the first few rows of a table to standard output, with commas between values.
showCommaDelimited(Table, long, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Prints the first specified number of rows of a table to standard output, with commas between the values.
showLineNumbers() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
Deprecated.
Recording the caller line is now enabled for all nuggets by default.
showWithIndex(Table, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Prints the first few rows of a table to standard output, and also prints the details of the index and record positions that provided the values.
showWithIndex(Table, long, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Prints the first specified number of rows of a table to standard output, and also prints the details of the index and record positions that provided the values.
showWithIndex(Table, long, DBTimeZone, PrintStream, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Prints the first specified number of rows of a table to a specfied output, adjusted relative to the specified time zone, and also prints the details of the index and record positions that provided the values.
shutdown() - Method in interface com.illumon.iris.db.tables.databases.Database
Shuts this database down.
shutdown() - Method in interface com.illumon.modelfarm.ModelFarm
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown() - Method in class com.illumon.modelfarm.ModelFarmBase
 
shutdownAndAwaitTermination() - Method in interface com.illumon.modelfarm.ModelFarm
Shuts down and then awaits termination.
shutdownAndAwaitTermination(long, TimeUnit) - Method in interface com.illumon.modelfarm.ModelFarm
Shuts down and then awaits termination.
shutdownAndAwaitTermination() - Method in class com.illumon.modelfarm.ModelFarmBase
 
shutdownAndAwaitTermination(long, TimeUnit) - Method in class com.illumon.modelfarm.ModelFarmBase
 
SimpleAdapter(ControllerHashtableChangeListener) - Constructor for class com.illumon.iris.controller.ControllerHashtableChangeListener.SimpleAdapter
 
SimpleMessageHandler - Class in com.illumon.iris.sbetransport.client
Sample message handler implementation that decodes incoming messages and does listener call-backs.
SimpleMessageHandler() - Constructor for class com.illumon.iris.sbetransport.client.SimpleMessageHandler
Construct a new simple message handler.
SimpleMessageHandlerListener - Interface in com.illumon.iris.sbetransport.client
Clients should implement this to receive decoded messages from the SimpleMessageHandler.
size() - Method in interface com.illumon.iris.binarystore.Row
Deprecated.
Row.size() is somewhat ambiguously specified in the interface and its implementations. Some implementations keep track of all rows written. Others keep track of number of rows buffered.

It seems safer to simply not allow the question to be asked.

size() - Method in class com.illumon.iris.controller.ControllerHashtableClient
 
size() - Method in class com.illumon.iris.db.plot.themes.Themes
 
size() - Method in interface com.illumon.iris.db.tables.appendable.AppendableTable
 
size() - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableTable
 
size() - Method in class com.illumon.iris.db.tables.appendable.local.LocalTableWriter
 
size() - Method in interface com.illumon.iris.db.tables.dbarrays.DbCharArray
 
size() - Method in interface com.illumon.iris.db.tables.dbarrays.DbDoubleArray
 
size() - Method in interface com.illumon.iris.db.tables.dbarrays.DbFloatArray
 
size() - Method in interface com.illumon.iris.db.util.LongSizedDataStructure
The size of this data structure.
size() - Method in interface com.illumon.iris.db.v2.TableMap
Number of tables in the map.
size() - Method in interface com.illumon.iris.db.v2.utils.Index
How many keys are in this index.
size() - Method in class com.illumon.numerics.movingaverages.EmaArray
Gets the size of the ema array.
sizeForInstrumentation() - Method in interface com.illumon.iris.db.tables.Table
 
snapshot(Table, boolean, String...) - Method in interface com.illumon.iris.db.tables.Table
 
snapshot(Table, String...) - Method in interface com.illumon.iris.db.tables.Table
 
snapshotHistory(Table) - Method in interface com.illumon.iris.db.tables.Table
 
snapshotIncremental(Table, boolean, String...) - Method in interface com.illumon.iris.db.tables.Table
 
snapshotIncremental(Table, String...) - Method in interface com.illumon.iris.db.tables.Table
 
sort(String...) - Method in interface com.illumon.iris.db.tables.Table
 
sort(List<String>) - Method in interface com.illumon.iris.db.tables.Table
 
SORTABLE_COLUMNS_ATTRIBUTE - Static variable in interface com.illumon.iris.db.tables.Table
 
sortColumnTitles() - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Sort Column Titles Ascending
sortColumnTitlesDescending() - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Sort Column Titles Descending
sortDescending(String...) - Method in interface com.illumon.iris.db.tables.Table
 
sortDescending(List<String>) - Method in interface com.illumon.iris.db.tables.Table
 
sortRows() - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Sort Row Columns Ascending
sortRowsDescending() - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Sort Row Columns Descending
source - Variable in class com.illumon.iris.db.v2.InstrumentedListenerAdapter
 
span(int, int) - Method in interface com.illumon.iris.db.plot.Chart
Sets the size of this Chart within the grid of the figure.
span(int, int) - Method in interface com.illumon.iris.db.plot.Figure
 
ssMat(DbByteArray...) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps DbByteArray...
ssMat(byte[]...) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps byte[]... as Matrix This method assumes byteColumnsData to be in unconventional [columns][rows] structure, where first dimension denotes columns and second dimension denotes rows.
ssMat(DbShortArray...) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps DbShortArray...
ssMat(short[]...) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps short[]... as Matrix This method assumes shortColumnsData to be in unconventional [columns][rows] structure, where first dimension denotes columns and second dimension denotes rows.
ssMat(DbIntArray...) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps DbIntArray...
ssMat(int[]...) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps int[]... as Matrix This method assumes intColumnsData to be in unconventional [columns][rows] structure, where first dimension denotes columns and second dimension denotes rows.
ssMat(DbFloatArray...) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps DbFloatArray...
ssMat(float[]...) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps float[]... as Matrix.
ssMat(DbLongArray...) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps DbLongArray...
ssMat(long[]...) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps long[]... as Matrix This method assumes longColumnsData to be in unconventional [columns][rows] structure, where first dimension denotes columns and second dimension denotes rows.
ssMat(DbDoubleArray...) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps DbDoubleArray...
ssMat(double[]...) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps double[]... as Matrix This method assumes doubleColumnsData to be in unconventional [columns][rows] structure, where first dimension denotes columns and second dimension denotes rows.
ssMat(Number[]...) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wrap Number[]...
ssMat(DbArrayBase...) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps DbArrayBase...
ssMat(DbArray<T>) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps DbArray...
ssVec(DbByteArray) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps DbByteArray instance as Vector
ssVec(Byte...) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps byte[] as Vector
ssVec(byte[]) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps byte[] as Vector
ssVec(DbShortArray) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps DbShortArray instance as Vector
ssVec(Short...) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps short[] as Vector
ssVec(short[]) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps short[] as Vector
ssVec(DbIntArray) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps DbIntArray instance as Vector
ssVec(int[]) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps int[] as Vector
ssVec(Integer...) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps int[] as Vector
ssVec(DbFloatArray) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps DbFloatArray instance as Vector
ssVec(Float...) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps float[] as Vector
ssVec(float[]) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps float[] as Vector
ssVec(DbLongArray) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps DbLongArray instance as Vector
ssVec(Long...) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps long[] as Vector
ssVec(long[]) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps long[] as Vector
ssVec(DbDoubleArray) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps DbDoubleArray instance as Vector
ssVec(Double...) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps double[] as Vector
ssVec(double[]) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps double[] as Vector
ssVec(Number...) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps Number[] as Vector
ssVec(DbArray<T>) - Static method in class com.illumon.numerics.suanshu.SuanShuIntegration
Wraps DbArray as Vector
standardBusinessDayLengthNanos() - Method in interface com.illumon.util.calendar.BusinessCalendar
Returns the length of a standard business day in nanoseconds.
start(int) - Static method in class com.illumon.iris.sbetransport.server.TableServer
Start a table server bound on the given port.
start(int, Logger) - Static method in class com.illumon.iris.sbetransport.server.TableServer
Start a table server bound on the given port.
start(int, int, int) - Static method in class com.illumon.iris.sbetransport.server.TableServer
Start a table server bound on the given port.
start(int, int, int, int, boolean, Logger) - Static method in class com.illumon.iris.sbetransport.server.TableServer
Start a table server bound on the given port, with the given message parameters.
start() - Method in interface com.illumon.modelfarm.ModelFarm
Initiates execution.
start() - Method in class com.illumon.modelfarm.ModelFarmBase
 
startQuery() - Static method in class com.illumon.iris.db.tables.libs.QueryLibrary
 
startQuery(String, UserContext, UserContext) - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
This is for use by the RemoteQueryProcessor.
startQuery(String) - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
Deprecated.
startTrackingPrevValues() - Method in interface com.illumon.iris.db.v2.sources.ColumnSource
ColumnSource implementations that track previous values have the option to not actually start tracking previous values until this method is called.
startTrackingPrevValues() - Method in class com.illumon.iris.db.v2.sources.NullValueColumnSource
 
startTransaction() - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
startTransaction() - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableTable
 
startTransaction() - Method in interface com.illumon.iris.db.tables.appendable.TableTransactionProcessor
Begin a new transaction.
startup() - Method in interface com.illumon.iris.db.tables.databases.Database
Starts this database up.
stdBy(Table.ByStrategy, SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
stdBy(Table.ByStrategy, String...) - Method in interface com.illumon.iris.db.tables.Table
 
stdBy(Table.ByStrategy, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
stdBy(String...) - Method in interface com.illumon.iris.db.tables.Table
Groups the data column according to groupByColumns and computes the standard deviation for the rest of the fields
stopLoggingUpdates() - Method in class com.illumon.iris.export.jdbc.JdbcLogger
If we are presently logging updates, stop and remove the listener from the source table.
stopQuery(PersistentQueryConfiguration) - Method in class com.illumon.iris.controller.PersistentQueryControllerClient
Stops a persistent query.
strikeDelta(boolean, double, double, double, double, double, double) - Static method in class com.illumon.numerics.derivatives.BlackScholes
Computes the generalized Black-Scholes strikeDelta (first order partial derivative of option price with respect to strike price).
strikeFromDeltaBisect(double, Boolean, double, double, double, double, double) - Static method in class com.illumon.numerics.derivatives.BlackScholes
Finds the Generalized Black-Scholes strike from the delta.
strikeFromDeltaBisect(double, Boolean, double, double, double, double, double, double, int) - Static method in class com.illumon.numerics.derivatives.BlackScholes
Finds the Generalized Black-Scholes strike from the delta.
string(Table, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns the first few rows of a table as a pipe-delimited string.
string(Table, int, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns the first specified number of rows of a table as a pipe-delimited string.
string(Table, DBTimeZone, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns the first few rows of a table as a pipe-delimited string, adjusted relative to the specified time zone.
string(Table, int, DBTimeZone, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Returns the first specified number of rows of a table as a pipe-delimited string, adjusted relative to the specified time zone.
SuanShuIntegration - Class in com.illumon.numerics.suanshu
Basic utility methods to convert Iris data-structures to Suanshu data-structures
subArray(long, long) - Method in interface com.illumon.iris.db.tables.dbarrays.DbArray
 
subArray(long, long) - Method in interface com.illumon.iris.db.tables.dbarrays.DbArrayBase
 
subArray(long, long) - Method in interface com.illumon.iris.db.tables.dbarrays.DbBooleanArray
Deprecated.
 
subArray(long, long) - Method in interface com.illumon.iris.db.tables.dbarrays.DbCharArray
 
subArray(long, long) - Method in interface com.illumon.iris.db.tables.dbarrays.DbDoubleArray
 
subArray(long, long) - Method in interface com.illumon.iris.db.tables.dbarrays.DbFloatArray
 
subArrayByPositions(long[]) - Method in interface com.illumon.iris.db.tables.dbarrays.DbArray
 
subArrayByPositions(long[]) - Method in interface com.illumon.iris.db.tables.dbarrays.DbArrayBase
 
subArrayByPositions(long[]) - Method in interface com.illumon.iris.db.tables.dbarrays.DbBooleanArray
Deprecated.
 
subArrayByPositions(long[]) - Method in interface com.illumon.iris.db.tables.dbarrays.DbCharArray
 
subArrayByPositions(long[]) - Method in interface com.illumon.iris.db.tables.dbarrays.DbDoubleArray
 
subArrayByPositions(long[]) - Method in interface com.illumon.iris.db.tables.dbarrays.DbFloatArray
 
subindexByKey(long, long) - Method in interface com.illumon.iris.db.v2.utils.Index
Get a subset of this index within this range of keys.
subindexByPos(long, long) - Method in interface com.illumon.iris.db.v2.utils.Index
Get a subset of this index within this range of positions
subscribe(int, SubscribeMode, String, List<String>) - Method in class com.illumon.iris.sbetransport.client.TableClient
Subscribe to an exported table.
subscribe(int, SubscribeMode, String) - Method in class com.illumon.iris.sbetransport.client.TableClient
Subscribe to an exported table.
subscribe(int, SubscribeMode, String, List<String>, String) - Method in class com.illumon.iris.sbetransport.client.TableClient
Subscribe to updates on the given columns for the table identified by the given name.
subscribeToAll() - Method in class com.illumon.iris.controller.ControllerHashtableClient
 
subscribeToPreemptiveUpdates() - Method in interface com.illumon.iris.db.tables.Table
Called on client side of a preemptive table to create the replicated table which represents the server side preemptive table.
subsetOf(Index) - Method in interface com.illumon.iris.db.v2.utils.Index
Returns true if this index is a (possibly improper) subset of other.
sum() - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Sets the aggregation to SUM.
sumBy(Table.ByStrategy, SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
sumBy(Table.ByStrategy, String...) - Method in interface com.illumon.iris.db.tables.Table
 
sumBy(Table.ByStrategy, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
sumBy(String...) - Method in interface com.illumon.iris.db.tables.Table
Groups the data column according to groupByColumns and computes the sum for the rest of the fields
sumBy(Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
supportAllTypes() - Method in interface com.illumon.iris.binarystore.TableWriter
True if all data types can be written out; false otherwise.
supportAllTypes() - Method in class com.illumon.iris.db.tables.appendable.local.LocalTableWriter
 
supportsPreemptiveSubscription() - Method in interface com.illumon.iris.db.tables.Table
Returns true for client side tables where subscribeToPreemptiveUpdates should return a ReplicatedTable.

T

t(String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Retrieves a table by namespace and name.
t2(String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Retrieves a table by namespace and name.
Table - Interface in com.illumon.iris.db.tables
A Deephaven table.
table() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
table() - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
table() - Method in interface com.illumon.modelfarm.RowDataManager
Gets the source table.
Table.AsOfMatchRule - Enum in com.illumon.iris.db.tables
 
Table.ByStrategy - Enum in com.illumon.iris.db.tables
 
Table.GroupStrategy - Enum in com.illumon.iris.db.tables
GroupStrategy is used for joins and other operations that can choose one of several ways to make use of grouping information.
Table.JoinStrategy - Enum in com.illumon.iris.db.tables
 
Table.RenameFunction - Interface in com.illumon.iris.db.tables
 
TABLE_DATE_FORMAT_NAME - Static variable in interface com.illumon.iris.db.util.ColumnFormattingValues
 
TABLE_FORMAT_NAME - Static variable in interface com.illumon.iris.db.util.ColumnFormattingValues
 
TABLE_NUMERIC_FORMAT_NAME - Static variable in interface com.illumon.iris.db.util.ColumnFormattingValues
 
TableClient - Class in com.illumon.iris.sbetransport.client
A reference client for the Iris SBE table server.
TableClient(String, int, MessageHandler, boolean) - Constructor for class com.illumon.iris.sbetransport.client.TableClient
Start a new table client, connecting to the given host and port.
TableClient(String, int, MessageHandler) - Constructor for class com.illumon.iris.sbetransport.client.TableClient
Start a new table client, connecting to the given host and port.
TableDefinitionProvider - Interface in com.illumon.iris.db.tables.databases
Simple sub-interface of Database.
TableDefinitionProvider.MissingTableDefinitionException - Exception in com.illumon.iris.db.tables.databases
 
TableLogger - Interface in com.illumon.iris.db.tables.dataimport
An interface that logs snapshots and optionally, updates from a source table to another Deephaven table.
TableLoggerBase - Interface in com.illumon.iris.db.tables.dataimport
A base interface for loggers that log snapshots and/or updates to Deephaven tables.
TableLoggerBase.Flags - Enum in com.illumon.iris.db.tables.dataimport
Flags for controlling the transactional behavior of this log call.
TableLoggerBase.Handle - Interface in com.illumon.iris.db.tables.dataimport
Marker interface for log handles
TableLoggerBase.Operation - Enum in com.illumon.iris.db.tables.dataimport
Indicator of the source table update event that resulted in a log call.
TableManagementTools - Class in com.illumon.iris.db.tables.utils
Tools for managing and manipulating tables.
TableMap - Interface in com.illumon.iris.db.v2
A map of tables.
TableReader - Interface in com.illumon.iris.binarystore
Row-oriented table reading interface.
TableServer - Class in com.illumon.iris.sbetransport.server
A server that uses an SBE (Simple Binary Encoding) protocol to distribute table updates to clients over TCP/IP.
TableTools - Class in com.illumon.iris.db.tables.utils
Tools for users to manipulate tables.
TableTools() - Constructor for class com.illumon.iris.db.tables.utils.TableTools
 
TableTransactionProcessor - Interface in com.illumon.iris.db.tables.appendable
Interface for table writing components that support transactions.
TableWriter<R extends Row> - Interface in com.illumon.iris.binarystore
Interface for writing table data out.
tail(long) - Method in interface com.illumon.iris.db.tables.Table
 
tailBy(long, SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
tailBy(long, String...) - Method in interface com.illumon.iris.db.tables.Table
 
tailBy(long, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
tailPct(double) - Method in interface com.illumon.iris.db.tables.Table
 
take() - Method in class com.illumon.modelfarm.util.KeyedPriorityBlockingQueue
Retrieves and removes the head of this queue, waiting if necessary until an element becomes available.
terminate() - Method in interface com.illumon.modelfarm.ModelFarm
Initiates an immediate termination of all tasks.
terminate() - Method in class com.illumon.modelfarm.ModelFarmBase
 
theme(Theme) - Method in interface com.illumon.iris.db.plot.BaseFigure
Sets the Theme of this Figure
theme(String) - Method in interface com.illumon.iris.db.plot.BaseFigure
Sets the Theme of this Figure
theme(String) - Method in interface com.illumon.iris.db.plot.Figure
 
theme(Theme) - Method in interface com.illumon.iris.db.plot.Figure
 
Theme - Interface in com.illumon.iris.db.plot
The theme of a chart.
theme(String) - Static method in class com.illumon.iris.db.plot.themes.Themes
Returns a specified theme.
theme() - Static method in class com.illumon.iris.db.plot.themes.Themes
Returns the default theme.
themeNames() - Static method in class com.illumon.iris.db.plot.PlottingConvenience
themeNames() - Static method in class com.illumon.iris.db.plot.themes.Themes
Returns the names of all available themess
Themes - Class in com.illumon.iris.db.plot.themes
Constructs Themes from .theme XML files.
theta(boolean, double, double, double, double, double, double) - Static method in class com.illumon.numerics.derivatives.BlackScholes
Computes the generalized Black-Scholes theta (first order partial derivative of option price with respect to time to expiry).
tickLabelAngle(double) - Method in interface com.illumon.iris.db.plot.Axis
Sets the angle the tick labels of this Axis are drawn at.
tickLabelAngle(double) - Method in interface com.illumon.iris.db.plot.Figure
 
ticks(double) - Method in interface com.illumon.iris.db.plot.Axis
Sets the distance between major ticks.
ticks(double[]) - Method in interface com.illumon.iris.db.plot.Axis
Sets the locations of the major ticks.
ticks(double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
ticks(double) - Method in interface com.illumon.iris.db.plot.Figure
 
ticksFont(Font) - Method in interface com.illumon.iris.db.plot.Axis
Sets the font for this Axis's ticks.
ticksFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Axis
Sets the font for this Axis's ticks.
ticksFont(Font) - Method in interface com.illumon.iris.db.plot.Figure
 
ticksFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Figure
 
ticksVisible(boolean) - Method in interface com.illumon.iris.db.plot.Axis
Sets whether ticks are drawn on this Axis.
ticksVisible(boolean) - Method in interface com.illumon.iris.db.plot.Figure
 
timeScale - Variable in class com.illumon.numerics.movingaverages.AbstractMa
 
timeTable(String) - Method in interface com.illumon.iris.db.tables.databases.Database
Creates a table that adds a new row on a regular interval.
timeTable(String, ReplayerInterface) - Method in interface com.illumon.iris.db.tables.databases.Database
Creates a table that adds a new row on a regular interval.
timeTable(DBDateTime, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Creates a table that adds a new row on a regular interval, starting from a specified time.
timeTable(DBDateTime, String, ReplayerInterface) - Method in interface com.illumon.iris.db.tables.databases.Database
Creates a table that adds a new row on a regular interval, starting from a specified time.
timeTable(String, String) - Method in interface com.illumon.iris.db.tables.databases.Database
Creates a table that adds a new row on a regular interval, starting from a specified time.
timeTable(String, String, ReplayerInterface) - Method in interface com.illumon.iris.db.tables.databases.Database
Creates a table that adds a new row on a regular interval, starting from a specified time.
timeTable(long) - Method in interface com.illumon.iris.db.tables.databases.Database
Creates a table that adds a new row on a regular interval.
timeTable(long, ReplayerInterface) - Method in interface com.illumon.iris.db.tables.databases.Database
Creates a table that adds a new row on a regular interval.
timeTable(DBDateTime, long) - Method in interface com.illumon.iris.db.tables.databases.Database
Creates a table that adds a new row on a regular interval, starting from a specified time.
timeTable(DBDateTime, long, ReplayerInterface) - Method in interface com.illumon.iris.db.tables.databases.Database
Creates a table that adds a new row on a regular interval, starting from a specified time.
timeTable(String, long) - Method in interface com.illumon.iris.db.tables.databases.Database
Creates a table that adds a new row on a regular interval, starting from a specified time.
timeTable(String, long, ReplayerInterface) - Method in interface com.illumon.iris.db.tables.databases.Database
Creates a table that adds a new row on a regular interval, starting from a specified time.
timeZone() - Method in interface com.illumon.util.calendar.Calendar
Gets the timezone of the calendar.
toArray() - Method in interface com.illumon.iris.db.tables.dbarrays.DbArray
 
toArray() - Method in interface com.illumon.iris.db.tables.dbarrays.DbArrayBase
 
toArray() - Method in interface com.illumon.iris.db.tables.dbarrays.DbBooleanArray
Deprecated.
 
toArray() - Method in interface com.illumon.iris.db.tables.dbarrays.DbCharArray
 
toArray() - Method in interface com.illumon.iris.db.tables.dbarrays.DbDoubleArray
 
toArray() - Method in interface com.illumon.iris.db.tables.dbarrays.DbFloatArray
 
toDbArray() - Method in interface com.illumon.iris.db.tables.dbarrays.DbArrayBase
 
toDbArray() - Method in interface com.illumon.iris.db.tables.dbarrays.DbBooleanArray
Deprecated.
 
toDbArray() - Method in interface com.illumon.iris.db.tables.dbarrays.DbCharArray
 
toDbArray() - Method in interface com.illumon.iris.db.tables.dbarrays.DbDoubleArray
 
toDbArray() - Method in interface com.illumon.iris.db.tables.dbarrays.DbFloatArray
 
toolTipPattern(String) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Sets the tooltip format.
toolTipPattern(String) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries3D
Sets the tooltip format.
toolTipPattern(String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
toolTipPattern(String) - Method in interface com.illumon.iris.db.plot.Figure
 
toolTipPattern(String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
toString() - Method in class com.illumon.iris.db.plot.Font
 
toString() - Method in class com.illumon.iris.db.plot.LineStyle
 
toString() - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableColumn
 
toString() - Method in class com.illumon.iris.db.tables.dataimport.DbNamespace
 
toString() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceNugget
 
toString() - Method in class com.illumon.iris.db.v2.ColumnRenderersBuilder
 
toString() - Method in class com.illumon.iris.db.v2.ReverseLookupListener
 
toString() - Method in class com.illumon.iris.db.v2.TotalsTableBuilder
 
toString() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
toString() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitData
 
toString() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataOptionPrices
 
toString() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataVolSurface
 
toString() - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitData
 
toString() - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataOptionPrices
 
toString() - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataVolSurface
 
toStringContents() - Method in class com.illumon.modelfarm.fitterfarm.CoreFitData
 
toStringContents() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitData
 
toStringContents() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataOptionPrices
 
toStringContents() - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataVolSurface
 
toStringContents() - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitData
 
toStringContents() - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataOptionPrices
 
toStringContents() - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataVolSurface
 
totals(boolean) - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Indicates whether or not display totals.
TOTALS_TABLE_ATTRIBUTE - Static variable in interface com.illumon.iris.db.tables.Table
 
TotalsTableBuilder - Class in com.illumon.iris.db.v2
Defines the default aggregations and display for a totals table.
TotalsTableBuilder() - Constructor for class com.illumon.iris.db.v2.TotalsTableBuilder
 
TradingHours - Interface in com.illumon.numerics.movingaverages
Created by dkent on 12/1/2016.
TradingHoursEma - Class in com.illumon.numerics.movingaverages
Created by IntelliJ IDEA.
TradingHoursEma(AbstractMa.Type, AbstractMa.Mode, double, TradingHours, long) - Constructor for class com.illumon.numerics.movingaverages.TradingHoursEma
Constructs a new EMA which use the given timescale.
TradingHoursEma(AbstractMa.Type, AbstractMa.Mode, double, TradingHours) - Constructor for class com.illumon.numerics.movingaverages.TradingHoursEma
Constructs a new EMA which use the given timescale.
transform(AxisTransform) - Method in interface com.illumon.iris.db.plot.Axis
Sets the AxisTransform for this Axis.
transform(double) - Method in class com.illumon.iris.db.plot.axistransformations.AxisTransformBusinessCalendar
 
transform(double) - Method in class com.illumon.iris.db.plot.axistransformations.AxisTransformLambda
 
transform(double) - Method in enum com.illumon.iris.db.plot.axistransformations.AxisTransforms
 
transform(AxisTransform) - Method in interface com.illumon.iris.db.plot.Figure
 
TransformableTableMap - Interface in com.illumon.iris.db.v2
This object can be merged to produce a single coalesced Table.
transformTables(Function<Table, Table>) - Method in interface com.illumon.iris.db.v2.TableMap
Applies a transformation function on all tables in the TableMap, producing a new TableMap which will update as new keys are added.
transformTablesWithMap(TableMap, BiFunction<Table, Table, Table>) - Method in interface com.illumon.iris.db.v2.TableMap
Applies a BiFunction function on all tables in this TableMap and otherMap that have matching keys, producing a new TableMap which will update as new keys are added.
TREE_TABLE_FILTER_REVERSE_LOOKUP_ATTRIBUTE - Static variable in interface com.illumon.iris.db.tables.Table
 
treeTable(String, String) - Method in interface com.illumon.iris.db.tables.Table
Create a hierarchical tree table.
treeTable(Table.ByStrategy, String, String) - Method in interface com.illumon.iris.db.tables.Table
Create a hierarchical tree table.
TreeTableFilter - Class in com.illumon.iris.db.v2
Apply filters, preserving parents.
TreeTableOrphanPromoter - Class in com.illumon.iris.db.v2
Identify orphan rows in a table destined for conversion into a tree table, and mask their parent column value to null; so that they show up at the top level of the hierarchy.
twin() - Method in interface com.illumon.iris.db.plot.Axes
Creates a new Axes instance which shares the same Axis objects as this Axes.
twin(String) - Method in interface com.illumon.iris.db.plot.Axes
Creates a new Axes instance which shares the same Axis objects as this Axes.
twin(int) - Method in interface com.illumon.iris.db.plot.Axes
Creates a new Axes instance which shares the same Axis object at dimension dim as this Axes.
twin(String, int) - Method in interface com.illumon.iris.db.plot.Axes
Creates a new Axes instance which shares the same Axis object at dimension dim as this Axes.
twin() - Method in interface com.illumon.iris.db.plot.Figure
 
twin(String) - Method in interface com.illumon.iris.db.plot.Figure
 
twin(int) - Method in interface com.illumon.iris.db.plot.Figure
 
twin(String, int) - Method in interface com.illumon.iris.db.plot.Figure
 
twinX() - Method in interface com.illumon.iris.db.plot.Axes
Creates a new Axes instance which shares the same x-Axis as this Axes.
twinX(String) - Method in interface com.illumon.iris.db.plot.Axes
Creates a new Axes instance which shares the same x-Axis as this Axes.
twinX() - Method in interface com.illumon.iris.db.plot.Figure
 
twinX(String) - Method in interface com.illumon.iris.db.plot.Figure
 
twinY() - Method in interface com.illumon.iris.db.plot.Axes
Creates a new Axes instance which shares the same y-Axis as this Axes.
twinY(String) - Method in interface com.illumon.iris.db.plot.Axes
Creates a new Axes instance which shares the same y-Axis as this Axes.
twinY() - Method in interface com.illumon.iris.db.plot.Figure
 
twinY(String) - Method in interface com.illumon.iris.db.plot.Figure
 
twinZ() - Method in interface com.illumon.iris.db.plot.Axes
Creates a new Axes instance which shares the same z-Axis as this Axes.
twinZ(String) - Method in interface com.illumon.iris.db.plot.Axes
Creates a new Axes instance which shares the same z-Axis as this Axes.
twinZ() - Method in interface com.illumon.iris.db.plot.Figure
 
twinZ(String) - Method in interface com.illumon.iris.db.plot.Figure
 
type - Variable in class com.illumon.iris.db.tables.appendable.BaseAppendableColumn
 
type - Variable in class com.illumon.iris.db.v2.utils.ColumnHolder
 
type - Variable in class com.illumon.numerics.movingaverages.AbstractMa
 

U

underlyingMidCurrent(long) - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
Gets the current mid market price for the underlying, or NULL if both the bid and ask are not present.
unexportTable(String) - Method in class com.illumon.iris.sbetransport.server.TableServer
Remove a table from the set available for subscription by clients.
ungroup(String...) - Method in interface com.illumon.iris.db.tables.Table
 
ungroup() - Method in interface com.illumon.iris.db.tables.Table
 
ungroupAllBut(String...) - Method in interface com.illumon.iris.db.tables.Table
 
unique() - Method in class com.illumon.iris.console.utils.PivotWidgetBuilder
Sets the aggregation to UNIQUE.
UNIQUE_KEYS_ATTRIBUTE - Static variable in interface com.illumon.iris.db.tables.Table
 
uniqueIdCurrent(long) - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
uniqueIdCurrent(long) - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
uniqueIdCurrent(long) - Method in interface com.illumon.modelfarm.RowDataManager
Gets the current unique identifier value for a row.
uniqueIdPrev(long) - Method in class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataManager
 
uniqueIdPrev(long) - Method in class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataManager
 
uniqueIdPrev(long) - Method in interface com.illumon.modelfarm.RowDataManager
Gets the previous unique identifier value for a row.
unsubscribe(int) - Method in class com.illumon.iris.sbetransport.client.TableClient
Unsubscribe from updates for the given subscription id.
update(SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
update(String...) - Method in interface com.illumon.iris.db.tables.Table
 
update(Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
update(Index, Index) - Method in interface com.illumon.iris.db.v2.utils.Index
Simultaneously adds the keys from the first index and removes the keys from the second one.
update(double) - Method in class com.illumon.numerics.movingaverages.ByEma
 
update(double, Object...) - Method in class com.illumon.numerics.movingaverages.ByEma
 
update(DBDateTime, double) - Method in class com.illumon.numerics.movingaverages.ByEma
 
update(DBDateTime, double, Object...) - Method in class com.illumon.numerics.movingaverages.ByEma
 
update(long, double, Object...) - Method in class com.illumon.numerics.movingaverages.ByEma
 
updateColumns(TableDefinition, File, int, String...) - Static method in class com.illumon.iris.db.tables.utils.TableManagementTools
 
updateImportState(UnaryOperator<ImportState>) - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableTable
Set the import state object (as in LocalAppendableTable.setImportState(ImportState)) after applying the supplied updater function to the existing import state object.
updateImportState(UnaryOperator<ImportState>) - Method in class com.illumon.iris.db.tables.appendable.local.LocalTableWriter
Set the import state object (as in LocalTableWriter.setImportState(ImportState)) after applying the supplied updater function to the existing import state object.
updateInterval(long) - Method in interface com.illumon.iris.db.plot.BaseFigure
Sets the update interval of this Figure.
updateInterval(long) - Method in interface com.illumon.iris.db.plot.Figure
 
updateSize(long) - Method in interface com.illumon.iris.db.tables.appendable.AppendableTable
Set the size of this appendable table in rows.
updateSize(long) - Method in class com.illumon.iris.db.tables.appendable.local.LocalAppendableTable
 
updateView(SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
updateView(String...) - Method in interface com.illumon.iris.db.tables.Table
 
updateView(Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
USE_PRIORITY_QUEUE_RANDOM_BUILDER - Static variable in interface com.illumon.iris.db.v2.utils.Index
 

V

validate(Index, ColumnSource<INPUT_TYPE>, WritableSource<OUTPUT_TYPE>, long) - Method in class com.illumon.iris.db.v2.by.IterativeColumnOperator
 
validate() - Method in interface com.illumon.iris.db.v2.utils.Index
 
ValidationTableDescription - Interface in com.illumon.iris.validation
A description of a table to be validated.
value(long) - Method in interface com.illumon.iris.db.v2.utils.Index.Evaluator
 
valueOf(String) - Static method in enum com.illumon.iris.binarystore.Row.Flags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.illumon.iris.db.plot.axistransformations.AxisTransforms
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.illumon.iris.db.plot.Font.FontStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.illumon.iris.db.plot.LineStyle.LineEndStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.illumon.iris.db.plot.LineStyle.LineJoinStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.illumon.iris.db.plot.PlotStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.illumon.iris.db.tables.dataimport.DbNamespace
Gets the DbNamespace for the input name.
valueOf(String) - Static method in enum com.illumon.iris.db.tables.dataimport.TableLoggerBase.Flags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.illumon.iris.db.tables.dataimport.TableLoggerBase.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.illumon.iris.db.tables.Table.AsOfMatchRule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.illumon.iris.db.tables.Table.ByStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.illumon.iris.db.tables.Table.GroupStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.illumon.iris.db.tables.Table.JoinStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.illumon.iris.db.v2.by.AggType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.illumon.iris.binarystore.Row.Flags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.illumon.iris.controller.ControllerHashtableClient
 
values() - Static method in enum com.illumon.iris.db.plot.axistransformations.AxisTransforms
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.illumon.iris.db.plot.Font.FontStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.illumon.iris.db.plot.LineStyle.LineEndStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.illumon.iris.db.plot.LineStyle.LineJoinStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.illumon.iris.db.plot.PlotStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.illumon.iris.db.plot.themes.Themes
 
values() - Static method in class com.illumon.iris.db.tables.dataimport.DbNamespace
Gets an array of all DbNamespaces in the schema configuration.
values() - Static method in enum com.illumon.iris.db.tables.dataimport.TableLoggerBase.Flags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.illumon.iris.db.tables.dataimport.TableLoggerBase.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.illumon.iris.db.tables.Table.AsOfMatchRule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.illumon.iris.db.tables.Table.ByStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.illumon.iris.db.tables.Table.GroupStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.illumon.iris.db.tables.Table.JoinStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.illumon.iris.db.v2.by.AggType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface com.illumon.iris.db.v2.TableMap
Gets the values.
varBy(Table.ByStrategy, SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
varBy(Table.ByStrategy, String...) - Method in interface com.illumon.iris.db.tables.Table
 
varBy(Table.ByStrategy, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
varBy(String...) - Method in interface com.illumon.iris.db.tables.Table
Groups the data column according to groupByColumns and computes the variance for the rest of the fields
varBy(Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
VARIABLE_WIDTH_SENTINEL - Static variable in interface com.illumon.util.codec.ObjectCodec
The value which represents variable width columns.
vega(double, double, double, double, double, double) - Static method in class com.illumon.numerics.derivatives.BlackScholes
Computes the generalized Black-Scholes vega (first order partial derivative of option price with respect to volatility).
vegaBleed(double, double, double, double, double, double) - Static method in class com.illumon.numerics.derivatives.BlackScholes
Computes the generalized Black-Scholes vegaBleed (first order partial derivative of Vega with respect to time to expiry).
vegaP(double, double, double, double, double, double) - Static method in class com.illumon.numerics.derivatives.BlackScholes
Computes the generalized Black-Scholes percentage vega (first order partial derivative of vega with respect to ln(volatility)).
view(SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
 
view(String...) - Method in interface com.illumon.iris.db.tables.Table
 
view(Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
vomma(double, double, double, double, double, double) - Static method in class com.illumon.numerics.derivatives.BlackScholes
Computes the generalized Black-Scholes vomma (second order partial derivative of option price with respect to volatility).
vommaP(double, double, double, double, double, double) - Static method in class com.illumon.numerics.derivatives.BlackScholes
Computes the generalized Black-Scholes percentage vomma (first order partial derivative of Vega with respect to ln(volatility)).

W

wasInterrupted() - Method in class com.illumon.iris.db.tables.utils.QueryPerformanceNugget
 
wavgBy(Table.ByStrategy, String, SelectColumn...) - Method in interface com.illumon.iris.db.tables.Table
Groups the data column according to groupByColumns and computes the weighted average using weightColumn for the rest of the fields
wavgBy(Table.ByStrategy, String, String...) - Method in interface com.illumon.iris.db.tables.Table
Groups the data column according to groupByColumns and computes the weighted average using weightColumn for the rest of the fields
wavgBy(Table.ByStrategy, String, Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
Groups the data column according to groupByColumns and computes the weighted average using weightColumn for the rest of the fields
wavgBy(String, String...) - Method in interface com.illumon.iris.db.tables.Table
Groups the data column according to groupByColumns and computes the weighted average using weightColumn for the rest of the fields
WeakReferenceAdapter(ControllerHashtableEventSource, ControllerHashtableChangeListener) - Constructor for class com.illumon.iris.controller.ControllerHashtableChangeListener.WeakReferenceAdapter
 
where(SelectFilter...) - Method in interface com.illumon.iris.db.tables.Table
 
where(String...) - Method in interface com.illumon.iris.db.tables.Table
 
where(Collection<String>) - Method in interface com.illumon.iris.db.tables.Table
 
where() - Method in interface com.illumon.iris.db.tables.Table
 
whereDynamic(Table, boolean, MatchPair...) - Method in interface com.illumon.iris.db.tables.Table
Deprecated.
whereDynamicIn(Table, MatchPair...) - Method in interface com.illumon.iris.db.tables.Table
Deprecated.
whereDynamicIn(Table, String...) - Method in interface com.illumon.iris.db.tables.Table
Deprecated.
whereDynamicNotIn(Table, MatchPair...) - Method in interface com.illumon.iris.db.tables.Table
Deprecated.
whereDynamicNotIn(Table, String...) - Method in interface com.illumon.iris.db.tables.Table
Deprecated.
whereIn(Table.GroupStrategy, Table, boolean, MatchPair...) - Method in interface com.illumon.iris.db.tables.Table
Filters this table based on the set of values in the rightTable.
whereIn(Table, boolean, MatchPair...) - Method in interface com.illumon.iris.db.tables.Table
 
whereIn(Table, boolean, String...) - Method in interface com.illumon.iris.db.tables.Table
 
whereIn(Table, String...) - Method in interface com.illumon.iris.db.tables.Table
 
whereIn(Table, MatchPair...) - Method in interface com.illumon.iris.db.tables.Table
 
whereIn(Table.GroupStrategy, Table, String...) - Method in interface com.illumon.iris.db.tables.Table
 
whereIn(Table.GroupStrategy, Table, MatchPair...) - Method in interface com.illumon.iris.db.tables.Table
 
whereIn(Table.GroupStrategy, Table, boolean, String...) - Method in interface com.illumon.iris.db.tables.Table
 
WhereInFilterGenerator - Class in com.illumon.iris.db.v2.permissions
A filter generator that specifies a set table; and a list of match expressions (FilteredColumn=SetColumn), to apply a whereIn operation to the filtered table.
WhereInFilterGenerator(String, String, String, String...) - Constructor for class com.illumon.iris.db.v2.permissions.WhereInFilterGenerator
Creates a whereIn filter generator, using the given namespace, tablename, and groupColumn to determine the visible rows for a given user.
WhereInFilterGenerator(String, String, String, Collection<String>, String...) - Constructor for class com.illumon.iris.db.v2.permissions.WhereInFilterGenerator
Creates a whereIn filter generator, using the given namespace, tablename, and groupColumn to determine the visible rows for a given user.
WhereInFilterGenerator(String, String, String, String[], String...) - Constructor for class com.illumon.iris.db.v2.permissions.WhereInFilterGenerator
Creates a whereIn filter generator, using the given namespace, tablename, and groupColumn to determine the visible rows for a given user.
WhereInFilterGenerator(String, String, String, MatchPair...) - Constructor for class com.illumon.iris.db.v2.permissions.WhereInFilterGenerator
Creates a whereIn filter generator, using the given namespace, tablename, and groupColumn to determine the visible rows for a given user.
WhereInFilterGenerator(String, String, String, String[], boolean, MatchPair...) - Constructor for class com.illumon.iris.db.v2.permissions.WhereInFilterGenerator
Creates a whereIn filter generator, using the given namespace, tablename, filters, and groupColumn to determine the visible rows for a given user.
whereNotIn(Table, String...) - Method in interface com.illumon.iris.db.tables.Table
 
whereNotIn(Table, MatchPair...) - Method in interface com.illumon.iris.db.tables.Table
 
whereNotIn(Table.GroupStrategy, Table, String...) - Method in interface com.illumon.iris.db.tables.Table
 
whereNotIn(Table.GroupStrategy, Table, MatchPair...) - Method in interface com.illumon.iris.db.tables.Table
 
whereOneOf(Collection<SelectFilter>...) - Method in interface com.illumon.iris.db.tables.Table
Filters according to an expression in disjunctive normal form.
whereOneOf(String...) - Method in interface com.illumon.iris.db.tables.Table
Applies the provided filters to the table disjunctively.
whereOneOf() - Method in interface com.illumon.iris.db.tables.Table
 
WindowCheck - Class in com.illumon.iris.db.tables.utils
Adds a Boolean column that is true if a Timestamp is within the specified window.
withKeys(String...) - Method in interface com.illumon.iris.db.tables.Table
Set the table's key columns.
withNugget(String, Procedure.Nullary) - Static method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
Surround the given code with a Performance Nugget
withNugget(String, Supplier<T>) - Static method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
Surround the given code with a Performance Nugget
withNugget(String, long, Procedure.Nullary) - Static method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
Surround the given code with a Performance Nugget
withNugget(String, long, Supplier<T>) - Static method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
Surround the given code with a Performance Nugget
withNuggetThrowing(String, Procedure.ThrowingNullary<T>) - Static method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
Surround the given code with a Performance Nugget
withNuggetThrowing(String, Function.ThrowingNullary<R, ExceptionType>) - Static method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
Surround the given code with a Performance Nugget
withNuggetThrowing(String, long, Procedure.ThrowingNullary<T>) - Static method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
Surround the given code with a Performance Nugget
withNuggetThrowing(String, long, Function.ThrowingNullary<R, ExceptionType>) - Static method in class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder
Surround the given code with a Performance Nugget
withUniqueKeys(String...) - Method in interface com.illumon.iris.db.tables.Table
Set the table's key columns and indicate that each key set will be unique.
writeColumn(Table, LocalAppendableTable, long, ColumnDefinition, Map<TYPE, long[]>, long) - Static method in class com.illumon.iris.db.tables.utils.TableManagementTools
 
writeCsv(String, String, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Writes a DB table out as a CSV file.
writeCsv(String, String, DBTimeZone, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Writes a DB table out as a CSV file.
writeCsv(Table, boolean, String, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Writes a DB table out as a CSV file.
writeCsv(Table, String, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Writes a DB table out as a CSV file.
writeCsv(Table, String, boolean, DBTimeZone, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Writes a DB table out as a CSV file.
writeCsv(Table[], String, boolean, DBTimeZone, String, String...) - Static method in class com.illumon.iris.db.tables.utils.TableTools
Writes a set of DB tables out as a CSV file.
writeDeferredRow(WritableRowContainer<R>) - Method in interface com.illumon.iris.binarystore.TableWriter
Write the row to disk.
writeRecord(WritableByteChannel) - Method in interface com.illumon.iris.binarystore.TableWriter
Write a record entry to the provided output channel.
writeRow() - Method in interface com.illumon.iris.binarystore.Row
Writes out a new row (values set using setters).
writeRow() - Method in interface com.illumon.iris.binarystore.TableWriter
Writes out a new row (values set using setters).
writeRow() - Method in class com.illumon.iris.db.tables.appendable.local.LocalTableWriter
 
writeTable(Table, String) - Static method in class com.illumon.iris.db.tables.utils.TableManagementTools
 
writeTable(Table, File) - Static method in class com.illumon.iris.db.tables.utils.TableManagementTools
 
writeTables(Table[], TableDefinition, File[]) - Static method in class com.illumon.iris.db.tables.utils.TableManagementTools
 

X

xAxis() - Method in interface com.illumon.iris.db.plot.Axes
Gets the Axis representing the x-axis
xAxis() - Method in interface com.illumon.iris.db.plot.Figure
 
xBusinessTime(BusinessCalendar) - Method in interface com.illumon.iris.db.plot.Axes
xBusinessTime() - Method in interface com.illumon.iris.db.plot.Axes
xBusinessTime() - Method in interface com.illumon.iris.db.plot.Figure
 
xBusinessTime(BusinessCalendar) - Method in interface com.illumon.iris.db.plot.Figure
 
xColor(Paint) - Method in interface com.illumon.iris.db.plot.Axes
Sets the color of the x-Axis
xColor(String) - Method in interface com.illumon.iris.db.plot.Axes
Sets the color of the x-Axis
xColor(String) - Method in interface com.illumon.iris.db.plot.Figure
 
xColor(Paint) - Method in interface com.illumon.iris.db.plot.Figure
 
xFormat(AxisFormat) - Method in interface com.illumon.iris.db.plot.Axes
Sets the AxisFormat of the x-Axis
xFormat(AxisFormat) - Method in interface com.illumon.iris.db.plot.Figure
 
xFormatPattern(String) - Method in interface com.illumon.iris.db.plot.Axes
Sets the format pattern of the x-Axis
xFormatPattern(String) - Method in interface com.illumon.iris.db.plot.Figure
 
xInvert() - Method in interface com.illumon.iris.db.plot.Axes
Inverts the x-Axis so that larger values are closer to the origin.
xInvert(boolean) - Method in interface com.illumon.iris.db.plot.Axes
If invert is true, inverts the x-Axis so that larger values are closer to the origin.
xInvert() - Method in interface com.illumon.iris.db.plot.Figure
 
xInvert(boolean) - Method in interface com.illumon.iris.db.plot.Figure
 
xLabel(String) - Method in interface com.illumon.iris.db.plot.Axes
Sets the label of the x-Axis
xLabel(String) - Method in interface com.illumon.iris.db.plot.Figure
 
xLabelFont(Font) - Method in interface com.illumon.iris.db.plot.Axes
Sets the font for the x-Axis label.
xLabelFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Axes
Sets the font for the x-Axis label.
xLabelFont(Font) - Method in interface com.illumon.iris.db.plot.Figure
 
xLabelFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Figure
 
xLog() - Method in interface com.illumon.iris.db.plot.Axes
Sets the AxisTransform of the x-Axis to log base 10
xLog() - Method in interface com.illumon.iris.db.plot.Figure
 
xMax(double) - Method in interface com.illumon.iris.db.plot.Axes
Sets the maximum of the x-Axis
xMax(double) - Method in interface com.illumon.iris.db.plot.Figure
 
xMin(double) - Method in interface com.illumon.iris.db.plot.Axes
Sets the minimum of the x-Axis
xMin(double) - Method in interface com.illumon.iris.db.plot.Figure
 
xMinorTicks(int) - Method in interface com.illumon.iris.db.plot.Axes
Sets the number of minor ticks between consecutive major ticks in the x-Axis.
xMinorTicks(int) - Method in interface com.illumon.iris.db.plot.Figure
 
xMinorTicksVisible(boolean) - Method in interface com.illumon.iris.db.plot.Axes
Sets whether the x-Axis minor ticks are visible.
xMinorTicksVisible(boolean) - Method in interface com.illumon.iris.db.plot.Figure
 
xRange(double, double) - Method in interface com.illumon.iris.db.plot.Axes
Sets the range of the x-Axis
xRange(double, double) - Method in interface com.illumon.iris.db.plot.Figure
 
xTickLabelAngle(double) - Method in interface com.illumon.iris.db.plot.Axes
Sets the angle the tick labels the x-Axis are drawn at.
xTickLabelAngle(double) - Method in interface com.illumon.iris.db.plot.Figure
 
xTicks(double) - Method in interface com.illumon.iris.db.plot.Axes
Sets the spacing between the x-Axis major ticks.
xTicks(double[]) - Method in interface com.illumon.iris.db.plot.Axes
Sets the locations of the x-Axis major ticks.
xTicks(double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
xTicks(double) - Method in interface com.illumon.iris.db.plot.Figure
 
xTicksFont(Font) - Method in interface com.illumon.iris.db.plot.Axes
Sets the font for the x-Axis ticks.
xTicksFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Axes
Sets the font for the x-Axis ticks.
xTicksFont(Font) - Method in interface com.illumon.iris.db.plot.Figure
 
xTicksFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Figure
 
xTicksVisible(boolean) - Method in interface com.illumon.iris.db.plot.Axes
Sets whether the x-Axis ticks are visible.
xTicksVisible(boolean) - Method in interface com.illumon.iris.db.plot.Figure
 
xToolTipPattern(String) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
xToolTipPattern(String) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Sets the x-value tooltip format.
xToolTipPattern(String) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries3D
Sets the x-value tooltip format.
xToolTipPattern(String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
xToolTipPattern(String) - Method in interface com.illumon.iris.db.plot.datasets.xyz.XYZDataSeries
 
xToolTipPattern(String) - Method in interface com.illumon.iris.db.plot.Figure
 
xToolTipPattern(String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
xTransform(AxisTransform) - Method in interface com.illumon.iris.db.plot.Axes
Sets the AxisTransform of the x-Axis
xTransform(AxisTransform) - Method in interface com.illumon.iris.db.plot.Figure
 
XYDataSeries - Interface in com.illumon.iris.db.plot.datasets.xy
DataSeries with two numerical components, x and y.
XYDataSeriesFunction - Interface in com.illumon.iris.db.plot.datasets.xy
XYDataSeries based on a function.
XYZDataSeries - Interface in com.illumon.iris.db.plot.datasets.xyz
DataSeries with three numerical components, x, y, and z
Data points are numbered and are accessed with an index.
XYZDataSeriesFunction - Interface in com.illumon.iris.db.plot.datasets.xyz
XYZDataSeries based on a function.

Y

yAxis() - Method in interface com.illumon.iris.db.plot.Axes
Gets the Axis representing the y-axis
yAxis() - Method in interface com.illumon.iris.db.plot.Figure
 
yBusinessTime(BusinessCalendar) - Method in interface com.illumon.iris.db.plot.Axes
yBusinessTime() - Method in interface com.illumon.iris.db.plot.Axes
yBusinessTime() - Method in interface com.illumon.iris.db.plot.Figure
 
yBusinessTime(BusinessCalendar) - Method in interface com.illumon.iris.db.plot.Figure
 
yColor(Paint) - Method in interface com.illumon.iris.db.plot.Axes
Sets the color of the y-Axis
yColor(String) - Method in interface com.illumon.iris.db.plot.Axes
Sets the color of the y-Axis
yColor(String) - Method in interface com.illumon.iris.db.plot.Figure
 
yColor(Paint) - Method in interface com.illumon.iris.db.plot.Figure
 
yFormat(AxisFormat) - Method in interface com.illumon.iris.db.plot.Axes
Sets the AxisFormat of the y-Axis
yFormat(AxisFormat) - Method in interface com.illumon.iris.db.plot.Figure
 
yFormatPattern(String) - Method in interface com.illumon.iris.db.plot.Axes
Sets the format pattern of the y-Axis
yFormatPattern(String) - Method in interface com.illumon.iris.db.plot.Figure
 
yInvert() - Method in interface com.illumon.iris.db.plot.Axes
Inverts the y-Axis so that larger values are closer to the origin.
yInvert(boolean) - Method in interface com.illumon.iris.db.plot.Axes
If invert is true, inverts the y-Axis so that larger values are closer to the origin.
yInvert() - Method in interface com.illumon.iris.db.plot.Figure
 
yInvert(boolean) - Method in interface com.illumon.iris.db.plot.Figure
 
yLabel(String) - Method in interface com.illumon.iris.db.plot.Axes
Sets the label of the y-Axis
yLabel(String) - Method in interface com.illumon.iris.db.plot.Figure
 
yLabelFont(Font) - Method in interface com.illumon.iris.db.plot.Axes
Sets the font for the y-Axis label.
yLabelFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Axes
Sets the font for the y-Axis label.
yLabelFont(Font) - Method in interface com.illumon.iris.db.plot.Figure
 
yLabelFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Figure
 
yLog() - Method in interface com.illumon.iris.db.plot.Axes
Sets the AxisTransform of the y-Axis to log base 10
yLog() - Method in interface com.illumon.iris.db.plot.Figure
 
yMax(double) - Method in interface com.illumon.iris.db.plot.Axes
Sets the maximum of the y-Axis
yMax(double) - Method in interface com.illumon.iris.db.plot.Figure
 
yMin(double) - Method in interface com.illumon.iris.db.plot.Axes
Sets the minimum of the y-Axis
yMin(double) - Method in interface com.illumon.iris.db.plot.Figure
 
yMinorTicks(int) - Method in interface com.illumon.iris.db.plot.Axes
Sets the number of minor ticks between consecutive major ticks in the y-Axis.
yMinorTicks(int) - Method in interface com.illumon.iris.db.plot.Figure
 
yMinorTicksVisible(boolean) - Method in interface com.illumon.iris.db.plot.Axes
Sets whether the y-Axis minor ticks are visible.
yMinorTicksVisible(boolean) - Method in interface com.illumon.iris.db.plot.Figure
 
yRange(double, double) - Method in interface com.illumon.iris.db.plot.Axes
Sets the range of the y-Axis
yRange(double, double) - Method in interface com.illumon.iris.db.plot.Figure
 
yTickLabelAngle(double) - Method in interface com.illumon.iris.db.plot.Axes
Sets the angle the tick labels the y-Axis are drawn at.
yTickLabelAngle(double) - Method in interface com.illumon.iris.db.plot.Figure
 
yTicks(double) - Method in interface com.illumon.iris.db.plot.Axes
Sets the spacing between the y-Axis major ticks.
yTicks(double[]) - Method in interface com.illumon.iris.db.plot.Axes
Sets the locations of the y-Axis major ticks.
yTicks(double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
yTicks(double) - Method in interface com.illumon.iris.db.plot.Figure
 
yTicksFont(Font) - Method in interface com.illumon.iris.db.plot.Axes
Sets the font for the y-Axis ticks.
yTicksFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Axes
Sets the font for the y-Axis ticks.
yTicksFont(Font) - Method in interface com.illumon.iris.db.plot.Figure
 
yTicksFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Figure
 
yTicksVisible(boolean) - Method in interface com.illumon.iris.db.plot.Axes
Sets whether the y-Axis ticks are visible.
yTicksVisible(boolean) - Method in interface com.illumon.iris.db.plot.Figure
 
yToolTipPattern(String) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
yToolTipPattern(String) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries
Sets the y-value tooltip format.
yToolTipPattern(String) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries3D
Sets the y-value tooltip format.
yToolTipPattern(String, Object...) - Method in interface com.illumon.iris.db.plot.datasets.multiseries.MultiSeries
 
yToolTipPattern(String) - Method in interface com.illumon.iris.db.plot.datasets.xyz.XYZDataSeries
 
yToolTipPattern(String) - Method in interface com.illumon.iris.db.plot.Figure
 
yToolTipPattern(String, Object...) - Method in interface com.illumon.iris.db.plot.Figure
 
yTransform(AxisTransform) - Method in interface com.illumon.iris.db.plot.Axes
Sets the AxisTransform of the y-Axis
yTransform(AxisTransform) - Method in interface com.illumon.iris.db.plot.Figure
 

Z

zAxis() - Method in interface com.illumon.iris.db.plot.Axes
Gets the Axis representing the z-axis
zAxis() - Method in interface com.illumon.iris.db.plot.Figure
 
zBusinessTime(BusinessCalendar) - Method in interface com.illumon.iris.db.plot.Axes
zBusinessTime() - Method in interface com.illumon.iris.db.plot.Axes
zBusinessTime() - Method in interface com.illumon.iris.db.plot.Figure
 
zBusinessTime(BusinessCalendar) - Method in interface com.illumon.iris.db.plot.Figure
 
zColor(Paint) - Method in interface com.illumon.iris.db.plot.Axes
Sets the color of the z-Axis
zColor(String) - Method in interface com.illumon.iris.db.plot.Axes
Sets the color of the z-Axis
zColor(String) - Method in interface com.illumon.iris.db.plot.Figure
 
zColor(Paint) - Method in interface com.illumon.iris.db.plot.Figure
 
ZERO_LENGTH_COLUMN_HOLDER_ARRAY - Static variable in class com.illumon.iris.db.v2.utils.ColumnHolder
 
ZERO_LENGTH_COLUMN_SOURCE_ARRAY - Static variable in interface com.illumon.iris.db.v2.sources.ColumnSource
 
zFormat(AxisFormat) - Method in interface com.illumon.iris.db.plot.Axes
Sets the AxisFormat of the z-Axis
zFormat(AxisFormat) - Method in interface com.illumon.iris.db.plot.Figure
 
zFormatPattern(String) - Method in interface com.illumon.iris.db.plot.Axes
Sets the format pattern of the z-Axis
zFormatPattern(String) - Method in interface com.illumon.iris.db.plot.Figure
 
zInvert() - Method in interface com.illumon.iris.db.plot.Axes
Inverts the z-Axis so that larger values are closer to the origin.
zInvert(boolean) - Method in interface com.illumon.iris.db.plot.Axes
If invert is true, inverts the z-Axis so that larger values are closer to the origin.
zInvert() - Method in interface com.illumon.iris.db.plot.Figure
 
zInvert(boolean) - Method in interface com.illumon.iris.db.plot.Figure
 
zLabel(String) - Method in interface com.illumon.iris.db.plot.Axes
Sets the label of the z-Axis
zLabel(String) - Method in interface com.illumon.iris.db.plot.Figure
 
zLabelFont(Font) - Method in interface com.illumon.iris.db.plot.Axes
Sets the font for the z-Axis label.
zLabelFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Axes
Sets the font for the z-Axis label.
zLabelFont(Font) - Method in interface com.illumon.iris.db.plot.Figure
 
zLabelFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Figure
 
zLog() - Method in interface com.illumon.iris.db.plot.Axes
Sets the AxisTransform of the z-Axis to log base 10
zLog() - Method in interface com.illumon.iris.db.plot.Figure
 
zMax(double) - Method in interface com.illumon.iris.db.plot.Axes
Sets the maximum of the z-Axis
zMax(double) - Method in interface com.illumon.iris.db.plot.Figure
 
zMin(double) - Method in interface com.illumon.iris.db.plot.Axes
Sets the minimum of the z-Axis
zMin(double) - Method in interface com.illumon.iris.db.plot.Figure
 
zMinorTicks(int) - Method in interface com.illumon.iris.db.plot.Axes
Sets the number of minor ticks between consecutive major ticks in the z-Axis.
zMinorTicks(int) - Method in interface com.illumon.iris.db.plot.Figure
 
zMinorTicksVisible(boolean) - Method in interface com.illumon.iris.db.plot.Axes
Sets whether the z-Axis minor ticks are visible.
zMinorTicksVisible(boolean) - Method in interface com.illumon.iris.db.plot.Figure
 
zRange(double, double) - Method in interface com.illumon.iris.db.plot.Axes
Sets the range of the z-Axis
zRange(double, double) - Method in interface com.illumon.iris.db.plot.Figure
 
zTickLabelAngle(double) - Method in interface com.illumon.iris.db.plot.Axes
Sets the angle the tick labels the z-Axis are drawn at.
zTickLabelAngle(double) - Method in interface com.illumon.iris.db.plot.Figure
 
zTicks(double) - Method in interface com.illumon.iris.db.plot.Axes
Sets the spacing between the z-Axis major ticks.
zTicks(double[]) - Method in interface com.illumon.iris.db.plot.Axes
Sets the locations of the z-Axis major ticks.
zTicks(double[]) - Method in interface com.illumon.iris.db.plot.Figure
 
zTicks(double) - Method in interface com.illumon.iris.db.plot.Figure
 
zTicksFont(Font) - Method in interface com.illumon.iris.db.plot.Axes
Sets the font for the z-Axis ticks.
zTicksFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Axes
Sets the font for the z-Axis ticks.
zTicksFont(Font) - Method in interface com.illumon.iris.db.plot.Figure
 
zTicksFont(String, String, int) - Method in interface com.illumon.iris.db.plot.Figure
 
zTicksVisible(boolean) - Method in interface com.illumon.iris.db.plot.Axes
Sets whether the z-Axis ticks are visible.
zTicksVisible(boolean) - Method in interface com.illumon.iris.db.plot.Figure
 
zToolTipPattern(String) - Method in interface com.illumon.iris.db.plot.datasets.category3d.CategoryDataSeries3D
 
zToolTipPattern(String) - Method in interface com.illumon.iris.db.plot.datasets.DataSeries3D
Sets the z-value tooltip format.
zToolTipPattern(String) - Method in interface com.illumon.iris.db.plot.datasets.xyz.XYZDataSeries
 
zToolTipPattern(String) - Method in interface com.illumon.iris.db.plot.Figure
 
zTransform(AxisTransform) - Method in interface com.illumon.iris.db.plot.Axes
Sets the AxisTransform of the z-Axis
zTransform(AxisTransform) - Method in interface com.illumon.iris.db.plot.Figure
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links