Serialized Form
-
Package com.illumon.iris.binarystore
-
Class com.illumon.iris.binarystore.AbstractBinaryStoreReader.MissingGetterException extends IllegalArgumentException implements Serializable
-
Class com.illumon.iris.binarystore.BinaryStoreBufferProcessor.ReadDataException extends IOException implements Serializable
-
Serialized Fields
-
minimumBytesRequired
int minimumBytesRequired
-
-
-
Class com.illumon.iris.binarystore.EofException extends Exception implements Serializable
-
Class com.illumon.iris.binarystore.TableReader.MissingPropertyGetterException extends IllegalArgumentException implements Serializable
-
-
Package com.illumon.iris.console
-
Class com.illumon.iris.console.DbConsoleProgress extends JPanel implements Serializable
-
Serialized Fields
-
cancelButton
JButton cancelButton
-
claimed
AtomicBoolean claimed
-
clock
JLabel clock
-
label
JLabel label
-
labelPanel
JPanel labelPanel
-
prog
int prog
-
progress
JProgressBar progress
-
startTime
long startTime
-
stopped
boolean stopped
-
-
-
Class com.illumon.iris.console.MergedUndoManager extends UndoManager implements Serializable
-
Serialized Fields
-
currentEdit
CompoundEdit currentEdit
-
forceMerge
boolean forceMerge
-
lastEditName
String lastEditName
-
-
-
Class com.illumon.iris.console.TablePopup extends JPopupMenu implements Serializable
-
Serialized Fields
-
column
GuiColumn column
-
columnIndex
int columnIndex
-
filteredModel
FilteredModel filteredModel
-
filterStrategy
FilterStrategyImpl filterStrategy
-
table
GuiTable table
-
-
-
-
Package com.illumon.iris.console.db
-
Class com.illumon.iris.console.db.BaseDBTableModel extends IrisTableModel implements Serializable
-
Serialized Fields
-
irisTablePanel
IrisTablePanel irisTablePanel
-
name
String name
-
-
-
Class com.illumon.iris.console.db.DBArrayRenderer extends DBColumnRenderer implements Serializable
-
Class com.illumon.iris.console.db.DBColumnRenderer extends ColumnRenderer implements Serializable
-
Serialized Fields
-
bgColor
MutableColor bgColor
-
fgColor
MutableColor fgColor
-
first
boolean first
-
formatterCache
Map<String,DecimalFormat> formatterCache
-
hasColumnColors
boolean hasColumnColors
-
hasFormatValue
boolean hasFormatValue
-
hasRowColors
boolean hasRowColors
-
isDoubleColumn
boolean isDoubleColumn
-
isFloatColumn
boolean isFloatColumn
-
isNumberColumn
boolean isNumberColumn
-
-
-
Class com.illumon.iris.console.db.DBDateTimeRenderer extends DBColumnRenderer implements Serializable
-
Serialized Fields
-
first
boolean first
-
formatterCache
Map<String,DBDateTimeFormatter> formatterCache
-
hasFormat
boolean hasFormat
-
-
-
Class com.illumon.iris.console.db.DbKeyedTableSelectionModel extends IrisTableSelectionModel implements Serializable
-
Serialized Fields
-
delegationInProgress
AtomicBoolean delegationInProgress
-
keySet
BitSet keySet
-
log
com.fishlib.io.logger.Logger log
-
parent
GuiTable parent
-
selectionBusy
AtomicBoolean selectionBusy
-
tblModel
DBTableModel tblModel
-
unique
boolean unique
-
unitTestMode
boolean unitTestMode
-
-
-
Class com.illumon.iris.console.db.DbKeyedTableSelectionModel.GetFirstAndLastSelectionIndices extends Object implements Serializable
-
Serialized Fields
-
selectionTable
Table selectionTable
-
-
-
Class com.illumon.iris.console.db.DBTableModel extends BaseDBTableModel implements Serializable
-
Serialized Fields
-
closed
boolean closed
-
colorsChanged
Set<String> colorsChanged
-
conditionalFormattingStrategy
ConditionalFormattingStrategy conditionalFormattingStrategy
-
desiredBaselineTable
Table desiredBaselineTable
-
extendedColumns
List<ExtendableTableInterface.Entry> extendedColumns
-
filterableColumns
Set<String> filterableColumns
-
filters
List<String> filters
-
filterStrategy
FilterStrategyImpl filterStrategy
-
finishedCallback
Runnable finishedCallback
-
identifier
String identifier
-
lastValidExtendedColumns
List<ExtendableTableInterface.Entry> lastValidExtendedColumns
-
layoutHints
LayoutHintBuilder layoutHints
-
listenerReference
Object listenerReference
-
log
com.fishlib.io.logger.Logger log
-
logPrefix
String logPrefix
-
modelTableStackTracker
com.illumon.iris.console.db.ModelTableStackTracker modelTableStackTracker
-
quickFilter
com.illumon.iris.console.db.DBTableModel.QuickFilter quickFilter
-
recomputeLevel
AtomicReference<com.illumon.iris.console.db.ModelTableStackTracker.TableRole> recomputeLevel
-
recomputingState
AtomicReference<com.illumon.iris.console.db.DBTableModel.RecomputingState> recomputingState
-
reverse
ReversibleModel.ReverseType reverse
-
savedConditionalFormattingStrategies
Map<String,org.jdom2.Element> savedConditionalFormattingStrategies
-
savedRollup
SavedRollup savedRollup
-
savedRollups
Map<String,SavedRollup> savedRollups
-
savedStrategies
Map<String,org.jdom2.Element> savedStrategies
-
sortDirectives
List<com.illumon.iris.table.sort.SortDirective> sortDirectives
-
sortHelper
SortHelper sortHelper
-
tableChangeListeners
com.fishlib.base.WeakReferenceManager<DBTableModel.TableChangeListener> tableChangeListeners
-
telemetry
TelemetryLogger telemetry
-
updateCnt
AtomicLong updateCnt
-
-
-
Class com.illumon.iris.console.db.GenerateComparableStatsFunction extends ContextAwareRemoteQuery<Object> implements Serializable
-
Serialized Fields
-
columnName
String columnName
-
-
-
Class com.illumon.iris.console.db.GenerateDBDateTimeStatsFunction extends ContextAwareRemoteQuery<Object> implements Serializable
- serialVersionUID:
- 1604951549404L
-
Serialized Fields
-
columnName
String columnName
-
-
Class com.illumon.iris.console.db.GenerateNumericalStatsFunction extends ContextAwareRemoteQuery<Object> implements Serializable
- serialVersionUID:
- 1522117602142342446L
-
Serialized Fields
-
columnName
String columnName
-
-
Class com.illumon.iris.console.db.IrisTablePanel extends JPanel implements Serializable
-
Serialized Fields
-
allowTotals
boolean allowTotals
-
client
PersistentQueryClient client
-
createFreezeTableFunction
Function<IrisTableModel,IrisTable> createFreezeTableFunction
-
createGuiTable
Function<Table,IrisTable> createGuiTable
-
createViewThreadPool
ExecutorService createViewThreadPool
-
dataPanel
AsyncPanel dataPanel
-
dbViewportAdjustmentListeners
List<ViewportAdjuster> dbViewportAdjustmentListeners
-
embeddedDbConsole
EmbeddedDbConsole embeddedDbConsole
-
irisView
IrisView irisView
-
log
com.fishlib.io.logger.Logger log
-
partitionPanel
JPanel partitionPanel
-
partitionUpdating
boolean partitionUpdating
-
partitionWarningLabel
JLabel partitionWarningLabel
-
partitionWarningShown
boolean partitionWarningShown
-
scrollPane
DeephavenScrollPane scrollPane
-
searchPanel
JPanel searchPanel
-
searchTextField
JTextField searchTextField
-
showSearch
IrisTablePanel.ShowDecorationsMode showSearch
-
showTotals
IrisTablePanel.ShowDecorationsMode showTotals
-
sizeWarningLabel
JLabel sizeWarningLabel
-
sizeWarningShown
boolean sizeWarningShown
-
table
IrisTable table
-
totalsAndTable
JPanel totalsAndTable
-
totalsPanel
TotalsPanel totalsPanel
-
totalsPos
IrisTablePanel.Position totalsPos
-
viewClosingReusedHandler
ViewClosingReusedHandler viewClosingReusedHandler
-
warningBackground
JPanel warningBackground
-
-
-
Class com.illumon.iris.console.db.LongAsDbDateTimeRenderer extends DBDateTimeRenderer implements Serializable
-
Class com.illumon.iris.console.db.PandasDataFrameView extends JPanel implements Serializable
-
Serialized Fields
-
dataPanel
AsyncPanel dataPanel
-
errorPanel
JPanel errorPanel
-
irisTable
IrisTable irisTable
-
log
com.fishlib.io.logger.Logger log
-
remoteTable
Table remoteTable
-
scrollPane
JScrollPane scrollPane
-
sessionId
int sessionId
-
widgetName
String widgetName
-
-
-
Class com.illumon.iris.console.db.PandasDataFrameWidget extends JPanel implements Serializable
-
Serialized Fields
-
empty
boolean empty
-
t
Table t
-
-
-
-
Package com.illumon.iris.console.events
-
Class com.illumon.iris.console.events.AboutDialog extends JDialog implements Serializable
-
Class com.illumon.iris.console.events.BulkQueryPartitionDialog extends JDialog implements Serializable
-
Serialized Fields
-
baseConfig
PersistentQueryConfiguration baseConfig
-
buttonCancel
JButton buttonCancel
-
buttonCreateMerge
JButton buttonCreateMerge
-
buttonCreateValidate
JButton buttonCreateValidate
-
buttonEdit
JButton buttonEdit
-
buttonOk
JButton buttonOk
-
buttonPanel
JPanel buttonPanel
-
buttonRemoveConfig
JButton buttonRemoveConfig
-
buttonRemoveValidate
JButton buttonRemoveValidate
-
columnPartitionValues
List<String> columnPartitionValues
The list of column partition values that will be returned to the caller -
currentBulkQueryPartitioningPanel
BulkQueryPartitioningPanel currentBulkQueryPartitioningPanel
-
editConfigPanel
JPanel editConfigPanel
-
labelHeader
JLabel labelHeader
-
labelMustEditConfig
JLabel labelMustEditConfig
-
lastBulkQueryPartitioningPanelDate
BulkQueryPartitioningPanelDate lastBulkQueryPartitioningPanelDate
-
lastBulkQueryPartitioningPanelOther
BulkQueryPartitioningPanelOther lastBulkQueryPartitioningPanelOther
-
log
com.fishlib.io.logger.Logger log
-
mainPanel
JPanel mainPanel
-
mergeConfig
PersistentQueryConfiguration mergeConfig
-
mergeConfigPanel
JPanel mergeConfigPanel
-
panelPartitionType
JPanel panelPartitionType
-
panelTypeSubpanel
JPanel panelTypeSubpanel
-
radioDate
JRadioButton radioDate
-
radioOther
JRadioButton radioOther
-
validateConfig
PersistentQueryConfiguration validateConfig
-
widgetSupport
IrisWidgetSupport widgetSupport
-
-
-
Class com.illumon.iris.console.events.BulkQueryPartitioningPanel.PartitionValueException extends Exception implements Serializable
-
Class com.illumon.iris.console.events.ChangePasswordDialog extends JDialog implements Serializable
-
Serialized Fields
-
buttonCancel
JButton buttonCancel
-
buttonOK
JButton buttonOK
-
confirmLabel
JLabel confirmLabel
-
confirmPassword
JPasswordField confirmPassword
-
contentPane
JPanel contentPane
-
currentLabel
JLabel currentLabel
-
currentPassword
JPasswordField currentPassword
-
irisUserContext
IrisUserContext irisUserContext
-
log
com.fishlib.io.logger.Logger log
-
passwordField
JPasswordField passwordField
-
passwordLabel
JLabel passwordLabel
-
progressBar1
JProgressBar progressBar1
-
progressLabel
JLabel progressLabel
-
-
-
Class com.illumon.iris.console.events.DbClearFiltersPanel extends JPanel implements Serializable
-
Class com.illumon.iris.console.events.DbFilterByMenu extends JMenu implements Serializable
-
Class com.illumon.iris.console.events.DbFilterViewManagerPanel extends JPanel implements Serializable
-
Class com.illumon.iris.console.events.DbOneClickPanel extends JPanel implements Serializable
-
Serialized Fields
-
clearFiltersPanel
DbClearFiltersPanel clearFiltersPanel
-
columnBox
JComboBox<String> columnBox
-
columnNamePanel
JPanel columnNamePanel
-
currentView
JPanel currentView
-
defaultColumn
String defaultColumn
-
filterColumnData
DefaultComboBoxModel<String> filterColumnData
-
identifier
String identifier
-
listBoxAttrPresent
boolean listBoxAttrPresent
-
listCombo
JComboBox<OneClickListModel> listCombo
-
listNamePanel
JPanel listNamePanel
-
model
OneClickListComboBoxModel model
-
showColumnBox
boolean showColumnBox
-
showListBox
boolean showListBox
-
simple
com.illumon.iris.console.events.DbOneClickPanel.SimplePanel simple
-
spinner
com.illumon.iris.console.events.DbOneClickPanel.ComboPanel spinner
-
telemetry
TelemetryLogger telemetry
-
updateCnt
AtomicLong updateCnt
-
workspaceItem
String workspaceItem
-
workspaceListName
String workspaceListName
-
-
-
Class com.illumon.iris.console.events.DelimitedSelector extends JDialog implements Serializable
-
Serialized Fields
-
buttonCancel
JButton buttonCancel
-
buttonOK
JButton buttonOK
-
comboFormat
JComboBox comboFormat
-
contentPane
JPanel contentPane
-
cwd
File cwd
-
delimiterRadioButton
JRadioButton delimiterRadioButton
-
errorColor
Color errorColor
-
formatRadioButton
JRadioButton formatRadioButton
-
hasHeaderCheckBox
JCheckBox hasHeaderCheckBox
-
knownDelimiters
Map<String,String> knownDelimiters
-
ok
boolean ok
-
openFileChooserButton
JButton openFileChooserButton
-
selectedFile
File selectedFile
-
successColor
Color successColor
-
txtDelimiter
JTextField txtDelimiter
-
txtFile
JTextField txtFile
-
txtTableName
JTextField txtTableName
-
-
-
Class com.illumon.iris.console.events.EmbeddedDefinitionGetQuery extends ContextAwareRemoteQuery<Map<String,TableDefinition>> implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.console.events.EmbeddedFetchQuery extends ContextAwareRemoteQuery<Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
groovySessionId
int groovySessionId
-
isTable
boolean isTable
-
isWidget
boolean isWidget
-
name
String name
-
subscribe
boolean subscribe
-
-
Class com.illumon.iris.console.events.ErrorColumn extends AbstractDataColumn implements Serializable
-
Class com.illumon.iris.console.events.GotoLineDialog extends JDialog implements Serializable
-
Serialized Fields
-
buttonCancel
JButton buttonCancel
-
buttonOK
JButton buttonOK
-
columnLabel
JLabel columnLabel
-
columnTextField
JTextField columnTextField
-
contentPane
JPanel contentPane
-
lineCount
int lineCount
-
lineLabel
JLabel lineLabel
-
lineNumberCountLabel
JLabel lineNumberCountLabel
-
lineNumberTextField
JTextField lineNumberTextField
-
root
Element root
-
textComponent
JTextComponent textComponent
-
-
-
Class com.illumon.iris.console.events.GotoRowDialog extends JDialog implements Serializable
-
Serialized Fields
-
buttonCancel
JButton buttonCancel
-
buttonOK
JButton buttonOK
-
columnComboBox
JComboBox<String> columnComboBox
-
columnValue
JTextField columnValue
-
contentPane
JPanel contentPane
-
dbDateTimeSpinner
DBDateTimeSpinner dbDateTimeSpinner
-
irisTable
IrisTable irisTable
-
matchTypeComboBox
JComboBox<String> matchTypeComboBox
-
previousButton
JButton previousButton
-
rowCountLabel
JLabel rowCountLabel
-
rowRadioButton
JRadioButton rowRadioButton
-
rowTextField
JTextField rowTextField
-
timeSpinner
JSpinner timeSpinner
-
valueRadioButton
JRadioButton valueRadioButton
-
-
-
Class com.illumon.iris.console.events.HTTPToZendeskUtils.ZipFileTooLargeException extends RuntimeException implements Serializable
- serialVersionUID:
- 2243267662728342407L
-
Class com.illumon.iris.console.events.IrisRevertPanel extends JDialog implements Serializable
-
Serialized Fields
-
allButton
JButton allButton
-
buttonCopyColor
Color buttonCopyColor
-
cancelButton
JButton cancelButton
-
changedCell
Color changedCell
-
configList
JList<String> configList
-
contentPane
JPanel contentPane
-
controllerClient
PersistentQueryControllerClient controllerClient
-
editButton
JButton editButton
-
hideIdenticalCheckBox
JCheckBox hideIdenticalCheckBox
-
historyPane
JPanel historyPane
-
innerContentPanel
JPanel innerContentPanel
-
irisIcon
String irisIcon
-
log
com.fishlib.io.logger.Logger log
-
mainContentPanel
JPanel mainContentPanel
-
mainScrollPane
JScrollPane mainScrollPane
-
OKButton
JButton OKButton
-
origValuesButton
JButton origValuesButton
-
revertFieldHelpers
ArrayList<com.illumon.iris.console.events.IrisRevertPanel.RevertFieldHelper> revertFieldHelpers
-
serverConfig
PersistentQueryControllerConfiguration serverConfig
-
strategyScriptSource
PersistentQueryScriptSource strategyScriptSource
-
textFieldColumns
int textFieldColumns
-
wasModified
boolean wasModified
-
weepsUserContext
IrisUserContext weepsUserContext
-
widgetSupport
IrisWidgetSupport widgetSupport
-
-
-
Class com.illumon.iris.console.events.IrisTable extends GuiTable implements Serializable
-
Serialized Fields
-
adjuster
ViewportAdjuster adjuster
-
alertStyleListener
IrisConsoleSettings.Listener alertStyleListener
-
handlerFactory
TableEventHandlerFactory handlerFactory
-
hcr
HierarchicalCellRenderer hcr
-
layoutHints
LayoutHintBuilder layoutHints
-
linkHelper
FilterLinkHelper linkHelper
-
log
com.fishlib.io.logger.Logger log
-
popupProviders
List<PopupProvider> popupProviders
-
shouldClearFiltersOnLink
boolean shouldClearFiltersOnLink
-
tabMultiIcon
MultiIcon tabMultiIcon
-
toolTipListener
IrisConsoleSettings.Listener toolTipListener
-
view
IrisView view
-
-
-
Class com.illumon.iris.console.events.LogLevelColumnRenderer extends ColumnRenderer implements Serializable
-
Class com.illumon.iris.console.events.LogMessageColumnRenderer extends TextAreaColumnRenderer implements Serializable
-
Class com.illumon.iris.console.events.LogTimestampColumnRenderer extends DBDateTimeRenderer implements Serializable
-
Class com.illumon.iris.console.events.MultiConfigActionConfirm extends JDialog implements Serializable
-
Class com.illumon.iris.console.events.PandasTableFetchQuery extends ContextAwareRemoteQuery<Object> implements Serializable
-
Serialized Fields
-
name
String name
-
sessionId
int sessionId
-
-
-
Class com.illumon.iris.console.events.PersistentQueryConfigEditor extends JDialog implements Serializable
-
Serialized Fields
-
adminAndViewersRadioButton
JRadioButton adminAndViewersRadioButton
-
adminOnlyRadioButton
JRadioButton adminOnlyRadioButton
-
advanced
List<JComponent> advanced
-
buttonAdminGroupAdd
JButton buttonAdminGroupAdd
-
buttonCancel
JButton buttonCancel
-
buttonOK
JButton buttonOK
-
buttonRemoveAdminGroup
JButton buttonRemoveAdminGroup
-
buttonRemoveViewerGroup
JButton buttonRemoveViewerGroup
-
buttonRevert
JButton buttonRevert
-
buttonViewerGroupAdd
JButton buttonViewerGroupAdd
-
cachingGroupProvider
CachingGroupProvider cachingGroupProvider
-
cancelled
boolean cancelled
-
checkBoxEnabled
JCheckBox checkBoxEnabled
-
checkBoxLogGcDetails
JCheckBox checkBoxLogGcDetails
-
chooseScriptButton
JButton chooseScriptButton
-
comboBoxConfigurationType
JComboBox<ConfigurationTypeWrapper> comboBoxConfigurationType
-
comboBoxDbServer
JComboBox<com.illumon.iris.console.events.DbServerWrapper> comboBoxDbServer
-
comboBoxEndHour
JComboBox comboBoxEndHour
-
comboBoxEndMinute
JComboBox comboBoxEndMinute
-
comboBoxEndSecond
JComboBox comboBoxEndSecond
-
comboBoxErrorRestart
JComboBox comboBoxErrorRestart
-
comboBoxGroupAdmin
JComboBox<String> comboBoxGroupAdmin
-
comboBoxGroupViewer
JComboBox<String> comboBoxGroupViewer
-
comboBoxJvmProfile
JComboBox comboBoxJvmProfile
-
comboBoxLanguage
JComboBox<SessionType> comboBoxLanguage
-
comboBoxOwner
JComboBox<String> comboBoxOwner
-
comboBoxRestartWhenRunning
JComboBox<IrisQueryScheduler.RestartWhenRunning> comboBoxRestartWhenRunning
-
comboBoxScriptPath
JComboBox comboBoxScriptPath
-
comboBoxStartHour
JComboBox comboBoxStartHour
-
comboBoxStartMinute
JComboBox comboBoxStartMinute
-
comboBoxStartSecond
JComboBox comboBoxStartSecond
-
comboBoxTimeoutHour
JComboBox comboBoxTimeoutHour
-
comboBoxTimeoutMinute
JComboBox comboBoxTimeoutMinute
-
comboBoxTimeoutSecond
JComboBox comboBoxTimeoutSecond
-
comboBoxTimeZones
JComboBox comboBoxTimeZones
-
configToModify
PersistentQueryConfiguration configToModify
-
configurationTypes
Map<String,ConsoleConfigurationType> configurationTypes
-
contentPane
JPanel contentPane
-
continuousRadioButton
JRadioButton continuousRadioButton
-
currentQuerySchedulerPanel
com.illumon.iris.console.events.QuerySchedulerPanel currentQuerySchedulerPanel
-
currentTypeSpecificPanel
TypeSpecificConfigPanel currentTypeSpecificPanel
-
dailyRadioButton
JRadioButton dailyRadioButton
-
defaultJvmProfileName
String defaultJvmProfileName
-
dependentRadioButton
JRadioButton dependentRadioButton
-
disableSchedulingCheckBox
JCheckBox disableSchedulingCheckBox
-
fieldClassPathAdditions
JTextField fieldClassPathAdditions
-
fieldDataMemoryRatio
JTextField fieldDataMemoryRatio
-
fieldDataMemoryRatioLabel
JLabel fieldDataMemoryRatioLabel
-
fieldExtraClasspathsLabel
JLabel fieldExtraClasspathsLabel
-
fieldExtraEnvironmentVars
JTextField fieldExtraEnvironmentVars
-
fieldExtraEnvironmentVarsLabel
JLabel fieldExtraEnvironmentVarsLabel
-
fieldExtraJvmArgs
JTextField fieldExtraJvmArgs
-
fieldExtraJvmArgsLabel
JLabel fieldExtraJvmArgsLabel
-
fieldJvmProfileLabel
JLabel fieldJvmProfileLabel
-
fieldMemoryUsage
JTextField fieldMemoryUsage
-
fieldName
JTextField fieldName
-
initialScheduler
IrisScheduler initialScheduler
-
isEditable
boolean isEditable
-
labelCommonParameters
JLabel labelCommonParameters
-
labelEndColon1
JLabel labelEndColon1
-
labelEndColon2
JLabel labelEndColon2
-
labelEndTime
JLabel labelEndTime
-
labelErrorRestart
JLabel labelErrorRestart
-
labelHours
JLabel labelHours
-
labelMinutes
JLabel labelMinutes
-
labelRepeat
JLabel labelRepeat
-
labelRestartDelay
JLabel labelRestartDelay
-
labelRestartRunning
JLabel labelRestartRunning
-
labelSeconds
JLabel labelSeconds
-
labelStartColon1
JLabel labelStartColon1
-
labelStartColon2
JLabel labelStartColon2
-
labelStartTime
JLabel labelStartTime
-
labelTimeout
JLabel labelTimeout
-
labelTimeoutColon1
JLabel labelTimeoutColon1
-
labelTimeoutColon2
JLabel labelTimeoutColon2
-
labelTimeZone
JLabel labelTimeZone
-
lastFetchedScriptPath
String lastFetchedScriptPath
-
lastSchedulingOption
com.illumon.iris.console.events.PersistentQueryConfigEditor.LastSchedulingOption lastSchedulingOption
-
latestDefaultScriptText
String latestDefaultScriptText
Contains the panel-provided default script value for a new script, not any changes the user has made to the script. -
latestQuerySchedulerPanelContinuous
QuerySchedulerPanelContinuous latestQuerySchedulerPanelContinuous
-
latestQuerySchedulerPanelDaily
QuerySchedulerPanelDaily latestQuerySchedulerPanelDaily
-
latestQuerySchedulerPanelDependent
QuerySchedulerPanelDependent latestQuerySchedulerPanelDependent
-
latestQuerySchedulerPanelMonthly
QuerySchedulerPanelMonthly latestQuerySchedulerPanelMonthly
-
latestQuerySchedulerPanelTemporary
QuerySchedulerPanelTemporary latestQuerySchedulerPanelTemporary
-
latestScheduler
IrisScheduler latestScheduler
-
listAdminGroup
JList<String> listAdminGroup
-
listViewerGroup
JList<String> listViewerGroup
-
log
com.fishlib.io.logger.Logger log
-
monthlyRadioButton
JRadioButton monthlyRadioButton
-
originalConfig
PersistentQueryConfiguration originalConfig
-
overnightCheckBox
JCheckBox overnightCheckBox
-
panelAccessControl
JPanel panelAccessControl
-
panelButtons
JPanel panelButtons
-
panelCommon
JPanel panelCommon
-
panelDialog
JPanel panelDialog
-
panelGeneralSettings
JPanel panelGeneralSettings
-
panelMainSchedulingSelection
JPanel panelMainSchedulingSelection
-
panelScheduling
JPanel panelScheduling
-
panelSchedulingSubPanel
JPanel panelSchedulingSubPanel
-
panelSettings
JPanel panelSettings
-
panelTop
JPanel panelTop
-
queryGetter
Supplier<PersistentQueryInfo> queryGetter
-
repeatCheckBox
JCheckBox repeatCheckBox
-
revertedConfig
PersistentQueryConfiguration revertedConfig
-
scriptLanguageLabel
JLabel scriptLanguageLabel
-
serverConfig
PersistentQueryControllerConfiguration serverConfig
-
shouldRestart
boolean shouldRestart
-
showAdvancedOptions
JCheckBox showAdvancedOptions
-
skipCheckBox
JCheckBox skipCheckBox
-
stopTimeRequired
boolean stopTimeRequired
-
tabAccessControl
JPanel tabAccessControl
-
tabbedPaneConfiguration
JTabbedPane tabbedPaneConfiguration
-
tabScheduling
JPanel tabScheduling
-
tabScriptCode
JPanel tabScriptCode
-
tabSettings
JPanel tabSettings
-
temporaryRadioButton
JRadioButton temporaryRadioButton
-
textAreaScriptCode
JTextPane textAreaScriptCode
-
textRepeat
JTextField textRepeat
-
textRestartDelay
JTextField textRestartDelay
-
typeSpecificPanels
Map<String,TypeSpecificConfigPanel> typeSpecificPanels
-
undoManager
MergedUndoManager undoManager
-
useGitForScriptCheckBox
JCheckBox useGitForScriptCheckBox
-
userContext
IrisUserContext userContext
-
viewersWhenDownRadioButton
JRadioButton viewersWhenDownRadioButton
-
warningLabel
JLabel warningLabel
-
warningPane
JPanel warningPane
-
wasModified
boolean wasModified
-
widgetSupport
IrisWidgetSupport widgetSupport
-
-
-
Class com.illumon.iris.console.events.PersistentQueryPanelColumn extends GuiColumn implements Serializable
-
Serialized Fields
-
getValueProcedure
FunctionalInterfaces.TriFunction<PersistentQueryInfo,Map<Long,PersistentQueryInfo>,Map<String,Map<String,String>>,Object> getValueProcedure
-
renderer
com.illumon.iris.console.events.PersistentQueryPanelColumn.RendererWrapper renderer
-
-
-
Class com.illumon.iris.console.events.PersistentQueryStatusColumnRenderer extends ColumnRenderer implements Serializable
-
Class com.illumon.iris.console.events.ProgressRenderer extends JProgressBar implements Serializable
-
Serialized Fields
-
emptyRenderer
ColumnRenderer emptyRenderer
-
-
-
Class com.illumon.iris.console.events.ReloadWorkspaceDialog extends JDialog implements Serializable
-
Serialized Fields
-
autoCombo
JComboBox<SavedWorkspace> autoCombo
-
autoRadioButton
JRadioButton autoRadioButton
-
cancelButton
JButton cancelButton
-
chooseFileButton
JButton chooseFileButton
-
chooseFileWorkspace
SavedWorkspace chooseFileWorkspace
-
chooseRadioButton
JRadioButton chooseRadioButton
-
contentPanel
JPanel contentPanel
-
fileDisplayLabel
JLabel fileDisplayLabel
-
log
com.fishlib.io.logger.Logger log
-
normalCombo
JComboBox<SavedWorkspace> normalCombo
-
normalRadioButton
JRadioButton normalRadioButton
-
reloadButton
JButton reloadButton
-
reloadClicked
boolean reloadClicked
-
selectedWorkspace
SavedWorkspace selectedWorkspace
-
-
-
Class com.illumon.iris.console.events.RemoteScriptCommandQuery extends ContextAwareRemoteQuery<RemoteScriptCommandQuery.Result> implements Serializable
- serialVersionUID:
- 2017092500L
-
Serialized Fields
-
command
String command
-
scriptSessionId
int scriptSessionId
-
-
Class com.illumon.iris.console.events.RemoteScriptCommandQuery.Result extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
caught
Throwable caught
-
changes
RemoteScriptCommandQuery.Result.VariableChanges changes
-
-
Class com.illumon.iris.console.events.RemoteScriptCommandQuery.Result.VariableChanges extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
created
Map<String,ExportedObjectType> created
-
removed
Map<String,ExportedObjectType> removed
-
updated
Map<String,ExportedObjectType> updated
-
-
Class com.illumon.iris.console.events.SchemaManagerParamsDialog extends JDialog implements Serializable
-
Serialized Fields
-
buttonCancel
JButton buttonCancel
-
buttonOK
JButton buttonOK
-
completed
boolean completed
-
contentPane
JPanel contentPane
-
heap
double heap
-
heapSizeTextField
JTextField heapSizeTextField
-
host
String host
-
irisConsole
IrisWidgetSupport irisConsole
-
jvmArgs
String jvmArgs
-
jvmArgsTextField
JTextField jvmArgsTextField
-
queryHostComboBox
JComboBox<com.illumon.iris.console.events.DbServerWrapper> queryHostComboBox
-
title
String title
-
titleTextField
JTextField titleTextField
-
-
-
Class com.illumon.iris.console.events.SelectPersistentQueryDialog extends JDialog implements Serializable
-
Serialized Fields
-
allowNew
boolean allowNew
-
buttonCancel
JButton buttonCancel
-
buttonOK
JButton buttonOK
-
contentPane
JPanel contentPane
-
existingPersistentQueryRadioButton
JRadioButton existingPersistentQueryRadioButton
-
listPanel
FilteredListPanel<String,Long> listPanel
-
newPersistentQueryRadioButton
JRadioButton newPersistentQueryRadioButton
-
ok
boolean ok
-
widgetSupport
IrisWidgetSupport widgetSupport
-
-
-
Class com.illumon.iris.console.events.SetupRemoteSessionSource.CloseScriptLoaderClient extends ContextAwareRemoteQuery<Boolean> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sessionId
int sessionId
-
-
Class com.illumon.iris.console.events.SetupRemoteSessionSource.SetupControllerScriptPathLoader extends ContextAwareRemoteQuery<Boolean> implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
scriptLoaderState
ScriptPathLoaderState scriptLoaderState
-
sessionId
int sessionId
-
-
Class com.illumon.iris.console.events.SetupRemoteSessionSource.SetupRemoteScriptLoader extends ContextAwareRemoteQuery<Boolean> implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
sessionId
int sessionId
-
-
Class com.illumon.iris.console.events.SupportTicketDialog extends JDialog implements Serializable
-
Serialized Fields
-
configurationInfo
String configurationInfo
-
creationTimeInfo
String creationTimeInfo
-
emailDialog
JDialog emailDialog
-
emailField
JTextField emailField
-
javaSessionInfo
String javaSessionInfo
-
subjectField
JTextField subjectField
-
userMessage
JTextArea userMessage
-
userNameField
JTextField userNameField
-
-
-
Class com.illumon.iris.console.events.TableImportQuery extends RemoteScriptCommandQuery implements Serializable
- serialVersionUID:
- 2017100201L
-
Class com.illumon.iris.console.events.TextFeaturePanel extends JPanel implements Serializable
-
Serialized Fields
-
fontKey
String fontKey
-
keyBindingSet
Set<KeyBindingActionNames> keyBindingSet
-
log
com.fishlib.io.logger.Logger log
-
matchLabel
JLabel matchLabel
-
menuItems
List<JMenuItem> menuItems
-
searchBar
JToolBar searchBar
-
searchHighlighterManager
com.illumon.iris.console.events.SearchHighlighterManager searchHighlighterManager
-
searchText
JTextField searchText
-
textLineNumber
TextLineNumber textLineNumber
-
textPane
JTextPane textPane
-
undoManager
MergedUndoManager undoManager
-
-
-
Class com.illumon.iris.console.events.TextLineNumber extends JPanel implements Serializable
-
Serialized Fields
-
borderGap
int borderGap
-
component
JTextComponent component
-
currentLineForeground
Color currentLineForeground
-
digitAlignment
float digitAlignment
-
fonts
HashMap<String,FontMetrics> fonts
-
lastDigits
int lastDigits
-
lastHeight
int lastHeight
-
lastLine
int lastLine
-
minimumDisplayDigits
int minimumDisplayDigits
-
updateFont
boolean updateFont
-
-
-
Class com.illumon.iris.console.events.ThreadDumpQueryString extends Object implements Serializable
-
Class com.illumon.iris.console.events.ViewportTransferHandler extends FreezeColumnsTransferHandler implements Serializable
-
Serialized Fields
-
log
com.fishlib.io.logger.Logger log
-
-
-
-
Package com.illumon.iris.console.events.export
-
Class com.illumon.iris.console.events.export.ExportWorkspaceDialog extends JDialog implements Serializable
-
Serialized Fields
-
activeTabRadioButton
JRadioButton activeTabRadioButton
-
allRadioButton
JRadioButton allRadioButton
-
BULLET
char BULLET
-
cancelButton
JButton cancelButton
-
contentPanel
JPanel contentPanel
-
exportButton
JButton exportButton
-
exportClicked
boolean exportClicked
-
exportHelper
ExportWorkspaceHelper exportHelper
-
groupRadioButton
JRadioButton groupRadioButton
-
listModel
JCheckBoxListModel<OneClickList> listModel
-
listsLabel
JLabel listsLabel
-
oneClickLists
JList<OneClickList> oneClickLists
-
tabTree
JTree tabTree
-
treeScrollPane
JScrollPane treeScrollPane
-
warningScrollPane
JScrollPane warningScrollPane
-
warningTextArea
JTextArea warningTextArea
-
-
-
-
Package com.illumon.iris.console.events.plot
-
Class com.illumon.iris.console.events.plot.PlotDirective extends Object implements Serializable
-
Serialized Fields
-
filters
List<String> filters
-
plotName
String plotName
-
plotType
PlotType plotType
-
quickFilterMode
QuickFilterMode quickFilterMode
-
quickFilterString
String quickFilterString
-
seriesClass
Class<?> seriesClass
-
seriesList
List<PlotSeries> seriesList
-
tableName
String tableName
-
-
-
Class com.illumon.iris.console.events.plot.PlottingHelper.PlottingHelperException extends RuntimeException implements Serializable
-
-
Package com.illumon.iris.console.events.plot.dialog
-
Class com.illumon.iris.console.events.plot.dialog.CategoryValueSeriesDialog extends SeriesDialog<CategoryValueSeries> implements Serializable
-
Serialized Fields
-
buttonCancel
JButton buttonCancel
-
buttonOK
JButton buttonOK
-
categoryCombo
JComboBox<String> categoryCombo
-
categoryLabel
JLabel categoryLabel
-
contentPanel
JPanel contentPanel
-
oneClickCombo
JComboBox<String> oneClickCombo
-
plotStyleCombo
JComboBox<PlotStyle> plotStyleCombo
-
plotStyleLabel
JLabel plotStyleLabel
-
plotStylePanel
JPanel plotStylePanel
-
seriesNameTextField
JTextField seriesNameTextField
-
twinXCheckbox
JCheckBox twinXCheckbox
-
twinXLabel
JLabel twinXLabel
-
twinXPanel
JPanel twinXPanel
-
twinYCheckBox
JCheckBox twinYCheckBox
-
twinYLabel
JLabel twinYLabel
-
twinYPanel
JPanel twinYPanel
-
valueCombo
JComboBox<String> valueCombo
-
valueLabel
JLabel valueLabel
-
-
-
Class com.illumon.iris.console.events.plot.dialog.PlottingDialog extends JDialog implements Serializable
-
Serialized Fields
-
addSeriesButton
JButton addSeriesButton
-
buttonCancel
JButton buttonCancel
-
buttonOK
JButton buttonOK
-
categoryColumns
String[] categoryColumns
-
contentPanel
JPanel contentPanel
-
dialogConfig
com.illumon.iris.console.events.plot.dialog.PlottingDialog.DialogConfig dialogConfig
-
dialogFactory
SeriesDialogFactory<S extends PlotSeries> dialogFactory
-
listModel
DefaultListModel<S extends PlotSeries> listModel
-
okayClicked
boolean okayClicked
-
oneClickColumns
String[] oneClickColumns
-
plotNameTextField
JTextField plotNameTextField
-
removeSeriesButton
JButton removeSeriesButton
-
seriesList
JList<S extends PlotSeries> seriesList
-
seriesNumber
int seriesNumber
-
valueColumns
String[] valueColumns
-
-
-
Class com.illumon.iris.console.events.plot.dialog.SeriesDialog extends JDialog implements Serializable
-
Serialized Fields
-
okayClicked
boolean okayClicked
-
-
-
Class com.illumon.iris.console.events.plot.dialog.ValueBinSeriesDialog extends SeriesDialog<ValueBinSeries> implements Serializable
-
Serialized Fields
-
binsSpinner
JSpinner binsSpinner
-
buttonCancel
JButton buttonCancel
-
buttonOK
JButton buttonOK
-
contentPanel
JPanel contentPanel
-
oneClickCombo
JComboBox<String> oneClickCombo
-
seriesNameTextField
JTextField seriesNameTextField
-
spinnerModel
SpinnerNumberModel spinnerModel
-
twinXCheckbox
JCheckBox twinXCheckbox
-
twinXLabel
JLabel twinXLabel
-
twinXPanel
JPanel twinXPanel
-
twinYCheckBox
JCheckBox twinYCheckBox
-
twinYLabel
JLabel twinYLabel
-
twinYPanel
JPanel twinYPanel
-
valueCombo
JComboBox<String> valueCombo
-
valueLabel
JLabel valueLabel
-
-
-
Class com.illumon.iris.console.events.plot.dialog.ValueSeriesDialog extends SeriesDialog<ValueSeries> implements Serializable
-
Serialized Fields
-
buttonCancel
JButton buttonCancel
-
buttonOK
JButton buttonOK
-
contentPanel
JPanel contentPanel
-
oneClickCombo
JComboBox<String> oneClickCombo
-
seriesNameTextField
JTextField seriesNameTextField
-
twinXCheckbox
JCheckBox twinXCheckbox
-
twinXLabel
JLabel twinXLabel
-
twinXPanel
JPanel twinXPanel
-
twinYCheckBox
JCheckBox twinYCheckBox
-
twinYLabel
JLabel twinYLabel
-
twinYPanel
JPanel twinYPanel
-
valueCombo
JComboBox<String> valueCombo
-
valueLabel
JLabel valueLabel
-
-
-
-
Package com.illumon.iris.console.events.plot.series
-
Class com.illumon.iris.console.events.plot.series.CategoryValueSeries extends ValueSeries implements Serializable
-
Serialized Fields
-
category
String category
-
-
-
Class com.illumon.iris.console.events.plot.series.PlotSeries extends Object implements Serializable
-
Class com.illumon.iris.console.events.plot.series.ValueBinSeries extends ValueSeries implements Serializable
-
Serialized Fields
-
bins
int bins
-
-
-
Class com.illumon.iris.console.events.plot.series.ValueSeries extends PlotSeries implements Serializable
-
Serialized Fields
-
value
String value
-
-
-
-
Package com.illumon.iris.console.events.rollup
-
Class com.illumon.iris.console.events.rollup.RollupConfigDialog extends JDialog implements Serializable
-
Serialized Fields
-
addAggButton
JButton addAggButton
-
aggColSelectedCountLabel
JLabel aggColSelectedCountLabel
-
aggColSorter
TableRowSorter<com.illumon.iris.console.events.rollup.RollupConfigDialog.AggConfigModel> aggColSorter
-
aggColumnTable
JTable aggColumnTable
-
aggCombo
JComboBox<AggType> aggCombo
-
aggSearchAndSort
SearchAndSortControl aggSearchAndSort
-
aggTable
JTable aggTable
-
aggTableModel
com.illumon.iris.console.events.rollup.RollupConfigDialog.AggTypeModel aggTableModel
-
aggTypeModel
SortedComboBoxModel<AggType> aggTypeModel
-
applyCancelPanel
JPanel applyCancelPanel
-
availColModel
DefaultListModel<String> availColModel
-
availColTable
org.jdesktop.swingx.JXList availColTable
-
availModelListener
SuspendableListDataListener availModelListener
-
bottomPanel
JPanel bottomPanel
-
buttonCancel
JButton buttonCancel
-
buttonOK
JButton buttonOK
-
columnDescriptions
Map<String,String> columnDescriptions
-
constituentPanel
JPanel constituentPanel
-
contentPane
JPanel contentPane
-
countAggHint
JTextPane countAggHint
-
doValidateListener
SuspendableTableModelListener doValidateListener
-
dragTipText
JTextPane dragTipText
-
errorAndWarningPane
JPanel errorAndWarningPane
-
fontHtml
String fontHtml
-
groupableColumns
List<String> groupableColumns
-
groupingColumnModel
com.illumon.iris.console.events.rollup.RollupConfigDialog.ListBackedTableModel<String> groupingColumnModel
-
groupingSearchAndSort
SearchAndSortControl groupingSearchAndSort
-
includeConstituentsCheck
JCheckBox includeConstituentsCheck
-
includeDescriptionsCheck
JCheckBox includeDescriptionsCheck
-
includeOtherCheck
JCheckBox includeOtherCheck
-
okClicked
boolean okClicked
-
selectAggColsPanel
JPanel selectAggColsPanel
-
selectAggHints
JTextPane selectAggHints
-
selectColsPanel
JPanel selectColsPanel
-
selectedColTable
JTable selectedColTable
-
selectedPanel
JPanel selectedPanel
-
selectedScroll
JScrollPane selectedScroll
-
showPanel
JPanel showPanel
-
sourceColumns
Set<String> sourceColumns
-
sourceDefinition
TableDefinition sourceDefinition
-
tabPane
JTabbedPane tabPane
-
textPane1
JTextPane textPane1
-
textPane2
JTextPane textPane2
-
toggleSelectionCheckBox
TriStateCheckBox toggleSelectionCheckBox
-
toggleSelectionHandler
SuspendableItemListener toggleSelectionHandler
-
warningLabel
JTextPane warningLabel
-
-
-
-
Package com.illumon.iris.console.events.totals
-
Class com.illumon.iris.console.events.totals.TotalsConfigDialog extends JDialog implements Serializable
-
Serialized Fields
-
availableItems
Map<String,Set<AggType>> availableItems
-
buttonCancel
JButton buttonCancel
-
buttonOK
JButton buttonOK
-
contentPane
JPanel contentPane
-
defaultCombo
JComboBox<AggType> defaultCombo
-
downButton
JButton downButton
-
hiddenList
JList<String> hiddenList
-
hiddenScroll
JScrollPane hiddenScroll
-
leftButton
JButton leftButton
-
leftRightPanel
JPanel leftRightPanel
-
mainPanel
JPanel mainPanel
-
model
com.illumon.iris.console.events.totals.TotalsConfigDialog.TotalsConfigModel model
-
okClicked
boolean okClicked
-
resetButton
JButton resetButton
-
rightButton
JButton rightButton
-
shownScroll
JScrollPane shownScroll
-
shownTable
JTable shownTable
-
toBottomButton
JButton toBottomButton
-
toTopButton
JButton toTopButton
-
upButton
JButton upButton
-
upDownPanel
JPanel upDownPanel
-
-
-
Class com.illumon.iris.console.events.totals.TotalsPanel extends JPanel implements Serializable
-
Serialized Fields
-
displayOrder
List<com.illumon.iris.console.events.totals.TotalsConfigDialog.OpRow> displayOrder
-
grandTotalItemsPanel
JPanel grandTotalItemsPanel
-
grandTotalsListener
InstrumentedShiftAwareListenerAdapter grandTotalsListener
-
grandTotalsPane
org.jdesktop.swingx.JXTaskPane grandTotalsPane
-
grandTotalsTable
Table grandTotalsTable
-
grandTotalStatusLabel
JLabel grandTotalStatusLabel
-
grandTotalsUpdater
AsyncLatestJob<com.fishlib.base.Pair<Long,Table>> grandTotalsUpdater
-
grandTotalsValueMap
Map<String,com.illumon.iris.console.events.totals.TotalsPanel.ValuePanel> grandTotalsValueMap
-
log
com.fishlib.io.logger.Logger log
-
model
DBTableModel model
-
needsUpdate
boolean needsUpdate
-
tableChangeListener
DBTableModel.TableChangeListener tableChangeListener
-
totalItemsPanel
JPanel totalItemsPanel
-
totalsBuilder
TotalsTableBuilder totalsBuilder
-
totalsListener
InstrumentedShiftAwareListenerAdapter totalsListener
-
totalsPane
org.jdesktop.swingx.JXTaskPane totalsPane
-
totalsStatusLabel
JLabel totalsStatusLabel
-
totalsTable
Table totalsTable
-
totalsUpdater
AsyncLatestJob<com.fishlib.base.Pair<Long,Table>> totalsUpdater
-
totalsValueMap
Map<String,com.illumon.iris.console.events.totals.TotalsPanel.ValuePanel> totalsValueMap
-
userModifiedTotals
boolean userModifiedTotals
-
-
-
Class com.illumon.iris.console.events.totals.TotalsPanel.GetTotalsTableFunction extends Object implements Serializable
-
Serialized Fields
-
directive
String directive
-
-
-
-
Package com.illumon.iris.console.events.treetable
-
Class com.illumon.iris.console.events.treetable.HierarchicalCellRenderer extends JPanel implements Serializable
-
Serialized Fields
-
autoResize
boolean autoResize
-
colorDefaults
UIDefaults colorDefaults
-
gbc
GridBagConstraints gbc
-
isRollup
boolean isRollup
-
lineRenderer
com.illumon.iris.console.events.treetable.HierarchicalCellRenderer.ExpandRenderer lineRenderer
-
props
IrisTreeTableModel.RowProperties props
-
rowHeight
int rowHeight
-
underlying
TableCellRenderer underlying
-
-
-
Class com.illumon.iris.console.events.treetable.IrisTreeTableModel extends BaseDBTableModel implements Serializable
-
Serialized Fields
-
baseSourceTable
Table baseSourceTable
-
baseTable
Table baseTable
-
baseTableId
int baseTableId
-
byColumns
Set<String> byColumns
-
closed
boolean closed
-
columnNames
List<String> columnNames
-
constituentSources
Map<String,ColumnSource<?>> constituentSources
-
containsRollupConstituents
boolean containsRollupConstituents
-
currentPane
JScrollPane currentPane
-
defaultSort
List<com.illumon.iris.table.sort.SortDirective> defaultSort
-
detailMap
Map<Object,ViewportDetail> detailMap
-
disconnectListener
QueryProcessorConnection.DisconnectHandler disconnectListener
-
filterableColumns
Set<String> filterableColumns
-
filterStrategy
FilterStrategyImpl filterStrategy
-
freezeColumnListener
TableColumnModelListener freezeColumnListener
-
freezeTable
IrisTable freezeTable
-
hierarchicalColumnName
String hierarchicalColumnName
-
identifier
String identifier
-
info
HierarchicalTableInfo info
-
isWindowShowing
boolean isWindowShowing
-
lastUpdateTime
long lastUpdateTime
-
layoutHints
LayoutHintBuilder layoutHints
-
log
com.fishlib.io.logger.Logger log
-
pendingContractions
Map<Object,ViewportDetail> pendingContractions
-
pendingExpansions
Map<Object,ViewportDetail> pendingExpansions
-
quickFilterMode
QuickFilterMode quickFilterMode
-
quickFilterString
String quickFilterString
-
savedStrategies
Map<String,org.jdom2.Element> savedStrategies
-
showListener
com.illumon.infonode.docking.DockingWindowAdapter showListener
-
showListenerWindows
com.fishlib.base.WeakReferenceManager<com.illumon.infonode.docking.DockingWindow> showListenerWindows
-
size
long size
-
sizeListener
LongConsumer sizeListener
-
snapshotEnd
long snapshotEnd
-
snapshotStart
long snapshotStart
-
sortHelper
SortHelper sortHelper
-
sources
Map<String,ColumnSource<?>> sources
-
sourceTable
Table sourceTable
-
sourceToConstituentMap
Map<String,String> sourceToConstituentMap
-
suspended
boolean suspended
-
telemetry
TelemetryLogger telemetry
-
treeTable
IrisTable treeTable
-
unrolledModelInfo
UnrolledModelInfo unrolledModelInfo
-
updateCnt
AtomicLong updateCnt
-
updateJob
com.illumon.iris.console.events.treetable.IrisTreeTableModel.ViewPortUpdateJob updateJob
-
updateRate
long updateRate
-
updateScheduled
AtomicBoolean updateScheduled
-
viewportHelper
ViewportHelper viewportHelper
-
viewportQueue
List<com.illumon.iris.console.events.treetable.IrisTreeTableModel.ViewportOperation> viewportQueue
-
-
-
Class com.illumon.iris.console.events.treetable.PolymorphicGuiColumn extends AbstractDataColumn implements Serializable
-
Serialized Fields
-
alternates
Map<Class<?>,AbstractDataColumn> alternates
-
typeAwareFormatter
com.illumon.iris.console.events.treetable.PolymorphicGuiColumn.MultiFormatter typeAwareFormatter
-
-
-
-
Package com.illumon.iris.console.utils
-
Class com.illumon.iris.console.utils.BackgroundTaskColumn extends GuiColumn implements Serializable
-
Class com.illumon.iris.console.utils.ExceptionHandlingSettingsDialog extends JDialog implements Serializable
-
Serialized Fields
-
buttonPanel
JPanel buttonPanel
-
cancelButton
JButton cancelButton
-
contenPanel
JPanel contenPanel
-
displayRadioButton
JRadioButton displayRadioButton
-
emailTextField
JTextField emailTextField
-
mainPanel
JPanel mainPanel
-
normalBorder
Border normalBorder
-
okButton
JButton okButton
-
sendRadioButton
JRadioButton sendRadioButton
-
userNameTextField
JTextField userNameTextField
-
-
-
Class com.illumon.iris.console.utils.ExceptionVisualizer.Visualizer extends JDialog implements Serializable
-
Serialized Fields
-
closeButton
JButton closeButton
-
copyButton
JButton copyButton
-
exceptions
JTree exceptions
-
exceptionText
JTextArea exceptionText
-
excMessage
JTextArea excMessage
-
excType
JTextField excType
-
isFatal
boolean isFatal
-
model
com.illumon.iris.console.utils.ExceptionVisualizer.ExceptionTreeModel model
-
rootCause
JTextField rootCause
-
supportButton
JButton supportButton
-
suppressAllButton
JButton suppressAllButton
-
suppressThisButton
JButton suppressThisButton
-
thread
JTextField thread
-
-
-
Class com.illumon.iris.console.utils.GetAllUsersQuery extends ContextAwareRemoteQuery<String[]> implements Serializable
-
Class com.illumon.iris.console.utils.GetPermissionDataQuery extends ContextAwareRemoteQuery<PermissionAndGroupData> implements Serializable
-
Class com.illumon.iris.console.utils.IrisConsoleSettingsDialog extends JDialog implements Serializable
-
Serialized Fields
-
alertsPropagate
JCheckBox alertsPropagate
-
chartsAntiAliasCh
JCheckBox chartsAntiAliasCh
-
colorChooserDialog
ColorChooserDialog colorChooserDialog
-
confirmConsoleTableCloses
JCheckBox confirmConsoleTableCloses
-
consoleToolbar
IrisConsoleToolbar consoleToolbar
-
dateTimeFormatter
JComboBox<com.illumon.iris.console.utils.IrisConsoleSettingsDialog.DBDateTimeFormatterWrapper> dateTimeFormatter
-
defaultOneClickColumn
JTextField defaultOneClickColumn
-
defaultTheme
JComboBox<String> defaultTheme
-
defaultTimeZone
JComboBox<String> defaultTimeZone
-
editorTabSizeTextField
JTextField editorTabSizeTextField
-
epsilonTextField
JTextField epsilonTextField
-
expiryFormatter
JComboBox<com.illumon.iris.console.utils.IrisConsoleSettingsDialog.DBDateTimeFormatterWrapper> expiryFormatter
-
fontChooserDialog
FontChooserDialog fontChooserDialog
-
irisConsoleSettings
IrisConsoleSettings irisConsoleSettings
-
log
com.fishlib.io.logger.Logger log
-
oneClickPrefix
JComboBox<String> oneClickPrefix
-
owner
Window owner
-
showClock
JCheckBox showClock
-
showMoreToolTip
JCheckBox showMoreToolTip
-
showNans
JCheckBox showNans
-
showNulls
JCheckBox showNulls
-
timestampFormatter
JComboBox<com.illumon.iris.console.utils.IrisConsoleSettingsDialog.DBDateTimeFormatterWrapper> timestampFormatter
-
useControllerSource
JCheckBox useControllerSource
-
weepsConsole
IrisConsole weepsConsole
-
-
-
Class com.illumon.iris.console.utils.IrisSplashLogin extends Splash implements Serializable
-
Serialized Fields
-
authenticationLatch
CountDownLatch authenticationLatch
-
loginPanel
LoginPanel loginPanel
-
-
-
Class com.illumon.iris.console.utils.LiveOneClickTimer extends Object implements Serializable
-
Class com.illumon.iris.console.utils.LivePivotWidget extends LivenessArtifact implements Serializable
- serialVersionUID:
- -3L
-
Serialized Fields
-
aggregation
LivePivotWidget.Aggregation aggregation
-
columnTitleColumn
String columnTitleColumn
-
filterColumns
String[] filterColumns
-
filterSortPivotWidget
FilterSortPivotWidget filterSortPivotWidget
-
noACLs
LivePivotWidget noACLs
-
options
PivotOptions options
-
requiredFilterColumns
String[] requiredFilterColumns
-
rows
String[] rows
-
tableStruct
TableStruct tableStruct
-
userColumnOrder
Comparable<?>[] userColumnOrder
-
userRowOrder
Comparable<?>[] userRowOrder
-
valueColumns
String[] valueColumns
-
-
Class com.illumon.iris.console.utils.LivePivotWidget.Options extends PivotOptions implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mainDecimalFormat
Format mainDecimalFormat
Deprecated. -
mainIntegerFormat
Format mainIntegerFormat
Deprecated. -
rowDecimalFormat
Format rowDecimalFormat
Deprecated. -
rowIntegerFormat
Format rowIntegerFormat
Deprecated. -
totalsDecimalFormat
Format totalsDecimalFormat
Deprecated. -
totalsIntegerFormat
Format totalsIntegerFormat
Deprecated.
-
-
Class com.illumon.iris.console.utils.LiveTableMapSelector extends Object implements Serializable
- serialVersionUID:
- 3975110892266532814L
-
Class com.illumon.iris.console.utils.LoginMethodPanel extends JPanel implements Serializable
-
Serialized Fields
-
authorizedUserName
String authorizedUserName
-
cancelled
boolean cancelled
-
effectiveUserName
String effectiveUserName
-
exitMethod
DialogExitOperation exitMethod
-
font
Font font
-
isAuthenticated
boolean isAuthenticated
-
isOpaque
boolean isOpaque
-
log
com.fishlib.io.logger.Logger log
-
okButton
JButton okButton
-
serverWait
AsyncWaitForAuthServerOperation serverWait
-
textColor
Color textColor
-
-
-
Class com.illumon.iris.console.utils.LoginPanel extends JPanel implements Serializable
-
Serialized Fields
-
addHeader
boolean addHeader
-
authServerConnected
boolean authServerConnected
-
buttonColor
Color buttonColor
-
centerPanel
JPanel centerPanel
-
countdown
int countdown
-
countdownLabel
JLabel countdownLabel
-
currentPanel
LoginMethodPanel currentPanel
-
defaultFont
Font defaultFont
-
defaultUser
String defaultUser
-
exitMethod
DialogExitOperation exitMethod
-
font
Font font
-
isOpaque
boolean isOpaque
-
log
com.fishlib.io.logger.Logger log
-
loginButton
JButton loginButton
-
loginMethodPanelsDropdown
JComboBox<com.illumon.iris.console.utils.LoginPanel.DropdownItem> loginMethodPanelsDropdown
-
loginPanelClasses
LinkedList<Constructor<? extends LoginMethodPanel>> loginPanelClasses
-
quitButton
JButton quitButton
-
splash
SplashPanel splash
-
textColor
Color textColor
-
timeout
int timeout
-
timer
Timer timer
-
-
-
Class com.illumon.iris.console.utils.PermissionAnalyzerDialog extends JDialog implements Serializable
-
Serialized Fields
-
accessNamespaceLabel
JLabel accessNamespaceLabel
-
asyncNamespaceFilterer
AsyncOneClickFilterer asyncNamespaceFilterer
-
closeButton
JButton closeButton
-
contentPane
JPanel contentPane
-
db
RemoteDatabase db
-
initialTableName
String initialTableName
-
log
com.fishlib.io.logger.Logger log
-
namespaceComboBox
JComboBox<String> namespaceComboBox
-
resultTableBuilder
TableBuilder resultTableBuilder
-
showAllGroupsCheckBox
JCheckBox showAllGroupsCheckBox
-
tableNameComboBox
JComboBox<String> tableNameComboBox
-
tableScrollPane
JScrollPane tableScrollPane
-
userComboBox
JComboBox<String> userComboBox
-
waitingModel
String[] waitingModel
-
-
-
Class com.illumon.iris.console.utils.TableMapSelector extends JPanel implements Serializable
- serialVersionUID:
- 6388228120810706983L
-
Serialized Fields
-
comboBox
JComboBox<String> comboBox
A combo box that allows users to select amongTableMapSelector.tableMap
keys to change the selected table. This is mostly for use in the console; in WEEPS, it's expected that users will prefer using OneClick. This box will be null ifincludeComboBox
isfalse
in the constructor. -
comboBoxModel
DefaultComboBoxModel<String> comboBoxModel
-
dataPanel
AsyncPanel dataPanel
-
dbTableModel
DBTableModel dbTableModel
-
dbViewportAdjustmentListener
DbViewportAdjustmentListener dbViewportAdjustmentListener
-
errorLabel
JLabel errorLabel
-
filtering
AtomicBoolean filtering
-
guiTable
GuiTable guiTable
-
keyListener
TableMap.KeyListener keyListener
-
keySet
Object[] keySet
-
keyToFilter
AtomicReference<Object> keyToFilter
-
lastKey
Object lastKey
-
lastPreemptiveTable
Table lastPreemptiveTable
-
log
com.fishlib.io.logger.Logger log
-
ocListener
OneClickListener ocListener
-
panelPopupProvider
AsyncPanel.PanelPopupProvider panelPopupProvider
-
populating
boolean populating
Whether the combo box is currently being populated with values (i.e. TableMap keys) -
preemptiveLabel
JLabel preemptiveLabel
A label that specifies whether the displayed Table is preemptive, and, if so, how long it took to hook up the preemptive table. This label is always instantiated, but is only displayed ifincludePreemptiveLabel
istrue
in the constructor. -
prevWorkspaceInfo
org.jdom2.Element prevWorkspaceInfo
-
prevWorkspaceLock
Object prevWorkspaceLock
-
refreshKeyPending
boolean refreshKeyPending
Did we want to refresh the keys while the user was looking at the popup? -
settingTable
boolean settingTable
Whether we're currently setting the displayed table. This is to prevent double-setting that wastes time.(If there's a ComboBox, AND we update the table during a OneClick, then we also have to set the selected item in the ComboBox. This triggers the ComboBox's action listeners.)
-
stringToIndex
SortedMap<String,Integer> stringToIndex
-
tableMap
TableMap tableMap
The TableMap whose Tables shall be selectable via this widget
-
-
Class com.illumon.iris.console.utils.TaskManager.TaskManagerTableModel extends IrisTableModel implements Serializable
-
Serialized Fields
-
taskList
CopyOnWriteArrayList<TaskManager.Task> taskList
-
-
-
Class com.illumon.iris.console.utils.WAuthenticationUserPassLoginMethodPanel extends LoginMethodPanel implements Serializable
-
Serialized Fields
-
advanced
ArrayList<JComponent> advanced
-
nameTF
JTextField nameTF
-
operateAsLabel
JLabel operateAsLabel
-
operateAsTF
JTextField operateAsTF
-
passwordTF
JPasswordField passwordTF
-
showAdvancedOptions
JCheckBox showAdvancedOptions
-
-
-
-
Package com.illumon.iris.console.utils.auto
-
Class com.illumon.iris.console.utils.auto.AutomatedTableTest extends JPanel implements Serializable
-
Serialized Fields
-
buttons
List<JButton> buttons
-
clearExceptionListButton
JButton clearExceptionListButton
-
contentPanel
JPanel contentPanel
-
exceptionList
JList<Throwable> exceptionList
-
exceptionListModel
DefaultListModel<Throwable> exceptionListModel
-
executor
ScheduledThreadPoolExecutor executor
-
filterButton
JButton filterButton
-
filterColumnMap
Map<IrisTable,Integer> filterColumnMap
-
filterColumnSelectionCombo
JComboBox<com.illumon.iris.console.utils.auto.AutomatedTableTest.SelectionType> filterColumnSelectionCombo
-
filterTestRunner
com.illumon.iris.console.utils.auto.AutomatedTableTest.TestRunner filterTestRunner
-
filterTimeLabel
JLabel filterTimeLabel
-
filterTimerTextField
JTextField filterTimerTextField
-
formatter
NumberFormat formatter
-
horizontalScrollTestRunner
com.illumon.iris.console.utils.auto.AutomatedTableTest.TestRunner horizontalScrollTestRunner
-
hScrollButton
JButton hScrollButton
-
hScrollCombo
JComboBox<com.illumon.iris.console.utils.auto.AutomatedTableTest.ScrollType> hScrollCombo
-
hScrollPixelsTextField
JTextField hScrollPixelsTextField
-
hScrollTimeLabel
JLabel hScrollTimeLabel
-
hScrollTimerTextField
JTextField hScrollTimerTextField
-
irisViewSupplier
Supplier<Collection<IrisView>> irisViewSupplier
-
listModel
DefaultListModel<WeakReference<IrisView>> listModel
-
listPanel
JPanel listPanel
-
log
com.fishlib.io.logger.Logger log
-
random
Random random
-
refreshButton
JButton refreshButton
-
scrollDataMap
Map<GuiTable,com.illumon.iris.console.utils.auto.AutomatedTableTest.ScrollData> scrollDataMap
-
scrollPane
JScrollPane scrollPane
-
selectedSet
Set<WeakReference<IrisView>> selectedSet
-
sortButton
JButton sortButton
-
sortColumnMap
Map<IrisTable,Integer> sortColumnMap
-
sortColumnSelectionCombo
JComboBox<com.illumon.iris.console.utils.auto.AutomatedTableTest.SelectionType> sortColumnSelectionCombo
-
sortDirectionCombo
JComboBox<com.illumon.iris.console.utils.auto.AutomatedTableTest.SortDirection> sortDirectionCombo
-
sortTestRunner
com.illumon.iris.console.utils.auto.AutomatedTableTest.TestRunner sortTestRunner
-
sortTimeLabel
JLabel sortTimeLabel
-
sortTimerTextField
JTextField sortTimerTextField
-
tableList
JList<WeakReference<IrisView>> tableList
-
testRunners
List<com.illumon.iris.console.utils.auto.AutomatedTableTest.TestRunner> testRunners
-
treeButton
JButton treeButton
-
treeOperationCombo
JComboBox<com.illumon.iris.console.utils.auto.AutomatedTableTest.TreeOperation> treeOperationCombo
-
treeRowMap
Map<IrisTable,Integer> treeRowMap
-
treeRowSelectionCombo
JComboBox<com.illumon.iris.console.utils.auto.AutomatedTableTest.SelectionType> treeRowSelectionCombo
-
treeTestRunner
com.illumon.iris.console.utils.auto.AutomatedTableTest.TestRunner treeTestRunner
-
treeTimeLabel
JLabel treeTimeLabel
-
treeTimerTextField
JTextField treeTimerTextField
-
verticalScrollTestRunner
com.illumon.iris.console.utils.auto.AutomatedTableTest.TestRunner verticalScrollTestRunner
-
viewExceptionButton
JButton viewExceptionButton
-
vScrollButton
JButton vScrollButton
-
vScrollCombo
JComboBox<com.illumon.iris.console.utils.auto.AutomatedTableTest.ScrollType> vScrollCombo
-
vScrollRowsTextField
JTextField vScrollRowsTextField
-
vScrollTimeLabel
JLabel vScrollTimeLabel
-
vScrollTimerTextField
JTextField vScrollTimerTextField
-
workspaceTableBindings
Set<String> workspaceTableBindings
-
-
-
-
Package com.illumon.iris.console.utils.input
-
Class com.illumon.iris.console.utils.input.ButtonColumn extends AbstractCellEditor implements Serializable
-
Serialized Fields
-
action
Action action
-
buttonColor
Color buttonColor
-
column
int column
-
editButton
JButton editButton
-
editorValue
Object editorValue
-
emptyRenderer
TableCellRenderer emptyRenderer
-
focusBorder
Border focusBorder
-
isButtonColumnEditor
boolean isButtonColumnEditor
-
mnemonic
int mnemonic
-
originalBorder
Border originalBorder
-
renderButton
JButton renderButton
-
table
JTable table
-
-
-
Class com.illumon.iris.console.utils.input.ButtonGuiColumn extends GuiColumn implements Serializable
-
Serialized Fields
-
tableButton
TableButton tableButton
-
-
-
Class com.illumon.iris.console.utils.input.InputCellEditors.BooleanCellEditor extends InputCellEditors.GenericCellEditor implements Serializable
-
Class com.illumon.iris.console.utils.input.InputCellEditors.CharCellEditor extends InputCellEditors.GenericCellEditor implements Serializable
-
Class com.illumon.iris.console.utils.input.InputCellEditors.DBDateTimeEditor extends DefaultCellEditor implements Serializable
-
Serialized Fields
-
alternateFormat
org.joda.time.format.DateTimeFormatter alternateFormat
-
jTable
GuiTable jTable
-
overlay
InputOverlayLayer overlay
-
standardFormat
org.joda.time.format.DateTimeFormatter standardFormat
-
validRowCallback
InputCellEditors.ValidRowCallback validRowCallback
-
value
DBDateTime value
-
-
-
Class com.illumon.iris.console.utils.input.InputCellEditors.EnumCellEditor extends InputCellEditors.GenericCellEditor implements Serializable
-
Class com.illumon.iris.console.utils.input.InputCellEditors.GenericCellEditor extends DefaultCellEditor implements Serializable
-
Serialized Fields
-
argTypes
Class[] argTypes
-
constructor
Constructor constructor
-
jTable
GuiTable jTable
-
overlay
InputOverlayLayer overlay
-
validRowCallback
InputCellEditors.ValidRowCallback validRowCallback
-
value
Object value
-
-
-
Class com.illumon.iris.console.utils.input.InputCellEditors.NumberCellEditor extends InputCellEditors.GenericCellEditor implements Serializable
-
Class com.illumon.iris.console.utils.input.InputOverlayRenderer extends DBColumnRenderer implements Serializable
-
Serialized Fields
-
editorComponent
Component editorComponent
-
inputOverlay
InputOverlayLayer inputOverlay
-
isEditable
boolean isEditable
-
isKeyColumn
boolean isKeyColumn
-
-
-
Class com.illumon.iris.console.utils.input.InputOverlayTable extends GuiTable implements Serializable
-
Serialized Fields
-
filterLinkHelper
FilterLinkHelper filterLinkHelper
-
filterStrategy
FilterStrategyImpl filterStrategy
-
inputOverlayTableModel
InputOverlayTableModel inputOverlayTableModel
-
inputTable
MutableInputTable inputTable
-
irisWidgetSupport
IrisWidgetSupport irisWidgetSupport
-
keysEditable
boolean keysEditable
-
log
com.fishlib.io.logger.Logger log
-
shouldClearFiltersOnLink
boolean shouldClearFiltersOnLink
-
view
IrisView view
-
-
-
Class com.illumon.iris.console.utils.input.InputOverlayTableModel extends GuiTableMap implements Serializable
-
Serialized Fields
-
editableColumnIndices
gnu.trove.set.TIntSet editableColumnIndices
-
editsByKey
Map<com.fishlib.datastructures.util.SmartKey,Map<Integer,InputLayerObject>> editsByKey
-
handler
InputTableSelectionHandler handler
-
inputTable
MutableInputTable inputTable
-
isAddRowEnabled
boolean isAddRowEnabled
-
keyColumnIndices
int[] keyColumnIndices
-
keysEditable
boolean keysEditable
-
log
com.fishlib.io.logger.Logger log
-
panel
InputTableEditorPanel panel
-
pendingInputListeners
Set<InputListener> pendingInputListeners
-
replicatedTable
ReplicatedTable replicatedTable
-
rll
ReverseLookupListener rll
-
statusListener
InputTableStatusListener statusListener
-
table
Table table
-
-
-
Class com.illumon.iris.console.utils.input.InputRowsDialog extends JDialog implements Serializable
-
Serialized Fields
-
-
Class com.illumon.iris.console.utils.input.InputRowsTable extends GuiTable implements Serializable
-
Serialized Fields
-
inputTable
MutableInputTable inputTable
-
model
InputRowsTableModel model
-
-
-
Class com.illumon.iris.console.utils.input.InputRowsTableModel extends BaseDBTableModel implements Serializable
-
Class com.illumon.iris.console.utils.input.InputTableEditorPanel extends JPanel implements Serializable
-
Serialized Fields
-
filterStrategy
InputTableEditorFilterStrategy filterStrategy
-
inputOverlayTable
InputOverlayTable inputOverlayTable
-
inputOverlayTableModel
InputOverlayTableModel inputOverlayTableModel
-
inputTable
MutableInputTable inputTable
-
irisWidgetSupport
IrisWidgetSupport irisWidgetSupport
-
localTable
Table localTable
-
log
com.fishlib.io.logger.Logger log
-
queryTextField
JTextField queryTextField
-
regexCheckBox
JCheckBox regexCheckBox
-
remoteTable
Table remoteTable
-
-
-
Class com.illumon.iris.console.utils.input.TimeSpinner extends JPanel implements Serializable
-
Serialized Fields
-
text
JTextField text
-
-
-
Class com.illumon.iris.console.utils.input.WDbDateFormat extends com.fishlib.base.formatters.WCleanDateFormat implements Serializable
-
-
Package com.illumon.iris.console.utils.oneclick
-
Class com.illumon.iris.console.utils.oneclick.LiveOneClickTable extends Object implements Serializable
-
Serialized Fields
-
oneClickColumn
String oneClickColumn
-
-
-
Class com.illumon.iris.console.utils.oneclick.OneClickListEditorDialog extends IrisDialog implements Serializable
-
Serialized Fields
-
enforceUppercase
JCheckBox enforceUppercase
-
isSorted
JCheckBox isSorted
-
nameField
JTextField nameField
-
ocListModel
OneClickListModel ocListModel
-
ok_
JButton ok_
-
okSelected
boolean okSelected
-
originalItem
String originalItem
-
uppercaseEnforcer
UpperCaseEnforcingKeyListener uppercaseEnforcer
-
-
-
Class com.illumon.iris.console.utils.oneclick.OneClickListManagerDialog extends IrisDialog implements Serializable
-
Serialized Fields
-
checkMarkIcon
ImageIcon checkMarkIcon
-
list
JList<OneClickListModel> list
-
model
OneClickListComboBoxModel model
-
-
-
Class com.illumon.iris.console.utils.oneclick.OneClickListRenderer extends DefaultListCellRenderer implements Serializable
-
Class com.illumon.iris.console.utils.oneclick.OneClickTablePanel extends AsyncPanel implements Serializable
-
Serialized Fields
-
dataPanel
AsyncPanel dataPanel
-
executor
ExecutorService executor
-
filterLinkHelper
FilterLinkHelper filterLinkHelper
-
irisTable
IrisTable irisTable
-
irisTablePanel
IrisTablePanel irisTablePanel
-
irisView
IrisView irisView
-
lastValue
String lastValue
-
log
com.fishlib.io.logger.Logger log
-
name
String name
-
oneClickColumn
String oneClickColumn
-
processorConnection
QueryProcessorConnection processorConnection
-
sessionId
int sessionId
-
tableModel
IrisTableModel tableModel
-
-
-
Class com.illumon.iris.console.utils.oneclick.OneClickTimer extends JPanel implements Serializable
-
Serialized Fields
-
chartPanel
org.jfree.chart.ChartPanel chartPanel
-
columnBox
JComboBox<String> columnBox
-
currentLabel
JLabel currentLabel
-
currentListLabel
JLabel currentListLabel
-
DEFAULT_COLUMN
String DEFAULT_COLUMN
-
filterColumnData
DefaultComboBoxModel<String> filterColumnData
-
oneClickListSetModel
OneClickListComboBoxModel oneClickListSetModel
-
oneClickWorkingList
OneClickListModel oneClickWorkingList
-
pdf
org.jfree.data.xy.XYSeries pdf
-
period
long period
-
periodComboBox
JComboBox<String> periodComboBox
-
periodGenerators
ArrayList<com.illumon.iris.console.utils.oneclick.OneClickTimer.PeriodGenerator> periodGenerators
-
selectedPeriodGenerator
int selectedPeriodGenerator
-
started
boolean started
-
startStop
JButton startStop
-
timeLabel
JLabel timeLabel
-
useCdf
boolean useCdf
-
-
-
-
Package com.illumon.iris.console.utils.pivot
-
Class com.illumon.iris.console.utils.pivot.FilterSortPivotWidget extends JPanel implements Serializable
-
Serialized Fields
-
aggregation
LivePivotWidget.Aggregation aggregation
-
asyncPanel
AsyncPanel asyncPanel
-
autoFilterButtons
List<JButton> autoFilterButtons
-
closed
boolean closed
-
closeRunnables
List<Runnable> closeRunnables
-
columnTitleColumnName
String columnTitleColumnName
-
currentValueColumn
String currentValueColumn
-
dbTableModel
DBTableModel dbTableModel
-
filterColumnList
List<String> filterColumnList
-
filterColumnNames
String[] filterColumnNames
-
filteredStruct
TableStruct filteredStruct
-
filterKnownValues
Map<String,LinkedList<Object>> filterKnownValues
-
filterStrategy
FilterStrategyImpl filterStrategy
-
filterStrategyListener
FilterStrategyImpl.FilterStrategyListener filterStrategyListener
-
hasUserColumnOrder
boolean hasUserColumnOrder
-
hasUserRowOrder
boolean hasUserRowOrder
-
initialStruct
TableStruct initialStruct
-
innerPanel
AsyncPanel innerPanel
-
log
com.fishlib.io.logger.Logger log
-
name
String name
-
options
PivotOptions options
-
pivotWidgetPanel
PivotWidget pivotWidgetPanel
-
requiredColumnMessage
String requiredColumnMessage
-
requiredFilterColumns
List<String> requiredFilterColumns
-
rows
String[] rows
-
sessionId
int sessionId
-
shouldClearFiltersOnLink
boolean shouldClearFiltersOnLink
-
showListener
com.illumon.infonode.docking.DockingWindowListener showListener
-
showListenerWindows
com.fishlib.base.WeakReferenceManager<com.illumon.infonode.docking.DockingWindow> showListenerWindows
-
sourceLinks
Map<LinkSource,List<LinkDescriptor>> sourceLinks
-
swappablePivotTable
com.illumon.iris.console.utils.pivot.FilterSortPivotWidget.SwappablePivotTable swappablePivotTable
-
tableToPivot
Table tableToPivot
-
tabMultiIcon
MultiIcon tabMultiIcon
-
targets
com.fishlib.base.WeakReferenceManager<LinkTarget> targets
-
valueColumnList
List<String> valueColumnList
-
valueColumnNames
String[] valueColumnNames
-
valueColumns
JComboBox<String> valueColumns
-
view
IrisView view
-
-
-
Class com.illumon.iris.console.utils.pivot.PivotFormatOption extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.console.utils.pivot.PivotOptions extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
aggregateAcross
boolean aggregateAcross
-
aggregateDown
boolean aggregateDown
-
colorRowColumns
boolean colorRowColumns
-
defaultFormatOption
PivotFormatOption defaultFormatOption
-
filterFetchSizes
Map<String,Integer> filterFetchSizes
-
fixedTotalColumn
boolean fixedTotalColumn
-
heatMap
boolean heatMap
-
heatMapMaxColor
Color heatMapMaxColor
-
heatMapMinColor
Color heatMapMinColor
-
sortColumns
int sortColumns
-
sortColumnsBy
LivePivotWidget.ColumnSortType sortColumnsBy
-
sortRows
int sortRows
-
sortRowsBy
LivePivotWidget.RowSortType sortRowsBy
-
sortRowsByName
String sortRowsByName
-
totalsAggregation
LivePivotWidget.Aggregation totalsAggregation
-
useColorFormat
boolean useColorFormat
-
useColumnNameTransform
boolean useColumnNameTransform
-
valueFormatOptions
Map<String,PivotFormatOption> valueFormatOptions
-
-
Class com.illumon.iris.console.utils.pivot.PivotWidget extends JPanel implements Serializable
-
Serialized Fields
-
aggregateAcross
Table aggregateAcross
-
aggregateAcrossMap
Map<Object,Object> aggregateAcrossMap
-
aggregateAcrossRowColumns
ColumnSource<?>[] aggregateAcrossRowColumns
-
aggregateAcrossUnitColumn
ColumnSource<?> aggregateAcrossUnitColumn
-
aggregateColumn
int aggregateColumn
-
aggregateDown
Table aggregateDown
-
aggregateDownMap
Map<Object,Object> aggregateDownMap
-
aggregateDownTitleColumn
ColumnSource<?> aggregateDownTitleColumn
-
aggregateDownUnitColumn
ColumnSource<?> aggregateDownUnitColumn
-
aggregateRow
int aggregateRow
-
aggregateTotalTotal
Table aggregateTotalTotal
-
closeRunnables
List<Runnable> closeRunnables
-
colorMap
Map<Object,gnu.trove.map.TObjectLongMap<Object>> colorMap
-
columnTitleMap
Map<String,Object> columnTitleMap
-
columnTitlesArray
List<Object> columnTitlesArray
-
columnTitleSource
ColumnSource<?> columnTitleSource
-
columnTitlesSet
Set<Object> columnTitlesSet
-
discardChanges
AtomicBoolean discardChanges
-
hasAllFilteredColumns
AtomicBoolean hasAllFilteredColumns
-
heatMapColumnSource
ColumnSource<?> heatMapColumnSource
-
isHeaderSortable
boolean isHeaderSortable
-
lastUsedTable
Table lastUsedTable
-
listenerRefs
List<InstrumentedListener> listenerRefs
-
log
com.fishlib.io.logger.Logger log
-
mainTable
JTable mainTable
-
mainTableHeaderLabel
JLabel mainTableHeaderLabel
-
max
double max
-
min
double min
-
minMaxTable
Table minMaxTable
-
multiSplitLayoutModel
org.jdesktop.swingx.MultiSplitLayout.Split multiSplitLayoutModel
-
nameTransformColumnSource
ColumnSource<?> nameTransformColumnSource
-
options
PivotOptions options
-
pivotedTable
Table pivotedTable
-
pivotModel
com.illumon.iris.console.utils.pivot.PivotWidget.PivotModel pivotModel
-
recomputeCallback
Runnable recomputeCallback
-
rowColumnSources
ColumnSource<?>[] rowColumnSources
-
rowKeysArray
List<Object> rowKeysArray
-
rowMap
Map<Object,Map<Object,Object>> rowMap
-
rows
String[] rows
-
rowTitleTable
JTable rowTitleTable
-
splitPane
org.jdesktop.swingx.JXMultiSplitPane splitPane
-
toolTipProvider
PivotWidget.HeaderToolTipProvider toolTipProvider
-
totalTable
JTable totalTable
-
totalTotalUnitColumn
ColumnSource<?> totalTotalUnitColumn
-
unitColumnName
String unitColumnName
-
unitColumnSource
ColumnSource<?> unitColumnSource
-
unitType
Class<?> unitType
-
updateOnShow
AtomicBoolean updateOnShow
-
userColumnOrderLookup
Map<Comparable<?>,Integer> userColumnOrderLookup
-
userOrderLookup
Map<Comparable<?>,Integer> userOrderLookup
-
-
-
-
Package com.illumon.iris.controller
-
Class com.illumon.iris.controller.ConfigurationType extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
allowedGroups
List<String> allowedGroups
-
configCheckerClass
Class<? extends ConfigChecker> configCheckerClass
-
configClass
Class<? extends TypeSpecificConfig> configClass
-
configPanelFactoryClass
Class<? extends TypeSpecificConfigPanelFactory> configPanelFactoryClass
-
configurationTypeDetailsClass
Class<? extends ConfigurationTypeDetails> configurationTypeDetailsClass
-
controllerConfigurationProcessorClass
Class<? extends FunctionalInterfaces.TriFunction<com.fishlib.io.logger.Logger,PqStorage,AtomicLong,Boolean>> controllerConfigurationProcessorClass
-
customActionProviderClass
Class<? extends CustomActionProvider> customActionProviderClass
-
displayable
boolean displayable
-
displayableName
String displayableName
-
extraColumnGetterClass
Class<? extends ExtraColumnGetter> extraColumnGetterClass
-
extraColumns
List<ConfigurationType.ExtraColumn> extraColumns
-
extraJvmArgsClass
Class<? extends Function<PersistentQueryConfiguration,Collection<String>>> extraJvmArgsClass
-
hasScript
boolean hasScript
-
name
String name
-
popupProviderClasses
Collection<Class<? extends PersistentQueryPanelPopupProvider>> popupProviderClasses
-
propertyMap
Map<String,Object> propertyMap
-
serverClasses
List<String> serverClasses
-
setupQueryClass
Class<? extends RemoteQuery> setupQueryClass
-
shutdownProcedureClass
Class<? extends com.fishlib.base.Procedure.Unary<PersistentQuery>> shutdownProcedureClass
-
-
Class com.illumon.iris.controller.ConfigurationType.ExtraColumn extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
-
Serialized Fields
-
-
Class com.illumon.iris.controller.ConfigurationVerificationException extends Exception implements Serializable
- serialVersionUID:
- 1903672412036266773L
-
Class com.illumon.iris.controller.ConsoleAttachmentQuery extends ContextAwareRemoteQuery<ConsoleAttachmentQuery.ConsoleAttachmentResult> implements Serializable
-
Serialized Fields
-
sessionType
SessionType sessionType
-
-
-
Class com.illumon.iris.controller.ConsoleAttachmentQuery.ConsoleAttachmentResult extends Object implements Serializable
-
Class com.illumon.iris.controller.ConsoleConfigurationType extends ConfigurationType implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
config
TypeSpecificWireConfig config
-
-
-
Class com.illumon.iris.controller.ConsoleDetachQuery extends ContextAwareRemoteQuery<Boolean> implements Serializable
-
Serialized Fields
-
scriptSessionId
int scriptSessionId
-
-
-
Class com.illumon.iris.controller.ControllerConfigurationType extends ConfigurationType implements Serializable
-
Serialized Fields
-
config
TypeSpecificConfig config
-
controllerConfigurationProcessor
FunctionalInterfaces.TriFunction<com.fishlib.io.logger.Logger,PqStorage,AtomicLong,Boolean> controllerConfigurationProcessor
-
extraJvmArgs
Function<PersistentQueryConfiguration,Collection<String>> extraJvmArgs
-
setupConstructor
Constructor setupConstructor
-
shutdown
com.fishlib.base.Procedure.Unary<PersistentQuery> shutdown
-
-
-
Class com.illumon.iris.controller.InWorkerServiceSetupQuery extends ScriptSetupQuery implements Serializable
- serialVersionUID:
- 3759902079417499497L
-
Class com.illumon.iris.controller.InWorkerServiceTypeDetails extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
allowedGroups
List<String> allowedGroups
-
configContextValues
List<String> configContextValues
-
customFieldEditable
boolean customFieldEditable
-
customFieldName
String customFieldName
-
customFieldValues
List<String> customFieldValues
-
dbServerClasses
List<String> dbServerClasses
-
hasScript
boolean hasScript
-
routingServiceExcludeTags
List<String> routingServiceExcludeTags
-
routingServiceTag
String routingServiceTag
-
routingServiceType
InWorkerServiceTypeDetails.RoutingServiceType routingServiceType
-
scriptSetupClass
String scriptSetupClass
-
scriptUpdateClass
String scriptUpdateClass
-
-
Class com.illumon.iris.controller.IServerSelectionProvider.ResourcesUnavailableException extends RuntimeException implements Serializable
- serialVersionUID:
- 6403468013348964310L
-
Class com.illumon.iris.controller.PersistentQuery.UnknownSessionException extends RuntimeException implements Serializable
-
Class com.illumon.iris.controller.PersistentQueryConfiguration extends com.illumon.dataobjects.generated.DefaultPersistentQueryConfiguration implements Serializable
- serialVersionUID:
- -4489482696414313529L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.controller.PersistentQueryConfiguration.ValidationException extends QueryConfigurationException implements Serializable
-
Class com.illumon.iris.controller.PersistentQueryConfiguration.ValidationFailure extends PersistentQueryConfiguration.ValidationException implements Serializable
-
Class com.illumon.iris.controller.PersistentQueryConfiguration.ValidationWarning extends PersistentQueryConfiguration.ValidationException implements Serializable
-
Class com.illumon.iris.controller.PersistentQueryConfigurationWrapper extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.controller.PersistentQueryControllerClient.AuthenticateToControllerTimeoutException extends RuntimeException implements Serializable
-
Class com.illumon.iris.controller.PersistentQueryControllerConfiguration extends Object implements Serializable
- serialVersionUID:
- 5L
-
Serialized Fields
-
configurationTypes
Map<String,ConsoleConfigurationType> configurationTypes
-
consoleServerGroups
Map<String,Set<String>> consoleServerGroups
-
dataImportServerConfigs
Collection<RoutingConfigurationInfo> dataImportServerConfigs
-
dataRoutingImplementationName
String dataRoutingImplementationName
-
dbServers
Map<String,PersistentQueryDbServerConfig> dbServers
-
defaultJvmProfileName
String defaultJvmProfileName
-
defaultSchedulingDetails
String[] defaultSchedulingDetails
-
defaultTemporaryQueueName
String defaultTemporaryQueueName
-
inWorkerServiceTypeDetailsMap
Map<String,InWorkerServiceTypeDetails> inWorkerServiceTypeDetailsMap
-
jvmProfileNames
Set<String> jvmProfileNames
-
logAggregatorServiceConfigs
Collection<RoutingConfigurationInfo> logAggregatorServiceConfigs
-
maxDataBufferPoolToHeapSizeRatio
double maxDataBufferPoolToHeapSizeRatio
-
maxHeapSizeInGB
int maxHeapSizeInGB
-
minDataBufferPoolToHeapSizeRatio
double minDataBufferPoolToHeapSizeRatio
-
publicKey
PublicKey publicKey
-
schedulingLookForwardDays
int schedulingLookForwardDays
-
serverTypeToGroupsMap
Map<String,Set<String>> serverTypeToGroupsMap
-
tableDataServiceConfigs
Collection<RoutingConfigurationInfo> tableDataServiceConfigs
-
temporaryQueueDetails
Map<String,com.illumon.iris.controller.ControllerTemporaryQueueDetails> temporaryQueueDetails
-
-
Class com.illumon.iris.controller.PersistentQueryDbServerConfig extends Object implements Serializable
- serialVersionUID:
- 3L
-
Class com.illumon.iris.controller.PersistentQueryInfo extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
config
PersistentQueryConfiguration config
-
lastFailureTimeMillis
long lastFailureTimeMillis
-
numberFailures
int numberFailures
-
state
PersistentQueryState state
-
-
Class com.illumon.iris.controller.PersistentQueryState extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
configurationSerial
long configurationSerial
-
configurationVersion
long configurationVersion
-
dispatcherHost
String dispatcherHost
-
envoyPrefix
String envoyPrefix
-
exceptionDetails
ExceptionDetails exceptionDetails
-
hasProgress
boolean hasProgress
-
initializationCompleteTime
Date initializationCompleteTime
-
initializationStartTime
Date initializationStartTime
-
lastAuthenticatedUser
String lastAuthenticatedUser
-
lastEffectiveUser
String lastEffectiveUser
-
lastUpdateTime
Date lastUpdateTime
-
processInfoId
String processInfoId
-
progressMessage
String progressMessage
-
progressPercentage
int progressPercentage
-
scopeNamesAndTypes
Map<String,ExportedObjectType> scopeNamesAndTypes
-
scriptLoaderState
ScriptPathLoaderState scriptLoaderState
-
status
PersistentQueryState.Status status
-
tableGroups
Map<String,String[]> tableGroups
-
typeSpecificState
TypeSpecificQueryState typeSpecificState
-
websocketPort
int websocketPort
-
workerHost
String workerHost
-
workerName
String workerName
-
workerPort
int workerPort
-
-
Class com.illumon.iris.controller.PythonVersion extends SessionType implements Serializable
-
Serialized Fields
-
jvmArguments
String jvmArguments
-
-
-
Class com.illumon.iris.controller.ReplaySetupQuery extends ScriptSetupQuery implements Serializable
-
Class com.illumon.iris.controller.RevertHelperSetupQuery extends ContextAwareRemoteQuery<PersistentQueryState> implements Serializable
- serialVersionUID:
- 1846525990092077419L
-
Serialized Fields
-
wrappedConfig
PersistentQueryConfigurationWrapper wrappedConfig
-
-
Class com.illumon.iris.controller.RoutingConfigurationInfo extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
name
String name
-
tags
Collection<String> tags
-
-
Class com.illumon.iris.controller.RunAndDoneSetupQuery extends ScriptSetupQuery implements Serializable
-
Class com.illumon.iris.controller.ScriptSetupQuery extends ContextAwareRemoteQuery<PersistentQueryState> implements Serializable
- serialVersionUID:
- 2017100201L
-
Serialized Fields
-
scriptBody
String scriptBody
-
scriptLoaderState
ScriptPathLoaderState scriptLoaderState
-
wrappedConfig
PersistentQueryConfigurationWrapper wrappedConfig
-
-
Class com.illumon.iris.controller.SessionType extends Object implements Serializable
-
Serialized Fields
-
parentType
String parentType
-
sessionClass
Class<? extends ScriptSession> sessionClass
-
sessionName
String sessionName
-
-
-
-
Package com.illumon.iris.controller.exception
-
Class com.illumon.iris.controller.exception.QueryConfigurationException extends UncheckedDeephavenException implements Serializable
-
Class com.illumon.iris.controller.exception.SchedulingException extends UncheckedDeephavenException implements Serializable
-
Class com.illumon.iris.controller.exception.ScriptException extends UncheckedDeephavenException implements Serializable
-
-
Package com.illumon.iris.controller.pqstorage
-
Class com.illumon.iris.controller.pqstorage.PqStorageFactory.PqStorageFactoryException extends RuntimeException implements Serializable
-
-
Package com.illumon.iris.controller.telemetry
-
Class com.illumon.iris.controller.telemetry.TelemetryHelperSetupQuery extends ContextAwareRemoteQuery<PersistentQueryState> implements Serializable
- serialVersionUID:
- -7316368604645146303L
-
Serialized Fields
-
wrappedConfig
PersistentQueryConfigurationWrapper wrappedConfig
-
-
-
Package com.illumon.iris.controller.utils
-
Class com.illumon.iris.controller.utils.ConnectionAwareRemoteTable extends QueryTable implements Serializable
-
Serialized Fields
-
clearOnDisconnect
boolean clearOnDisconnect
Should this table clear all data if the underlying PQ disconnects, or leave the data as it is, static? -
connectionGeneration
long connectionGeneration
A generation tracker to identify the most recent disconnect/reconnect operation. -
controllerClient
ControllerHashtableEventSource controllerClient
The client we'll use to get data. This could be a local field, but it could be useful to be able to get hold of this object after the constructor is done, while debugging, so leaving it here. -
disconnectGeneration
long disconnectGeneration
-
infoChangeListener
com.illumon.iris.controller.utils.ConnectionAwareRemoteTable.InfoChangeListener infoChangeListener
The infoChangeListener associated with this instance. This could be a local field, but it could be useful to get hold of this object after the constructor is done, for debugging, so leaving it here. -
log
com.fishlib.io.logger.Logger log
-
pendingPqInfo
PersistentQueryInfo pendingPqInfo
-
printDependencyInformation
boolean printDependencyInformation
-
queryDescriptor
com.illumon.iris.controller.utils.ConnectionAwareRemoteTable.Descriptor queryDescriptor
-
reconnectGeneration
long reconnectGeneration
-
retryAttemptsInWindow
int retryAttemptsInWindow
-
retryWindowMillis
long retryWindowMillis
-
-
-
Class com.illumon.iris.controller.utils.PersistentQueryConfigTableUtils.ProgressInfo extends com.fishlib.base.Pair<Integer,String> implements Serializable
-
-
Package com.illumon.iris.db
-
Class com.illumon.iris.db.NotSortableException extends RuntimeException implements Serializable
-
-
Package com.illumon.iris.db.exceptions
-
Class com.illumon.iris.db.exceptions.ArgumentException extends UncheckedDeephavenException implements Serializable
-
Class com.illumon.iris.db.exceptions.DuplicateJoinKeyException extends UncheckedTableException implements Serializable
-
Class com.illumon.iris.db.exceptions.ExpressionException extends UncheckedTableException implements Serializable
-
Serialized Fields
-
problemExpression
String problemExpression
-
-
-
Class com.illumon.iris.db.exceptions.MissingJoinKeyException extends UncheckedTableException implements Serializable
-
Class com.illumon.iris.db.exceptions.OperationException extends UncheckedDeephavenException implements Serializable
-
Class com.illumon.iris.db.exceptions.QueryCancellationException extends UncheckedDeephavenException implements Serializable
-
Class com.illumon.iris.db.exceptions.SizeException extends UncheckedDeephavenException implements Serializable
-
Class com.illumon.iris.db.exceptions.StateException extends UncheckedDeephavenException implements Serializable
-
Class com.illumon.iris.db.exceptions.TableAccessException extends UncheckedPermissionException implements Serializable
-
Class com.illumon.iris.db.exceptions.TableIOException extends UncheckedTableException implements Serializable
-
Class com.illumon.iris.db.exceptions.TableMapException extends UncheckedDeephavenException implements Serializable
-
Class com.illumon.iris.db.exceptions.UncheckedPermissionException extends UncheckedDeephavenException implements Serializable
-
Class com.illumon.iris.db.exceptions.UncheckedTableException extends UncheckedDeephavenException implements Serializable
-
-
Package com.illumon.iris.db.perf
-
Class com.illumon.iris.db.perf.DbIOTest extends Object implements Serializable
-
Class com.illumon.iris.db.perf.MicroBenchmarks.GetAvailableDatesForAllTables extends Object implements Serializable
-
-
Package com.illumon.iris.db.plot
-
Class com.illumon.iris.db.plot.AbstractSeriesInternal extends Object implements Serializable
- serialVersionUID:
- 156282740742368526L
-
Serialized Fields
-
axes
AxesImpl axes
-
dataChangeEventsListeners
List<DataChangeListenerProxy> dataChangeEventsListeners
-
dataChangeListener
DataChangeListenerProxy dataChangeListener
-
id
int id
-
name
Comparable name
-
swappableTables
Set<SwappableTable> swappableTables
-
tableHandles
Set<TableHandle> tableHandles
-
tableMapHandles
Set<TableMapHandle> tableMapHandles
-
-
Class com.illumon.iris.db.plot.AxesImpl extends Object implements Serializable
- serialVersionUID:
- 6085888203519593898L
-
Class com.illumon.iris.db.plot.AxisImpl extends Object implements Serializable
- serialVersionUID:
- -3995577961085156934L
-
Serialized Fields
-
axisTransform
AxisTransform axisTransform
-
categoryIndex
CategoryIndex categoryIndex
-
chart
ChartImpl chart
-
color
Paint color
-
dim
int dim
-
format
AxisFormat format
-
formatPattern
String formatPattern
-
gapBetweenMajorTicks
double gapBetweenMajorTicks
-
id
int id
-
invert
boolean invert
-
isTimeAxis
boolean isTimeAxis
-
label
String label
-
labelFont
Font labelFont
-
log
boolean log
-
majorTickLocations
double[] majorTickLocations
-
majorTicksVisible
boolean majorTicksVisible
-
maxRange
double maxRange
-
minorTickCount
int minorTickCount
-
minorTicksVisible
boolean minorTicksVisible
-
minRange
double minRange
-
oneClickChartModifiers
Set<OneClickChartModifier> oneClickChartModifiers
-
swappableTables
Set<SwappableTable> swappableTables
-
tableMapHandles
Set<TableMapHandle> tableMapHandles
-
tickLabelAngle
double tickLabelAngle
-
ticksFont
Font ticksFont
-
transformedCategoryIndex
CategoryIndex transformedCategoryIndex
-
type
AxisImpl.Type type
-
-
Class com.illumon.iris.db.plot.AxisLocation extends Object implements Serializable
- serialVersionUID:
- 9034132734092464678L
-
Serialized Fields
-
chartLocation
com.illumon.iris.db.plot.ChartLocation chartLocation
-
dim
int dim
-
id
int id
-
-
Class com.illumon.iris.db.plot.BaseFigureImpl extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
charts
ChartArray charts
-
figureName
String figureName
-
initializationGate
InitializationGate initializationGate
-
isDefaultTheme
boolean isDefaultTheme
-
numCols
int numCols
-
numRows
int numRows
-
plotInfo
PlotInfo plotInfo
-
resizable
boolean resizable
-
sessionId
int sessionId
-
theme
Theme theme
-
title
String title
-
titleColor
Paint titleColor
-
titleFont
Font titleFont
-
updateInterval
long updateInterval
-
-
Class com.illumon.iris.db.plot.ChartArray extends Object implements Serializable
- serialVersionUID:
- 4786818836320350714L
-
Class com.illumon.iris.db.plot.ChartImpl extends Object implements Serializable
- serialVersionUID:
- 9007248026427087347L
-
Serialized Fields
-
axes
List<AxesImpl> axes
-
axis
List<AxisImpl>[] axis
-
chartTitle
ChartTitle chartTitle
-
chartType
ChartType chartType
-
colspan
int colspan
-
column
int column
-
displayXGridLines
Boolean displayXGridLines
-
displayYGridLines
Boolean displayYGridLines
-
figure
BaseFigureImpl figure
-
initializationGate
InitializationGate initializationGate
-
initialized
boolean initialized
-
legendColor
Paint legendColor
-
legendFont
Font legendFont
-
maxVisibleRowsCount
int maxVisibleRowsCount
-
plotOrientation
ChartImpl.PlotOrientation plotOrientation
-
row
int row
-
rowspan
int rowspan
-
showLegend
boolean showLegend
-
titleColor
Paint titleColor
-
titleFont
Font titleFont
-
-
Class com.illumon.iris.db.plot.ChartTitle extends Object implements Serializable
-
Class com.illumon.iris.db.plot.DynamicChartTitle extends ChartTitle implements Serializable
-
Serialized Fields
-
dynamicTitleString
String dynamicTitleString
Dynamic title string -
listeners
List<ChartTitleChangeListener> listeners
Chart title change listeners -
titleFormat
String titleFormat
Dynamic chart title prefix
-
-
-
Class com.illumon.iris.db.plot.DynamicChartTitle.ChartTitleSwappableTable extends DynamicChartTitle.DynamicChartTitleTable implements Serializable
-
Serialized Fields
-
swappableTable
SwappableTable swappableTable
Swappable table for chart title -
tableMapHandle
TableMapHandle tableMapHandle
-
-
-
Class com.illumon.iris.db.plot.DynamicChartTitle.ChartTitleTable extends DynamicChartTitle.DynamicChartTitleTable implements Serializable
-
Serialized Fields
-
tableHandle
TableHandle tableHandle
Table handle for chart title
-
-
-
Class com.illumon.iris.db.plot.DynamicChartTitle.DynamicChartTitleTable extends DynamicChartTitle implements Serializable
-
Class com.illumon.iris.db.plot.FigureImpl extends Object implements Serializable
- serialVersionUID:
- -4519904656095275663L
-
Serialized Fields
-
figure
BaseFigureImpl figure
-
lastAxes
com.illumon.iris.db.plot.AxesLocation lastAxes
-
lastAxesMap
Map<com.illumon.iris.db.plot.ChartLocation,com.illumon.iris.db.plot.AxesLocation> lastAxesMap
-
lastAxis
AxisLocation lastAxis
-
lastAxisMap
Map<com.illumon.iris.db.plot.AxesLocation,AxisLocation> lastAxisMap
-
lastChart
com.illumon.iris.db.plot.ChartLocation lastChart
-
lastSeries
SeriesLocation lastSeries
-
lastSeriesMap
Map<com.illumon.iris.db.plot.AxesLocation,SeriesLocation> lastSeriesMap
-
-
Class com.illumon.iris.db.plot.FigureWidget extends FigureImpl implements Serializable
- serialVersionUID:
- 763409998768966385L
-
Serialized Fields
-
validGroups
String[] validGroups
-
-
Class com.illumon.iris.db.plot.FigureWidget.Descriptor extends Object implements Serializable
- serialVersionUID:
- -242821532734185765L
-
Serialized Fields
-
deflatedIds
List<Set<Integer>> deflatedIds
-
deflatedNonPreemptiveTables
List<Inflatable<Table>> deflatedNonPreemptiveTables
-
deflatedSubscribeToPreemptiveUpdates
List<Boolean> deflatedSubscribeToPreemptiveUpdates
-
deflatedTableMapIds
List<Set<Integer>> deflatedTableMapIds
-
deflatedTableMaps
List<Inflatable<TableMap>> deflatedTableMaps
-
deflatedTables
List<Inflatable<Table>> deflatedTables
-
figure
FigureImpl figure
-
-
Class com.illumon.iris.db.plot.Font extends Object implements Serializable
- serialVersionUID:
- -524274466614096214L
-
Serialized Fields
-
family
String family
-
font
Font font
-
size
int size
-
style
Font.FontStyle style
-
-
Class com.illumon.iris.db.plot.LineStyle extends Object implements Serializable
- serialVersionUID:
- 7567372312882381923L
-
Serialized Fields
-
dashPattern
float[] dashPattern
-
endStyle
LineStyle.LineEndStyle endStyle
-
joinStyle
LineStyle.LineJoinStyle joinStyle
-
width
double width
-
-
Class com.illumon.iris.db.plot.SeriesCollection extends Object implements Serializable
- serialVersionUID:
- -8561681018661975444L
-
Serialized Fields
-
index
Map<Integer,SeriesInternal> index
-
plotInfo
PlotInfo plotInfo
-
seriesCounter
AtomicInteger seriesCounter
-
seriesDescriptions
Map<Comparable,SeriesCollection.SeriesDescription> seriesDescriptions
-
-
Class com.illumon.iris.db.plot.SeriesCollection.SeriesDescription extends Object implements Serializable
- serialVersionUID:
- 1791578353902414235L
-
Serialized Fields
-
isMultiSeries
boolean isMultiSeries
-
series
SeriesInternal series
-
type
SeriesCollection.SeriesType type
-
-
Class com.illumon.iris.db.plot.SeriesLocation extends Object implements Serializable
- serialVersionUID:
- 3878962519670912774L
-
Serialized Fields
-
axesLocation
com.illumon.iris.db.plot.AxesLocation axesLocation
-
id
int id
-
-
-
Package com.illumon.iris.db.plot.axisformatters
-
Class com.illumon.iris.db.plot.axisformatters.NanosAxisFormat extends Object implements Serializable
- serialVersionUID:
- -2096650974534906333L
-
Serialized Fields
-
instance
NanosAxisFormat.NanosFormat instance
-
pattern
String pattern
-
tz
DBTimeZone tz
-
-
Class com.illumon.iris.db.plot.axisformatters.NanosAxisFormat.NanosFormat extends NumberFormat implements Serializable
- serialVersionUID:
- 6037426284760469353L
-
Serialized Fields
-
formatter
DateTimeFormatter formatter
-
previousFormat
String previousFormat
-
-
Class com.illumon.iris.db.plot.axisformatters.ScientificNumberFormatter extends NumberFormat implements Serializable
-
Serialized Fields
-
decimalFormat
DecimalFormat decimalFormat
-
lowerLimit
double lowerLimit
-
scientificFormat
DecimalFormat scientificFormat
-
upperLimit
double upperLimit
-
-
-
-
Package com.illumon.iris.db.plot.axistransformations
-
Class com.illumon.iris.db.plot.axistransformations.AxisTransformBusinessCalendar extends Object implements Serializable
- serialVersionUID:
- -8648623559661981847L
-
Serialized Fields
-
busCal
BusinessCalendar busCal
-
nuggets
List<com.illumon.iris.db.plot.axistransformations.AxisTransformBusinessCalendar.Nugget> nuggets
-
-
Class com.illumon.iris.db.plot.axistransformations.AxisTransformLambda extends Object implements Serializable
- serialVersionUID:
- 303405833375630361L
-
Serialized Fields
-
atd
DoubleUnaryOperator atd
-
dta
DoubleUnaryOperator dta
-
isVisible
DoublePredicate isVisible
-
-
Class com.illumon.iris.db.plot.axistransformations.AxisTransformSwappableBusinessCalendar extends OneClickChartModifierSwing<BusinessCalendar> implements Serializable
-
Serialized Fields
-
businessCalendar
AxisTransformBusinessCalendar businessCalendar
-
-
-
-
Package com.illumon.iris.db.plot.builders.jfreechart
-
Class com.illumon.iris.db.plot.builders.jfreechart.LinkableChartPanel extends JLayeredPane implements Serializable
-
Serialized Fields
-
busySpinner
com.illumon.iris.db.plot.builders.jfreechart.LinkableChartPanel.LinkableBusySpinner busySpinner
-
cachedWorkspace
org.jdom2.Element cachedWorkspace
-
chart
org.jfree.chart.JFreeChart chart
-
chartPanel
org.jfree.chart.ChartPanel chartPanel
-
columnToStatusMessage
Map<Comparable<?>,String> columnToStatusMessage
-
currentState
com.illumon.iris.db.plot.builders.jfreechart.LinkableChartPanel.State currentState
-
editLinks
JMenuItem editLinks
-
ignoreChartRenderedEvents
boolean ignoreChartRenderedEvents
-
index
int index
-
isDynamicChartTitle
boolean isDynamicChartTitle
-
lastKnownChartProgress
int lastKnownChartProgress
-
linkable
boolean linkable
-
linkableColumns
Set<String> linkableColumns
-
linkableTables
List<SwappableTableOneClickAbstract> linkableTables
-
linkFromItem
JMenuItem linkFromItem
-
linkHelper
FilterLinkHelper linkHelper
-
linkTargetListeners
List<LinkableChartPanel.LinkTargetListener> linkTargetListeners
-
log
com.fishlib.io.logger.Logger log
-
oneClickables
List<OneClickListener> oneClickables
-
panel
AsyncPanel panel
-
plotInfo
PlotInfo plotInfo
-
removeAllLinks
JMenuItem removeAllLinks
-
renderingSeries
Set<Comparable<?>> renderingSeries
-
series
Set<Comparable<?>> series
-
view
IrisView view
-
waitingSeries
Set<Comparable<?>> waitingSeries
-
-
-
Class com.illumon.iris.db.plot.builders.jfreechart.PanelRenderingState extends JLayeredPane implements Serializable
- serialVersionUID:
- 6669358320838767596L
-
Serialized Fields
-
busyMessage
String busyMessage
-
busySpinner
com.illumon.iris.db.plot.builders.jfreechart.PanelRenderingState.LinkableBusySpinner busySpinner
-
columnToWaitingMessage
Map<Comparable,String> columnToWaitingMessage
-
currentState
com.illumon.iris.db.plot.builders.jfreechart.PanelRenderingState.State currentState
-
ignoreChartRenderedEvents
boolean ignoreChartRenderedEvents
-
renderingSeries
Set<Comparable> renderingSeries
-
series
Set<Comparable> series
-
waitingSeries
Set<Comparable> waitingSeries
-
-
-
Package com.illumon.iris.db.plot.builders.jfreechart.axis
-
Class com.illumon.iris.db.plot.builders.jfreechart.axis.CustomCategoryAxis extends org.jfree.chart.axis.CategoryAxis implements Serializable
- serialVersionUID:
- -2165042818383775727L
-
Class com.illumon.iris.db.plot.builders.jfreechart.axis.CustomDateTimeAxis extends CustomNumberAxis implements Serializable
- serialVersionUID:
- 2627941551211529959L
-
Class com.illumon.iris.db.plot.builders.jfreechart.axis.CustomLogarithmicAxis extends org.jfree.chart.axis.LogarithmicAxis implements Serializable
- serialVersionUID:
- 7205851321037803890L
-
Class com.illumon.iris.db.plot.builders.jfreechart.axis.CustomNumberAxis extends com.jfreechartextensions.axistransformations.ExtendedNumberAxis implements Serializable
- serialVersionUID:
- 5377876572398812731L
-
-
Package com.illumon.iris.db.plot.builders.jfreechart.plot
-
Class com.illumon.iris.db.plot.builders.jfreechart.plot.CustomCategoryPlot extends org.jfree.chart.plot.CategoryPlot implements Serializable
-
Class com.illumon.iris.db.plot.builders.jfreechart.plot.CustomXYPlot extends com.jfreechartextensions.ExtendedXYPlot implements Serializable
-
Serialized Fields
-
chart
ChartImpl chart
-
listeners
List<ErrorPropagatingPlot.Listener> listeners
-
liveDatasets
gnu.trove.map.TIntObjectMap<org.jfree.data.xy.XYDataset> liveDatasets
-
snapshotDatasets
Map<Integer,org.jfree.data.xy.XYDataset> snapshotDatasets
-
-
-
-
Package com.illumon.iris.db.plot.builders.jfreechart.renderers
-
Class com.illumon.iris.db.plot.builders.jfreechart.renderers.CustomAreaRenderer extends com.jfreechartextensions.renderers.ExtendedAreaRenderer implements Serializable
-
Serialized Fields
-
generatorMap
Map<CategoryDataSeriesInternal,org.jfree.chart.labels.CategoryToolTipGenerator> generatorMap
-
legendLabelColor
Paint legendLabelColor
-
legendSeriesVisibilityMap
Map<Integer,Boolean> legendSeriesVisibilityMap
-
mapOfLegendItems
Map<Integer,Map<Integer,org.jfree.chart.LegendItem>> mapOfLegendItems
-
oneClickSeriesVisibilityMap
Map<Integer,Boolean> oneClickSeriesVisibilityMap
-
plot
CustomCategoryPlot plot
-
seriesIndex
int seriesIndex
-
xAxisFormat
AxisFormat xAxisFormat
-
yAxisFormat
AxisFormat yAxisFormat
-
-
-
Class com.illumon.iris.db.plot.builders.jfreechart.renderers.CustomBarRenderer extends com.jfreechartextensions.renderers.ExtendedBarRenderer implements Serializable
-
Serialized Fields
-
barPainterNoGradient
org.jfree.chart.renderer.category.BarPainter barPainterNoGradient
-
barPainterWithGradient
org.jfree.chart.renderer.category.BarPainter barPainterWithGradient
-
generatorMap
Map<CategoryDataSeriesInternal,org.jfree.chart.labels.CategoryToolTipGenerator> generatorMap
-
legendLabelColor
Paint legendLabelColor
-
legendSeriesVisibilityMap
Map<Integer,Boolean> legendSeriesVisibilityMap
-
mapOfLegendItems
Map<Integer,Map<Integer,org.jfree.chart.LegendItem>> mapOfLegendItems
-
oneClickSeriesVisibilityMap
Map<Integer,Boolean> oneClickSeriesVisibilityMap
-
plot
CustomCategoryPlot plot
-
seriesIndex
int seriesIndex
-
xAxisFormat
AxisFormat xAxisFormat
-
yAxisFormat
AxisFormat yAxisFormat
-
-
-
Class com.illumon.iris.db.plot.builders.jfreechart.renderers.CustomGroupedBarRenderer extends com.jfreechartextensions.renderers.ExtendedGroupedBarRenderer implements Serializable
- serialVersionUID:
- -517522115088992083L
-
Serialized Fields
-
barPainterNoGradient
org.jfree.chart.renderer.category.BarPainter barPainterNoGradient
-
barPainterWithGradient
org.jfree.chart.renderer.category.BarPainter barPainterWithGradient
-
generatorMap
Map<CategoryDataSeriesInternal,org.jfree.chart.labels.CategoryToolTipGenerator> generatorMap
-
legendLabelColor
Paint legendLabelColor
-
legendSeriesVisibilityMap
Map<Integer,Boolean> legendSeriesVisibilityMap
-
mapOfLegendItems
Map<Integer,Map<Integer,org.jfree.chart.LegendItem>> mapOfLegendItems
-
oneClickSeriesVisibilityMap
Map<Integer,Boolean> oneClickSeriesVisibilityMap
-
plot
CustomCategoryPlot plot
-
seriesIndex
int seriesIndex
-
xAxisFormat
AxisFormat xAxisFormat
-
yAxisFormat
AxisFormat yAxisFormat
-
-
Class com.illumon.iris.db.plot.builders.jfreechart.renderers.CustomLineAndShapeRenderer extends com.jfreechartextensions.renderers.ExtendedLineAndShapeRenderer implements Serializable
-
Serialized Fields
-
generatorMap
Map<CategoryDataSeriesInternal,org.jfree.chart.labels.CategoryToolTipGenerator> generatorMap
-
legendLabelColor
Paint legendLabelColor
-
legendSeriesVisibilityMap
Map<Integer,Boolean> legendSeriesVisibilityMap
-
mapOfLegendItems
Map<Integer,Map<Integer,org.jfree.chart.LegendItem>> mapOfLegendItems
-
oneClickSeriesVisibilityMap
Map<Integer,Boolean> oneClickSeriesVisibilityMap
-
plot
CustomCategoryPlot plot
-
seriesIndex
int seriesIndex
-
xAxisFormat
AxisFormat xAxisFormat
-
yAxisFormat
AxisFormat yAxisFormat
-
-
-
Class com.illumon.iris.db.plot.builders.jfreechart.renderers.CustomOHLCRenderer extends org.jfree.chart.renderer.xy.HighLowRenderer implements Serializable
-
Serialized Fields
-
generatorMap
Map<XYDataSeriesInternal,org.jfree.chart.labels.XYToolTipGenerator> generatorMap
-
legendLabelColor
Paint legendLabelColor
-
legendSeriesVisibilityMap
Map<Integer,Boolean> legendSeriesVisibilityMap
-
mapOfLegendItems
Map<Integer,Map<Integer,org.jfree.chart.LegendItem>> mapOfLegendItems
-
oneClickSeriesVisibilityMap
Map<Integer,Boolean> oneClickSeriesVisibilityMap
-
plot
CustomXYPlot plot
-
seriesIndex
int seriesIndex
-
xAxisFormat
AxisFormat xAxisFormat
-
yAxisFormat
AxisFormat yAxisFormat
-
-
-
Class com.illumon.iris.db.plot.builders.jfreechart.renderers.CustomStackedAreaRenderer extends com.jfreechartextensions.renderers.ExtendedStackedAreaRenderer implements Serializable
-
Serialized Fields
-
generatorMap
Map<CategoryDataSeriesInternal,org.jfree.chart.labels.CategoryToolTipGenerator> generatorMap
-
legendLabelColor
Paint legendLabelColor
-
legendSeriesVisibilityMap
Map<Integer,Boolean> legendSeriesVisibilityMap
-
mapOfLegendItems
Map<Integer,Map<Integer,org.jfree.chart.LegendItem>> mapOfLegendItems
-
oneClickSeriesVisibilityMap
Map<Integer,Boolean> oneClickSeriesVisibilityMap
-
plot
CustomCategoryPlot plot
-
seriesIndex
int seriesIndex
-
xAxisFormat
AxisFormat xAxisFormat
-
yAxisFormat
AxisFormat yAxisFormat
-
-
-
Class com.illumon.iris.db.plot.builders.jfreechart.renderers.CustomStepRenderer extends com.jfreechartextensions.renderers.ExtendedCategoryStepRenderer implements Serializable
-
Serialized Fields
-
generatorMap
Map<CategoryDataSeriesInternal,org.jfree.chart.labels.CategoryToolTipGenerator> generatorMap
-
legendLabelColor
Paint legendLabelColor
-
legendSeriesVisibilityMap
Map<Integer,Boolean> legendSeriesVisibilityMap
-
mapOfLegendItems
Map<Integer,Map<Integer,org.jfree.chart.LegendItem>> mapOfLegendItems
-
oneClickSeriesVisibilityMap
Map<Integer,Boolean> oneClickSeriesVisibilityMap
-
plot
CustomCategoryPlot plot
-
seriesIndex
int seriesIndex
-
xAxisFormat
AxisFormat xAxisFormat
-
yAxisFormat
AxisFormat yAxisFormat
-
-
-
Class com.illumon.iris.db.plot.builders.jfreechart.renderers.CustomXYAreaRenderer extends com.jfreechartextensions.renderers.ExtendedXYAreaRenderer implements Serializable
-
Serialized Fields
-
generatorMap
Map<XYDataSeriesInternal,org.jfree.chart.labels.XYToolTipGenerator> generatorMap
-
legendLabelColor
Paint legendLabelColor
-
legendSeriesVisibilityMap
Map<Integer,Boolean> legendSeriesVisibilityMap
-
mapOfLegendItems
Map<Integer,Map<Integer,org.jfree.chart.LegendItem>> mapOfLegendItems
-
oneClickSeriesVisibilityMap
Map<Integer,Boolean> oneClickSeriesVisibilityMap
-
plot
CustomXYPlot plot
-
seriesIndex
int seriesIndex
-
xAxisFormat
AxisFormat xAxisFormat
-
yAxisFormat
AxisFormat yAxisFormat
-
-
-
Class com.illumon.iris.db.plot.builders.jfreechart.renderers.CustomXYBarRenderer extends com.jfreechartextensions.renderers.ExtendedXYBarRenderer implements Serializable
-
Serialized Fields
-
barPainterNoGradient
org.jfree.chart.renderer.xy.StandardXYBarPainter barPainterNoGradient
-
barPainterWithGradient
org.jfree.chart.renderer.xy.GradientXYBarPainter barPainterWithGradient
-
generatorMap
Map<XYDataSeriesInternal,org.jfree.chart.labels.XYToolTipGenerator> generatorMap
-
legendLabelColor
Paint legendLabelColor
-
legendSeriesVisibilityMap
Map<Integer,Boolean> legendSeriesVisibilityMap
-
mapOfLegendItems
Map<Integer,Map<Integer,org.jfree.chart.LegendItem>> mapOfLegendItems
-
oneClickSeriesVisibilityMap
Map<Integer,Boolean> oneClickSeriesVisibilityMap
-
plot
CustomXYPlot plot
-
seriesIndex
int seriesIndex
-
xAxisFormat
AxisFormat xAxisFormat
-
yAxisFormat
AxisFormat yAxisFormat
-
-
-
Class com.illumon.iris.db.plot.builders.jfreechart.renderers.CustomXYLineAndShapeRenderer extends org.jfree.chart.renderer.xy.XYLineAndShapeRenderer implements Serializable
- serialVersionUID:
- -3557403123644264577L
-
Serialized Fields
-
generatorMap
Map<XYDataSeriesInternal,org.jfree.chart.labels.XYToolTipGenerator> generatorMap
-
legendLabelColor
Paint legendLabelColor
-
legendSeriesVisibilityMap
Map<Integer,Boolean> legendSeriesVisibilityMap
-
mapOfLegendItems
Map<Integer,Map<Integer,org.jfree.chart.LegendItem>> mapOfLegendItems
-
oneClickSeriesVisibilityMap
Map<Integer,Boolean> oneClickSeriesVisibilityMap
-
plot
CustomXYPlot plot
-
seriesIndex
int seriesIndex
-
xAxisFormat
AxisFormat xAxisFormat
-
yAxisFormat
AxisFormat yAxisFormat
-
-
Class com.illumon.iris.db.plot.builders.jfreechart.renderers.CustomXYStackedAreaRenderer extends com.jfreechartextensions.renderers.ExtendedXYStackedAreaRenderer2 implements Serializable
- serialVersionUID:
- 7121348517633568725L
-
Serialized Fields
-
generatorMap
Map<XYDataSeriesInternal,org.jfree.chart.labels.XYToolTipGenerator> generatorMap
-
legendLabelColor
Paint legendLabelColor
-
legendSeriesVisibilityMap
Map<Integer,Boolean> legendSeriesVisibilityMap
-
mapOfLegendItems
Map<Integer,Map<Integer,org.jfree.chart.LegendItem>> mapOfLegendItems
-
oneClickSeriesVisibilityMap
Map<Integer,Boolean> oneClickSeriesVisibilityMap
-
plot
CustomXYPlot plot
-
seriesIndex
int seriesIndex
-
xAxisFormat
AxisFormat xAxisFormat
-
yAxisFormat
AxisFormat yAxisFormat
-
-
Class com.illumon.iris.db.plot.builders.jfreechart.renderers.CustomXYStackedBarRenderer extends com.jfreechartextensions.renderers.ExtendedXYStackedBarRenderer implements Serializable
- serialVersionUID:
- -6167957157460547194L
-
Serialized Fields
-
barPainterNoGradient
org.jfree.chart.renderer.xy.StandardXYBarPainter barPainterNoGradient
-
barPainterWithGradient
org.jfree.chart.renderer.xy.GradientXYBarPainter barPainterWithGradient
-
generatorMap
Map<XYDataSeriesInternal,org.jfree.chart.labels.XYToolTipGenerator> generatorMap
-
legendLabelColor
Paint legendLabelColor
-
legendSeriesVisibilityMap
Map<Integer,Boolean> legendSeriesVisibilityMap
-
mapOfLegendItems
Map<Integer,Map<Integer,org.jfree.chart.LegendItem>> mapOfLegendItems
-
oneClickSeriesVisibilityMap
Map<Integer,Boolean> oneClickSeriesVisibilityMap
-
plot
CustomXYPlot plot
-
seriesIndex
int seriesIndex
-
xAxisFormat
AxisFormat xAxisFormat
-
yAxisFormat
AxisFormat yAxisFormat
-
-
Class com.illumon.iris.db.plot.builders.jfreechart.renderers.CustomXYStepRenderer extends com.jfreechartextensions.renderers.ExtendedXYStepRenderer implements Serializable
-
Serialized Fields
-
generatorMap
Map<XYDataSeriesInternal,org.jfree.chart.labels.XYToolTipGenerator> generatorMap
-
legendLabelColor
Paint legendLabelColor
-
legendSeriesVisibilityMap
Map<Integer,Boolean> legendSeriesVisibilityMap
-
mapOfLegendItems
Map<Integer,Map<Integer,org.jfree.chart.LegendItem>> mapOfLegendItems
-
oneClickSeriesVisibilityMap
Map<Integer,Boolean> oneClickSeriesVisibilityMap
-
plot
CustomXYPlot plot
-
seriesIndex
int seriesIndex
-
xAxisFormat
AxisFormat xAxisFormat
-
yAxisFormat
AxisFormat yAxisFormat
-
-
-
Class com.illumon.iris.db.plot.builders.jfreechart.renderers.LabelGenerator extends Object implements Serializable
- serialVersionUID:
- 1691964268816021976L
-
-
Package com.illumon.iris.db.plot.chartmodifiers
-
Class com.illumon.iris.db.plot.chartmodifiers.AxisRangeModifier extends OneClickChartModifierSwing<Double> implements Serializable
-
Serialized Fields
-
axis
AxisImpl axis
-
isDomain
boolean isDomain
-
oldValue
double oldValue
-
plot
org.jfree.chart.plot.Plot plot
-
-
-
Class com.illumon.iris.db.plot.chartmodifiers.AxisRangeModifierMax extends AxisRangeModifier implements Serializable
-
Class com.illumon.iris.db.plot.chartmodifiers.AxisRangeModifierMin extends AxisRangeModifier implements Serializable
-
Class com.illumon.iris.db.plot.chartmodifiers.OneClickChartModifier extends Object implements Serializable
-
Serialized Fields
-
governor
LambdaGovernor governor
-
plotInfo
PlotInfo plotInfo
-
valueColumn
String valueColumn
-
visibilityLevel
OneClickChartModifier.VisibilityLevel visibilityLevel
-
visibilityRestricter
OneClickChartModifier.VisibilityRestricter visibilityRestricter
-
-
-
Class com.illumon.iris.db.plot.chartmodifiers.OneClickChartModifierSwing extends OneClickChartModifier<T> implements Serializable
-
-
Package com.illumon.iris.db.plot.colors
-
Class com.illumon.iris.db.plot.colors.ColorMaps extends Object implements Serializable
- serialVersionUID:
- 3745916287909277642L
-
-
Package com.illumon.iris.db.plot.composite
-
Class com.illumon.iris.db.plot.composite.ScatterPlotMatrix extends FigureImpl implements Serializable
- serialVersionUID:
- 2502045888378915453L
-
Serialized Fields
-
figure
FigureImpl figure
-
numCols
int numCols
-
-
-
Package com.illumon.iris.db.plot.datasets
-
Class com.illumon.iris.db.plot.datasets.AbstractDataSeries extends AbstractSeriesInternal implements Serializable
- serialVersionUID:
- 8733895549099825055L
-
Serialized Fields
-
errorBarColor
Paint errorBarColor
-
gradientVisible
boolean gradientVisible
-
lineColor
Paint lineColor
-
lineStyle
LineStyle lineStyle
-
linesVisible
Boolean linesVisible
-
pointLabelFormat
String pointLabelFormat
-
shapesVisible
Boolean shapesVisible
-
xToolTipPattern
String xToolTipPattern
-
yToolTipPattern
String yToolTipPattern
-
-
Class com.illumon.iris.db.plot.datasets.AbstractDataSetCollection extends org.jfree.data.general.AbstractDataset implements Serializable
- serialVersionUID:
- 749168224763214096L
-
Serialized Fields
-
axes
AxesImpl axes
-
dynamicSeriesNamer
DynamicSeriesNamer dynamicSeriesNamer
-
fireDatasetChangeListeners
List<AbstractDataSetCollection.FireDatasetChangeListener> fireDatasetChangeListeners
-
governor
LambdaGovernor governor
-
id
int id
-
multiSeries
List<MultiSeriesInternal<T extends DataSeriesInternal>> multiSeries
-
notifyDataChanged
boolean notifyDataChanged
-
plotInfo
PlotInfo plotInfo
-
series
List<T extends DataSeriesInternal> series
-
snapshotsEnabled
boolean snapshotsEnabled
-
-
Class com.illumon.iris.db.plot.datasets.DynamicSeriesNamer extends Object implements Serializable
- serialVersionUID:
- 1512466762187163906L
-
-
Package com.illumon.iris.db.plot.datasets.category
-
Class com.illumon.iris.db.plot.datasets.category.AbstractCategoryDataSeries extends AbstractDataSeries implements Serializable
- serialVersionUID:
- 6881532832713307316L
-
Serialized Fields
-
colors
AssociativeDataWithDefault<Comparable,Paint> colors
-
group
int group
-
labels
AssociativeDataWithDefault<Comparable,String> labels
-
piePercentLabelFormat
String piePercentLabelFormat
-
shapes
AssociativeDataWithDefault<Comparable,Shape> shapes
-
sizes
AssociativeDataWithDefault<Comparable,Double> sizes
-
-
Class com.illumon.iris.db.plot.datasets.category.AbstractMapBasedCategoryDataSeries extends AbstractCategoryDataSeries implements Serializable
-
Class com.illumon.iris.db.plot.datasets.category.AbstractSwappableTableBasedCategoryDataSeries extends AbstractCategoryDataSeries implements Serializable
-
Class com.illumon.iris.db.plot.datasets.category.AbstractTableBasedCategoryDataSeries extends AbstractCategoryDataSeries implements Serializable
-
Class com.illumon.iris.db.plot.datasets.category.CategoryDataSeriesMap extends AbstractMapBasedCategoryDataSeries implements Serializable
- serialVersionUID:
- 3326261675883932559L
-
Serialized Fields
-
data
Map<Comparable,ObjectIntTuple> data
-
range
org.jfree.data.Range range
-
yMax
double yMax
-
yMin
double yMin
-
-
Class com.illumon.iris.db.plot.datasets.category.CategoryDataSeriesSwappableTableMap extends AbstractSwappableTableBasedCategoryDataSeries implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
categoryCol
String categoryCol
-
swappableTable
SwappableTable<?,?> swappableTable
-
valueCol
String valueCol
-
-
Class com.illumon.iris.db.plot.datasets.category.CategoryDataSeriesTableMap extends AbstractTableBasedCategoryDataSeries implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
categoryCol
String categoryCol
-
tableHandle
TableHandle tableHandle
-
valueCol
String valueCol
-
-
Class com.illumon.iris.db.plot.datasets.category.CategoryDataSetCollection extends AbstractDataSetCollection<CategoryDataSeriesInternal> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
categoryIndex
CategoryIndex categoryIndex
-
initializationPhase
boolean initializationPhase
-
needToReindex
AtomicBoolean needToReindex
-
seriesIndex
gnu.trove.map.hash.TObjectIntHashMap<Comparable> seriesIndex
-
seriesNames
List<Comparable> seriesNames
-
snapshotReference
AtomicReference<CategoryDataSetCollection> snapshotReference
-
-
Class com.illumon.iris.db.plot.datasets.category.CategoryIndex extends Object implements Serializable
- serialVersionUID:
- 7672793914293604151L
-
Serialized Fields
-
categories
List<Comparable> categories
-
categoriesIndex
gnu.trove.map.hash.TObjectLongHashMap<Comparable> categoriesIndex
-
categoryDataSetCollections
Set<CategoryDataSetCollection> categoryDataSetCollections
-
isIndexed
AtomicBoolean isIndexed
-
-
Class com.illumon.iris.db.plot.datasets.category.TransformedCategoryDataSeries extends AbstractSeriesInternal implements Serializable
- serialVersionUID:
- 426855337460593954L
-
Serialized Fields
-
recalculate
AtomicBoolean recalculate
-
series
T extends CategoryDataSeriesInternal series
-
xInverseTransform
Function<Comparable,Comparable> xInverseTransform
-
xTransform
Function<Comparable,Comparable> xTransform
-
yEndValues
Map<Comparable,Number> yEndValues
-
yMax
double yMax
-
yMin
double yMin
-
yStartValues
Map<Comparable,Number> yStartValues
-
yTransform
DoubleUnaryOperator yTransform
-
yValues
Map<Comparable,Number> yValues
-
-
Class com.illumon.iris.db.plot.datasets.category.TransformedCategoryDataSetCollection extends CategoryDataSetCollection implements Serializable
- serialVersionUID:
- 4263826724904254215L
-
Serialized Fields
-
canAddSeries
boolean canAddSeries
-
transform
Function<CategoryDataSeriesInternal,? extends CategoryDataSeriesInternal> transform
-
-
-
Package com.illumon.iris.db.plot.datasets.categoryerrorbar
-
Class com.illumon.iris.db.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesMap extends AbstractMapBasedCategoryDataSeries implements Serializable
- serialVersionUID:
- 3326261675883932559L
-
Serialized Fields
-
data
Map<Comparable,ObjectIntTuple> data
-
dataToYEnd
Map<Comparable,Number> dataToYEnd
-
dataToYStart
Map<Comparable,Number> dataToYStart
-
range
org.jfree.data.Range range
-
yMax
double yMax
-
yMin
double yMin
-
-
Class com.illumon.iris.db.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesSwappableTableMap extends AbstractSwappableTableBasedCategoryDataSeries implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
categoryCol
String categoryCol
-
errorBarHighCol
String errorBarHighCol
-
errorBarLowCol
String errorBarLowCol
-
swappableTable
SwappableTable swappableTable
-
valueCol
String valueCol
-
-
Class com.illumon.iris.db.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesTableMap extends AbstractTableBasedCategoryDataSeries implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
categoryCol
String categoryCol
-
errorBarHighCol
String errorBarHighCol
-
errorBarLowCol
String errorBarLowCol
-
tableHandle
TableHandle tableHandle
-
valueCol
String valueCol
-
-
-
Package com.illumon.iris.db.plot.datasets.data
-
Class com.illumon.iris.db.plot.datasets.data.AssociativeData extends Object implements Serializable
-
Serialized Fields
-
plotInfo
PlotInfo plotInfo
-
-
-
Class com.illumon.iris.db.plot.datasets.data.AssociativeDataHashMap extends AssociativeData<KEY,VALUE> implements Serializable
- serialVersionUID:
- -3038099832719606999L
-
Class com.illumon.iris.db.plot.datasets.data.AssociativeDataSwappableTable extends LiveAssociativeData<KEY,VALUE,VALUECOLUMN> implements Serializable
- serialVersionUID:
- -8997550925581334311L
-
Serialized Fields
-
data
Map<KEY,VALUE> data
-
dataChangeListener
DataChangeListener dataChangeListener
-
keyColumn
String keyColumn
-
newData
Map<KEY,VALUE> newData
-
swappableTable
SwappableTable swappableTable
-
valueColumn
String valueColumn
-
-
Class com.illumon.iris.db.plot.datasets.data.AssociativeDataTable extends LiveAssociativeData<KEY,VALUE,VALUECOLUMN> implements Serializable
- serialVersionUID:
- -1752085070371782144L
-
Serialized Fields
-
data
Map<KEY,VALUE> data
-
dataChangeListener
DataChangeListener dataChangeListener
-
keyColumn
String keyColumn
-
newData
Map<KEY,VALUE> newData
-
tableHandle
TableHandle tableHandle
-
valueColumn
String valueColumn
-
-
Class com.illumon.iris.db.plot.datasets.data.AssociativeDataWithDefault extends AssociativeData<KEY,VALUE> implements Serializable
- serialVersionUID:
- -1576513511939546265L
-
Serialized Fields
-
defaultValue
VALUE defaultValue
-
specificValues
AssociativeData<KEY,VALUE> specificValues
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableData extends Object implements Serializable
-
Serialized Fields
-
plotInfo
PlotInfo plotInfo
-
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataArray extends IndexableData<T> implements Serializable
- serialVersionUID:
- -3605356450513219514L
-
Serialized Fields
-
data
T[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataArrayNullCategory extends IndexableData<T> implements Serializable
- serialVersionUID:
- -3605356450513219514L
-
Serialized Fields
-
data
T[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataByte extends IndexableData<Byte> implements Serializable
- serialVersionUID:
- 8301093013116624033L
-
Serialized Fields
-
data
byte[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataCharacter extends IndexableData<Character> implements Serializable
- serialVersionUID:
- 8122162323328323447L
-
Serialized Fields
-
data
char[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataDBDateTime extends IndexableData<DBDateTime> implements Serializable
- serialVersionUID:
- 8122162323328323447L
-
Serialized Fields
-
data
long[] data
-
dbDateTimeMap
gnu.trove.map.hash.TLongObjectHashMap<DBDateTime> dbDateTimeMap
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataDouble extends IndexableData<Double> implements Serializable
- serialVersionUID:
- -7776388251959380558L
-
Serialized Fields
-
data
IndexableNumericData data
-
mapNanToNull
boolean mapNanToNull
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataFloat extends IndexableData<Float> implements Serializable
- serialVersionUID:
- -7776388251959380558L
-
Serialized Fields
-
data
float[] data
-
mapNanToNull
boolean mapNanToNull
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataInfinite extends IndexableData<T> implements Serializable
- serialVersionUID:
- 492887860330671830L
-
Serialized Fields
-
data
IndexableData<T> data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataInteger extends IndexableData<Integer> implements Serializable
- serialVersionUID:
- 8301093013116624033L
-
Serialized Fields
-
data
int[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataListNullCategory extends IndexableData<T> implements Serializable
- serialVersionUID:
- -3605356450513219514L
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataLong extends IndexableData<Long> implements Serializable
- serialVersionUID:
- 8301093013116624033L
-
Serialized Fields
-
data
long[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataShort extends IndexableData<Short> implements Serializable
- serialVersionUID:
- 8301093013116624033L
-
Serialized Fields
-
data
short[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataSwappableTable extends LiveIndexableData<T> implements Serializable
- serialVersionUID:
- -7007547039766134485L
-
Serialized Fields
-
column
String column
-
swappableTable
SwappableTable swappableTable
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataSwappableTableDouble extends IndexableDataSwappableTable<Double> implements Serializable
- serialVersionUID:
- 2719767692871468219L
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataTable extends LiveIndexableData<T> implements Serializable
- serialVersionUID:
- 8328713615740315451L
-
Serialized Fields
-
columnHandler
ColumnHandlerFactory.ColumnHandler columnHandler
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataWithDefault extends IndexableData<T> implements Serializable
- serialVersionUID:
- -2083123815426589347L
-
Serialized Fields
-
defaultValue
T defaultValue
-
specificValues
IndexableData<? extends T> specificValues
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericData extends Object implements Serializable
-
Serialized Fields
-
plotInfo
PlotInfo plotInfo
-
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericDataArrayDate extends IndexableNumericData implements Serializable
- serialVersionUID:
- 7132588196200176807L
-
Serialized Fields
-
data
Date[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericDataArrayDBDateTime extends IndexableNumericData implements Serializable
- serialVersionUID:
- 2006200987348909028L
-
Serialized Fields
-
data
DBDateTime[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericDataArrayDouble extends IndexableNumericData implements Serializable
- serialVersionUID:
- 6885562283145177741L
-
Serialized Fields
-
data
double[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericDataArrayFloat extends IndexableNumericData implements Serializable
- serialVersionUID:
- -1243064714255448279L
-
Serialized Fields
-
data
float[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericDataArrayInt extends IndexableNumericData implements Serializable
- serialVersionUID:
- -980842236353746501L
-
Serialized Fields
-
data
int[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericDataArrayLong extends IndexableNumericData implements Serializable
- serialVersionUID:
- -1725079204730360920L
-
Serialized Fields
-
data
long[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericDataArrayNumber extends IndexableNumericData implements Serializable
- serialVersionUID:
- -4587124538812025714L
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericDataArrayShort extends IndexableNumericData implements Serializable
- serialVersionUID:
- 2340751903216609352L
-
Serialized Fields
-
data
short[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericDataListNumber extends IndexableNumericData implements Serializable
- serialVersionUID:
- -382291808039710173L
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericDataSwappableTable extends LiveIndexableNumericData implements Serializable
- serialVersionUID:
- -5440770798950942675L
-
Serialized Fields
-
column
String column
-
swappableTable
SwappableTable swappableTable
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericDataTable extends LiveIndexableNumericData implements Serializable
- serialVersionUID:
- -6514312046355753066L
-
Serialized Fields
-
columnHandler
ColumnHandlerFactory.ColumnHandler columnHandler
-
-
Class com.illumon.iris.db.plot.datasets.data.LiveAssociativeData extends AssociativeData<KEY,VALUE> implements Serializable
-
Class com.illumon.iris.db.plot.datasets.data.LiveIndexableData extends IndexableData<T> implements Serializable
-
Class com.illumon.iris.db.plot.datasets.data.LiveIndexableNumericData extends IndexableNumericData implements Serializable
-
Class com.illumon.iris.db.plot.datasets.data.SortedIndexableNumericDataTable extends LiveIndexableNumericData implements Serializable
- serialVersionUID:
- -6301811649529922476L
-
Serialized Fields
-
onAdd
DoubleIntegerConsumer onAdd
-
onModify
DoubleIntegerConsumer onModify
-
onRemove
DoubleIntegerConsumer onRemove
-
sortedData
ColumnHandlerFactory.ColumnHandler sortedData
-
-
-
Package com.illumon.iris.db.plot.datasets.histogram
-
Class com.illumon.iris.db.plot.datasets.histogram.DiscretizedRangeEqual extends Object implements Serializable
- serialVersionUID:
- 1537977750216956112L
-
Serialized Fields
-
binWidth
double binWidth
-
max
double max
-
min
double min
-
-
-
Package com.illumon.iris.db.plot.datasets.interval
-
Class com.illumon.iris.db.plot.datasets.interval.IntervalDataSetCollection extends XYDataSetCollection<T extends IntervalXYDataSeriesInternal> implements Serializable
- serialVersionUID:
- -4479985521918178562L
-
Class com.illumon.iris.db.plot.datasets.interval.IntervalDataSetCollectionWrapper extends org.jfree.data.general.AbstractSeriesDataset implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
binWidth
com.illumon.iris.db.plot.datasets.interval.IntervalDataSetCollectionWrapper.BinWidthAndIndices[] binWidth
-
binWidthLock
Object binWidthLock
-
data
XYDataSetCollection<T extends XYDataSeriesInternal> data
-
fireDatasetChangeListeners
List<AbstractDataSetCollection.FireDatasetChangeListener> fireDatasetChangeListeners
-
governor
LambdaGovernor governor
-
notifyDataChanged
boolean notifyDataChanged
-
snapshotReference
AtomicReference<IntervalDataSetCollectionWrapper> snapshotReference
-
sortedDatasets
Set<Comparable> sortedDatasets
-
-
Class com.illumon.iris.db.plot.datasets.interval.IntervalDataSetCollectionWrapper.IntervalDataSetCollectionWrapperSnapshot extends IntervalDataSetCollectionWrapper<T extends XYDataSeriesInternal> implements Serializable
-
Class com.illumon.iris.db.plot.datasets.interval.IntervalXYDataSeriesArray extends XYDataSeriesArray implements Serializable
- serialVersionUID:
- 5911383536377254715L
-
Serialized Fields
-
endX
IndexableNumericData endX
-
endY
IndexableNumericData endY
-
midX
IndexableNumericData midX
-
midY
IndexableNumericData midY
-
startX
IndexableNumericData startX
-
startY
IndexableNumericData startY
-
swappableTable
SwappableTable swappableTable
-
tableHandle
TableHandle tableHandle
-
-
Class com.illumon.iris.db.plot.datasets.interval.TransformedIntervalDataSetCollection extends IntervalDataSetCollection<IntervalXYDataSeriesInternal> implements Serializable
- serialVersionUID:
- 8838711815000459088L
-
Serialized Fields
-
canAddSeries
boolean canAddSeries
-
transform
Function<T extends IntervalXYDataSeriesInternal,? extends IntervalXYDataSeriesInternal> transform
-
-
Class com.illumon.iris.db.plot.datasets.interval.TransformedIntervalXYDataSeries extends TransformedXYDataSeries<T extends IntervalXYDataSeriesInternal> implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.plot.datasets.interval.TransformedIntervalXYDataSeries.TransformedIntervalXYDataSeriesSnapshot extends TransformedIntervalXYDataSeries<T extends IntervalXYDataSeriesInternal> implements Serializable
-
-
Package com.illumon.iris.db.plot.datasets.multiseries
-
Class com.illumon.iris.db.plot.datasets.multiseries.AbstractMultiSeries extends AbstractSeriesInternal implements Serializable
- serialVersionUID:
- 3548896765688007362L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
addTo
AbstractMultiSeries addTo
-
allowInitialization
boolean allowInitialization
-
byColumns
String[] byColumns
-
initialized
boolean initialized
-
seriesChangeListeners
List<DataChangeListener> seriesChangeListeners
-
seriesNameColumnName
String seriesNameColumnName
-
seriesNamer
DynamicSeriesNamer seriesNamer
-
-
Class com.illumon.iris.db.plot.datasets.multiseries.AbstractMultiSeries.MultiGet.Result extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.plot.datasets.multiseries.AbstractMultiSeries.MultiGet.Result.Handle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
inflatableTables
List<Inflatable<Table>> inflatableTables
-
-
Class com.illumon.iris.db.plot.datasets.multiseries.AbstractSwappableMultiSeries extends AbstractMultiSeries<SERIES extends DataSeriesInternal> implements Serializable
- serialVersionUID:
- 3034015389062108370L
-
Serialized Fields
-
localTable
Table localTable
-
swappableTable
SwappableTable swappableTable
-
tableHandlesList
List<TableHandle> tableHandlesList
-
x
String x
-
y
String y
-
-
Class com.illumon.iris.db.plot.datasets.multiseries.AbstractTableMapHandleMultiSeries extends AbstractMultiSeries<SERIES extends DataSeriesInternal> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
tableMapHandle
TableBackedTableMapHandle tableMapHandle
-
x
String x
-
y
String y
-
-
Class com.illumon.iris.db.plot.datasets.multiseries.MultiCatErrorBarSeries extends AbstractTableMapHandleMultiSeries<CategoryErrorBarDataSeriesInternal> implements Serializable
- serialVersionUID:
- 3180012797112976859L
-
Serialized Fields
-
categories
String categories
-
errorBarColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> errorBarColorSeriesNameTointMap
-
errorBarColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> errorBarColorSeriesNameToPaintMap
-
errorBarColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> errorBarColorSeriesNameToStringMap
-
gradientVisibleSeriesNameTobooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> gradientVisibleSeriesNameTobooleanMap
-
groupSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> groupSeriesNameTointMap
-
lineColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> lineColorSeriesNameTointMap
-
lineColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> lineColorSeriesNameToPaintMap
-
lineColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> lineColorSeriesNameToStringMap
-
lineStyleSeriesNameToLineStyleMap
PlotUtils.HashMapWithDefault<String,LineStyle> lineStyleSeriesNameToLineStyleMap
-
linesVisibleSeriesNameToBooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> linesVisibleSeriesNameToBooleanMap
-
piePercentLabelFormatSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> piePercentLabelFormatSeriesNameToStringMap
-
pointColorByYSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointColorByYSeriesNameToMapMap
-
pointColorIntegerSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointColorIntegerSeriesNameToMapMap
-
pointColorSeriesNameToComparableintMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToComparableintMap
-
pointColorSeriesNameToComparablePaintMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToComparablePaintMap
-
pointColorSeriesNameToComparableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToComparableStringMap
-
pointColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> pointColorSeriesNameTointMap
-
pointColorSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointColorSeriesNameToMapMap
-
pointColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> pointColorSeriesNameToPaintMap
-
pointColorSeriesNameToSelectableDataSetStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToSelectableDataSetStringStringMap
-
pointColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointColorSeriesNameToStringMap
-
pointColorSeriesNameToTableStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToTableStringStringMap
-
pointLabelFormatSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointLabelFormatSeriesNameToStringMap
-
pointLabelSeriesNameToComparableObjectMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToComparableObjectMap
-
pointLabelSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointLabelSeriesNameToMapMap
-
pointLabelSeriesNameToObjectMap
PlotUtils.HashMapWithDefault<String,Object> pointLabelSeriesNameToObjectMap
-
pointLabelSeriesNameToSelectableDataSetStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToSelectableDataSetStringStringMap
-
pointLabelSeriesNameToTableStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToTableStringStringMap
-
pointShapeSeriesNameToComparableShapeMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToComparableShapeMap
-
pointShapeSeriesNameToComparableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToComparableStringMap
-
pointShapeSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointShapeSeriesNameToMapMap
-
pointShapeSeriesNameToSelectableDataSetStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToSelectableDataSetStringStringMap
-
pointShapeSeriesNameToShapeMap
PlotUtils.HashMapWithDefault<String,Shape> pointShapeSeriesNameToShapeMap
-
pointShapeSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointShapeSeriesNameToStringMap
-
pointShapeSeriesNameToTableStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToTableStringStringMap
-
pointSizeSeriesNameToCATEGORYArraydoubleArrayMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToCATEGORYArraydoubleArrayMap
-
pointSizeSeriesNameToCATEGORYArrayintArrayMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToCATEGORYArrayintArrayMap
-
pointSizeSeriesNameToCATEGORYArraylongArrayMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToCATEGORYArraylongArrayMap
-
pointSizeSeriesNameToCATEGORYArrayNUMBERArrayMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToCATEGORYArrayNUMBERArrayMap
-
pointSizeSeriesNameToComparabledoubleMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToComparabledoubleMap
-
pointSizeSeriesNameToComparableintMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToComparableintMap
-
pointSizeSeriesNameToComparablelongMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToComparablelongMap
-
pointSizeSeriesNameToComparableNumberMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToComparableNumberMap
-
pointSizeSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointSizeSeriesNameToMapMap
-
pointSizeSeriesNameToNumberMap
PlotUtils.HashMapWithDefault<String,Number> pointSizeSeriesNameToNumberMap
-
pointSizeSeriesNameToSelectableDataSetStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToSelectableDataSetStringStringMap
-
pointSizeSeriesNameToTableStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToTableStringStringMap
-
pointsVisibleSeriesNameToBooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> pointsVisibleSeriesNameToBooleanMap
-
seriesColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> seriesColorSeriesNameTointMap
-
seriesColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> seriesColorSeriesNameToPaintMap
-
seriesColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> seriesColorSeriesNameToStringMap
-
toolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> toolTipPatternSeriesNameToStringMap
-
values
String values
-
xToolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> xToolTipPatternSeriesNameToStringMap
-
yHigh
String yHigh
-
yLow
String yLow
-
yToolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> yToolTipPatternSeriesNameToStringMap
-
-
Class com.illumon.iris.db.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable extends AbstractSwappableMultiSeries<CategoryErrorBarDataSeriesInternal> implements Serializable
- serialVersionUID:
- 3180012797112976859L
-
Serialized Fields
-
categories
String categories
-
errorBarColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> errorBarColorSeriesNameTointMap
-
errorBarColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> errorBarColorSeriesNameToPaintMap
-
errorBarColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> errorBarColorSeriesNameToStringMap
-
gradientVisibleSeriesNameTobooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> gradientVisibleSeriesNameTobooleanMap
-
groupSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> groupSeriesNameTointMap
-
lineColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> lineColorSeriesNameTointMap
-
lineColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> lineColorSeriesNameToPaintMap
-
lineColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> lineColorSeriesNameToStringMap
-
lineStyleSeriesNameToLineStyleMap
PlotUtils.HashMapWithDefault<String,LineStyle> lineStyleSeriesNameToLineStyleMap
-
linesVisibleSeriesNameToBooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> linesVisibleSeriesNameToBooleanMap
-
piePercentLabelFormatSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> piePercentLabelFormatSeriesNameToStringMap
-
pointColorByYSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointColorByYSeriesNameToMapMap
-
pointColorIntegerSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointColorIntegerSeriesNameToMapMap
-
pointColorSeriesNameToComparableintMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToComparableintMap
-
pointColorSeriesNameToComparablePaintMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToComparablePaintMap
-
pointColorSeriesNameToComparableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToComparableStringMap
-
pointColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> pointColorSeriesNameTointMap
-
pointColorSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointColorSeriesNameToMapMap
-
pointColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> pointColorSeriesNameToPaintMap
-
pointColorSeriesNameToSelectableDataSetStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToSelectableDataSetStringStringMap
-
pointColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointColorSeriesNameToStringMap
-
pointColorSeriesNameToTableStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToTableStringStringMap
-
pointLabelFormatSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointLabelFormatSeriesNameToStringMap
-
pointLabelSeriesNameToComparableObjectMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToComparableObjectMap
-
pointLabelSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointLabelSeriesNameToMapMap
-
pointLabelSeriesNameToObjectMap
PlotUtils.HashMapWithDefault<String,Object> pointLabelSeriesNameToObjectMap
-
pointLabelSeriesNameToSelectableDataSetStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToSelectableDataSetStringStringMap
-
pointLabelSeriesNameToTableStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToTableStringStringMap
-
pointShapeSeriesNameToComparableShapeMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToComparableShapeMap
-
pointShapeSeriesNameToComparableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToComparableStringMap
-
pointShapeSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointShapeSeriesNameToMapMap
-
pointShapeSeriesNameToSelectableDataSetStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToSelectableDataSetStringStringMap
-
pointShapeSeriesNameToShapeMap
PlotUtils.HashMapWithDefault<String,Shape> pointShapeSeriesNameToShapeMap
-
pointShapeSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointShapeSeriesNameToStringMap
-
pointShapeSeriesNameToTableStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToTableStringStringMap
-
pointSizeSeriesNameToCATEGORYArraydoubleArrayMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToCATEGORYArraydoubleArrayMap
-
pointSizeSeriesNameToCATEGORYArrayintArrayMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToCATEGORYArrayintArrayMap
-
pointSizeSeriesNameToCATEGORYArraylongArrayMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToCATEGORYArraylongArrayMap
-
pointSizeSeriesNameToCATEGORYArrayNUMBERArrayMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToCATEGORYArrayNUMBERArrayMap
-
pointSizeSeriesNameToComparabledoubleMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToComparabledoubleMap
-
pointSizeSeriesNameToComparableintMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToComparableintMap
-
pointSizeSeriesNameToComparablelongMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToComparablelongMap
-
pointSizeSeriesNameToComparableNumberMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToComparableNumberMap
-
pointSizeSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointSizeSeriesNameToMapMap
-
pointSizeSeriesNameToNumberMap
PlotUtils.HashMapWithDefault<String,Number> pointSizeSeriesNameToNumberMap
-
pointSizeSeriesNameToSelectableDataSetStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToSelectableDataSetStringStringMap
-
pointSizeSeriesNameToTableStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToTableStringStringMap
-
pointsVisibleSeriesNameToBooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> pointsVisibleSeriesNameToBooleanMap
-
seriesColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> seriesColorSeriesNameTointMap
-
seriesColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> seriesColorSeriesNameToPaintMap
-
seriesColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> seriesColorSeriesNameToStringMap
-
toolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> toolTipPatternSeriesNameToStringMap
-
values
String values
-
xToolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> xToolTipPatternSeriesNameToStringMap
-
yHigh
String yHigh
-
yLow
String yLow
-
yToolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> yToolTipPatternSeriesNameToStringMap
-
-
Class com.illumon.iris.db.plot.datasets.multiseries.MultiCatSeries extends AbstractTableMapHandleMultiSeries<CategoryDataSeriesInternal> implements Serializable
- serialVersionUID:
- 3180012797112976859L
-
Serialized Fields
-
categories
String categories
-
errorBarColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> errorBarColorSeriesNameTointMap
-
errorBarColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> errorBarColorSeriesNameToPaintMap
-
errorBarColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> errorBarColorSeriesNameToStringMap
-
gradientVisibleSeriesNameTobooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> gradientVisibleSeriesNameTobooleanMap
-
groupSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> groupSeriesNameTointMap
-
lineColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> lineColorSeriesNameTointMap
-
lineColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> lineColorSeriesNameToPaintMap
-
lineColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> lineColorSeriesNameToStringMap
-
lineStyleSeriesNameToLineStyleMap
PlotUtils.HashMapWithDefault<String,LineStyle> lineStyleSeriesNameToLineStyleMap
-
linesVisibleSeriesNameToBooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> linesVisibleSeriesNameToBooleanMap
-
piePercentLabelFormatSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> piePercentLabelFormatSeriesNameToStringMap
-
pointColorByYSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointColorByYSeriesNameToMapMap
-
pointColorIntegerSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointColorIntegerSeriesNameToMapMap
-
pointColorSeriesNameToComparableintMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToComparableintMap
-
pointColorSeriesNameToComparablePaintMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToComparablePaintMap
-
pointColorSeriesNameToComparableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToComparableStringMap
-
pointColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> pointColorSeriesNameTointMap
-
pointColorSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointColorSeriesNameToMapMap
-
pointColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> pointColorSeriesNameToPaintMap
-
pointColorSeriesNameToSelectableDataSetStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToSelectableDataSetStringStringMap
-
pointColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointColorSeriesNameToStringMap
-
pointColorSeriesNameToTableStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToTableStringStringMap
-
pointLabelFormatSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointLabelFormatSeriesNameToStringMap
-
pointLabelSeriesNameToComparableObjectMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToComparableObjectMap
-
pointLabelSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointLabelSeriesNameToMapMap
-
pointLabelSeriesNameToObjectMap
PlotUtils.HashMapWithDefault<String,Object> pointLabelSeriesNameToObjectMap
-
pointLabelSeriesNameToSelectableDataSetStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToSelectableDataSetStringStringMap
-
pointLabelSeriesNameToTableStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToTableStringStringMap
-
pointShapeSeriesNameToComparableShapeMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToComparableShapeMap
-
pointShapeSeriesNameToComparableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToComparableStringMap
-
pointShapeSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointShapeSeriesNameToMapMap
-
pointShapeSeriesNameToSelectableDataSetStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToSelectableDataSetStringStringMap
-
pointShapeSeriesNameToShapeMap
PlotUtils.HashMapWithDefault<String,Shape> pointShapeSeriesNameToShapeMap
-
pointShapeSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointShapeSeriesNameToStringMap
-
pointShapeSeriesNameToTableStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToTableStringStringMap
-
pointSizeSeriesNameToCATEGORYArraydoubleArrayMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToCATEGORYArraydoubleArrayMap
-
pointSizeSeriesNameToCATEGORYArrayintArrayMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToCATEGORYArrayintArrayMap
-
pointSizeSeriesNameToCATEGORYArraylongArrayMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToCATEGORYArraylongArrayMap
-
pointSizeSeriesNameToCATEGORYArrayNUMBERArrayMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToCATEGORYArrayNUMBERArrayMap
-
pointSizeSeriesNameToComparabledoubleMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToComparabledoubleMap
-
pointSizeSeriesNameToComparableintMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToComparableintMap
-
pointSizeSeriesNameToComparablelongMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToComparablelongMap
-
pointSizeSeriesNameToComparableNumberMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToComparableNumberMap
-
pointSizeSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointSizeSeriesNameToMapMap
-
pointSizeSeriesNameToNumberMap
PlotUtils.HashMapWithDefault<String,Number> pointSizeSeriesNameToNumberMap
-
pointSizeSeriesNameToSelectableDataSetStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToSelectableDataSetStringStringMap
-
pointSizeSeriesNameToTableStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToTableStringStringMap
-
pointsVisibleSeriesNameToBooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> pointsVisibleSeriesNameToBooleanMap
-
seriesColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> seriesColorSeriesNameTointMap
-
seriesColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> seriesColorSeriesNameToPaintMap
-
seriesColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> seriesColorSeriesNameToStringMap
-
toolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> toolTipPatternSeriesNameToStringMap
-
values
String values
-
xToolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> xToolTipPatternSeriesNameToStringMap
-
yToolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> yToolTipPatternSeriesNameToStringMap
-
-
Class com.illumon.iris.db.plot.datasets.multiseries.MultiCatSeriesSwappable extends AbstractSwappableMultiSeries<CategoryDataSeriesInternal> implements Serializable
- serialVersionUID:
- 3180012797112976859L
-
Serialized Fields
-
categories
String categories
-
errorBarColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> errorBarColorSeriesNameTointMap
-
errorBarColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> errorBarColorSeriesNameToPaintMap
-
errorBarColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> errorBarColorSeriesNameToStringMap
-
gradientVisibleSeriesNameTobooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> gradientVisibleSeriesNameTobooleanMap
-
groupSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> groupSeriesNameTointMap
-
lineColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> lineColorSeriesNameTointMap
-
lineColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> lineColorSeriesNameToPaintMap
-
lineColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> lineColorSeriesNameToStringMap
-
lineStyleSeriesNameToLineStyleMap
PlotUtils.HashMapWithDefault<String,LineStyle> lineStyleSeriesNameToLineStyleMap
-
linesVisibleSeriesNameToBooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> linesVisibleSeriesNameToBooleanMap
-
piePercentLabelFormatSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> piePercentLabelFormatSeriesNameToStringMap
-
pointColorByYSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointColorByYSeriesNameToMapMap
-
pointColorIntegerSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointColorIntegerSeriesNameToMapMap
-
pointColorSeriesNameToComparableintMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToComparableintMap
-
pointColorSeriesNameToComparablePaintMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToComparablePaintMap
-
pointColorSeriesNameToComparableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToComparableStringMap
-
pointColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> pointColorSeriesNameTointMap
-
pointColorSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointColorSeriesNameToMapMap
-
pointColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> pointColorSeriesNameToPaintMap
-
pointColorSeriesNameToSelectableDataSetStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToSelectableDataSetStringStringMap
-
pointColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointColorSeriesNameToStringMap
-
pointColorSeriesNameToTableStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToTableStringStringMap
-
pointLabelFormatSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointLabelFormatSeriesNameToStringMap
-
pointLabelSeriesNameToComparableObjectMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToComparableObjectMap
-
pointLabelSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointLabelSeriesNameToMapMap
-
pointLabelSeriesNameToObjectMap
PlotUtils.HashMapWithDefault<String,Object> pointLabelSeriesNameToObjectMap
-
pointLabelSeriesNameToSelectableDataSetStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToSelectableDataSetStringStringMap
-
pointLabelSeriesNameToTableStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToTableStringStringMap
-
pointShapeSeriesNameToComparableShapeMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToComparableShapeMap
-
pointShapeSeriesNameToComparableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToComparableStringMap
-
pointShapeSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointShapeSeriesNameToMapMap
-
pointShapeSeriesNameToSelectableDataSetStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToSelectableDataSetStringStringMap
-
pointShapeSeriesNameToShapeMap
PlotUtils.HashMapWithDefault<String,Shape> pointShapeSeriesNameToShapeMap
-
pointShapeSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointShapeSeriesNameToStringMap
-
pointShapeSeriesNameToTableStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToTableStringStringMap
-
pointSizeSeriesNameToCATEGORYArraydoubleArrayMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToCATEGORYArraydoubleArrayMap
-
pointSizeSeriesNameToCATEGORYArrayintArrayMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToCATEGORYArrayintArrayMap
-
pointSizeSeriesNameToCATEGORYArraylongArrayMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToCATEGORYArraylongArrayMap
-
pointSizeSeriesNameToCATEGORYArrayNUMBERArrayMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToCATEGORYArrayNUMBERArrayMap
-
pointSizeSeriesNameToComparabledoubleMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToComparabledoubleMap
-
pointSizeSeriesNameToComparableintMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToComparableintMap
-
pointSizeSeriesNameToComparablelongMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToComparablelongMap
-
pointSizeSeriesNameToComparableNumberMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToComparableNumberMap
-
pointSizeSeriesNameToMapMap
PlotUtils.HashMapWithDefault<String,Map> pointSizeSeriesNameToMapMap
-
pointSizeSeriesNameToNumberMap
PlotUtils.HashMapWithDefault<String,Number> pointSizeSeriesNameToNumberMap
-
pointSizeSeriesNameToSelectableDataSetStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToSelectableDataSetStringStringMap
-
pointSizeSeriesNameToTableStringStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToTableStringStringMap
-
pointsVisibleSeriesNameToBooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> pointsVisibleSeriesNameToBooleanMap
-
seriesColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> seriesColorSeriesNameTointMap
-
seriesColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> seriesColorSeriesNameToPaintMap
-
seriesColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> seriesColorSeriesNameToStringMap
-
toolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> toolTipPatternSeriesNameToStringMap
-
values
String values
-
xToolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> xToolTipPatternSeriesNameToStringMap
-
yToolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> yToolTipPatternSeriesNameToStringMap
-
-
Class com.illumon.iris.db.plot.datasets.multiseries.MultiOHLCSeries extends AbstractTableMapHandleMultiSeries<OHLCDataSeriesInternal> implements Serializable
- serialVersionUID:
- 4796788793334213344L
-
Serialized Fields
-
closeCol
String closeCol
-
errorBarColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> errorBarColorSeriesNameTointMap
-
errorBarColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> errorBarColorSeriesNameToPaintMap
-
errorBarColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> errorBarColorSeriesNameToStringMap
-
gradientVisibleSeriesNameTobooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> gradientVisibleSeriesNameTobooleanMap
-
highCol
String highCol
-
lineColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> lineColorSeriesNameTointMap
-
lineColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> lineColorSeriesNameToPaintMap
-
lineColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> lineColorSeriesNameToStringMap
-
lineStyleSeriesNameToLineStyleMap
PlotUtils.HashMapWithDefault<String,LineStyle> lineStyleSeriesNameToLineStyleMap
-
linesVisibleSeriesNameToBooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> linesVisibleSeriesNameToBooleanMap
-
lowCol
String lowCol
-
openCol
String openCol
-
pointColorIntegerSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointColorIntegerSeriesNameToIndexableDataMap
-
pointColorSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointColorSeriesNameToIndexableDataMap
-
pointColorSeriesNameTointArrayMap
PlotUtils.HashMapWithDefault<String,int[]> pointColorSeriesNameTointArrayMap
-
pointColorSeriesNameToIntegerArrayMap
PlotUtils.HashMapWithDefault<String,Integer[]> pointColorSeriesNameToIntegerArrayMap
-
pointColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> pointColorSeriesNameTointMap
-
pointColorSeriesNameToPaintArrayMap
PlotUtils.HashMapWithDefault<String,Paint[]> pointColorSeriesNameToPaintArrayMap
-
pointColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> pointColorSeriesNameToPaintMap
-
pointColorSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToSelectableDataSetStringMap
-
pointColorSeriesNameToStringArrayMap
PlotUtils.HashMapWithDefault<String,String[]> pointColorSeriesNameToStringArrayMap
-
pointColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointColorSeriesNameToStringMap
-
pointColorSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToTableStringMap
-
pointLabelFormatSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointLabelFormatSeriesNameToStringMap
-
pointLabelSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointLabelSeriesNameToIndexableDataMap
-
pointLabelSeriesNameToObjectArrayMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToObjectArrayMap
-
pointLabelSeriesNameToObjectMap
PlotUtils.HashMapWithDefault<String,Object> pointLabelSeriesNameToObjectMap
-
pointLabelSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToSelectableDataSetStringMap
-
pointLabelSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToTableStringMap
-
pointShapeSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointShapeSeriesNameToIndexableDataMap
-
pointShapeSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToSelectableDataSetStringMap
-
pointShapeSeriesNameToShapeArrayMap
PlotUtils.HashMapWithDefault<String,Shape[]> pointShapeSeriesNameToShapeArrayMap
-
pointShapeSeriesNameToShapeMap
PlotUtils.HashMapWithDefault<String,Shape> pointShapeSeriesNameToShapeMap
-
pointShapeSeriesNameToStringArrayMap
PlotUtils.HashMapWithDefault<String,String[]> pointShapeSeriesNameToStringArrayMap
-
pointShapeSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointShapeSeriesNameToStringMap
-
pointShapeSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToTableStringMap
-
pointSizeSeriesNameTodoubleArrayMap
PlotUtils.HashMapWithDefault<String,double[]> pointSizeSeriesNameTodoubleArrayMap
-
pointSizeSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointSizeSeriesNameToIndexableDataMap
-
pointSizeSeriesNameTointArrayMap
PlotUtils.HashMapWithDefault<String,int[]> pointSizeSeriesNameTointArrayMap
-
pointSizeSeriesNameTolongArrayMap
PlotUtils.HashMapWithDefault<String,long[]> pointSizeSeriesNameTolongArrayMap
-
pointSizeSeriesNameToNumberMap
PlotUtils.HashMapWithDefault<String,Number> pointSizeSeriesNameToNumberMap
-
pointSizeSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToSelectableDataSetStringMap
-
pointSizeSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToTableStringMap
-
pointSizeSeriesNameToTArrayMap
PlotUtils.HashMapWithDefault<String,Object> pointSizeSeriesNameToTArrayMap
-
pointsVisibleSeriesNameToBooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> pointsVisibleSeriesNameToBooleanMap
-
seriesColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> seriesColorSeriesNameTointMap
-
seriesColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> seriesColorSeriesNameToPaintMap
-
seriesColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> seriesColorSeriesNameToStringMap
-
timeCol
String timeCol
-
toolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> toolTipPatternSeriesNameToStringMap
-
xToolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> xToolTipPatternSeriesNameToStringMap
-
yToolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> yToolTipPatternSeriesNameToStringMap
-
-
Class com.illumon.iris.db.plot.datasets.multiseries.MultiOHLCSeriesSwappable extends AbstractSwappableMultiSeries<OHLCDataSeriesInternal> implements Serializable
- serialVersionUID:
- 4796788793334213344L
-
Serialized Fields
-
closeCol
String closeCol
-
errorBarColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> errorBarColorSeriesNameTointMap
-
errorBarColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> errorBarColorSeriesNameToPaintMap
-
errorBarColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> errorBarColorSeriesNameToStringMap
-
gradientVisibleSeriesNameTobooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> gradientVisibleSeriesNameTobooleanMap
-
highCol
String highCol
-
lineColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> lineColorSeriesNameTointMap
-
lineColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> lineColorSeriesNameToPaintMap
-
lineColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> lineColorSeriesNameToStringMap
-
lineStyleSeriesNameToLineStyleMap
PlotUtils.HashMapWithDefault<String,LineStyle> lineStyleSeriesNameToLineStyleMap
-
linesVisibleSeriesNameToBooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> linesVisibleSeriesNameToBooleanMap
-
lowCol
String lowCol
-
openCol
String openCol
-
pointColorIntegerSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointColorIntegerSeriesNameToIndexableDataMap
-
pointColorSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointColorSeriesNameToIndexableDataMap
-
pointColorSeriesNameTointArrayMap
PlotUtils.HashMapWithDefault<String,int[]> pointColorSeriesNameTointArrayMap
-
pointColorSeriesNameToIntegerArrayMap
PlotUtils.HashMapWithDefault<String,Integer[]> pointColorSeriesNameToIntegerArrayMap
-
pointColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> pointColorSeriesNameTointMap
-
pointColorSeriesNameToPaintArrayMap
PlotUtils.HashMapWithDefault<String,Paint[]> pointColorSeriesNameToPaintArrayMap
-
pointColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> pointColorSeriesNameToPaintMap
-
pointColorSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToSelectableDataSetStringMap
-
pointColorSeriesNameToStringArrayMap
PlotUtils.HashMapWithDefault<String,String[]> pointColorSeriesNameToStringArrayMap
-
pointColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointColorSeriesNameToStringMap
-
pointColorSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToTableStringMap
-
pointLabelFormatSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointLabelFormatSeriesNameToStringMap
-
pointLabelSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointLabelSeriesNameToIndexableDataMap
-
pointLabelSeriesNameToObjectArrayMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToObjectArrayMap
-
pointLabelSeriesNameToObjectMap
PlotUtils.HashMapWithDefault<String,Object> pointLabelSeriesNameToObjectMap
-
pointLabelSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToSelectableDataSetStringMap
-
pointLabelSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToTableStringMap
-
pointShapeSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointShapeSeriesNameToIndexableDataMap
-
pointShapeSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToSelectableDataSetStringMap
-
pointShapeSeriesNameToShapeArrayMap
PlotUtils.HashMapWithDefault<String,Shape[]> pointShapeSeriesNameToShapeArrayMap
-
pointShapeSeriesNameToShapeMap
PlotUtils.HashMapWithDefault<String,Shape> pointShapeSeriesNameToShapeMap
-
pointShapeSeriesNameToStringArrayMap
PlotUtils.HashMapWithDefault<String,String[]> pointShapeSeriesNameToStringArrayMap
-
pointShapeSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointShapeSeriesNameToStringMap
-
pointShapeSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToTableStringMap
-
pointSizeSeriesNameTodoubleArrayMap
PlotUtils.HashMapWithDefault<String,double[]> pointSizeSeriesNameTodoubleArrayMap
-
pointSizeSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointSizeSeriesNameToIndexableDataMap
-
pointSizeSeriesNameTointArrayMap
PlotUtils.HashMapWithDefault<String,int[]> pointSizeSeriesNameTointArrayMap
-
pointSizeSeriesNameTolongArrayMap
PlotUtils.HashMapWithDefault<String,long[]> pointSizeSeriesNameTolongArrayMap
-
pointSizeSeriesNameToNumberMap
PlotUtils.HashMapWithDefault<String,Number> pointSizeSeriesNameToNumberMap
-
pointSizeSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToSelectableDataSetStringMap
-
pointSizeSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToTableStringMap
-
pointSizeSeriesNameToTArrayMap
PlotUtils.HashMapWithDefault<String,Object> pointSizeSeriesNameToTArrayMap
-
pointsVisibleSeriesNameToBooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> pointsVisibleSeriesNameToBooleanMap
-
seriesColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> seriesColorSeriesNameTointMap
-
seriesColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> seriesColorSeriesNameToPaintMap
-
seriesColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> seriesColorSeriesNameToStringMap
-
timeCol
String timeCol
-
toolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> toolTipPatternSeriesNameToStringMap
-
xToolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> xToolTipPatternSeriesNameToStringMap
-
yToolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> yToolTipPatternSeriesNameToStringMap
-
-
Class com.illumon.iris.db.plot.datasets.multiseries.MultiXYErrorBarSeries extends AbstractTableMapHandleMultiSeries<XYErrorBarDataSeriesInternal> implements Serializable
- serialVersionUID:
- 1274883777622079921L
-
Serialized Fields
-
drawXError
boolean drawXError
-
drawYError
boolean drawYError
-
errorBarColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> errorBarColorSeriesNameTointMap
-
errorBarColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> errorBarColorSeriesNameToPaintMap
-
errorBarColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> errorBarColorSeriesNameToStringMap
-
gradientVisibleSeriesNameTobooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> gradientVisibleSeriesNameTobooleanMap
-
lineColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> lineColorSeriesNameTointMap
-
lineColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> lineColorSeriesNameToPaintMap
-
lineColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> lineColorSeriesNameToStringMap
-
lineStyleSeriesNameToLineStyleMap
PlotUtils.HashMapWithDefault<String,LineStyle> lineStyleSeriesNameToLineStyleMap
-
linesVisibleSeriesNameToBooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> linesVisibleSeriesNameToBooleanMap
-
onAdd
DoubleIntegerConsumer onAdd
-
onModify
DoubleIntegerConsumer onModify
-
onRemove
DoubleIntegerConsumer onRemove
-
pointColorIntegerSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointColorIntegerSeriesNameToIndexableDataMap
-
pointColorSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointColorSeriesNameToIndexableDataMap
-
pointColorSeriesNameTointArrayMap
PlotUtils.HashMapWithDefault<String,int[]> pointColorSeriesNameTointArrayMap
-
pointColorSeriesNameToIntegerArrayMap
PlotUtils.HashMapWithDefault<String,Integer[]> pointColorSeriesNameToIntegerArrayMap
-
pointColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> pointColorSeriesNameTointMap
-
pointColorSeriesNameToPaintArrayMap
PlotUtils.HashMapWithDefault<String,Paint[]> pointColorSeriesNameToPaintArrayMap
-
pointColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> pointColorSeriesNameToPaintMap
-
pointColorSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToSelectableDataSetStringMap
-
pointColorSeriesNameToStringArrayMap
PlotUtils.HashMapWithDefault<String,String[]> pointColorSeriesNameToStringArrayMap
-
pointColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointColorSeriesNameToStringMap
-
pointColorSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToTableStringMap
-
pointLabelFormatSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointLabelFormatSeriesNameToStringMap
-
pointLabelSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointLabelSeriesNameToIndexableDataMap
-
pointLabelSeriesNameToObjectArrayMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToObjectArrayMap
-
pointLabelSeriesNameToObjectMap
PlotUtils.HashMapWithDefault<String,Object> pointLabelSeriesNameToObjectMap
-
pointLabelSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToSelectableDataSetStringMap
-
pointLabelSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToTableStringMap
-
pointShapeSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointShapeSeriesNameToIndexableDataMap
-
pointShapeSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToSelectableDataSetStringMap
-
pointShapeSeriesNameToShapeArrayMap
PlotUtils.HashMapWithDefault<String,Shape[]> pointShapeSeriesNameToShapeArrayMap
-
pointShapeSeriesNameToShapeMap
PlotUtils.HashMapWithDefault<String,Shape> pointShapeSeriesNameToShapeMap
-
pointShapeSeriesNameToStringArrayMap
PlotUtils.HashMapWithDefault<String,String[]> pointShapeSeriesNameToStringArrayMap
-
pointShapeSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointShapeSeriesNameToStringMap
-
pointShapeSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToTableStringMap
-
pointSizeSeriesNameTodoubleArrayMap
PlotUtils.HashMapWithDefault<String,double[]> pointSizeSeriesNameTodoubleArrayMap
-
pointSizeSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointSizeSeriesNameToIndexableDataMap
-
pointSizeSeriesNameTointArrayMap
PlotUtils.HashMapWithDefault<String,int[]> pointSizeSeriesNameTointArrayMap
-
pointSizeSeriesNameTolongArrayMap
PlotUtils.HashMapWithDefault<String,long[]> pointSizeSeriesNameTolongArrayMap
-
pointSizeSeriesNameToNumberMap
PlotUtils.HashMapWithDefault<String,Number> pointSizeSeriesNameToNumberMap
-
pointSizeSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToSelectableDataSetStringMap
-
pointSizeSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToTableStringMap
-
pointSizeSeriesNameToTArrayMap
PlotUtils.HashMapWithDefault<String,Object> pointSizeSeriesNameToTArrayMap
-
pointsVisibleSeriesNameToBooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> pointsVisibleSeriesNameToBooleanMap
-
seriesColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> seriesColorSeriesNameTointMap
-
seriesColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> seriesColorSeriesNameToPaintMap
-
seriesColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> seriesColorSeriesNameToStringMap
-
sort
boolean sort
-
toolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> toolTipPatternSeriesNameToStringMap
-
x
String x
-
xHigh
String xHigh
-
xLow
String xLow
-
xToolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> xToolTipPatternSeriesNameToStringMap
-
y
String y
-
yHigh
String yHigh
-
yLow
String yLow
-
yToolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> yToolTipPatternSeriesNameToStringMap
-
-
Class com.illumon.iris.db.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable extends AbstractSwappableMultiSeries<XYErrorBarDataSeriesInternal> implements Serializable
- serialVersionUID:
- -8775590556717562765L
-
Serialized Fields
-
drawXError
boolean drawXError
-
drawYError
boolean drawYError
-
errorBarColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> errorBarColorSeriesNameTointMap
-
errorBarColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> errorBarColorSeriesNameToPaintMap
-
errorBarColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> errorBarColorSeriesNameToStringMap
-
gradientVisibleSeriesNameTobooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> gradientVisibleSeriesNameTobooleanMap
-
lineColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> lineColorSeriesNameTointMap
-
lineColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> lineColorSeriesNameToPaintMap
-
lineColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> lineColorSeriesNameToStringMap
-
lineStyleSeriesNameToLineStyleMap
PlotUtils.HashMapWithDefault<String,LineStyle> lineStyleSeriesNameToLineStyleMap
-
linesVisibleSeriesNameToBooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> linesVisibleSeriesNameToBooleanMap
-
onAdd
DoubleIntegerConsumer onAdd
-
onModify
DoubleIntegerConsumer onModify
-
onRemove
DoubleIntegerConsumer onRemove
-
pointColorIntegerSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointColorIntegerSeriesNameToIndexableDataMap
-
pointColorSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointColorSeriesNameToIndexableDataMap
-
pointColorSeriesNameTointArrayMap
PlotUtils.HashMapWithDefault<String,int[]> pointColorSeriesNameTointArrayMap
-
pointColorSeriesNameToIntegerArrayMap
PlotUtils.HashMapWithDefault<String,Integer[]> pointColorSeriesNameToIntegerArrayMap
-
pointColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> pointColorSeriesNameTointMap
-
pointColorSeriesNameToPaintArrayMap
PlotUtils.HashMapWithDefault<String,Paint[]> pointColorSeriesNameToPaintArrayMap
-
pointColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> pointColorSeriesNameToPaintMap
-
pointColorSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToSelectableDataSetStringMap
-
pointColorSeriesNameToStringArrayMap
PlotUtils.HashMapWithDefault<String,String[]> pointColorSeriesNameToStringArrayMap
-
pointColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointColorSeriesNameToStringMap
-
pointColorSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToTableStringMap
-
pointLabelFormatSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointLabelFormatSeriesNameToStringMap
-
pointLabelSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointLabelSeriesNameToIndexableDataMap
-
pointLabelSeriesNameToObjectArrayMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToObjectArrayMap
-
pointLabelSeriesNameToObjectMap
PlotUtils.HashMapWithDefault<String,Object> pointLabelSeriesNameToObjectMap
-
pointLabelSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToSelectableDataSetStringMap
-
pointLabelSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToTableStringMap
-
pointShapeSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointShapeSeriesNameToIndexableDataMap
-
pointShapeSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToSelectableDataSetStringMap
-
pointShapeSeriesNameToShapeArrayMap
PlotUtils.HashMapWithDefault<String,Shape[]> pointShapeSeriesNameToShapeArrayMap
-
pointShapeSeriesNameToShapeMap
PlotUtils.HashMapWithDefault<String,Shape> pointShapeSeriesNameToShapeMap
-
pointShapeSeriesNameToStringArrayMap
PlotUtils.HashMapWithDefault<String,String[]> pointShapeSeriesNameToStringArrayMap
-
pointShapeSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointShapeSeriesNameToStringMap
-
pointShapeSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToTableStringMap
-
pointSizeSeriesNameTodoubleArrayMap
PlotUtils.HashMapWithDefault<String,double[]> pointSizeSeriesNameTodoubleArrayMap
-
pointSizeSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointSizeSeriesNameToIndexableDataMap
-
pointSizeSeriesNameTointArrayMap
PlotUtils.HashMapWithDefault<String,int[]> pointSizeSeriesNameTointArrayMap
-
pointSizeSeriesNameTolongArrayMap
PlotUtils.HashMapWithDefault<String,long[]> pointSizeSeriesNameTolongArrayMap
-
pointSizeSeriesNameToNumberMap
PlotUtils.HashMapWithDefault<String,Number> pointSizeSeriesNameToNumberMap
-
pointSizeSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToSelectableDataSetStringMap
-
pointSizeSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToTableStringMap
-
pointSizeSeriesNameToTArrayMap
PlotUtils.HashMapWithDefault<String,Object> pointSizeSeriesNameToTArrayMap
-
pointsVisibleSeriesNameToBooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> pointsVisibleSeriesNameToBooleanMap
-
seriesColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> seriesColorSeriesNameTointMap
-
seriesColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> seriesColorSeriesNameToPaintMap
-
seriesColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> seriesColorSeriesNameToStringMap
-
sort
boolean sort
-
toolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> toolTipPatternSeriesNameToStringMap
-
x
String x
-
xHigh
String xHigh
-
xLow
String xLow
-
xToolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> xToolTipPatternSeriesNameToStringMap
-
y
String y
-
yHigh
String yHigh
-
yLow
String yLow
-
yToolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> yToolTipPatternSeriesNameToStringMap
-
-
Class com.illumon.iris.db.plot.datasets.multiseries.MultiXYSeries extends AbstractTableMapHandleMultiSeries<XYDataSeriesInternal> implements Serializable
- serialVersionUID:
- 1274883777622079921L
-
Serialized Fields
-
errorBarColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> errorBarColorSeriesNameTointMap
-
errorBarColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> errorBarColorSeriesNameToPaintMap
-
errorBarColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> errorBarColorSeriesNameToStringMap
-
gradientVisibleSeriesNameTobooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> gradientVisibleSeriesNameTobooleanMap
-
lineColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> lineColorSeriesNameTointMap
-
lineColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> lineColorSeriesNameToPaintMap
-
lineColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> lineColorSeriesNameToStringMap
-
lineStyleSeriesNameToLineStyleMap
PlotUtils.HashMapWithDefault<String,LineStyle> lineStyleSeriesNameToLineStyleMap
-
linesVisibleSeriesNameToBooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> linesVisibleSeriesNameToBooleanMap
-
onAdd
DoubleIntegerConsumer onAdd
-
onModify
DoubleIntegerConsumer onModify
-
onRemove
DoubleIntegerConsumer onRemove
-
pointColorIntegerSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointColorIntegerSeriesNameToIndexableDataMap
-
pointColorSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointColorSeriesNameToIndexableDataMap
-
pointColorSeriesNameTointArrayMap
PlotUtils.HashMapWithDefault<String,int[]> pointColorSeriesNameTointArrayMap
-
pointColorSeriesNameToIntegerArrayMap
PlotUtils.HashMapWithDefault<String,Integer[]> pointColorSeriesNameToIntegerArrayMap
-
pointColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> pointColorSeriesNameTointMap
-
pointColorSeriesNameToPaintArrayMap
PlotUtils.HashMapWithDefault<String,Paint[]> pointColorSeriesNameToPaintArrayMap
-
pointColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> pointColorSeriesNameToPaintMap
-
pointColorSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToSelectableDataSetStringMap
-
pointColorSeriesNameToStringArrayMap
PlotUtils.HashMapWithDefault<String,String[]> pointColorSeriesNameToStringArrayMap
-
pointColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointColorSeriesNameToStringMap
-
pointColorSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToTableStringMap
-
pointLabelFormatSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointLabelFormatSeriesNameToStringMap
-
pointLabelSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointLabelSeriesNameToIndexableDataMap
-
pointLabelSeriesNameToObjectArrayMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToObjectArrayMap
-
pointLabelSeriesNameToObjectMap
PlotUtils.HashMapWithDefault<String,Object> pointLabelSeriesNameToObjectMap
-
pointLabelSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToSelectableDataSetStringMap
-
pointLabelSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToTableStringMap
-
pointShapeSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointShapeSeriesNameToIndexableDataMap
-
pointShapeSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToSelectableDataSetStringMap
-
pointShapeSeriesNameToShapeArrayMap
PlotUtils.HashMapWithDefault<String,Shape[]> pointShapeSeriesNameToShapeArrayMap
-
pointShapeSeriesNameToShapeMap
PlotUtils.HashMapWithDefault<String,Shape> pointShapeSeriesNameToShapeMap
-
pointShapeSeriesNameToStringArrayMap
PlotUtils.HashMapWithDefault<String,String[]> pointShapeSeriesNameToStringArrayMap
-
pointShapeSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointShapeSeriesNameToStringMap
-
pointShapeSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToTableStringMap
-
pointSizeSeriesNameTodoubleArrayMap
PlotUtils.HashMapWithDefault<String,double[]> pointSizeSeriesNameTodoubleArrayMap
-
pointSizeSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointSizeSeriesNameToIndexableDataMap
-
pointSizeSeriesNameTointArrayMap
PlotUtils.HashMapWithDefault<String,int[]> pointSizeSeriesNameTointArrayMap
-
pointSizeSeriesNameTolongArrayMap
PlotUtils.HashMapWithDefault<String,long[]> pointSizeSeriesNameTolongArrayMap
-
pointSizeSeriesNameToNumberMap
PlotUtils.HashMapWithDefault<String,Number> pointSizeSeriesNameToNumberMap
-
pointSizeSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToSelectableDataSetStringMap
-
pointSizeSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToTableStringMap
-
pointSizeSeriesNameToTArrayMap
PlotUtils.HashMapWithDefault<String,Object> pointSizeSeriesNameToTArrayMap
-
pointsVisibleSeriesNameToBooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> pointsVisibleSeriesNameToBooleanMap
-
seriesColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> seriesColorSeriesNameTointMap
-
seriesColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> seriesColorSeriesNameToPaintMap
-
seriesColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> seriesColorSeriesNameToStringMap
-
sort
boolean sort
-
toolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> toolTipPatternSeriesNameToStringMap
-
xCol
String xCol
-
xToolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> xToolTipPatternSeriesNameToStringMap
-
yCol
String yCol
-
yToolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> yToolTipPatternSeriesNameToStringMap
-
-
Class com.illumon.iris.db.plot.datasets.multiseries.MultiXYSeriesSwappable extends AbstractSwappableMultiSeries<XYDataSeriesInternal> implements Serializable
- serialVersionUID:
- 1274883777622079921L
-
Serialized Fields
-
errorBarColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> errorBarColorSeriesNameTointMap
-
errorBarColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> errorBarColorSeriesNameToPaintMap
-
errorBarColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> errorBarColorSeriesNameToStringMap
-
gradientVisibleSeriesNameTobooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> gradientVisibleSeriesNameTobooleanMap
-
lineColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> lineColorSeriesNameTointMap
-
lineColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> lineColorSeriesNameToPaintMap
-
lineColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> lineColorSeriesNameToStringMap
-
lineStyleSeriesNameToLineStyleMap
PlotUtils.HashMapWithDefault<String,LineStyle> lineStyleSeriesNameToLineStyleMap
-
linesVisibleSeriesNameToBooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> linesVisibleSeriesNameToBooleanMap
-
pointColorIntegerSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointColorIntegerSeriesNameToIndexableDataMap
-
pointColorSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointColorSeriesNameToIndexableDataMap
-
pointColorSeriesNameTointArrayMap
PlotUtils.HashMapWithDefault<String,int[]> pointColorSeriesNameTointArrayMap
-
pointColorSeriesNameToIntegerArrayMap
PlotUtils.HashMapWithDefault<String,Integer[]> pointColorSeriesNameToIntegerArrayMap
-
pointColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> pointColorSeriesNameTointMap
-
pointColorSeriesNameToPaintArrayMap
PlotUtils.HashMapWithDefault<String,Paint[]> pointColorSeriesNameToPaintArrayMap
-
pointColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> pointColorSeriesNameToPaintMap
-
pointColorSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToSelectableDataSetStringMap
-
pointColorSeriesNameToStringArrayMap
PlotUtils.HashMapWithDefault<String,String[]> pointColorSeriesNameToStringArrayMap
-
pointColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointColorSeriesNameToStringMap
-
pointColorSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointColorSeriesNameToTableStringMap
-
pointLabelFormatSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointLabelFormatSeriesNameToStringMap
-
pointLabelSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointLabelSeriesNameToIndexableDataMap
-
pointLabelSeriesNameToObjectArrayMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToObjectArrayMap
-
pointLabelSeriesNameToObjectMap
PlotUtils.HashMapWithDefault<String,Object> pointLabelSeriesNameToObjectMap
-
pointLabelSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToSelectableDataSetStringMap
-
pointLabelSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointLabelSeriesNameToTableStringMap
-
pointShapeSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointShapeSeriesNameToIndexableDataMap
-
pointShapeSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToSelectableDataSetStringMap
-
pointShapeSeriesNameToShapeArrayMap
PlotUtils.HashMapWithDefault<String,Shape[]> pointShapeSeriesNameToShapeArrayMap
-
pointShapeSeriesNameToShapeMap
PlotUtils.HashMapWithDefault<String,Shape> pointShapeSeriesNameToShapeMap
-
pointShapeSeriesNameToStringArrayMap
PlotUtils.HashMapWithDefault<String,String[]> pointShapeSeriesNameToStringArrayMap
-
pointShapeSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> pointShapeSeriesNameToStringMap
-
pointShapeSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointShapeSeriesNameToTableStringMap
-
pointSizeSeriesNameTodoubleArrayMap
PlotUtils.HashMapWithDefault<String,double[]> pointSizeSeriesNameTodoubleArrayMap
-
pointSizeSeriesNameToIndexableDataMap
PlotUtils.HashMapWithDefault<String,IndexableData> pointSizeSeriesNameToIndexableDataMap
-
pointSizeSeriesNameTointArrayMap
PlotUtils.HashMapWithDefault<String,int[]> pointSizeSeriesNameTointArrayMap
-
pointSizeSeriesNameTolongArrayMap
PlotUtils.HashMapWithDefault<String,long[]> pointSizeSeriesNameTolongArrayMap
-
pointSizeSeriesNameToNumberMap
PlotUtils.HashMapWithDefault<String,Number> pointSizeSeriesNameToNumberMap
-
pointSizeSeriesNameToSelectableDataSetStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToSelectableDataSetStringMap
-
pointSizeSeriesNameToTableStringMap
PlotUtils.HashMapWithDefault<String,Object[]> pointSizeSeriesNameToTableStringMap
-
pointSizeSeriesNameToTArrayMap
PlotUtils.HashMapWithDefault<String,Object> pointSizeSeriesNameToTArrayMap
-
pointsVisibleSeriesNameToBooleanMap
PlotUtils.HashMapWithDefault<String,Boolean> pointsVisibleSeriesNameToBooleanMap
-
seriesColorSeriesNameTointMap
PlotUtils.HashMapWithDefault<String,Integer> seriesColorSeriesNameTointMap
-
seriesColorSeriesNameToPaintMap
PlotUtils.HashMapWithDefault<String,Paint> seriesColorSeriesNameToPaintMap
-
seriesColorSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> seriesColorSeriesNameToStringMap
-
toolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> toolTipPatternSeriesNameToStringMap
-
xCol
String xCol
-
xToolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> xToolTipPatternSeriesNameToStringMap
-
yCol
String yCol
-
yToolTipPatternSeriesNameToStringMap
PlotUtils.HashMapWithDefault<String,String> yToolTipPatternSeriesNameToStringMap
-
-
Class com.illumon.iris.db.plot.datasets.multiseries.TransformedMultiSeries extends AbstractMultiSeries<SERIES extends DataSeriesInternal> implements Serializable
- serialVersionUID:
- 6057004824690961036L
-
Serialized Fields
-
listeners
List<DataChangeListener> listeners
-
series
MultiSeriesInternal<SERIES2 extends SERIES> series
-
seriesNamer
DynamicSeriesNamer seriesNamer
-
seriesTransform
Function<SERIES2 extends SERIES,? extends SERIES extends DataSeriesInternal> seriesTransform
-
-
-
Package com.illumon.iris.db.plot.datasets.ohlc
-
Class com.illumon.iris.db.plot.datasets.ohlc.OHLCDataSeriesArray extends AbstractXYDataSeries implements Serializable
- serialVersionUID:
- -8864867700289144828L
-
Serialized Fields
-
close
IndexableNumericData close
-
high
IndexableNumericData high
-
low
IndexableNumericData low
-
open
IndexableNumericData open
-
time
IndexableNumericData time
-
-
Class com.illumon.iris.db.plot.datasets.ohlc.OHLCDataSeriesSwappableTableArray extends OHLCDataSeriesArray implements Serializable
-
Class com.illumon.iris.db.plot.datasets.ohlc.OHLCDataSeriesTableArray extends OHLCDataSeriesArray implements Serializable
-
Class com.illumon.iris.db.plot.datasets.ohlc.OHLCDataSetCollection extends AbstractXYDataSetCollection<OHLCDataSeriesInternal> implements Serializable
- serialVersionUID:
- 3706423113726515782L
-
Class com.illumon.iris.db.plot.datasets.ohlc.TransformedOHLCDataSeries extends TransformedXYDataSeries<T extends OHLCDataSeriesInternal> implements Serializable
- serialVersionUID:
- -4934688134121290716L
-
Class com.illumon.iris.db.plot.datasets.ohlc.TransformedOHLCDataSeries.TransformedOHLCDataSeriesSnapshot extends TransformedOHLCDataSeries implements Serializable
-
Class com.illumon.iris.db.plot.datasets.ohlc.TransformedOHLCDataSetCollection extends OHLCDataSetCollection implements Serializable
- serialVersionUID:
- 1937280242096033915L
-
Serialized Fields
-
canAddSeries
boolean canAddSeries
-
transform
Function<OHLCDataSeriesInternal,? extends OHLCDataSeriesInternal> transform
-
-
-
Package com.illumon.iris.db.plot.datasets.table
-
Class com.illumon.iris.db.plot.datasets.table.IntervalAndTableXYDataSetCollectionWrapper extends IntervalDataSetCollectionWrapper<T extends IntervalXYDataSeriesInternal> implements Serializable
-
Serialized Fields
-
data
XYDataSetCollection data
-
snapshotReference
AtomicReference<IntervalAndTableXYDataSetCollectionWrapper> snapshotReference
-
-
-
Class com.illumon.iris.db.plot.datasets.table.IntervalAndTableXYDataSetCollectionWrapper.IntervalAndTableXYDataSetCollectionWrapperSnapshot extends IntervalAndTableXYDataSetCollectionWrapper<T extends IntervalXYDataSeriesInternal> implements Serializable
-
-
Package com.illumon.iris.db.plot.datasets.xy
-
Class com.illumon.iris.db.plot.datasets.xy.AbstractXYDataSeries extends AbstractDataSeries implements Serializable
- serialVersionUID:
- 5353144043894861970L
-
Serialized Fields
-
pointShapes
IndexableDataWithDefault<Shape> pointShapes
-
shapeColors
IndexableDataWithDefault<Paint> shapeColors
-
shapeLabels
IndexableDataWithDefault<String> shapeLabels
-
shapeSizes
IndexableDataWithDefault<Double> shapeSizes
-
-
Class com.illumon.iris.db.plot.datasets.xy.AbstractXYDataSetCollection extends AbstractDataSetCollection<T extends XYDataSeriesInternal> implements Serializable
- serialVersionUID:
- 564907048900104148L
-
Serialized Fields
-
snapshotReference
AtomicReference<AbstractXYDataSetCollection> snapshotReference
-
-
Class com.illumon.iris.db.plot.datasets.xy.CombinedXYDataSetCollection extends XYDataSetCollection<T extends XYDataSeriesInternal> implements Serializable
- serialVersionUID:
- -5078091724840807638L
-
Class com.illumon.iris.db.plot.datasets.xy.StackedXYDataSetCollection extends org.jfree.data.general.AbstractSeriesDataset implements Serializable
- serialVersionUID:
- 3472013485895940779L
-
Serialized Fields
-
dataset
XYDataSetCollection<T extends XYDataSeriesInternal> dataset
-
fireDatasetChangeListeners
List<AbstractDataSetCollection.FireDatasetChangeListener> fireDatasetChangeListeners
-
governor
LambdaGovernor governor
-
notifyDataChanged
boolean notifyDataChanged
-
snapshotReference
AtomicReference<StackedXYDataSetCollection> snapshotReference
-
-
Class com.illumon.iris.db.plot.datasets.xy.StackedXYDataSetCollection.StackedXYDataSetCollectionSnapshot extends StackedXYDataSetCollection<T extends XYDataSeriesInternal> implements Serializable
-
Class com.illumon.iris.db.plot.datasets.xy.TransformedXYDataSeries extends AbstractSeriesInternal implements Serializable
- serialVersionUID:
- -6652433595311304880L
-
Serialized Fields
-
recalculate
AtomicBoolean recalculate
-
series
T extends XYDataSeriesInternal series
-
xEndValues
double[] xEndValues
-
xMax
double xMax
-
xMin
double xMin
-
xStartValues
double[] xStartValues
-
xTransform
DoubleUnaryOperator xTransform
-
xValues
double[] xValues
-
yEndValues
double[] yEndValues
-
yMax
double yMax
-
yMin
double yMin
-
yStartValues
double[] yStartValues
-
yTransform
DoubleUnaryOperator yTransform
-
yValues
double[] yValues
-
-
Class com.illumon.iris.db.plot.datasets.xy.TransformedXYDataSeries.TransformedXYDataSeriesSnapshot extends TransformedXYDataSeries implements Serializable
-
Class com.illumon.iris.db.plot.datasets.xy.TransformedXYDataSetCollection extends XYDataSetCollection<XYDataSeriesInternal> implements Serializable
- serialVersionUID:
- 4263826724904254215L
-
Serialized Fields
-
canAddSeries
boolean canAddSeries
-
transform
Function<T extends XYDataSeriesInternal,XYDataSeriesInternal> transform
-
-
Class com.illumon.iris.db.plot.datasets.xy.XYDataSeriesArray extends AbstractXYDataSeries implements Serializable
- serialVersionUID:
- 7686441715908956603L
-
Serialized Fields
-
Class com.illumon.iris.db.plot.datasets.xy.XYDataSeriesFunctionImpl extends AbstractXYDataSeries implements Serializable
- serialVersionUID:
- -2830236235998986828L
-
Class com.illumon.iris.db.plot.datasets.xy.XYDataSeriesSwappableTableArray extends XYDataSeriesArray implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
localTable
Table localTable
-
swappableTable
SwappableTable swappableTable
-
x
String x
-
y
String y
-
-
Class com.illumon.iris.db.plot.datasets.xy.XYDataSeriesTableArray extends XYDataSeriesArray implements Serializable
-
Serialized Fields
-
tableHandle
TableHandle tableHandle
-
x
String x
-
y
String y
-
-
-
Class com.illumon.iris.db.plot.datasets.xy.XYDataSetCollection extends AbstractXYDataSetCollection<T extends XYDataSeriesInternal> implements Serializable
- serialVersionUID:
- 7416714361529960580L
-
-
Package com.illumon.iris.db.plot.datasets.xyerrorbar
-
Class com.illumon.iris.db.plot.datasets.xyerrorbar.XYErrorBarDataSeriesArray extends XYDataSeriesArray implements Serializable
-
Serialized Fields
-
drawXError
boolean drawXError
-
drawYError
boolean drawYError
-
x
IndexableNumericData x
-
xHigh
IndexableNumericData xHigh
-
xLow
IndexableNumericData xLow
-
y
IndexableNumericData y
-
yHigh
IndexableNumericData yHigh
-
yLow
IndexableNumericData yLow
-
-
-
Class com.illumon.iris.db.plot.datasets.xyerrorbar.XYErrorBarDataSeriesSwappableTableArray extends XYErrorBarDataSeriesArray implements Serializable
-
Class com.illumon.iris.db.plot.datasets.xyerrorbar.XYErrorBarDataSeriesTableArray extends XYErrorBarDataSeriesArray implements Serializable
-
-
Package com.illumon.iris.db.plot.errors
-
Class com.illumon.iris.db.plot.errors.PlotIllegalArgumentException extends IllegalArgumentException implements Serializable
-
Class com.illumon.iris.db.plot.errors.PlotIllegalStateException extends IllegalStateException implements Serializable
-
Class com.illumon.iris.db.plot.errors.PlotInfo extends Object implements Serializable
-
Serialized Fields
-
info
String info
-
-
-
Class com.illumon.iris.db.plot.errors.PlotRenderingException extends RuntimeException implements Serializable
-
Class com.illumon.iris.db.plot.errors.PlotRuntimeException extends UncheckedDeephavenException implements Serializable
-
Class com.illumon.iris.db.plot.errors.PlotUnsupportedOperationException extends UnsupportedOperationException implements Serializable
-
-
Package com.illumon.iris.db.plot.filters
-
Class com.illumon.iris.db.plot.filters.SelectableDataSetSwappableTable extends Object implements Serializable
-
Serialized Fields
-
swappableTable
SwappableTable<KEY_TYPE,VALUE_TYPE> swappableTable
-
-
-
-
Package com.illumon.iris.db.plot.themes
-
Class com.illumon.iris.db.plot.themes.ThemeImpl extends Object implements Serializable
- serialVersionUID:
- 903287793864804850L
-
Serialized Fields
-
axisColor
Paint axisColor
-
axisTickLabelColor
Paint axisTickLabelColor
-
axisTicksFont
Font axisTicksFont
-
axisTitleColor
Paint axisTitleColor
-
axisTitleFont
Font axisTitleFont
-
chartBackgroundColor
Paint chartBackgroundColor
-
chartTitleColor
Paint chartTitleColor
-
chartTitleFont
Font chartTitleFont
-
displayXGridLines
boolean displayXGridLines
-
displayYGridLines
boolean displayYGridLines
-
figureTextColor
Paint figureTextColor
-
figureTextFont
Font figureTextFont
-
figureTitleColor
Paint figureTitleColor
-
figureTitleFont
Font figureTitleFont
-
gridLineColor
Paint gridLineColor
-
legendFont
Font legendFont
-
legendTextColor
Paint legendTextColor
-
name
String name
-
pointLabelColor
Paint pointLabelColor
-
pointLabelFont
Font pointLabelFont
-
seriesColorPalette
ColorPalette seriesColorPalette
-
-
-
Package com.illumon.iris.db.plot.util
-
Class com.illumon.iris.db.plot.util.InitializationGate extends Object implements Serializable
-
Class com.illumon.iris.db.plot.util.PlotUtils.HashMapWithDefault extends HashMap<K,V> implements Serializable
-
Serialized Fields
-
def
V def
-
-
-
Class com.illumon.iris.db.plot.util.ShapeUtils extends Object implements Serializable
- serialVersionUID:
- -5894187331477897336L
-
-
Package com.illumon.iris.db.plot.util.functions
-
Class com.illumon.iris.db.plot.util.functions.ClosureBiFunction extends SerializableClosure<R> implements Serializable
- serialVersionUID:
- 697974379939190730L
-
Class com.illumon.iris.db.plot.util.functions.ClosureDoubleBinaryOperator extends SerializableClosure<T extends Number> implements Serializable
- serialVersionUID:
- -6533578879266557626L
-
Class com.illumon.iris.db.plot.util.functions.ClosureDoubleUnaryOperator extends SerializableClosure<T extends Number> implements Serializable
- serialVersionUID:
- -4092987117189101803L
-
Class com.illumon.iris.db.plot.util.functions.ClosureFunction extends SerializableClosure<R> implements Serializable
- serialVersionUID:
- 3693316124178311688L
-
Class com.illumon.iris.db.plot.util.functions.SerializableClosure extends Object implements Serializable
- serialVersionUID:
- -1438975554979636320L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
closure
groovy.lang.Closure<T> closure
-
-
-
Package com.illumon.iris.db.plot.util.tables
-
Class com.illumon.iris.db.plot.util.tables.ColumnHandlerFactory extends Object implements Serializable
- serialVersionUID:
- -6737880834225877984L
-
Class com.illumon.iris.db.plot.util.tables.DataChangeListenerProxy extends Object implements Serializable
- serialVersionUID:
- 3526116859901856326L
-
Serialized Fields
-
listeners
Set<DataChangeListener> listeners
-
-
Class com.illumon.iris.db.plot.util.tables.DeferredOperationTableHandle extends TableHandle implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.plot.util.tables.SwappableTable extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
batchUpdateInProgress
boolean batchUpdateInProgress
-
localTableUpdateListeners
List<SwappableTable.LocalTableUpdateListener> localTableUpdateListeners
-
replicatedTableSnapshot
TableSnapshot replicatedTableSnapshot
-
tableMapHandle
TableMapHandle tableMapHandle
-
-
Class com.illumon.iris.db.plot.util.tables.SwappableTableOneClickAbstract extends SwappableTable<String,Set<Object>> implements Serializable
- serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
byColumns
String[] byColumns
-
columnConverter
Map<String,Function<String,Object>> columnConverter
-
columnTypes
Map<String,Class> columnTypes
-
requireAllFiltersToDisplay
boolean requireAllFiltersToDisplay
-
seriesName
Comparable seriesName
-
tableMapHandle
TableMapHandle tableMapHandle
-
updateInterval
long updateInterval
-
-
Class com.illumon.iris.db.plot.util.tables.SwappableTableOneClickAbstract.OneClickTypeMismatchException extends RuntimeException implements Serializable
-
Class com.illumon.iris.db.plot.util.tables.SwappableTableOneClickAbstract.SwappableTablePreemptiveUpdatesQuery extends ContextAwareRemoteQuery<TableMapUtils.TableHolder> implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.plot.util.tables.SwappableTableOneClickMap extends SwappableTableOneClickAbstract implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.plot.util.tables.TableBackedTableMapHandle extends TableMapHandle implements Serializable
-
Serialized Fields
-
tableDefinition
TableDefinition tableDefinition
-
-
-
Class com.illumon.iris.db.plot.util.tables.TableHandle extends Object implements Serializable
- serialVersionUID:
- 2390871455829249662L
-
Serialized Fields
-
columns
Set<String> columns
The set of columns that will be used from this table. -
id
int id
A Unique ID (per PQ) that identifies this handle -
subscribeToPreemptiveUpdates
boolean subscribeToPreemptiveUpdates
If a preemptive subscription should occur when this object is inflated. -
tableSnapshot
TableSnapshot tableSnapshot
The object responsible for producing data snapshots for rendering
-
-
Class com.illumon.iris.db.plot.util.tables.TableMapBackedTableMapHandle extends TableMapHandle implements Serializable
- serialVersionUID:
- 4820388203519593898L
-
Serialized Fields
-
tableDefinition
TableDefinition tableDefinition
-
viewColumns
Set<String> viewColumns
-
-
Class com.illumon.iris.db.plot.util.tables.TableMapHandle extends Object implements Serializable
-
Serialized Fields
-
id
int id
A unique ID to identify this handle -
keyColumns
Set<String> keyColumns
A Set of ordered key columns for the map -
oneClickMap
boolean oneClickMap
If this handle is supplying a OneClick -
orderedKeyColumns
String[] orderedKeyColumns
The key columns that define the tablemap, in order -
plotInfo
PlotInfo plotInfo
-
requiredColumns
Set<String> requiredColumns
The set of all columns that will be used by clients of this handle.
-
-
-
-
Package com.illumon.iris.db.schema
-
Class com.illumon.iris.db.schema.CopyTableSchema extends Schema.Delegating implements Serializable
-
Class com.illumon.iris.db.schema.InvalidSchema extends Object implements Serializable
- serialVersionUID:
- -48607299819455502L
-
Class com.illumon.iris.db.schema.Schema.AbstractSchema extends Object implements Serializable
- serialVersionUID:
- 8674418149174520343L
-
Class com.illumon.iris.db.schema.Schema.Delegating extends Schema.AbstractSchema implements Serializable
- serialVersionUID:
- 8768237579630326310L
-
Serialized Fields
-
delegate
Schema delegate
-
-
Class com.illumon.iris.db.schema.SchemaException extends UncheckedDeephavenException implements Serializable
-
Class com.illumon.iris.db.schema.SchemaNotFoundException extends SchemaException implements Serializable
- serialVersionUID:
- 5012113702461652365L
-
Class com.illumon.iris.db.schema.SchemaPermissionException extends SchemaException implements Serializable
-
Class com.illumon.iris.db.schema.SchemaValidationException extends SchemaException implements Serializable
- serialVersionUID:
- -420165962624359136L
-
-
Package com.illumon.iris.db.schema.xml
-
Package com.illumon.iris.db.tables
-
Class com.illumon.iris.db.tables.SortPair extends Object implements Serializable
-
Serialized Fields
-
column
String column
-
order
SortingOrder order
-
-
-
Class com.illumon.iris.db.tables.StringSetArrayWrapper extends Object implements Serializable
-
Serialized Fields
-
innerSet
String[] innerSet
-
lastEncoding
long lastEncoding
-
lastSymbolManager
SymbolManager lastSymbolManager
-
-
-
Class com.illumon.iris.db.tables.StringSetWrapper extends Object implements Serializable
- serialVersionUID:
- 6033718768047284093L
-
Class com.illumon.iris.db.tables.TableDefinition extends com.illumon.dataobjects.generated.DefaultTableDefinition implements Serializable
- serialVersionUID:
- -120432133075760976L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.tables.TableDefinition.IncompatibleTableDefinitionException extends IllegalStateException implements Serializable
- serialVersionUID:
- 7668080323885707687L
-
-
Package com.illumon.iris.db.tables.appendable.local
-
Class com.illumon.iris.db.tables.appendable.local.LocalAppendableTable.TableDefinitionMismatchException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- -8157258777316901871L
-
-
Package com.illumon.iris.db.tables.dataimport
-
Class com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.BooleanComputedSetter extends com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ColumnSetter implements Serializable
-
Serialized Fields
-
data
byte[] data
-
destination
LocalAppendableColumn<?> destination
-
function
BatchedImportRowBufferProcessor.IndexToBooleanFunction function
-
-
-
Class com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.BooleanFillSetter extends com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ColumnSetter implements Serializable
-
Serialized Fields
-
destination
LocalAppendableColumn<?> destination
-
source
RowBatch.BooleanColumn source
-
-
-
Class com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ByteComputedSetter extends com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ColumnSetter implements Serializable
-
Serialized Fields
-
data
byte[] data
-
destination
LocalAppendableColumn<?> destination
-
function
BatchedImportRowBufferProcessor.IndexToByteFunction function
-
-
-
Class com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ByteFillSetter extends com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ColumnSetter implements Serializable
-
Serialized Fields
-
destination
LocalAppendableColumn<?> destination
-
source
RowBatch.ByteColumn source
-
-
-
Class com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.CharComputedSetter extends com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ColumnSetter implements Serializable
-
Serialized Fields
-
data
char[] data
-
destination
LocalAppendableColumn<?> destination
-
function
BatchedImportRowBufferProcessor.IndexToCharFunction function
-
-
-
Class com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.CharFillSetter extends com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ColumnSetter implements Serializable
-
Serialized Fields
-
destination
LocalAppendableColumn<?> destination
-
source
RowBatch.CharColumn source
-
-
-
Class com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.DoubleComputedSetter extends com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ColumnSetter implements Serializable
-
Serialized Fields
-
data
double[] data
-
destination
LocalAppendableColumn<?> destination
-
function
BatchedImportRowBufferProcessor.IndexToDoubleFunction function
-
-
-
Class com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.DoubleFillSetter extends com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ColumnSetter implements Serializable
-
Serialized Fields
-
destination
LocalAppendableColumn<?> destination
-
source
RowBatch.DoubleColumn source
-
-
-
Class com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.EncodedFillSetter extends com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ColumnSetter implements Serializable
-
Serialized Fields
-
destination
LocalAppendableColumn<?> destination
-
source
RowBatch.BlobColumn source
-
-
-
Class com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.FloatComputedSetter extends com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ColumnSetter implements Serializable
-
Serialized Fields
-
data
float[] data
-
destination
LocalAppendableColumn<?> destination
-
function
BatchedImportRowBufferProcessor.IndexToFloatFunction function
-
-
-
Class com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.FloatFillSetter extends com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ColumnSetter implements Serializable
-
Serialized Fields
-
destination
LocalAppendableColumn<?> destination
-
source
RowBatch.FloatColumn source
-
-
-
Class com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ImportStateUpdater extends RecursiveAction implements Serializable
-
Serialized Fields
-
updater
IntConsumer updater
-
-
-
Class com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.IntComputedSetter extends com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ColumnSetter implements Serializable
-
Serialized Fields
-
data
int[] data
-
destination
LocalAppendableColumn<?> destination
-
function
BatchedImportRowBufferProcessor.IndexToIntFunction function
-
-
-
Class com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.IntFillSetter extends com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ColumnSetter implements Serializable
-
Serialized Fields
-
destination
LocalAppendableColumn<?> destination
-
source
RowBatch.IntColumn source
-
-
-
Class com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.LongComputedSetter extends com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ColumnSetter implements Serializable
-
Serialized Fields
-
data
long[] data
-
destination
LocalAppendableColumn<?> destination
-
function
BatchedImportRowBufferProcessor.IndexToLongFunction function
-
-
-
Class com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.LongFillSetter extends com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ColumnSetter implements Serializable
-
Serialized Fields
-
destination
LocalAppendableColumn<?> destination
-
source
RowBatch.LongColumn source
-
-
-
Class com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ObjectComputedSetter extends com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ColumnSetter implements Serializable
-
Serialized Fields
-
destination
LocalAppendableColumn destination
-
function
LocalAppendableColumn.ValueSupplier function
-
-
-
Class com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ShortComputedSetter extends com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ColumnSetter implements Serializable
-
Serialized Fields
-
data
short[] data
-
destination
LocalAppendableColumn<?> destination
-
function
BatchedImportRowBufferProcessor.IndexToShortFunction function
-
-
-
Class com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ShortFillSetter extends com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ColumnSetter implements Serializable
-
Serialized Fields
-
destination
LocalAppendableColumn<?> destination
-
source
RowBatch.ShortColumn source
-
-
-
Class com.illumon.iris.db.tables.dataimport.DbTableLocation extends Object implements Serializable
- serialVersionUID:
- 3999194112024961565L
-
Serialization Methods
-
readObject
Deprecated.Override this to add a default LocalTablePathManager.- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
fullTableLocationKey
FullTableLocationKey fullTableLocationKey
Deprecated.
-
-
Class com.illumon.iris.db.tables.dataimport.ExternalizableSample extends Object implements Serializable
- serialVersionUID:
- -7457727535067744001L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.tables.dataimport.LoggerListenerSchemaException extends IllegalArgumentException implements Serializable
-
Class com.illumon.iris.db.tables.dataimport.TableLogger.NoPrevColumnSource extends AbstractColumnSource<T> implements Serializable
-
Serialized Fields
-
columnSource
ColumnSource<T> columnSource
-
-
-
-
Package com.illumon.iris.db.tables.dataimport.importstate
-
Class com.illumon.iris.db.tables.dataimport.importstate.CompositeImportState extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Package com.illumon.iris.db.tables.dataimport.importstate.lastby
-
Class com.illumon.iris.db.tables.dataimport.importstate.lastby.LastByTableImportState extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.tables.dataimport.importstate.lastby.LastByTableImportState.ResultTableMap extends LocalTableMap implements Serializable
-
Serialized Fields
-
name
String name
-
pendingInitializers
Queue<RunnableFuture<com.illumon.iris.db.tables.dataimport.importstate.lastby.LastByTableImportState.ResultTable>> pendingInitializers
-
refreshCombiner
LiveTableRefreshCombiner refreshCombiner
-
-
-
-
Package com.illumon.iris.db.tables.dataimport.logtailer
-
Class com.illumon.iris.db.tables.dataimport.logtailer.ChannelException extends Exception implements Serializable
- serialVersionUID:
- 2931967483547267967L
-
Class com.illumon.iris.db.tables.dataimport.logtailer.ChannelException.Disconnected extends ChannelException implements Serializable
- serialVersionUID:
- 3957603510035296187L
-
Class com.illumon.iris.db.tables.dataimport.logtailer.ChannelException.Rejected extends ChannelException implements Serializable
- serialVersionUID:
- -3620203892304906724L
-
Class com.illumon.iris.db.tables.dataimport.logtailer.CsvImportProcessor.CSVImportException extends UncheckedDeephavenException implements Serializable
-
Class com.illumon.iris.db.tables.dataimport.logtailer.ImportStateRowAndSymCounter extends com.illumon.iris.db.tables.dataimport.logtailer.AbstractImportState implements Serializable
- serialVersionUID:
- 6784637261734308244L
-
Serialized Fields
-
nRows
int nRows
-
syms
HashSet<CharSequence> syms
-
-
Class com.illumon.iris.db.tables.dataimport.logtailer.ImportStateRowAndUeCounter extends com.illumon.iris.db.tables.dataimport.logtailer.AbstractImportState implements Serializable
- serialVersionUID:
- 8718199038527514327L
-
Class com.illumon.iris.db.tables.dataimport.logtailer.ImportStateRowCounter extends com.illumon.iris.db.tables.dataimport.logtailer.AbstractImportState implements Serializable
- serialVersionUID:
- -6518122071430011079L
-
Serialized Fields
-
nRows
int nRows
-
-
Class com.illumon.iris.db.tables.dataimport.logtailer.ImportStateRowSymAndUSymCounter extends com.illumon.iris.db.tables.dataimport.logtailer.AbstractImportState implements Serializable
- serialVersionUID:
- -703434091020445600L
-
Serialized Fields
-
nRows
int nRows
-
syms
HashSet<CharSequence> syms
-
uSyms
HashSet<CharSequence> uSyms
-
-
Class com.illumon.iris.db.tables.dataimport.logtailer.LogtailerDestinationManager.FileStateException extends IllegalStateException implements Serializable
- serialVersionUID:
- 146456053484823402L
-
Class com.illumon.iris.db.tables.dataimport.logtailer.SimpleImportState extends Object implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
importDetails
Properties importDetails
-
-
-
Package com.illumon.iris.db.tables.dbarrays
-
Class com.illumon.iris.db.tables.dbarrays.DbArray.Indirect extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
-
-
Class com.illumon.iris.db.tables.dbarrays.DbArrayBooleanWrapper extends DbArray.Indirect<Boolean> implements Serializable
-
Serialized Fields
-
innerArray
DbBooleanArray innerArray
-
-
-
Class com.illumon.iris.db.tables.dbarrays.DbArrayByteWrapper extends DbArray.Indirect<Byte> implements Serializable
- serialVersionUID:
- -7617549435342988215L
-
Serialized Fields
-
innerArray
DbByteArray innerArray
-
-
Class com.illumon.iris.db.tables.dbarrays.DbArrayCharWrapper extends DbArray.Indirect<Character> implements Serializable
- serialVersionUID:
- 4186419447841973418L
-
Serialized Fields
-
innerArray
DbCharArray innerArray
-
-
Class com.illumon.iris.db.tables.dbarrays.DbArrayDirect extends Object implements Serializable
- serialVersionUID:
- 9111886364211462917L
-
Class com.illumon.iris.db.tables.dbarrays.DbArrayDoubleWrapper extends DbArray.Indirect<Double> implements Serializable
- serialVersionUID:
- 6570401045990711791L
-
Serialized Fields
-
innerArray
DbDoubleArray innerArray
-
-
Class com.illumon.iris.db.tables.dbarrays.DbArrayFloatWrapper extends DbArray.Indirect<Float> implements Serializable
- serialVersionUID:
- -161104677395357585L
-
Serialized Fields
-
innerArray
DbFloatArray innerArray
-
-
Class com.illumon.iris.db.tables.dbarrays.DbArrayIntWrapper extends DbArray.Indirect<Integer> implements Serializable
- serialVersionUID:
- 3710738419894435589L
-
Serialized Fields
-
innerArray
DbIntArray innerArray
-
-
Class com.illumon.iris.db.tables.dbarrays.DbArrayLongWrapper extends DbArray.Indirect<Long> implements Serializable
- serialVersionUID:
- -7803689205873236396L
-
Serialized Fields
-
innerArray
DbLongArray innerArray
-
-
Class com.illumon.iris.db.tables.dbarrays.DbArrayShortWrapper extends DbArray.Indirect<Short> implements Serializable
- serialVersionUID:
- -4721120214268745033L
-
Serialized Fields
-
innerArray
DbShortArray innerArray
-
-
Class com.illumon.iris.db.tables.dbarrays.DbArraySlice extends DbArray.Indirect<T> implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.tables.dbarrays.DbBooleanArray.Indirect extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
-
-
Class com.illumon.iris.db.tables.dbarrays.DbBooleanArrayDirect extends Object implements Serializable
-
Serialized Fields
-
data
Boolean[] data
-
-
-
Class com.illumon.iris.db.tables.dbarrays.DbBooleanArraySlice extends DbBooleanArray.Indirect implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbBooleanArray innerArray
-
innerArrayValidFromInclusive
long innerArrayValidFromInclusive
-
innerArrayValidToExclusive
long innerArrayValidToExclusive
-
length
long length
-
offsetIndex
long offsetIndex
-
-
Class com.illumon.iris.db.tables.dbarrays.DbByteArray.Indirect extends Object implements Serializable
- serialVersionUID:
- 8519130615638683196L
-
Serialization Methods
-
writeReplace
-
-
Class com.illumon.iris.db.tables.dbarrays.DbByteArrayDirect extends Object implements Serializable
- serialVersionUID:
- 5978679490703697461L
-
Serialized Fields
-
data
byte[] data
-
-
Class com.illumon.iris.db.tables.dbarrays.DbByteArraySlice extends DbByteArray.Indirect implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbByteArray innerArray
-
innerArrayValidFromInclusive
long innerArrayValidFromInclusive
-
innerArrayValidToExclusive
long innerArrayValidToExclusive
-
length
long length
-
offsetIndex
long offsetIndex
-
-
Class com.illumon.iris.db.tables.dbarrays.DbCharArray.Indirect extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
-
-
Class com.illumon.iris.db.tables.dbarrays.DbCharArrayDirect extends Object implements Serializable
- serialVersionUID:
- 3636374971797603565L
-
Serialized Fields
-
data
char[] data
-
-
Class com.illumon.iris.db.tables.dbarrays.DbCharArraySlice extends DbCharArray.Indirect implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbCharArray innerArray
-
innerArrayValidFromInclusive
long innerArrayValidFromInclusive
-
innerArrayValidToExclusive
long innerArrayValidToExclusive
-
length
long length
-
offsetIndex
long offsetIndex
-
-
Class com.illumon.iris.db.tables.dbarrays.DbDoubleArray.Indirect extends Object implements Serializable
- serialVersionUID:
- 7218901311693729986L
-
Serialization Methods
-
writeReplace
-
-
Class com.illumon.iris.db.tables.dbarrays.DbDoubleArrayDirect extends Object implements Serializable
- serialVersionUID:
- 3262776153086160765L
-
Serialized Fields
-
data
double[] data
-
-
Class com.illumon.iris.db.tables.dbarrays.DbDoubleArraySlice extends DbDoubleArray.Indirect implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbDoubleArray innerArray
-
innerArrayValidFromInclusive
long innerArrayValidFromInclusive
-
innerArrayValidToExclusive
long innerArrayValidToExclusive
-
length
long length
-
offsetIndex
long offsetIndex
-
-
Class com.illumon.iris.db.tables.dbarrays.DbFloatArray.Indirect extends Object implements Serializable
- serialVersionUID:
- -1889118072737983807L
-
Serialization Methods
-
writeReplace
-
-
Class com.illumon.iris.db.tables.dbarrays.DbFloatArrayDirect extends Object implements Serializable
- serialVersionUID:
- -8263599481663466384L
-
Serialized Fields
-
data
float[] data
-
-
Class com.illumon.iris.db.tables.dbarrays.DbFloatArraySlice extends DbFloatArray.Indirect implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbFloatArray innerArray
-
innerArrayValidFromInclusive
long innerArrayValidFromInclusive
-
innerArrayValidToExclusive
long innerArrayValidToExclusive
-
length
long length
-
offsetIndex
long offsetIndex
-
-
Class com.illumon.iris.db.tables.dbarrays.DbIntArray.Indirect extends Object implements Serializable
- serialVersionUID:
- -4282375411744560278L
-
Serialization Methods
-
writeReplace
-
-
Class com.illumon.iris.db.tables.dbarrays.DbIntArrayDirect extends Object implements Serializable
- serialVersionUID:
- -7790095389322728763L
-
Serialized Fields
-
data
int[] data
-
-
Class com.illumon.iris.db.tables.dbarrays.DbIntArraySlice extends DbIntArray.Indirect implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbIntArray innerArray
-
innerArrayValidFromInclusive
long innerArrayValidFromInclusive
-
innerArrayValidToExclusive
long innerArrayValidToExclusive
-
length
long length
-
offsetIndex
long offsetIndex
-
-
Class com.illumon.iris.db.tables.dbarrays.DbLongArray.Indirect extends Object implements Serializable
- serialVersionUID:
- -4934601086974582202L
-
Serialization Methods
-
writeReplace
-
-
Class com.illumon.iris.db.tables.dbarrays.DbLongArrayDirect extends Object implements Serializable
- serialVersionUID:
- 1233975234000551534L
-
Serialized Fields
-
data
long[] data
-
-
Class com.illumon.iris.db.tables.dbarrays.DbLongArraySlice extends DbLongArray.Indirect implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbLongArray innerArray
-
innerArrayValidFromInclusive
long innerArrayValidFromInclusive
-
innerArrayValidToExclusive
long innerArrayValidToExclusive
-
length
long length
-
offsetIndex
long offsetIndex
-
-
Class com.illumon.iris.db.tables.dbarrays.DbShortArray.Indirect extends Object implements Serializable
- serialVersionUID:
- -6562228894877343013L
-
Serialization Methods
-
writeReplace
-
-
Class com.illumon.iris.db.tables.dbarrays.DbShortArrayDirect extends Object implements Serializable
- serialVersionUID:
- -4415134364550246624L
-
Serialized Fields
-
data
short[] data
-
-
Class com.illumon.iris.db.tables.dbarrays.DbShortArraySlice extends DbShortArray.Indirect implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbShortArray innerArray
-
innerArrayValidFromInclusive
long innerArrayValidFromInclusive
-
innerArrayValidToExclusive
long innerArrayValidToExclusive
-
length
long length
-
offsetIndex
long offsetIndex
-
-
Class com.illumon.iris.db.tables.dbarrays.DbSubArray extends DbArray.Indirect<T> implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.tables.dbarrays.DbSubBooleanArray extends DbBooleanArray.Indirect implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbBooleanArray innerArray
-
positions
long[] positions
-
-
Class com.illumon.iris.db.tables.dbarrays.DbSubByteArray extends DbByteArray.Indirect implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbByteArray innerArray
-
positions
long[] positions
-
-
Class com.illumon.iris.db.tables.dbarrays.DbSubCharArray extends DbCharArray.Indirect implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbCharArray innerArray
-
positions
long[] positions
-
-
Class com.illumon.iris.db.tables.dbarrays.DbSubDoubleArray extends DbDoubleArray.Indirect implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbDoubleArray innerArray
-
positions
long[] positions
-
-
Class com.illumon.iris.db.tables.dbarrays.DbSubFloatArray extends DbFloatArray.Indirect implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbFloatArray innerArray
-
positions
long[] positions
-
-
Class com.illumon.iris.db.tables.dbarrays.DbSubIntArray extends DbIntArray.Indirect implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbIntArray innerArray
-
positions
long[] positions
-
-
Class com.illumon.iris.db.tables.dbarrays.DbSubLongArray extends DbLongArray.Indirect implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbLongArray innerArray
-
positions
long[] positions
-
-
Class com.illumon.iris.db.tables.dbarrays.DbSubShortArray extends DbShortArray.Indirect implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbShortArray innerArray
-
positions
long[] positions
-
-
-
Package com.illumon.iris.db.tables.lang
-
Class com.illumon.iris.db.tables.lang.DBLanguageParser.QueryLanguageParseException extends DeephavenException implements Serializable
-
-
Package com.illumon.iris.db.tables.libs
-
Class com.illumon.iris.db.tables.libs.BigStringSet extends Object implements Serializable
- serialVersionUID:
- -1002806379821292396L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.tables.libs.DbMap extends Object implements Serializable
- serialVersionUID:
- -8212308478007180005L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.tables.libs.DbMapStringDouble extends DbMap<String,Double> implements Serializable
- serialVersionUID:
- 437238482949835993L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.tables.libs.DbMapStringInt extends DbMap<String,Integer> implements Serializable
- serialVersionUID:
- -3092110998716596625L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.tables.libs.DbMapStringLong extends DbMap<String,Long> implements Serializable
- serialVersionUID:
- -347238482949835993L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.tables.libs.DbMapStringString extends DbMap<String,String> implements Serializable
- serialVersionUID:
- 607238482949835993L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Package com.illumon.iris.db.tables.live
-
Class com.illumon.iris.db.tables.live.LiveTableRefreshCombiner extends LivenessArtifact implements Serializable
-
Serialized Fields
-
combinedTables
com.fishlib.base.WeakReferenceManager<LiveTable> combinedTables
-
-
-
-
Package com.illumon.iris.db.tables.remote
-
Class com.illumon.iris.db.tables.remote.ConstructSnapshotQuery extends ContextAwareRemoteQuery<InitialSnapshot> implements Serializable
- serialVersionUID:
- 2L
-
Class com.illumon.iris.db.tables.remote.ExportedTableCreationMessage extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
attributeKeys
Set<String> attributeKeys
-
attributes
Map<String,Object> attributes
-
definition
TableDefinition definition
-
id
int id
-
isFlat
boolean isFlat
-
isLive
boolean isLive
-
isPreemptive
boolean isPreemptive
-
isPreSubscribed
boolean isPreSubscribed
-
isSnapshot
boolean isSnapshot
-
preSubscribedViewport
boolean preSubscribedViewport
-
size
long size
-
-
Class com.illumon.iris.db.tables.remote.ExportedTableDescriptorMessage extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
int id
-
-
Class com.illumon.iris.db.tables.remote.ExportedTableUpdateMessage extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
failedUpdateThrowable
Throwable failedUpdateThrowable
-
id
int id
-
tableSize
long tableSize
-
-
Class com.illumon.iris.db.tables.remote.FetchInputTableQuery extends ContextAwareRemoteQuery<com.illumon.iris.web.shared.data.InputTableDefinition> implements Serializable
-
Serialized Fields
-
handleId
int handleId
-
-
-
Class com.illumon.iris.db.tables.remote.FetchQuery extends ContextAwareRemoteQuery<Object> implements Serializable
-
Serialized Fields
-
fetchType
FetchQuery.FetchType fetchType
-
name
String name
-
-
-
Class com.illumon.iris.db.tables.remote.FetchQuery.ViewportPair.Descriptor extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
baseInflatable
Inflatable<Table> baseInflatable
-
isPreemptive
boolean isPreemptive
-
previewParentInflatable
Inflatable<Table> previewParentInflatable
-
viewportInflatable
Inflatable<Table> viewportInflatable
-
-
Class com.illumon.iris.db.tables.remote.GetAttributesQuery extends ContextAwareRemoteQuery<Map<String,Object>> implements Serializable
-
Serialized Fields
-
attrsToFetch
Collection<String> attrsToFetch
-
tableId
int tableId
-
-
-
Class com.illumon.iris.db.tables.remote.InflatableList extends Object implements Serializable
-
Serialized Fields
-
inflatables
List<Inflatable<T>> inflatables
-
-
-
Class com.illumon.iris.db.tables.remote.LogHandleClient extends Object implements Serializable
- serialVersionUID:
- 1985773574558685855L
-
Serialized Fields
-
id
int id
-
-
Class com.illumon.iris.db.tables.remote.PrepareViewport.PrepareFunction extends Object implements Serializable
-
Class com.illumon.iris.db.tables.remote.PresentDelegateTokensQuery extends ContextAwareRemoteQuery<Boolean> implements Serializable
- serialVersionUID:
- 201601201L
-
Serialized Fields
-
delegateTokens
List<com.fishlib.auth.AuthToken> delegateTokens
-
-
Class com.illumon.iris.db.tables.remote.RemoteDatabase.TableSerializationAdapter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
table
Table table
-
tableDescriptor
RemoteTableHandle.Descriptor tableDescriptor
-
-
Class com.illumon.iris.db.tables.remote.RemoteMethodAsync extends ContextAwareRemoteQuery<RemoteMethodAsync.Result> implements Serializable
-
Class com.illumon.iris.db.tables.remote.RemoteMethodAsync.Result extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.tables.remote.RemoteTableHandle.Descriptor extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
int id
-
-
Class com.illumon.iris.db.tables.remote.RemoteTableHandle.DisconnectedException extends IOException implements Serializable
-
Class com.illumon.iris.db.tables.remote.RemoteTableQuery extends ContextAwareRemoteQuery<Inflatable<Table>> implements Serializable
-
Serialized Fields
-
innerQuery
RemoteQuery<Table> innerQuery
-
-
-
Class com.illumon.iris.db.tables.remote.TableApplyQuery extends ContextAwareRemoteQuery<Object> implements Serializable
-
Serialized Fields
-
function
com.fishlib.base.Function.Unary<?,Table> function
-
handleId
int handleId
-
-
-
Class com.illumon.iris.db.tables.remote.UnknownHandleException extends IllegalStateException implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.tables.remote.ViewportColumnSource extends AbstractColumnSource<T> implements Serializable
-
Serialized Fields
-
viewportColumnTableHolder
ViewportColumnTableHolder viewportColumnTableHolder
-
-
-
-
Package com.illumon.iris.db.tables.remote.preview
-
Class com.illumon.iris.db.tables.remote.preview.ArrayPreview extends Object implements Serializable
-
Serialized Fields
-
displayString
String displayString
-
-
-
Class com.illumon.iris.db.tables.remote.preview.DisplayWrapper extends Object implements Serializable
-
Serialized Fields
-
displayString
String displayString
-
-
-
-
Package com.illumon.iris.db.tables.remotequery
-
Class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery extends Object implements Serializable
- serialVersionUID:
- 2L
-
Class com.illumon.iris.db.tables.remotequery.DelayedCommand extends com.fishlib.base.Command implements Serializable
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class com.illumon.iris.db.tables.remotequery.DelayedResponse extends com.fishlib.net.Response implements Serializable
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class com.illumon.iris.db.tables.remotequery.QueryException extends UncheckedDeephavenException implements Serializable
-
Class com.illumon.iris.db.tables.remotequery.QueryProcessingResults extends Object implements Serializable
- serialVersionUID:
- 2L
-
Class com.illumon.iris.db.tables.remotequery.QueryProcessorConnectionImpl.QueryTimeoutException extends RemoteQueryException implements Serializable
- serialVersionUID:
- -8370983305526952891L
-
Class com.illumon.iris.db.tables.remotequery.QueryProcessorConnectionImpl.UnauthorizedQueryException extends UncheckedPermissionException implements Serializable
-
Class com.illumon.iris.db.tables.remotequery.RemoteProcessingRequest extends Object implements Serializable
- serialVersionUID:
- 4L
-
Serialization Methods
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
addClientClassesToClasspath
boolean addClientClassesToClasspath
-
authToken
com.fishlib.auth.AuthToken authToken
-
classpathAdditions
String[] classpathAdditions
-
description
String description
-
detailedGCLoggingEnabled
boolean detailedGCLoggingEnabled
-
enableCachedClasses
boolean enableCachedClasses
-
extraEnvironmentVars
Map<String,String> extraEnvironmentVars
-
extraJvmArgs
String[] extraJvmArgs
-
id
String id
-
maxDurationMS
long maxDurationMS
-
maxHeapSizeMB
int maxHeapSizeMB
-
omitDefaultGCParams
boolean omitDefaultGCParams
-
priority
int priority
-
workerCreationJson
String workerCreationJson
Detailed information related to our worker kind. From a protocol perspective this is opaque JSON and the WorkerKind's provider is responsible for interpreting it. -
workerKind
String workerKind
What kind of worker are we going to create. The default is a Deephaven Enterprise worker of the current version.
-
-
Class com.illumon.iris.db.tables.remotequery.RemoteQueryClassDefinition extends Object implements Serializable
- serialVersionUID:
- -1087556547651891566L
-
Class com.illumon.iris.db.tables.remotequery.RemoteQueryException extends UncheckedDeephavenException implements Serializable
-
Class com.illumon.iris.db.tables.remotequery.RemoteQueryProcessor.Envelope extends Object implements Serializable
- serialVersionUID:
- -3988327739016423068L
-
Serialized Fields
-
buffer
byte[] buffer
-
-
Class com.illumon.iris.db.tables.remotequery.SerializeRemoteQuery extends ContextAwareRemoteQuery<Table> implements Serializable
-
Serialized Fields
-
id
int id
-
-
-
Class com.illumon.iris.db.tables.remotequery.WorkerControlStartException extends RuntimeException implements Serializable
-
Class com.illumon.iris.db.tables.remotequery.WorkerDetails extends Object implements Serializable
-
Serialized Fields
-
auditTableAccess
boolean auditTableAccess
-
clientDisplayHost
String clientDisplayHost
-
clientId
String clientId
-
createAuditEventLog
boolean createAuditEventLog
-
dispatcherInstanceName
String dispatcherInstanceName
-
jobId
String jobId
-
queryId
long queryId
-
requestDescription
String requestDescription
-
requestedHeapSize
long requestedHeapSize
-
requestId
String requestId
-
serverDisplayHost
String serverDisplayHost
-
timeout
long timeout
-
userContext
com.fishlib.auth.UserContext userContext
-
workerHeapSize
long workerHeapSize
-
workerName
String workerName
-
workerPid
int workerPid
-
workerProcessInfoId
String workerProcessInfoId
-
-
-
-
Package com.illumon.iris.db.tables.select
-
Class com.illumon.iris.db.tables.select.GroovyScopeDelegate extends Object implements Serializable
-
Class com.illumon.iris.db.tables.select.MatchPair extends Object implements Serializable
- serialVersionUID:
- 20180822L
-
Class com.illumon.iris.db.tables.select.QueryScope.MissingVariableException extends RuntimeException implements Serializable
-
-
Package com.illumon.iris.db.tables.streaming
-
Class com.illumon.iris.db.tables.streaming.QueryReplayer extends Object implements Serializable
- serialVersionUID:
- -8532508164131778244L
-
Serialized Fields
-
definitionsMap
Map<String,TableDefinition> definitionsMap
-
serverPort
int serverPort
-
-
Class com.illumon.iris.db.tables.streaming.RemoteQueryStreamer extends Object implements Serializable
-
Class com.illumon.iris.db.tables.streaming.StreamTable extends RemoteQueryStreamer implements Serializable
-
Serialized Fields
-
grouping
String grouping
-
query
RemoteQuery<Table> query
-
sortColumn
String sortColumn
-
-
-
-
Package com.illumon.iris.db.tables.streaming.samples
-
Class com.illumon.iris.db.tables.streaming.samples.SimpleTableStream extends RemoteQueryStreamer implements Serializable
-
Class com.illumon.iris.db.tables.streaming.samples.StoreTableStream extends RemoteQueryStreamer implements Serializable
-
Class com.illumon.iris.db.tables.streaming.samples.StoreTableStreamAndReplay extends RemoteQueryStreamer implements Serializable
-
Class com.illumon.iris.db.tables.streaming.samples.TablePlayerStream extends RemoteQueryStreamer implements Serializable
-
-
Package com.illumon.iris.db.tables.utils
-
Class com.illumon.iris.db.tables.utils.CachedStringSetWrapperEnumFormatter extends com.fishlib.base.formatters.EnumFormatter implements Serializable
-
Serialized Fields
-
indexToStringSetWrapper
gnu.trove.map.hash.TIntObjectHashMap<StringSetWrapper> indexToStringSetWrapper
-
-
-
Class com.illumon.iris.db.tables.utils.DBCategoryDataset extends org.jfree.data.category.DefaultCategoryDataset implements Serializable
-
Serialized Fields
-
categoricalColumn
String categoricalColumn
-
chartType
com.illumon.iris.db.tables.utils.XYChartType chartType
-
localTable
ReplicatedTable localTable
-
map
HashMap<String,Integer> map
-
masterSeriesList
HashMap<String,Integer> masterSeriesList
-
seriesList
List<String> seriesList
-
seriesListWithCategories
List<String> seriesListWithCategories
-
xVariables
Set<String> xVariables
-
-
-
Class com.illumon.iris.db.tables.utils.DBCategoryTableXYDataset extends org.jfree.data.xy.CategoryTableXYDataset implements Serializable
-
Class com.illumon.iris.db.tables.utils.DbColorCodedBar extends JComponent implements Serializable
-
Serialized Fields
-
colorMap
gnu.trove.map.hash.TDoubleObjectHashMap<Color> colorMap
-
dataset
org.jfree.data.xy.AbstractXYDataset dataset
-
thickness
int thickness
-
-
-
Class com.illumon.iris.db.tables.utils.DBDateTime extends Object implements Serializable
- serialVersionUID:
- -9077991715632523353L
-
Serialization Methods
-
readExternal
- Throws:
IOException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.tables.utils.DBNameValidator.InvalidNameException extends RuntimeException implements Serializable
-
Class com.illumon.iris.db.tables.utils.DBNameValidator.LegalizeNameException extends RuntimeException implements Serializable
-
Class com.illumon.iris.db.tables.utils.DBPeriod extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
periodString
String periodString
-
-
-
Class com.illumon.iris.db.tables.utils.DBPlot.LiveJFreeChartWrapper extends Object implements Serializable
-
Serialized Fields
-
addShiftButtons
boolean addShiftButtons
-
cols
int cols
-
freeCharts
org.jfree.chart.JFreeChart[] freeCharts
-
isTabView
boolean isTabView
-
rows
int rows
-
-
-
Class com.illumon.iris.db.tables.utils.DbTimeConverter extends JFrame implements Serializable
-
Serialized Fields
-
currentTimeButton
JButton currentTimeButton
-
defaultColors
Color[] defaultColors
-
fromClipboardButton
JButton fromClipboardButton
-
input
JTextField input
-
output
JTextField[] output
-
outputMillis
JTextField outputMillis
-
outputNanos
JTextField outputNanos
-
timezones
JComboBox[] timezones
-
-
-
Class com.illumon.iris.db.tables.utils.DBTimeUtils.DBDateTimeOverflowException extends RuntimeException implements Serializable
-
Class com.illumon.iris.db.tables.utils.DBXYBarDataset extends org.jfree.data.statistics.HistogramDataset implements Serializable
-
Serialized Fields
-
list
List list
-
localTable
ReplicatedTable localTable
-
nbins
int nbins
-
xmax
double xmax
-
xmin
double xmin
-
yColumn
String yColumn
-
-
-
Class com.illumon.iris.db.tables.utils.DBXYCategoryDataset extends DBXYDataset implements Serializable
-
Serialized Fields
-
categoricalColumn
String categoricalColumn
-
distinctCategoriesTable
Table distinctCategoriesTable
-
getLocalTableByCategoryFunction
Function<? super String,? extends Table> getLocalTableByCategoryFunction
A function to filterDBXYDataset.localTable
to one individual category. This function must be changed whenlocalTable
is changed. -
localTableByCategoryMap
Map<String,Table> localTableByCategoryMap
A lazily-populated map between categories and filtered versions ofDBXYDataset.localTable
for each category. This map must be cleared whenlocalTable
is changed. -
xyPairsAndCategories
List<DBXYCategoryDataset.XYPairAndCategory> xyPairsAndCategories
-
-
-
Class com.illumon.iris.db.tables.utils.DBXYDataset extends org.jfree.data.xy.AbstractXYDataset implements Serializable
-
Serialized Fields
-
localTable
ReplicatedTable localTable
The Table this DBDatset is currently using as its data source. This can change, such as with OneClick filtering. -
xyPairs
List<DBXYDataset.XYPair> xyPairs
-
-
-
Class com.illumon.iris.db.tables.utils.LiveWidgetCreationException extends RuntimeException implements Serializable
-
Class com.illumon.iris.db.tables.utils.LiveWidgetUtils.ACLApplier extends ContextAwareRemoteQuery<Object> implements Serializable
-
Serialized Fields
-
adapter
RemoteDatabase.TableSerializationAdapter adapter
-
name
String name
-
-
-
Class com.illumon.iris.db.tables.utils.MergeTables extends ContextAwareRemoteQuery<Table> implements Serializable
-
Serialized Fields
-
handleIds
int[] handleIds
-
-
-
Class com.illumon.iris.db.tables.utils.QueryPerformanceNugget extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
callerLine
String callerLine
-
description
String description
-
diffAllocatedBytes
long diffAllocatedBytes
-
diffCpuNanos
long diffCpuNanos
-
diffFirstTimeDataReadNanos
long diffFirstTimeDataReadNanos
-
diffFirstTimeDataReads
long diffFirstTimeDataReads
-
diffFreeMemory
long diffFreeMemory
-
diffPoolAllocatedBytes
long diffPoolAllocatedBytes
-
diffRepeatedDataReadNanos
long diffRepeatedDataReadNanos
-
diffRepeatedDataReads
long diffRepeatedDataReads
-
diffTotalMemory
long diffTotalMemory
-
diffUserCpuNanos
long diffUserCpuNanos
-
inputSize
long inputSize
-
isUser
boolean isUser
-
startAllocatedBytes
long startAllocatedBytes
-
startClockTime
long startClockTime
-
startCpuNanos
long startCpuNanos
-
startFirstTimeDataReadNanos
long startFirstTimeDataReadNanos
-
startFirstTimeDataReads
long startFirstTimeDataReads
-
startFreeMemory
long startFreeMemory
-
startPoolAllocatedBytes
long startPoolAllocatedBytes
-
startRepeatedDataReadNanos
long startRepeatedDataReadNanos
-
startRepeatedDataReads
long startRepeatedDataReads
-
startTimeNanos
long startTimeNanos
-
startTotalMemory
long startTotalMemory
-
startUserCpuNanos
long startUserCpuNanos
-
state
QueryState state
-
subEntry
UpdatePerformanceTracker.SubEntry subEntry
For threaded operations we want to accumulate the CPU time, allocations, and read operations to the enclosing nugget of the main operation. For the initialization we ignore the wall clock time taken in the thread pool. -
topLevel
boolean topLevel
-
totalFreeMemory
long totalFreeMemory
-
totalTimeNanos
Long totalTimeNanos
-
totalUsedMemory
long totalUsedMemory
-
-
Class com.illumon.iris.db.tables.utils.QueryPerformanceRecorder extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
operationNuggets
List<QueryPerformanceNugget> operationNuggets
-
operationUserContext
com.fishlib.auth.UserContext operationUserContext
-
primaryUserContext
com.fishlib.auth.UserContext primaryUserContext
-
queryNugget
QueryPerformanceNugget queryNugget
-
state
QueryState state
-
-
Class com.illumon.iris.db.tables.utils.WChartPanel extends org.jfree.chart.ChartPanel implements Serializable
-
Serialized Fields
-
chart
org.jfree.chart.JFreeChart chart
-
handler
DBXYDataHandler handler
-
-
-
-
Package com.illumon.iris.db.tables.verify
-
Class com.illumon.iris.db.tables.verify.AppendOnlyAssertionFailure extends TableAssertionFailure implements Serializable
-
Class com.illumon.iris.db.tables.verify.AppendOnlyAssertionInstrumentedListenerAdapter extends BaseTable.ShiftAwareListenerImpl implements Serializable
-
Serialized Fields
-
description
String description
-
-
-
Class com.illumon.iris.db.tables.verify.SortedAssertionFailure extends TableAssertionFailure implements Serializable
-
Class com.illumon.iris.db.tables.verify.SortedAssertionInstrumentedListenerAdapter extends BaseTable.ShiftAwareListenerImpl implements Serializable
-
Serialized Fields
-
column
String column
-
description
String description
-
order
SortingOrder order
-
parentColumnSet
ModifiedColumnSet parentColumnSet
-
parentColumnSource
ColumnSource<?> parentColumnSource
-
parentIndex
Index parentIndex
-
sortCheck
SortCheck sortCheck
-
-
-
Class com.illumon.iris.db.tables.verify.TableAssertionFailure extends RuntimeException implements Serializable
-
-
Package com.illumon.iris.db.util
-
Class com.illumon.iris.db.util.DataTypeUtils.DataTypeException extends RuntimeException implements Serializable
-
Class com.illumon.iris.db.util.GroovyExceptionWrapper extends RuntimeException implements Serializable
-
Class com.illumon.iris.db.util.GroovyExceptionWrapper.TranslatedException extends RuntimeException implements Serializable
-
Class com.illumon.iris.db.util.PerformanceQueries.PerformanceOverview extends ContextAwareRemoteQuery<Object> implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.util.PerformanceQueries.PersistentQueryStatusMonitor extends ContextAwareRemoteQuery<Object> implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.util.PrintListener extends InstrumentedShiftAwareListener implements Serializable
-
Serialized Fields
-
description
String description
-
rowCount
int rowCount
-
table
DynamicTable table
-
-
-
Class com.illumon.iris.db.util.PythonEvalQuery extends ContextAwareRemoteQuery<Boolean> implements Serializable
-
Serialized Fields
-
string
String string
-
-
-
Class com.illumon.iris.db.util.PythonFetchQuery extends ContextAwareRemoteQuery<Object> implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class com.illumon.iris.db.util.PythonPushClassQuery extends ContextAwareRemoteQuery<Object> implements Serializable
-
Class com.illumon.iris.db.util.PythonRemoteQuery extends ContextAwareRemoteQuery<Object> implements Serializable
-
Serialized Fields
-
autoDeflate
boolean autoDeflate
-
dilledObject
byte[] dilledObject
-
pythonVersion
String pythonVersion
-
-
-
Class com.illumon.iris.db.util.PythonRemoteQuery.PickledResult extends Object implements Serializable
-
Class com.illumon.iris.db.util.SourceClosure extends groovy.lang.Closure<Object> implements Serializable
-
Serialized Fields
-
caching
boolean caching
-
scriptCache
Map<String,SoftReference<String>> scriptCache
-
scriptPathLoader
ScriptPathLoader scriptPathLoader
-
sourceOnce
boolean sourceOnce
-
-
-
Class com.illumon.iris.db.util.TelemetryQueries.TelemetrySummary extends ContextAwareRemoteQuery<Map<String,Table>> implements Serializable
-
Class com.illumon.iris.db.util.ToMapListener extends InstrumentedShiftAwareListenerAdapter implements Serializable
-
Serialized Fields
-
baselineMap
gnu.trove.map.hash.TObjectLongHashMap<Object> baselineMap
-
currentMap
gnu.trove.map.hash.TObjectLongHashMap<Object> currentMap
-
keyProducer
LongFunction<K> keyProducer
-
prevKeyProducer
LongFunction<K> prevKeyProducer
-
prevValueProducer
LongFunction<V> prevValueProducer
-
valueProducer
LongFunction<V> valueProducer
-
-
-
-
Package com.illumon.iris.db.util.config
-
Class com.illumon.iris.db.util.config.CustomAction extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class com.illumon.iris.db.util.config.CustomAction.Descriptor extends Object implements Serializable
-
Serialized Fields
-
data
byte[] data
-
-
-
Class com.illumon.iris.db.util.config.CustomAction.FetchQuery extends ContextAwareRemoteQuery<Inflatable<Map<String,CustomAction>>> implements Serializable
-
Serialized Fields
-
tableDescriptor
RemoteTableHandle.Descriptor tableDescriptor
-
-
-
Class com.illumon.iris.db.util.config.InputTableSnapshotter extends ContextAwareRemoteQuery<InputTableSnapshotter.Result> implements Serializable
- serialVersionUID:
- 201509211L
-
Serialized Fields
-
changesToSnapshotSizeRatioThreshold
double changesToSnapshotSizeRatioThreshold
-
daysSinceLastSnapshotThreshold
int daysSinceLastSnapshotThreshold
-
snapshotTasks
com.illumon.iris.db.util.config.InputTableSnapshotter.SnapshotTask[] snapshotTasks
-
-
Class com.illumon.iris.db.util.config.InputTableSnapshotter.Result extends Object implements Serializable
- serialVersionUID:
- 201509211L
-
Serialized Fields
-
inputTablesSnapshotted
List<com.illumon.iris.db.util.config.InputTableSnapshotter.InputTableSnapshotTask> inputTablesSnapshotted
-
inputTablesToSkipReasons
Map<com.illumon.iris.db.util.config.InputTableSnapshotter.InputTableSnapshotTask,String> inputTablesToSkipReasons
-
snapshotTasksToErrors
Map<com.illumon.iris.db.util.config.InputTableSnapshotter.SnapshotTask,Throwable> snapshotTasksToErrors
-
-
Class com.illumon.iris.db.util.config.RemoteInputTableDescriptor extends Object implements Serializable
-
Serialized Fields
-
namespace
String namespace
-
tableInputHandler
TableInputHandler tableInputHandler
-
tableName
String tableName
-
-
-
Class com.illumon.iris.db.util.config.RemoteInputTableDescriptor.GetQuery extends ContextAwareRemoteQuery<Inflatable<MutableInputTable>> implements Serializable
-
Serialized Fields
-
tableId
int tableId
-
-
-
Class com.illumon.iris.db.util.config.RemoteInputTableDescriptor.InputTableFromServer extends Object implements Serializable
-
Serialized Fields
-
remoteInputTableDescriptor
RemoteInputTableDescriptor remoteInputTableDescriptor
-
table
Inflatable<Table> table
-
tableInternal
Inflatable<Table> tableInternal
-
-
-
Class com.illumon.iris.db.util.config.RemoteInputTableDescriptor.MutableInputTableReference extends Object implements Serializable
-
Serialized Fields
-
columnEnums
Map<String,Object[]> columnEnums
-
description
String description
-
inputTableDefinition
com.illumon.iris.web.shared.data.InputTableDefinition inputTableDefinition
-
table
Inflatable<Table> table
-
tableDefinition
TableDefinition tableDefinition
-
-
-
Class com.illumon.iris.db.util.config.RemoteInputTableDescriptor.ToServer extends RemoteInputTableDescriptor implements Serializable
-
Serialized Fields
-
table
int table
-
tableInternal
int tableInternal
-
-
-
Class com.illumon.iris.db.util.config.RemoteInputTableDescriptor.ToServer.SetQuery extends ContextAwareRemoteQuery<Object> implements Serializable
-
Serialized Fields
-
tableId
int tableId
-
toServer
RemoteInputTableDescriptor.ToServer toServer
-
-
-
Class com.illumon.iris.db.util.config.TableInputHandler extends Object implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
-
Serialized Fields
-
configColumns
Map<String,TableInputHandler.ColumnConfig> configColumns
This map will contain one entry for each column that is NOT one of the "extra columns" -
keyColumnNames
String[] keyColumnNames
-
tableDefinition
TableDefinition tableDefinition
-
version
int version
-
-
Class com.illumon.iris.db.util.config.TableInputHandler.ColumnConfig extends Object implements Serializable
- serialVersionUID:
- -8389158453113890806L
-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
-
Serialized Fields
-
attributes
TableInputHandler.ColumnConfigAttribute[] attributes
-
isKey
boolean isKey
-
name
String name
-
type
Class type
-
-
Class com.illumon.iris.db.util.config.TableInputHandler.EnumValues extends Object implements Serializable
- serialVersionUID:
- 3272370065959781604L
-
Serialized Fields
-
values
Object[] values
-
-
Class com.illumon.iris.db.util.config.TableInputHandler.TimeoutException extends UncheckedDeephavenException implements Serializable
-
-
Package com.illumon.iris.db.util.liveness
-
Class com.illumon.iris.db.util.liveness.LivenessArtifact extends com.illumon.iris.db.util.liveness.ReferenceCountedLivenessNode implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(@NotNull ObjectInputStream objectInputStream) throws IOException, ClassNotFoundExceptionEnsure that transient fields are initialized properly on deserialization.- Throws:
IOException
ClassNotFoundException
-
-
Class com.illumon.iris.db.util.liveness.LivenessScope extends com.illumon.iris.db.util.liveness.ReferenceCountedLivenessNode implements Serializable
-
-
Package com.illumon.iris.db.util.schemas
-
Class com.illumon.iris.db.util.schemas.SchemaDescriptor extends Object implements Serializable
-
Serialized Fields
-
columnDescriptors
List<SchemaDescriptor.ColumnDescriptor> columnDescriptors
-
inputModel
SchemaDescriptor.InputModel inputModel
-
listenerClass
String listenerClass
-
logFormat
int logFormat
-
loggerClass
String loggerClass
-
loggerInterfaceClass
String loggerInterfaceClass
-
loggerSystemInputClass
String loggerSystemInputClass
-
mergeable
boolean mergeable
-
namespace
String namespace
-
outPackage
String outPackage
-
tableName
String tableName
-
useNanos
boolean useNanos
-
-
-
Class com.illumon.iris.db.util.schemas.SchemaDescriptor.ColumnDescriptor extends Object implements Serializable
-
-
Package com.illumon.iris.db.util.scripts
-
Class com.illumon.iris.db.util.scripts.ScriptExtensionsMap extends HashMap<String,List<String>> implements Serializable
-
-
Package com.illumon.iris.db.util.string
-
Class com.illumon.iris.db.util.string.StringUtils extends Object implements Serializable
-
-
Package com.illumon.iris.db.util.tuples
-
Class com.illumon.iris.db.util.tuples.ArrayTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Package com.illumon.iris.db.util.tuples.generated
-
Class com.illumon.iris.db.util.tuples.generated.ByteByteByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteByteCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteByteDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteByteFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteByteIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteByteLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteByteObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteByteShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteCharByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteCharCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteCharDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteCharFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteCharIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteCharLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteCharObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteCharShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteDoubleByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteDoubleCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteDoubleDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteDoubleFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteDoubleIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteDoubleLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteDoubleObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteDoubleShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteFloatByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteFloatCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteFloatDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteFloatFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteFloatIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteFloatLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteFloatObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteFloatShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteIntByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteIntCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteIntDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteIntFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteIntIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteIntLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteIntObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteIntShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteLongByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteLongCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteLongDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteLongFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteLongIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteLongLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteLongObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteLongShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteObjectByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteObjectCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteObjectDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteObjectFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteObjectIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteObjectLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteObjectObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteObjectShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteShortByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteShortCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteShortDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteShortFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteShortIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteShortLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteShortObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteShortShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharByteByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharByteCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharByteDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharByteFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharByteIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharByteLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharByteObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharByteShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharCharByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharCharCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharCharDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharCharFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharCharIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharCharLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharCharObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharCharShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharDoubleByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharDoubleCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharDoubleDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharDoubleFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharDoubleIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharDoubleLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharDoubleObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharDoubleShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharFloatByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharFloatCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharFloatDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharFloatFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharFloatIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharFloatLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharFloatObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharFloatShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharIntByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharIntCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharIntDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharIntFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharIntIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharIntLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharIntObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharIntShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharLongByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharLongCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharLongDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharLongFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharLongIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharLongLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharLongObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharLongShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharObjectByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharObjectCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharObjectDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharObjectFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharObjectIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharObjectLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharObjectObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharObjectShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharShortByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharShortCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharShortDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharShortFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharShortIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharShortLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharShortObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharShortShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleByteByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleByteCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleByteDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleByteFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleByteIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleByteLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleByteObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleByteShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleCharByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleCharCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleCharDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleCharFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleCharIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleCharLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleCharObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleCharShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleDoubleByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleDoubleCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleDoubleDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleDoubleFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleDoubleIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleDoubleLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleDoubleObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleDoubleShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleFloatByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleFloatCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleFloatDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleFloatFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleFloatIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleFloatLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleFloatObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleFloatShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleIntByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleIntCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleIntDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleIntFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleIntIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleIntLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleIntObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleIntShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleLongByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleLongCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleLongDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleLongFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleLongIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleLongLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleLongObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleLongShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleObjectByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleObjectCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleObjectDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleObjectFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleObjectIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleObjectLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleObjectObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleObjectShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleShortByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleShortCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleShortDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleShortFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleShortIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleShortLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleShortObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleShortShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatByteByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatByteCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatByteDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatByteFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatByteIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatByteLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatByteObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatByteShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatCharByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatCharCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatCharDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatCharFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatCharIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatCharLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatCharObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatCharShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatDoubleByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatDoubleCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatDoubleDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatDoubleFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatDoubleIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatDoubleLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatDoubleObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatDoubleShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatFloatByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatFloatCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatFloatDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatFloatFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatFloatIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatFloatLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatFloatObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatFloatShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatIntByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatIntCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatIntDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatIntFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatIntIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatIntLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatIntObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatIntShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatLongByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatLongCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatLongDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatLongFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatLongIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatLongLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatLongObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatLongShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatObjectByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatObjectCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatObjectDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatObjectFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatObjectIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatObjectLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatObjectObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatObjectShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatShortByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatShortCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatShortDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatShortFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatShortIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatShortLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatShortObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatShortShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntByteByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntByteCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntByteDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntByteFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntByteIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntByteLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntByteObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntByteShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntCharByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntCharCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntCharDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntCharFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntCharIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntCharLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntCharObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntCharShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntDoubleByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntDoubleCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntDoubleDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntDoubleFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntDoubleIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntDoubleLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntDoubleObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntDoubleShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntFloatByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntFloatCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntFloatDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntFloatFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntFloatIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntFloatLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntFloatObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntFloatShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntIntByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntIntCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntIntDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntIntFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntIntIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntIntLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntIntObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntIntShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntLongByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntLongCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntLongDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntLongFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntLongIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntLongLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntLongObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntLongShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntObjectByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntObjectCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntObjectDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntObjectFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntObjectIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntObjectLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntObjectObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntObjectShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntShortByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntShortCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntShortDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntShortFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntShortIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntShortLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntShortObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntShortShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongByteByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongByteCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongByteDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongByteFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongByteIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongByteLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongByteObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongByteShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongCharByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongCharCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongCharDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongCharFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongCharIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongCharLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongCharObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongCharShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongDoubleByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongDoubleCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongDoubleDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongDoubleFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongDoubleIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongDoubleLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongDoubleObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongDoubleShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongFloatByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongFloatCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongFloatDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongFloatFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongFloatIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongFloatLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongFloatObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongFloatShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongIntByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongIntCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongIntDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongIntFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongIntIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongIntLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongIntObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongIntShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongLongByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongLongCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongLongDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongLongFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongLongIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongLongLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongLongObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongLongShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongObjectByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongObjectCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongObjectDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongObjectFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongObjectIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongObjectLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongObjectObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongObjectShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongShortByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongShortCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongShortDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongShortFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongShortIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongShortLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongShortObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongShortShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectByteByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectByteCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectByteDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectByteFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectByteIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectByteLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectByteObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectByteShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectCharByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectCharCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectCharDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectCharFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectCharIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectCharLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectCharObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectCharShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectDoubleByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectDoubleCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectDoubleDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectDoubleFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectDoubleIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectDoubleLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectDoubleObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectDoubleShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectFloatByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectFloatCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectFloatDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectFloatFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectFloatIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectFloatLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectFloatObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectFloatShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectIntByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectIntCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectIntDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectIntFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectIntIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectIntLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectIntObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectIntShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectLongByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectLongCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectLongDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectLongFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectLongIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectLongLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectLongObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectLongShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectObjectByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectObjectCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectObjectDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectObjectFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectObjectIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectObjectLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectObjectObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectObjectShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectShortByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectShortCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectShortDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectShortFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectShortIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectShortLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectShortObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectShortShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortByteByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortByteCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortByteDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortByteFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortByteIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortByteLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortByteObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortByteShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortCharByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortCharCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortCharDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortCharFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortCharIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortCharLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortCharObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortCharShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortDoubleByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortDoubleCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortDoubleDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortDoubleFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortDoubleIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortDoubleLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortDoubleObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortDoubleShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortFloatByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortFloatCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortFloatDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortFloatFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortFloatIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortFloatLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortFloatObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortFloatShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortIntByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortIntCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortIntDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortIntFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortIntIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortIntLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortIntObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortIntShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortLongByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortLongCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortLongDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortLongFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortLongIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortLongLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortLongObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortLongShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortObjectByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortObjectCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortObjectDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortObjectFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortObjectIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortObjectLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortObjectObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortObjectShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortShortByteTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortShortCharTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortShortDoubleTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortShortFloatTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortShortIntTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortShortLongTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortShortObjectTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortShortShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortShortTuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Package com.illumon.iris.db.v2
-
Class com.illumon.iris.db.v2.AbstractHierarchicalTableInfo extends Object implements Serializable
-
Class com.illumon.iris.db.v2.BaseTable extends LivenessArtifact implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream objectInputStream) throws IOException, ClassNotFoundException- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
attributes
Map<String,Object> attributes
-
definition
TableDefinition definition
This table's definition. -
description
String description
This table's description. -
sharedAttributes
boolean sharedAttributes
-
-
Class com.illumon.iris.db.v2.BaseTable.ListenerImpl extends InstrumentedListener implements Serializable
-
Serialized Fields
-
dependent
DynamicTable dependent
-
parent
DynamicTable parent
-
-
-
Class com.illumon.iris.db.v2.BaseTable.ShiftAwareListenerImpl extends InstrumentedShiftAwareListener implements Serializable
-
Serialized Fields
-
canReuseModifiedColumnSet
boolean canReuseModifiedColumnSet
-
dependent
DynamicTable dependent
-
parent
DynamicTable parent
-
-
-
Class com.illumon.iris.db.v2.DeferredViewTable extends RedefinableTable implements Serializable
-
Serialized Fields
-
deferredDropColumns
String[] deferredDropColumns
-
deferredFilters
SelectFilter[] deferredFilters
-
deferredViewColumns
SelectColumn[] deferredViewColumns
-
tableReference
DeferredViewTable.TableReference tableReference
-
-
-
Class com.illumon.iris.db.v2.DeferredViewTable.SimpleTableReference extends DeferredViewTable.TableReference implements Serializable
-
Serialized Fields
-
table
Table table
-
-
-
Class com.illumon.iris.db.v2.DeferredViewTable.TableReference extends LivenessArtifact implements Serializable
-
Class com.illumon.iris.db.v2.ExportedTableMapHandleManager.Descriptor extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
handleId
int handleId
-
-
Class com.illumon.iris.db.v2.HierarchicalTable extends QueryTable implements Serializable
-
Serialized Fields
-
info
HierarchicalTableInfo info
-
rootTable
QueryTable rootTable
-
-
-
Class com.illumon.iris.db.v2.InMemoryTable extends QueryTable implements Serializable
-
Class com.illumon.iris.db.v2.InstrumentedListener extends InstrumentedListenerBase implements Serializable
-
Class com.illumon.iris.db.v2.InstrumentedListenerAdapter extends InstrumentedListener implements Serializable
-
Serialized Fields
-
retained
boolean retained
-
source
DynamicTable source
-
-
-
Class com.illumon.iris.db.v2.InstrumentedListenerBase extends LivenessArtifact implements Serializable
-
Serialized Fields
-
entry
UpdatePerformanceTracker.Entry entry
-
failed
boolean failed
-
lastCompletedStep
long lastCompletedStep
-
lastEnqueuedStep
long lastEnqueuedStep
-
terminalListener
boolean terminalListener
-
-
-
Class com.illumon.iris.db.v2.InstrumentedShiftAwareListener extends InstrumentedListenerBase implements Serializable
-
Class com.illumon.iris.db.v2.InstrumentedShiftAwareListenerAdapter extends InstrumentedShiftAwareListener implements Serializable
-
Serialized Fields
-
retained
boolean retained
-
source
DynamicTable source
-
-
-
Class com.illumon.iris.db.v2.ListenerRecorder extends BaseTable.ShiftAwareListenerImpl implements Serializable
-
Serialized Fields
-
isRefreshing
boolean isRefreshing
-
logPrefix
String logPrefix
-
mergedListener
MergedListener mergedListener
-
notificationStep
long notificationStep
-
update
ShiftAwareListener.Update update
-
-
-
Class com.illumon.iris.db.v2.LiveQueryTable extends QueryTable implements Serializable
-
Serialized Fields
-
additionsBuilder
Index.RandomBuilder additionsBuilder
-
-
-
Class com.illumon.iris.db.v2.LocalTableMap extends TableMapImpl implements Serializable
-
Serialized Fields
-
cachedFlat
TableMap cachedFlat
A flattened version of this TableMap. -
cachedPreemptive
gnu.trove.map.hash.TIntObjectHashMap<TableMap> cachedPreemptive
A preemptive version of this TableMap. -
constituentDefinition
TableDefinition constituentDefinition
The expected definitions for the values in internalMap. -
dependency
NotificationQueue.Dependency dependency
If we have a dependency that merged results depend on, store it here. -
internalMap
Map<Object,Table> internalMap
map to use for our backing store -
isFlat
boolean isFlat
If we've already flattened ourselves, there is no point in doing it again -
isSystemic
boolean isSystemic
Is this a systemically created TableMap? -
lastSatisfiedStep
long lastSatisfiedStep
Cache the last satisfied step, so that we do not need to query all our dependencies if we have already been satisfied on a given cycle. -
populateCallback
LocalTableMap.PopulateCallback populateCallback
-
preemptiveInterval
int preemptiveInterval
Cache our preemptive interval, so that we can also just return ourselves if needed.
-
-
-
Class com.illumon.iris.db.v2.MergedListener extends LivenessArtifact implements Serializable
-
Serialized Fields
-
dependencies
Collection<NotificationQueue.Dependency> dependencies
-
entry
UpdatePerformanceTracker.Entry entry
-
failed
boolean failed
-
lastCompletedStep
long lastCompletedStep
-
listenerDescription
String listenerDescription
-
log
com.fishlib.io.logger.Logger log
-
logPrefix
String logPrefix
-
notificationClock
long notificationClock
-
queuedNotificationClock
long queuedNotificationClock
-
recorders
Collection<? extends ListenerRecorder> recorders
-
result
QueryTable result
-
-
-
Class com.illumon.iris.db.v2.NestedPartitionedDiskBackedTable extends PartitionAwareSourceTable implements Serializable
-
Class com.illumon.iris.db.v2.NoSuchColumnException extends IllegalArgumentException implements Serializable
-
Class com.illumon.iris.db.v2.PartitionAwareSourceTable extends SourceTable implements Serializable
-
Serialized Fields
-
internalPartitions
Set<String> internalPartitions
-
partitioningColumnDefinition
com.illumon.dataobjects.ColumnDefinition<String> partitioningColumnDefinition
-
partitioningColumnFilters
SelectFilter[] partitioningColumnFilters
-
-
-
Class com.illumon.iris.db.v2.QueryTable extends BaseTable implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream objectInputStream) throws IOException, ClassNotFoundException- Throws:
IOException
ClassNotFoundException
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
columns
LinkedHashMap<String,ColumnSource> columns
-
dataIndexProvider
DataIndexProvider dataIndexProvider
A provider for Data Indexes. -
index
Index index
-
-
Class com.illumon.iris.db.v2.QueryTable.FilteredTable extends QueryTable implements Serializable
-
Serialized Fields
-
filters
SelectFilter[] filters
-
refilterMatchedRequested
boolean refilterMatchedRequested
-
refilterUnmatchedRequested
boolean refilterUnmatchedRequested
-
source
QueryTable source
-
whereListener
MergedListener whereListener
-
-
-
Class com.illumon.iris.db.v2.RedefinableTable extends UncoalescedTable implements Serializable
-
Class com.illumon.iris.db.v2.ReverseLookupListener extends LivenessArtifact implements Serializable
-
Serialized Fields
-
columns
ColumnSource[] columns
-
ignoreNull
boolean ignoreNull
-
keyColumnNames
String[] keyColumnNames
-
listener
com.illumon.iris.db.v2.ReverseLookupListener.InternalListener listener
-
map
gnu.trove.map.hash.TObjectLongHashMap<Object> map
-
reference
Object reference
-
-
-
Class com.illumon.iris.db.v2.RollupInfo extends AbstractHierarchicalTableInfo implements Serializable
- serialVersionUID:
- 6L
-
Serialized Fields
-
byColumnNames
Set<String> byColumnNames
-
leafType
RollupInfo.LeafType leafType
-
matchPairs
List<MatchPair> matchPairs
-
-
Class com.illumon.iris.db.v2.ShiftAwareSwapListener extends SwapListenerBase<ShiftAwareListener> implements Serializable
-
Class com.illumon.iris.db.v2.SimpleSourceTable extends SourceTable implements Serializable
-
Class com.illumon.iris.db.v2.SortListener extends BaseTable.ShiftAwareListenerImpl implements Serializable
-
Serialized Fields
-
columnsToSortBy
ColumnSource<Comparable<?>>[] columnsToSortBy
-
effortTracker
com.illumon.iris.db.v2.SortListener.EffortTracker effortTracker
-
mcsTransformer
ModifiedColumnSet.Transformer mcsTransformer
-
order
SortingOrder[] order
-
parent
DynamicTable parent
-
result
QueryTable result
-
resultIndex
Index resultIndex
-
reverseLookup
HashMapK4V4 reverseLookup
-
sortColumnSet
ModifiedColumnSet sortColumnSet
-
sortedColumnsToSortBy
ColumnSource<Comparable<?>>[] sortedColumnsToSortBy
-
sortMapping
RedirectionIndex sortMapping
-
targetComparator
com.illumon.iris.db.v2.SortListener.TargetComparator targetComparator
-
-
-
Class com.illumon.iris.db.v2.SourceTable extends RedefinableTable implements Serializable
-
Serialized Fields
-
columnSourceManager
ColumnSourceManager columnSourceManager
A column source manager to maintain our column sources and define how our index is updated. -
componentFactory
SourceTableComponentFactory componentFactory
Component factory. Mostly held for redefinitions. -
index
Index index
The index that backs this table, shared with all child tables. -
liveTableRegistrar
LiveTableRegistrar liveTableRegistrar
Registration function for LiveTables that need to be refreshed. -
locationChangePoller
LiveTable locationChangePoller
The LiveTable object for refreshing locations and location sizes. -
locationProvider
TableLocationProvider locationProvider
Location discovery. -
locationsInitialized
boolean locationsInitialized
Whether we've done our initial location fetch. -
locationSizesInitialized
boolean locationSizesInitialized
Whether we've done our initial location size fetches and initialized our index.
-
-
-
Class com.illumon.iris.db.v2.SourceTable.QueryTableReference extends DeferredViewTable.TableReference implements Serializable
-
Serialized Fields
-
table
SourceTable table
-
-
-
Class com.illumon.iris.db.v2.SplayedDiskBackedTable extends SimpleSourceTable implements Serializable
-
Class com.illumon.iris.db.v2.SwapListener extends SwapListenerBase<Listener> implements Serializable
-
Class com.illumon.iris.db.v2.SwapListenerBase extends LivenessArtifact implements Serializable
-
Serialized Fields
-
eventualListener
T extends ListenerBase eventualListener
The listener that will be called if this operation is successful. If we have a successful snapshot, then success is set to true. -
eventualResult
NotificationStepReceiver eventualResult
-
lastNotificationStep
long lastNotificationStep
The last clock cycle which the source table produced a notification. -
log
com.fishlib.io.logger.Logger log
-
sourceTable
BaseTable sourceTable
The sourceTable, used to get the lastNotificationTime. -
success
boolean success
-
-
-
Class com.illumon.iris.db.v2.SymbolTableToUniqueIdSource extends AbstractColumnSource<Integer> implements Serializable
-
Serialized Fields
-
symbolLookup
IntegerSparseArraySource symbolLookup
-
symbolSource
ColumnSource<Long> symbolSource
-
-
-
Class com.illumon.iris.db.v2.TableMapClient extends TableMapImpl implements Serializable
-
Serialized Fields
-
id
int id
-
processorConnection
QueryProcessorConnection processorConnection
-
-
-
Class com.illumon.iris.db.v2.TableMapClient.TableMapGet extends ContextAwareRemoteQuery<Table> implements Serializable
-
Class com.illumon.iris.db.v2.TableMapClient.TableMapGetKeys extends ContextAwareRemoteQuery<Object[]> implements Serializable
-
Serialized Fields
-
id
int id
-
-
-
Class com.illumon.iris.db.v2.TableMapClient.TableMapGetMerged extends ContextAwareRemoteQuery<Table> implements Serializable
-
Serialized Fields
-
id
int id
-
keys
Object[] keys
-
-
-
Class com.illumon.iris.db.v2.TableMapClient.TableMapMerge extends ContextAwareRemoteQuery<Inflatable<Table>> implements Serializable
-
Serialized Fields
-
id
int id
-
-
-
Class com.illumon.iris.db.v2.TableMapImpl extends LivenessArtifact implements Serializable
-
Serialized Fields
-
keyListeners
com.fishlib.base.WeakReferenceManager<TableMap.KeyListener> keyListeners
-
listeners
com.fishlib.base.WeakReferenceManager<TableMap.Listener> listeners
-
parents
Collection<Object> parents
-
refreshing
boolean refreshing
-
-
-
Class com.illumon.iris.db.v2.TableMapProxyHandler extends LivenessArtifact implements Serializable
-
Class com.illumon.iris.db.v2.TableSupplier extends LivenessArtifact implements Serializable
-
Serialized Fields
-
appliedEmptyTable
Table appliedEmptyTable
An empty table with all operations applied to it in order to support methods like hasColumn -
attributes
Map<String,Object> attributes
A map of table attributes. This is necessary for ACL support. -
isComplete
boolean isComplete
Once the user is done adding operations, the supplier should be marked as complete -
log
com.fishlib.io.logger.Logger log
-
sourceTable
Table sourceTable
The source table used to generate the supplied table -
tableOperations
List<com.illumon.iris.db.v2.TableSupplier.Operation> tableOperations
The operations to apply when a table is being supplied
-
-
-
Class com.illumon.iris.db.v2.TimeTable extends QueryTable implements Serializable
-
Serialized Fields
-
binOffset
long binOffset
-
dateTimeArraySource
DateTimeArraySource dateTimeArraySource
-
dbPeriod
long dbPeriod
-
entry
UpdatePerformanceTracker.Entry entry
-
lastIndex
long lastIndex
-
lastTime
DBDateTime lastTime
-
timeProvider
TimeProvider timeProvider
-
-
-
Class com.illumon.iris.db.v2.TotalsTableBuilder extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.v2.TreeTableInfo extends AbstractHierarchicalTableInfo implements Serializable
- serialVersionUID:
- 4L
-
Class com.illumon.iris.db.v2.UncoalescedTable extends BaseTable implements Serializable
-
Serialized Fields
-
coalesced
DynamicTable coalesced
-
coalescingLock
Object coalescingLock
-
-
-
Class com.illumon.iris.db.v2.UpdatableTable extends QueryTable implements Serializable
-
Serialized Fields
-
addedSet
gnu.trove.set.TLongSet addedSet
-
indexChangeRecorder
UpdatableTable.IndexChangeRecorder indexChangeRecorder
-
modifiedSet
gnu.trove.set.TLongSet modifiedSet
-
removedSet
gnu.trove.set.TLongSet removedSet
-
updater
UpdatableTable.Updater updater
-
-
-
-
Package com.illumon.iris.db.v2.by
-
Class com.illumon.iris.db.v2.by.ComboAggregateFactory extends Object implements Serializable
-
Serialized Fields
-
isRollup
boolean isRollup
-
secondLevel
boolean secondLevel
-
underlyingAggregations
List<ComboAggregateFactory.ComboBy> underlyingAggregations
-
-
-
Class com.illumon.iris.db.v2.by.ComboAggregateFactory.ComboByImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class com.illumon.iris.db.v2.by.ComboAggregateFactory.CountComboBy extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
resultColumn
String resultColumn
-
-
-
Class com.illumon.iris.db.v2.by.ComboAggregateFactory.NullComboBy extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
-
Class com.illumon.iris.db.v2.by.HashTableColumnSource extends AbstractColumnSource<DATA_TYPE> implements Serializable
-
Serialized Fields
-
mainSource
ColumnSource<DATA_TYPE> mainSource
-
overflowSource
ColumnSource<DATA_TYPE> overflowSource
-
-
-
Class com.illumon.iris.db.v2.by.PercentileByStateFactoryImpl extends Object implements Serializable
-
Serialized Fields
-
averageMedian
boolean averageMedian
-
percentile
double percentile
-
-
-
Class com.illumon.iris.db.v2.by.SortedFirstBy extends SortedFirstOrLastByFactoryImpl implements Serializable
-
Class com.illumon.iris.db.v2.by.SortedFirstOrLastByFactoryImpl extends IterativeIndexStateFactory implements Serializable
-
Serialized Fields
-
minimum
boolean minimum
-
sortColumnNames
String[] sortColumnNames
-
-
-
Class com.illumon.iris.db.v2.by.SortedLastBy extends SortedFirstOrLastByFactoryImpl implements Serializable
-
-
Package com.illumon.iris.db.v2.by.columnstats
-
Class com.illumon.iris.db.v2.by.columnstats.ChunkedComparableStatsKernel.Result extends Object implements Serializable
-
Class com.illumon.iris.db.v2.by.columnstats.ChunkedNumericalStatsKernel.Result extends Object implements Serializable
-
Class com.illumon.iris.db.v2.by.columnstats.DBDateTimeChunkedStats.Result extends Object implements Serializable
-
Serialized Fields
-
count
long count
-
max
long max
-
min
long min
-
runTime
long runTime
-
size
long size
-
-
-
-
Package com.illumon.iris.db.v2.by.ssmcountdistinct
-
Class com.illumon.iris.db.v2.by.ssmcountdistinct.ByteSsmBackedSource extends AbstractColumnSource<DbByteArray> implements Serializable
-
Serialized Fields
-
trackingPrevious
boolean trackingPrevious
-
underlying
ObjectArraySource<ByteSegmentedSortedMultiset> underlying
-
-
-
Class com.illumon.iris.db.v2.by.ssmcountdistinct.CharSsmBackedSource extends AbstractColumnSource<DbCharArray> implements Serializable
-
Serialized Fields
-
trackingPrevious
boolean trackingPrevious
-
underlying
ObjectArraySource<CharSegmentedSortedMultiset> underlying
-
-
-
Class com.illumon.iris.db.v2.by.ssmcountdistinct.DbDateTimeSsmSourceWrapper extends AbstractColumnSource<DbArray> implements Serializable
-
Serialized Fields
-
underlying
LongSsmBackedSource underlying
-
-
-
Class com.illumon.iris.db.v2.by.ssmcountdistinct.DbDateTimeSsmSourceWrapper.ValueWrapper extends Object implements Serializable
-
Serialized Fields
-
underlying
LongSegmentedSortedMultiset underlying
-
-
-
Class com.illumon.iris.db.v2.by.ssmcountdistinct.DoubleSsmBackedSource extends AbstractColumnSource<DbDoubleArray> implements Serializable
-
Serialized Fields
-
trackingPrevious
boolean trackingPrevious
-
underlying
ObjectArraySource<DoubleSegmentedSortedMultiset> underlying
-
-
-
Class com.illumon.iris.db.v2.by.ssmcountdistinct.FloatSsmBackedSource extends AbstractColumnSource<DbFloatArray> implements Serializable
-
Serialized Fields
-
trackingPrevious
boolean trackingPrevious
-
underlying
ObjectArraySource<FloatSegmentedSortedMultiset> underlying
-
-
-
Class com.illumon.iris.db.v2.by.ssmcountdistinct.IntSsmBackedSource extends AbstractColumnSource<DbIntArray> implements Serializable
-
Serialized Fields
-
trackingPrevious
boolean trackingPrevious
-
underlying
ObjectArraySource<IntSegmentedSortedMultiset> underlying
-
-
-
Class com.illumon.iris.db.v2.by.ssmcountdistinct.LongSsmBackedSource extends AbstractColumnSource<DbLongArray> implements Serializable
-
Serialized Fields
-
trackingPrevious
boolean trackingPrevious
-
underlying
ObjectArraySource<LongSegmentedSortedMultiset> underlying
-
-
-
Class com.illumon.iris.db.v2.by.ssmcountdistinct.ObjectSsmBackedSource extends AbstractColumnSource<DbArray> implements Serializable
-
Serialized Fields
-
trackingPrevious
boolean trackingPrevious
-
underlying
ObjectArraySource<ObjectSegmentedSortedMultiset> underlying
-
-
-
Class com.illumon.iris.db.v2.by.ssmcountdistinct.ShortSsmBackedSource extends AbstractColumnSource<DbShortArray> implements Serializable
-
Serialized Fields
-
trackingPrevious
boolean trackingPrevious
-
underlying
ObjectArraySource<ShortSegmentedSortedMultiset> underlying
-
-
-
-
Package com.illumon.iris.db.v2.configuration
-
Class com.illumon.iris.db.v2.configuration.DataRoutingConfigurationException extends com.fishlib.configuration.ConfigurationException implements Serializable
- serialVersionUID:
- -4323403935915977372L
-
-
Package com.illumon.iris.db.v2.dbarrays
-
Class com.illumon.iris.db.v2.dbarrays.DbArrayColumnWrapper extends DbArray.Indirect<T> implements Serializable
- serialVersionUID:
- -5944424618636079377L
-
Serialized Fields
-
columnSource
ColumnSource<T> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
Class com.illumon.iris.db.v2.dbarrays.DbArrayImmutableColumnWrapper extends DbArray.Indirect<T> implements Serializable
- serialVersionUID:
- -5944424618636079377L
-
Serialized Fields
-
columnSource
ColumnSource<T> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
Class com.illumon.iris.db.v2.dbarrays.DbByteArrayColumnWrapper extends DbByteArray.Indirect implements Serializable
- serialVersionUID:
- -2715269662143763674L
-
Serialized Fields
-
columnSource
ColumnSource<Byte> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
Class com.illumon.iris.db.v2.dbarrays.DbByteArrayImmutableColumnWrapper extends DbByteArray.Indirect implements Serializable
- serialVersionUID:
- -2715269662143763674L
-
Serialized Fields
-
columnSource
ColumnSource<Byte> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
Class com.illumon.iris.db.v2.dbarrays.DbCharArrayColumnWrapper extends DbCharArray.Indirect implements Serializable
- serialVersionUID:
- -2715269662143763674L
-
Serialized Fields
-
columnSource
ColumnSource<Character> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
Class com.illumon.iris.db.v2.dbarrays.DbCharArrayImmutableColumnWrapper extends DbCharArray.Indirect implements Serializable
- serialVersionUID:
- -2715269662143763674L
-
Serialized Fields
-
columnSource
ColumnSource<Character> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
Class com.illumon.iris.db.v2.dbarrays.DbDoubleArrayColumnWrapper extends DbDoubleArray.Indirect implements Serializable
- serialVersionUID:
- -2715269662143763674L
-
Serialized Fields
-
columnSource
ColumnSource<Double> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
Class com.illumon.iris.db.v2.dbarrays.DbDoubleArrayImmutableColumnWrapper extends DbDoubleArray.Indirect implements Serializable
- serialVersionUID:
- -2715269662143763674L
-
Serialized Fields
-
columnSource
ColumnSource<Double> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
Class com.illumon.iris.db.v2.dbarrays.DbFloatArrayColumnWrapper extends DbFloatArray.Indirect implements Serializable
- serialVersionUID:
- -2715269662143763674L
-
Serialized Fields
-
columnSource
ColumnSource<Float> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
Class com.illumon.iris.db.v2.dbarrays.DbFloatArrayImmutableColumnWrapper extends DbFloatArray.Indirect implements Serializable
- serialVersionUID:
- -2715269662143763674L
-
Serialized Fields
-
columnSource
ColumnSource<Float> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
Class com.illumon.iris.db.v2.dbarrays.DbIntArrayColumnWrapper extends DbIntArray.Indirect implements Serializable
- serialVersionUID:
- -2715269662143763674L
-
Serialized Fields
-
columnSource
ColumnSource<Integer> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
Class com.illumon.iris.db.v2.dbarrays.DbIntArrayImmutableColumnWrapper extends DbIntArray.Indirect implements Serializable
- serialVersionUID:
- -2715269662143763674L
-
Serialized Fields
-
columnSource
ColumnSource<Integer> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
Class com.illumon.iris.db.v2.dbarrays.DbLongArrayColumnWrapper extends DbLongArray.Indirect implements Serializable
- serialVersionUID:
- -2715269662143763674L
-
Serialized Fields
-
columnSource
ColumnSource<Long> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
Class com.illumon.iris.db.v2.dbarrays.DbLongArrayImmutableColumnWrapper extends DbLongArray.Indirect implements Serializable
- serialVersionUID:
- -2715269662143763674L
-
Serialized Fields
-
columnSource
ColumnSource<Long> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
Class com.illumon.iris.db.v2.dbarrays.DbPrevArrayColumnWrapper extends DbArray.Indirect<T> implements Serializable
- serialVersionUID:
- -5944424618636079377L
-
Serialized Fields
-
columnSource
ColumnSource<T> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
Class com.illumon.iris.db.v2.dbarrays.DbPrevByteArrayColumnWrapper extends DbByteArray.Indirect implements Serializable
- serialVersionUID:
- -2715269662143763674L
-
Serialized Fields
-
columnSource
ColumnSource<Byte> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
Class com.illumon.iris.db.v2.dbarrays.DbPrevCharArrayColumnWrapper extends DbCharArray.Indirect implements Serializable
- serialVersionUID:
- -2715269662143763674L
-
Serialized Fields
-
columnSource
ColumnSource<Character> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
Class com.illumon.iris.db.v2.dbarrays.DbPrevDoubleArrayColumnWrapper extends DbDoubleArray.Indirect implements Serializable
- serialVersionUID:
- -2715269662143763674L
-
Serialized Fields
-
columnSource
ColumnSource<Double> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
Class com.illumon.iris.db.v2.dbarrays.DbPrevFloatArrayColumnWrapper extends DbFloatArray.Indirect implements Serializable
- serialVersionUID:
- -2715269662143763674L
-
Serialized Fields
-
columnSource
ColumnSource<Float> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
Class com.illumon.iris.db.v2.dbarrays.DbPrevIntArrayColumnWrapper extends DbIntArray.Indirect implements Serializable
- serialVersionUID:
- -2715269662143763674L
-
Serialized Fields
-
columnSource
ColumnSource<Integer> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
Class com.illumon.iris.db.v2.dbarrays.DbPrevLongArrayColumnWrapper extends DbLongArray.Indirect implements Serializable
- serialVersionUID:
- -2715269662143763674L
-
Serialized Fields
-
columnSource
ColumnSource<Long> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
Class com.illumon.iris.db.v2.dbarrays.DbPrevShortArrayColumnWrapper extends DbShortArray.Indirect implements Serializable
- serialVersionUID:
- -2715269662143763674L
-
Serialized Fields
-
columnSource
ColumnSource<Short> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
Class com.illumon.iris.db.v2.dbarrays.DbShortArrayColumnWrapper extends DbShortArray.Indirect implements Serializable
- serialVersionUID:
- -2715269662143763674L
-
Serialized Fields
-
columnSource
ColumnSource<Short> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
Class com.illumon.iris.db.v2.dbarrays.DbShortArrayImmutableColumnWrapper extends DbShortArray.Indirect implements Serializable
- serialVersionUID:
- -2715269662143763674L
-
Serialized Fields
-
columnSource
ColumnSource<Short> columnSource
-
endPadding
long endPadding
-
index
ReadOnlyIndex index
-
startPadding
long startPadding
-
-
-
Package com.illumon.iris.db.v2.join
-
Class com.illumon.iris.db.v2.join.BucketedChunkedAjMergedListener extends MergedListener implements Serializable
-
Serialized Fields
-
allRightColumns
ModifiedColumnSet allRightColumns
-
asOfJoinStateManager
RightIncrementalChunkedAsOfJoinStateManager asOfJoinStateManager
-
chunkSsaStamp
ChunkSsaStamp chunkSsaStamp
-
disallowExactMatch
boolean disallowExactMatch
-
leftChunkSize
int leftChunkSize
-
leftKeyColumns
ModifiedColumnSet leftKeyColumns
-
leftKeySources
ColumnSource<?>[] leftKeySources
-
leftRecorder
JoinListenerRecorder leftRecorder
-
leftSsaFactory
AsOfJoinHelper.SsaFactory leftSsaFactory
-
leftStampColumn
ModifiedColumnSet leftStampColumn
-
leftStampSource
ColumnSource<?> leftStampSource
-
leftTable
QueryTable leftTable
-
leftTransformer
ModifiedColumnSet.Transformer leftTransformer
-
order
SortingOrder order
-
redirectionIndex
RedirectionIndex redirectionIndex
-
resultModifiedColumnSet
ModifiedColumnSet resultModifiedColumnSet
-
rightChunkSize
int rightChunkSize
-
rightKeyColumns
ModifiedColumnSet rightKeyColumns
-
rightKeySources
ColumnSource<?>[] rightKeySources
-
rightRecorder
JoinListenerRecorder rightRecorder
-
rightSsaFactory
AsOfJoinHelper.SsaFactory rightSsaFactory
-
rightStampColumn
ModifiedColumnSet rightStampColumn
-
rightStampSource
ColumnSource<?> rightStampSource
-
rightTable
QueryTable rightTable
-
rightTransformer
ModifiedColumnSet.Transformer rightTransformer
-
sequentialBuilders
ObjectArraySource<Index.SequentialBuilder> sequentialBuilders
-
slots
LongArraySource slots
-
ssaSsaStamp
SsaSsaStamp ssaSsaStamp
-
stampChunkEquals
ChunkEquals stampChunkEquals
-
stampChunkType
ChunkType stampChunkType
-
stampCompact
CompactKernel stampCompact
-
-
-
Class com.illumon.iris.db.v2.join.JoinListenerRecorder extends ListenerRecorder implements Serializable
-
Class com.illumon.iris.db.v2.join.ZeroKeyChunkedAjMergedListener extends MergedListener implements Serializable
-
Serialized Fields
-
allRightColumns
ModifiedColumnSet allRightColumns
-
chunkSsaStamp
ChunkSsaStamp chunkSsaStamp
-
disallowExactMatch
boolean disallowExactMatch
-
leftChunkSize
int leftChunkSize
-
leftRecorder
JoinListenerRecorder leftRecorder
-
leftSsa
SegmentedSortedArray leftSsa
-
leftStampColumn
ModifiedColumnSet leftStampColumn
-
leftStampSource
ColumnSource<?> leftStampSource
-
leftTable
QueryTable leftTable
-
leftTransformer
ModifiedColumnSet.Transformer leftTransformer
-
order
SortingOrder order
-
redirectionIndex
RedirectionIndex redirectionIndex
-
resultModifiedColumnSet
ModifiedColumnSet resultModifiedColumnSet
-
rightChunkSize
int rightChunkSize
-
rightRecorder
JoinListenerRecorder rightRecorder
-
rightSsa
SegmentedSortedArray rightSsa
-
rightStampColumn
ModifiedColumnSet rightStampColumn
-
rightStampSource
ColumnSource<?> rightStampSource
-
rightTable
QueryTable rightTable
-
rightTransformer
ModifiedColumnSet.Transformer rightTransformer
-
ssaSsaStamp
SsaSsaStamp ssaSsaStamp
-
stampChunkEquals
ChunkEquals stampChunkEquals
-
stampChunkType
ChunkType stampChunkType
-
stampCompact
CompactKernel stampCompact
-
-
-
-
Package com.illumon.iris.db.v2.locations
-
Class com.illumon.iris.db.v2.locations.FullTableLocationKey extends Object implements Serializable
- serialVersionUID:
- -1418232064294048682L
-
Serialized Fields
-
locationKey
TableLocationLookupKey.Immutable locationKey
-
tableKey
TableLookupKey.Immutable tableKey
-
-
Class com.illumon.iris.db.v2.locations.FullTableLocationKey.AggregateTableLocationKey extends FullTableLocationKey implements Serializable
- serialVersionUID:
- -4297171026652176542L
-
Class com.illumon.iris.db.v2.locations.TableDataException extends RuntimeException implements Serializable
- serialVersionUID:
- 8599205102694321064L
-
Serialized Fields
-
requestRejectionType
TableDataProtocol.RequestRejectionType requestRejectionType
The request rejection type, if this exception occurred due to a remote request failure. -
wasInterrupted
boolean wasInterrupted
Whether this exception was caused by an interrupt.
-
-
Class com.illumon.iris.db.v2.locations.TableLocationLookupKey extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
columnPartition
TYPE extends CharSequence columnPartition
-
internalPartition
TYPE extends CharSequence internalPartition
-
-
Class com.illumon.iris.db.v2.locations.TableLocationLookupKey.Immutable extends TableLocationLookupKey<String> implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.v2.locations.TableLocationLookupKey.Reusable extends TableLocationLookupKey<com.fishlib.base.string.cache.CharSequenceAdapterBuilder> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Class com.illumon.iris.db.v2.locations.TableLookupKey extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
namespace
NAME_TYPE extends CharSequence namespace
-
tableName
NAME_TYPE extends CharSequence tableName
-
tableType
TableType tableType
-
-
Class com.illumon.iris.db.v2.locations.TableLookupKey.Immutable extends TableLookupKey<String> implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.v2.locations.TableLookupKey.Reusable extends TableLookupKey<com.fishlib.base.string.cache.CharSequenceAdapterBuilder> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Package com.illumon.iris.db.v2.logaggregator
-
Class com.illumon.iris.db.v2.logaggregator.ColumnPartitionChannelManager.InvalidatedChannelException extends IOException implements Serializable
- serialVersionUID:
- -3367842539419273956L
-
-
Package com.illumon.iris.db.v2.parquet
-
Class com.illumon.iris.db.v2.parquet.SchemaMappingException extends Exception implements Serializable
-
-
Package com.illumon.iris.db.v2.permissions
-
Class com.illumon.iris.db.v2.permissions.AllUsersGroupsStrategiesQuery extends ContextAwareRemoteQuery<UserGroupStrategyData> implements Serializable
-
Class com.illumon.iris.db.v2.permissions.BaseACLPermission extends BasicPermission implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
filtersToApply
Collection[] filtersToApply
-
key
String key
-
-
Class com.illumon.iris.db.v2.permissions.DbAclEditorTableData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
columnAclTable
Table columnAclTable
-
externalAuthOnlyUsers
Table externalAuthOnlyUsers
-
groupStrategyTable
Table groupStrategyTable
-
strategyAccountTable
Table strategyAccountTable
-
systemAclTable
Table systemAclTable
-
systemUserTable
Table systemUserTable
-
tableAclTable
Table tableAclTable
-
tableEditorTable
Table tableEditorTable
-
userGroupTable
Table userGroupTable
-
-
Class com.illumon.iris.db.v2.permissions.DbAclEditorTableQuery extends ContextAwareRemoteQuery<DbAclEditorTableData> implements Serializable
-
Class com.illumon.iris.db.v2.permissions.FileACLPermission extends BaseACLPermission implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.v2.permissions.GroupsForUserQuery extends ContextAwareRemoteQuery<String[]> implements Serializable
-
Serialized Fields
-
user
String user
-
-
-
Class com.illumon.iris.db.v2.permissions.GroupStrategyExistsQuery extends ContextAwareRemoteQuery<Boolean> implements Serializable
-
Class com.illumon.iris.db.v2.permissions.OneEditableQuery extends ContextAwareRemoteQuery<Boolean> implements Serializable
-
Class com.illumon.iris.db.v2.permissions.PermissionAnalyzerData extends Object implements Serializable
-
Serialized Fields
-
acl
String acl
-
filters
Collection<SelectFilter> filters
-
group
String group
-
-
-
Class com.illumon.iris.db.v2.permissions.PermissionAndGroupData extends Object implements Serializable
-
Serialized Fields
-
groups
String[] groups
-
paData
Collection<PermissionAnalyzerData> paData
-
-
-
Class com.illumon.iris.db.v2.permissions.RefreshingAccountFilter extends RefreshingMysqlFilter implements Serializable
-
Serialized Fields
-
database
Database database
-
permissionFilterProvider
PermissionFilterProvider permissionFilterProvider
-
userContext
com.fishlib.auth.UserContext userContext
-
-
-
Class com.illumon.iris.db.v2.permissions.RefreshingAccountRootFilter extends RefreshingMysqlFilter implements Serializable
-
Serialized Fields
-
database
Database database
-
permissionFilterProvider
PermissionFilterProvider permissionFilterProvider
-
userContext
com.fishlib.auth.UserContext userContext
-
-
-
Class com.illumon.iris.db.v2.permissions.RefreshingGroupFilter extends RefreshingMysqlFilter implements Serializable
-
Serialized Fields
-
database
Database database
-
permissionFilterProvider
PermissionFilterProvider permissionFilterProvider
-
userContext
com.fishlib.auth.UserContext userContext
-
-
-
Class com.illumon.iris.db.v2.permissions.RefreshingMysqlFilter extends SelectFilterLivenessArtifactImpl implements Serializable
-
Serialized Fields
-
columnName
String columnName
-
listener
SelectFilter.RecomputeListener listener
-
liveValues
Set<String> liveValues
-
matchSet
boolean matchSet
-
refreshCallback
LiveTable refreshCallback
-
refreshIntervalMs
int refreshIntervalMs
-
-
-
Class com.illumon.iris.db.v2.permissions.RefreshingStrategyFilter extends RefreshingMysqlFilter implements Serializable
-
Serialized Fields
-
database
Database database
-
permissionFilterProvider
PermissionFilterProvider permissionFilterProvider
-
userContext
com.fishlib.auth.UserContext userContext
-
-
-
Class com.illumon.iris.db.v2.permissions.RetrieveOneAclQuery extends ContextAwareRemoteQuery<RetrieveOneAclQuery.Result> implements Serializable
- serialVersionUID:
- 2L
-
Class com.illumon.iris.db.v2.permissions.RetrieveOneAclQuery.Result extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.v2.permissions.RetrieveOneSystemAclQuery extends ContextAwareRemoteQuery<String> implements Serializable
-
Class com.illumon.iris.db.v2.permissions.RetrieveSystemUserAclQuery extends ContextAwareRemoteQuery<Table> implements Serializable
-
Serialized Fields
-
runAsGroupFilter
String runAsGroupFilter
-
-
-
Class com.illumon.iris.db.v2.permissions.StrategyForAccountQuery extends ContextAwareRemoteQuery<String[]> implements Serializable
-
Serialized Fields
-
account
String account
-
-
-
Class com.illumon.iris.db.v2.permissions.UserGroupStrategyData extends Object implements Serializable
-
-
Package com.illumon.iris.db.v2.remote
-
Class com.illumon.iris.db.v2.remote.ConstructSnapshot.NoSnapshotAllowedException extends UnsupportedOperationException implements Serializable
-
Class com.illumon.iris.db.v2.remote.ConstructSnapshot.SnapshotInconsistentException extends UncheckedDeephavenException implements Serializable
-
Class com.illumon.iris.db.v2.remote.DeltaUpdates extends Object implements Serializable
-
Serialized Fields
-
added
Index added
-
deltaSequence
long deltaSequence
-
firstStep
long firstStep
-
includedAdditions
Index includedAdditions
-
lastStep
long lastStep
-
removed
Index removed
-
serializedAdditions
DeltaUpdates.ColumnAdditions[] serializedAdditions
-
serializedModifications
DeltaUpdates.ColumnModifications[] serializedModifications
-
shifted
IndexShiftData shifted
-
-
-
Class com.illumon.iris.db.v2.remote.DeltaUpdates.ColumnAdditions extends Object implements Serializable
-
Serialized Fields
-
columnIndex
int columnIndex
-
serializedRows
Object serializedRows
-
-
-
Class com.illumon.iris.db.v2.remote.DeltaUpdates.ColumnModifications extends Object implements Serializable
-
Class com.illumon.iris.db.v2.remote.InitialSnapshot extends Object implements Serializable
- serialVersionUID:
- 4380513367437361741L
-
Serialized Fields
-
dataColumns
Object[] dataColumns
-
deltaSequence
long deltaSequence
-
index
Index index
-
rowsIncluded
Index rowsIncluded
-
step
long step
-
type
PreemptiveUpdatesTable.SnapshotType type
-
viewport
Index viewport
-
-
Class com.illumon.iris.db.v2.remote.InitialSnapshotTable extends QueryTable implements Serializable
-
Serialized Fields
-
capacity
int capacity
-
freeset
Index freeset
-
populatedCells
Index[] populatedCells
-
populatedRows
Index populatedRows
-
redirectionIndex
RedirectionIndex redirectionIndex
-
setters
InitialSnapshotTable.Setter[] setters
-
subscribedColumns
BitSet subscribedColumns
-
writableSources
WritableSource[] writableSources
-
-
-
Class com.illumon.iris.db.v2.remote.PreemptiveUpdatesTable extends WrappedDelegatingTable implements Serializable
-
Serialized Fields
-
activeColumns
BitSet activeColumns
-
activeSubscriptions
ArrayList<com.illumon.iris.db.v2.remote.PreemptiveUpdatesTable.Subscription> activeSubscriptions
-
activeViewport
Index activeViewport
Subscription updates accumulate in pendingSubscriptions until the next time our update propagation job runs. See notes onPreemptiveUpdatesTable.Subscription
for details of the subscription life cycle. -
columnSourceSerializers
com.illumon.iris.db.v2.remote.PreemptiveUpdatesTable.Serializer[] columnSourceSerializers
-
deltaColumns
WritableSource<?>[] deltaColumns
-
errorRegistrar
LiveTableRegistrar errorRegistrar
The LiveTableRegistrar we use for enqueue errors. This should always be the default LiveTableMonitor, except for unit test situations. -
index
Index index
-
isFlat
boolean isFlat
-
lastIndexClockStep
long lastIndexClockStep
This is the last step on which the preemptive updates table's index was updated. This is used only for consistency checking between our initial creation and subsequent updates. -
lastUpdateTime
long lastUpdateTime
-
nextFreeDeltaKey
long nextFreeDeltaKey
On every update we compute which subset of rows need to be recorded dependent on our active subscriptions. We compute two sets, which rows were added (or need to be scoped into viewports) and which rows were modified. For all added (and scoped) rows we store the new values in every subscribed column. For all modified rows we store only the columns that are dirty according to the update's ModifiedColumnSet. We record the upstream update along with which rows are in the added + scoped set, which rows are in the modified set, as well as which region of the deltaColumn sources belong to these sets. We allocate continuous rows via a simple watermark that is reset to zero whenever our update propagation job runs. -
nextSubscriptionSequenceStart
long nextSubscriptionSequenceStart
-
numFullSubscriptions
long numFullSubscriptions
-
objectColumns
BitSet objectColumns
-
objectColumnsToClear
BitSet objectColumnsToClear
-
onGetSnapshot
Runnable onGetSnapshot
-
parent
BaseTable parent
-
pendingDeltas
ArrayList<com.illumon.iris.db.v2.remote.PreemptiveUpdatesTable.Delta> pendingDeltas
-
pendingImmediateJob
AtomicBoolean pendingImmediateJob
True when we have a pending job that was scheduled immediately, this prevents us from having many jobs that all time out and then wait for our lock while we are propagating updates consuming NIO threads. -
pendingSubscriptions
List<com.illumon.iris.db.v2.remote.PreemptiveUpdatesTable.Subscription> pendingSubscriptions
-
postSnapshotColumns
BitSet postSnapshotColumns
-
postSnapshotViewport
Index postSnapshotViewport
-
propagationIndex
Index propagationIndex
-
scheduler
com.fishlib.io.sched.Scheduler scheduler
-
sourceColumns
ColumnSource[] sourceColumns
-
updateIntervalMs
long updateIntervalMs
-
updatePropagationJob
com.illumon.iris.db.v2.remote.PreemptiveUpdatesTable.UpdatePropagationJob updatePropagationJob
-
-
-
Class com.illumon.iris.db.v2.remote.ReplicatedTable extends InitialSnapshotTable implements Serializable
-
Serialized Fields
-
columnsByClient
Map<Integer,BitSet> columnsByClient
-
creationTime
long creationTime
-
dataSources
WritableSource<?>[] dataSources
-
deltaSequence
long deltaSequence
-
errorQueue
ConcurrentLinkedQueue<Throwable> errorQueue
-
frozen
boolean frozen
-
initialSnapshot
InitialSnapshot initialSnapshot
-
isViewPort
boolean isViewPort
-
log
com.fishlib.io.logger.Logger log
-
nextViewportClient
int nextViewportClient
-
notificationQueue
NotificationQueue notificationQueue
-
pendingColumnSnapshots
ArrayDeque<InitialSnapshot> pendingColumnSnapshots
-
pendingRowSnapshots
ArrayDeque<InitialSnapshot> pendingRowSnapshots
-
pendingUpdates
ArrayDeque<DeltaUpdates> pendingUpdates
-
pendingUpdatesLock
Object pendingUpdatesLock
-
populationListeners
CopyOnWriteArrayList<WeakReference<ReplicatedTable.PopulationListener>> populationListeners
-
processedData
List<Object> processedData
-
processedDelta
long processedDelta
-
processedStep
gnu.trove.list.TLongList processedStep
-
refreshEntry
UpdatePerformanceTracker.Entry refreshEntry
-
registrar
LiveTableRegistrar registrar
-
remoteTableHandle
RemoteTableHandle remoteTableHandle
-
replacementSnapshot
InitialSnapshot replacementSnapshot
-
serverViewport
Index serverViewport
The client and the server run in two different processes. The client requests a viewport, and when convenient, the server will send the client the snapshot for the request and continue to send data that is inside of that view. Due to the asynchronous aspect of this protocol, the client may have multiple requests in-flight and the server may choose to honor the most recent request and assumes that the client no longer wants earlier but unacked viewport changes. The server notifies the client which viewport it is respecting by including it inside of the InitialSnapshot. Note that the server assumes that the client has maintained its state prior to these server-side viewport acks and will not re-send data that the client should already have within the existing viewport. -
shadowPendingColumnSnapshots
ArrayDeque<InitialSnapshot> shadowPendingColumnSnapshots
-
shadowPendingRowSnapshots
ArrayDeque<InitialSnapshot> shadowPendingRowSnapshots
-
shadowPendingUpdates
ArrayDeque<DeltaUpdates> shadowPendingUpdates
-
subscriptionId
int subscriptionId
-
suspendedViewportByClient
Map<Integer,Index> suspendedViewportByClient
-
tableProxy
RemoteTableHandle.TableProxy tableProxy
-
troubleListener
InstrumentedShiftAwareListener troubleListener
-
unsubscribed
boolean unsubscribed
-
viewport
Index viewport
A Positional index that defines the union of all UI viewports on this table. Again, this is positional because it represents the viewports in UI (GuiTable
space. -
viewportByClient
Map<Integer,Index> viewportByClient
-
waitForDataLock
Object waitForDataLock
-
-
-
Class com.illumon.iris.db.v2.remote.SubscriptionSnapshotTable extends BaseTable implements Serializable
-
Serialized Fields
-
log
com.fishlib.io.logger.Logger log
-
nextUpdate
long nextUpdate
-
numberOfColumns
int numberOfColumns
-
originalTable
BaseTable originalTable
-
scheduler
com.fishlib.io.sched.Scheduler scheduler
-
subscriptionList
List<com.illumon.iris.db.v2.remote.SubscriptionSnapshotTable.Subscription> subscriptionList
-
updateInterval
long updateInterval
-
updatePropagationJob
com.illumon.iris.db.v2.remote.SubscriptionSnapshotTable.UpdatePropagationJob updatePropagationJob
-
-
-
Class com.illumon.iris.db.v2.remote.WrappedDelegatingTable extends BaseTable implements Serializable
-
-
Package com.illumon.iris.db.v2.replay
-
Class com.illumon.iris.db.v2.replay.QueryReplayGroupedTable extends QueryTable implements Serializable
-
Serialized Fields
-
allIterators
PriorityQueue<com.illumon.iris.db.v2.replay.QueryReplayGroupedTable.IteratorsAndNextTime> allIterators
-
redirectionIndex
RedirectionIndex redirectionIndex
-
replayer
Replayer replayer
-
-
-
Class com.illumon.iris.db.v2.replay.ReplayerHandle.Local extends Object implements Serializable
-
Serialized Fields
-
replayer
Replayer replayer
-
-
-
Class com.illumon.iris.db.v2.replay.ReplayGroupedFullTable extends QueryReplayGroupedTable implements Serializable
-
Serialized Fields
-
redirIndexSize
int redirIndexSize
-
-
-
Class com.illumon.iris.db.v2.replay.ReplayLastByGroupedTable extends QueryReplayGroupedTable implements Serializable
-
Class com.illumon.iris.db.v2.replay.ReplayTable extends QueryTable implements Serializable
-
Serialized Fields
-
curr
long curr
-
done
boolean done
-
indexIterator
ReadOnlyIndex.Iterator indexIterator
-
nextTime
long nextTime
-
replayer
Replayer replayer
-
timeSource
ColumnSource<DBDateTime> timeSource
-
-
-
-
Package com.illumon.iris.db.v2.select
-
Class com.illumon.iris.db.v2.select.AbstractConditionFilter extends SelectFilterImpl implements Serializable
-
Serialized Fields
-
formula
String formula
-
formulaShiftColPair
com.fishlib.base.Pair<String,Map<Long,List<MatchPair>>> formulaShiftColPair
-
initialized
boolean initialized
-
innerToOuterNames
Map<String,String> innerToOuterNames
-
outerToInnerNames
Map<String,String> outerToInnerNames
-
params
Param[] params
-
unboxArguments
boolean unboxArguments
-
usedColumnArrays
List<String> usedColumnArrays
-
usedColumns
List<String> usedColumns
-
usesI
boolean usesI
-
usesII
boolean usesII
-
usesK
boolean usesK
-
-
-
Class com.illumon.iris.db.v2.select.AbstractRangeFilter extends SelectFilterImpl implements Serializable
-
Serialized Fields
-
chunkFilter
ChunkFilter chunkFilter
The chunkFilter can be applied to the columns native type. In practice, this is for non-reinterpretable DBDateTimes. -
columnName
String columnName
-
longFilter
ChunkFilter longFilter
If the column can be be reinterpreted to a long, then we should prefer to use the longFilter instead. In practice, this is used for reinterpretable DBDateTimes. -
lowerInclusive
boolean lowerInclusive
-
upperInclusive
boolean upperInclusive
-
-
-
Class com.illumon.iris.db.v2.select.AutoTuningIncrementalReleaseFilter extends BaseIncrementalReleaseFilter implements Serializable
-
Serialized Fields
-
cycleEnd
DBDateTime cycleEnd
-
firstCycle
DBDateTime firstCycle
-
initialRelease
long initialRelease
-
lastRefresh
DBDateTime lastRefresh
-
logger
com.fishlib.io.logger.Logger logger
-
nextSize
long nextSize
-
releasedAll
boolean releasedAll
-
targetFactor
double targetFactor
-
timeProvider
TimeProvider timeProvider
-
verbose
boolean verbose
-
-
-
Class com.illumon.iris.db.v2.select.BaseIncrementalReleaseFilter extends SelectFilterLivenessArtifactImpl implements Serializable
-
Serialized Fields
-
expectedSize
long expectedSize
-
initialSize
long initialSize
-
listener
SelectFilter.RecomputeListener listener
-
releasedSize
long releasedSize
-
releaseMoreEntries
boolean releaseMoreEntries
-
-
-
Class com.illumon.iris.db.v2.select.ByteRangeFilter extends AbstractRangeFilter implements Serializable
-
Serialized Fields
-
lower
byte lower
-
upper
byte upper
-
-
-
Class com.illumon.iris.db.v2.select.CharRangeFilter extends AbstractRangeFilter implements Serializable
-
Serialized Fields
-
lower
char lower
-
upper
char upper
-
-
-
Class com.illumon.iris.db.v2.select.ClockFilter extends SelectFilterLivenessArtifactImpl implements Serializable
-
Serialized Fields
-
clock
com.fishlib.base.clock.Clock clock
-
columnName
String columnName
-
live
boolean live
-
nanosColumnSource
ColumnSource<Long> nanosColumnSource
-
resultTable
QueryTable resultTable
-
-
-
Class com.illumon.iris.db.v2.select.ComparableRangeFilter extends AbstractRangeFilter implements Serializable
-
Serialized Fields
-
lower
Comparable lower
-
upper
Comparable upper
-
-
-
Class com.illumon.iris.db.v2.select.ComposedFilter extends SelectFilterLivenessArtifactImpl implements Serializable
-
Serialized Fields
-
componentFilters
SelectFilter[] componentFilters
-
-
-
Class com.illumon.iris.db.v2.select.ConditionFilter extends AbstractConditionFilter implements Serializable
-
Class com.illumon.iris.db.v2.select.ConjunctiveFilter extends ComposedFilter implements Serializable
-
Class com.illumon.iris.db.v2.select.DateTimeRangeFilter extends LongRangeFilter implements Serializable
-
Class com.illumon.iris.db.v2.select.DisjunctiveFilter extends ComposedFilter implements Serializable
-
Class com.illumon.iris.db.v2.select.DoubleRangeFilter extends AbstractRangeFilter implements Serializable
-
Serialized Fields
-
lower
double lower
-
upper
double upper
-
-
-
Class com.illumon.iris.db.v2.select.DownsampledWhereFilter extends SelectFilterImpl implements Serializable
-
Serialized Fields
-
binSize
long binSize
-
column
String column
-
order
DownsampledWhereFilter.SampleOrder order
-
-
-
Class com.illumon.iris.db.v2.select.DynamicWhereFilter extends SelectFilterLivenessArtifactImpl implements Serializable
-
Serialized Fields
-
inclusion
boolean inclusion
-
kernelValid
boolean kernelValid
-
listener
SelectFilter.RecomputeListener listener
-
liveValues
HashSet<Object> liveValues
-
liveValuesArray
Object[] liveValuesArray
-
liveValuesArrayValid
boolean liveValuesArrayValid
-
matchPairs
MatchPair[] matchPairs
-
resultTable
QueryTable resultTable
-
setInclusionKernel
SetInclusionKernel setInclusionKernel
-
setRefreshing
boolean setRefreshing
-
setTable
Table setTable
-
setTupleSource
TupleSource<?> setTupleSource
-
setUpdateListener
InstrumentedShiftAwareListener setUpdateListener
-
-
-
Class com.illumon.iris.db.v2.select.FloatRangeFilter extends AbstractRangeFilter implements Serializable
-
Serialized Fields
-
lower
float lower
-
upper
float upper
-
-
-
Class com.illumon.iris.db.v2.select.FormulaCompilationException extends UncheckedDeephavenException implements Serializable
-
Class com.illumon.iris.db.v2.select.FormulaEvaluationException extends RuntimeException implements Serializable
-
Class com.illumon.iris.db.v2.select.IncrementalReleaseFilter extends BaseIncrementalReleaseFilter implements Serializable
-
Serialized Fields
-
sizeIncrement
long sizeIncrement
-
-
-
Class com.illumon.iris.db.v2.select.IntRangeFilter extends AbstractRangeFilter implements Serializable
-
Serialized Fields
-
lower
int lower
-
upper
int upper
-
-
-
Class com.illumon.iris.db.v2.select.LongRangeFilter extends AbstractRangeFilter implements Serializable
-
Serialized Fields
-
lower
long lower
-
upper
long upper
-
-
-
Class com.illumon.iris.db.v2.select.MatchFilter extends SelectFilterImpl implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.v2.select.PatternFilter extends SelectFilterImpl implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.v2.select.PythonVectorFilter extends AbstractConditionFilter implements Serializable
-
Serialized Fields
-
usedCols
LinkedHashMap<String,String> usedCols
-
vectorized
org.jpy.PyDictWrapper vectorized
-
-
-
Class com.illumon.iris.db.v2.select.RangeConditionFilter extends SelectFilterImpl implements Serializable
-
Serialized Fields
-
columnName
String columnName
-
condition
Condition condition
-
expression
String expression
-
filter
SelectFilter filter
-
parserConfiguration
FormulaParserConfiguration parserConfiguration
-
value
String value
-
-
-
Class com.illumon.iris.db.v2.select.RegexFilter extends PatternFilter implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.v2.select.RollingReleaseFilter extends SelectFilterLivenessArtifactImpl implements Serializable
-
Serialized Fields
-
listener
SelectFilter.RecomputeListener listener
-
offset
long offset
-
releaseMoreEntries
boolean releaseMoreEntries
-
rollingSize
long rollingSize
-
workingSize
long workingSize
-
-
-
Class com.illumon.iris.db.v2.select.SelectFilter.PreviousFilteringNotSupported extends ConstructSnapshot.NoSnapshotAllowedException implements Serializable
-
Class com.illumon.iris.db.v2.select.SelectFilterImpl extends Object implements Serializable
-
Serialized Fields
-
isAutomatedFilter
boolean isAutomatedFilter
-
-
-
Class com.illumon.iris.db.v2.select.SelectFilterLivenessArtifactImpl extends LivenessArtifact implements Serializable
-
Serialized Fields
-
isAutomatedFilter
boolean isAutomatedFilter
-
-
-
Class com.illumon.iris.db.v2.select.SelectNoneFilter extends SelectFilterImpl implements Serializable
-
Class com.illumon.iris.db.v2.select.ShortRangeFilter extends AbstractRangeFilter implements Serializable
-
Serialized Fields
-
lower
short lower
-
upper
short upper
-
-
-
Class com.illumon.iris.db.v2.select.SingleSidedComparableRangeFilter extends AbstractRangeFilter implements Serializable
-
Serialized Fields
-
isGreaterThan
boolean isGreaterThan
-
pivot
Comparable<?> pivot
-
-
-
Class com.illumon.iris.db.v2.select.SortedClockFilter extends ClockFilter implements Serializable
-
Serialized Fields
-
range
ClockFilter.Range range
-
sortingDone
boolean sortingDone
-
-
-
Class com.illumon.iris.db.v2.select.StartsOrEndsWithFilter extends PatternFilter implements Serializable
-
Serialized Fields
-
endsWith
boolean endsWith
-
-
-
Class com.illumon.iris.db.v2.select.StringContainsFilter extends PatternFilter implements Serializable
- serialVersionUID:
- 2L
-
Class com.illumon.iris.db.v2.select.TimeSeriesFilter extends SelectFilterLivenessArtifactImpl implements Serializable
-
Serialized Fields
-
columnName
String columnName
-
listener
SelectFilter.RecomputeListener listener
-
nanos
long nanos
-
-
-
Class com.illumon.iris.db.v2.select.UnsortedClockFilter extends ClockFilter implements Serializable
-
Serialized Fields
-
rangesByNextTime
Queue<ClockFilter.Range> rangesByNextTime
-
-
-
-
Package com.illumon.iris.db.v2.snapshot
-
Class com.illumon.iris.db.v2.snapshot.SnapshotIncrementalListener extends MergedListener implements Serializable
-
Serialized Fields
-
firstSnapshot
boolean firstSnapshot
-
lastRightIndex
Index lastRightIndex
-
leftColumns
Map<String,? extends ColumnSource> leftColumns
-
leftListener
ListenerRecorder leftListener
-
objectColumns
ObjectSparseArraySource<?>[] objectColumns
-
resultColumns
Map<String,SparseArrayColumnSource> resultColumns
-
resultTable
QueryTable resultTable
-
rightColumns
Map<String,ChunkSource.WithPrev<? extends Attributes.Values>> rightColumns
-
rightListener
ListenerRecorder rightListener
-
rightTable
QueryTable rightTable
-
rightUpdates
Index.IndexUpdateCoalescer rightUpdates
-
transformer
ModifiedColumnSet.Transformer transformer
-
triggerTable
QueryTable triggerTable
-
-
-
Class com.illumon.iris.db.v2.snapshot.SnapshotInternalListener extends BaseTable.ShiftAwareListenerImpl implements Serializable
-
Serialized Fields
-
lazySnapshot
boolean lazySnapshot
-
result
QueryTable result
-
resultIndex
Index resultIndex
-
resultLeftColumns
Map<String,SingleValueColumnSource> resultLeftColumns
-
resultRightColumns
Map<String,ArrayBackedColumnSource> resultRightColumns
-
snapshotPrevLength
long snapshotPrevLength
-
snapshotTable
Table snapshotTable
-
triggerTable
QueryTable triggerTable
-
-
-
-
Package com.illumon.iris.db.v2.sources
-
Class com.illumon.iris.db.v2.sources.AbstractColumnSource extends Object implements Serializable
- serialVersionUID:
- 8003280177657671273L
-
Serialization Methods
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class com.illumon.iris.db.v2.sources.AbstractColumnSource.DefaultedImmutable extends AbstractColumnSource<DATA_TYPE> implements Serializable
-
Class com.illumon.iris.db.v2.sources.AbstractColumnSource.DefaultedMutable extends AbstractColumnSource<DATA_TYPE> implements Serializable
-
Class com.illumon.iris.db.v2.sources.ArrayBackedColumnSource extends AbstractColumnSource<T> implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
maxIndex
long maxIndex
The highest slot that can be used without a call toWritableSource.ensureCapacity(long)
.
-
-
Class com.illumon.iris.db.v2.sources.BitMaskingColumnSource extends AbstractColumnSource<T> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<T> innerSource
-
shiftState
ZeroKeyCrossJoinShiftState shiftState
-
-
-
Class com.illumon.iris.db.v2.sources.BitShiftingColumnSource extends AbstractColumnSource<T> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<T> innerSource
-
shiftState
CrossJoinShiftState shiftState
-
-
-
Class com.illumon.iris.db.v2.sources.BooleanArraySource extends com.illumon.iris.db.v2.sources.ArraySourceHelper<Boolean,byte[]> implements Serializable
-
Serialized Fields
-
blocks
byte[][] blocks
-
-
-
Class com.illumon.iris.db.v2.sources.BooleanAsByteColumnSource extends AbstractColumnSource<Byte> implements Serializable
-
Serialized Fields
-
alternateColumnSource
ColumnSource<Boolean> alternateColumnSource
-
-
-
Class com.illumon.iris.db.v2.sources.BooleanSingleValueSource extends SingleValueColumnSource<Boolean> implements Serializable
-
Serialized Fields
-
current
Boolean current
-
-
-
Class com.illumon.iris.db.v2.sources.BooleanSparseArraySource extends SparseArrayColumnSource<Boolean> implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
readObjectNoData
- Throws:
ObjectStreamException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
blocks
ByteOneOrN.Block0 blocks
-
-
-
Class com.illumon.iris.db.v2.sources.BoxedColumnSource extends AbstractColumnSource<DATA_TYPE> implements Serializable
-
Serialized Fields
-
originalSource
ColumnSource<?> originalSource
-
-
-
Class com.illumon.iris.db.v2.sources.BoxedColumnSource.OfDateTime extends BoxedColumnSource<DBDateTime> implements Serializable
-
Class com.illumon.iris.db.v2.sources.BoxedLongAsTimeSource extends AbstractColumnSource<TIME_TYPE> implements Serializable
-
Serialized Fields
-
alternateColumnSource
ColumnSource<Long> alternateColumnSource
-
-
-
Class com.illumon.iris.db.v2.sources.ByteArraySource extends com.illumon.iris.db.v2.sources.ArraySourceHelper<Byte,byte[]> implements Serializable
-
Serialized Fields
-
blocks
byte[][] blocks
-
-
-
Class com.illumon.iris.db.v2.sources.ByteSingleValueSource extends SingleValueColumnSource<Byte> implements Serializable
-
Serialized Fields
-
current
byte current
-
-
-
Class com.illumon.iris.db.v2.sources.ByteSparseArraySource extends SparseArrayColumnSource<Byte> implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
readObjectNoData
- Throws:
ObjectStreamException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
blocks
ByteOneOrN.Block0 blocks
-
-
-
Class com.illumon.iris.db.v2.sources.CharacterArraySource extends com.illumon.iris.db.v2.sources.ArraySourceHelper<Character,char[]> implements Serializable
-
Serialized Fields
-
blocks
char[][] blocks
-
-
-
Class com.illumon.iris.db.v2.sources.CharacterSingleValueSource extends SingleValueColumnSource<Character> implements Serializable
-
Serialized Fields
-
current
char current
-
-
-
Class com.illumon.iris.db.v2.sources.CharacterSparseArraySource extends SparseArrayColumnSource<Character> implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
readObjectNoData
- Throws:
ObjectStreamException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
blocks
CharOneOrN.Block0 blocks
-
-
-
Class com.illumon.iris.db.v2.sources.CrossJoinRightColumnSource extends AbstractColumnSource<T> implements Serializable
-
Serialized Fields
-
crossJoinManager
CrossJoinStateManager crossJoinManager
-
innerSource
ColumnSource<T> innerSource
-
rightIsLive
boolean rightIsLive
-
-
-
Class com.illumon.iris.db.v2.sources.DateTimeArraySource extends NanosBasedTimeArraySource<DBDateTime> implements Serializable
-
Class com.illumon.iris.db.v2.sources.DatetimeAsLongColumnSource extends UnboxedTimeBackedColumnSource<DBDateTime> implements Serializable
-
Class com.illumon.iris.db.v2.sources.DateTimeSparseArraySource extends NanosBasedTimeSparseArraySource<DBDateTime> implements Serializable
-
Class com.illumon.iris.db.v2.sources.DoubleArraySource extends com.illumon.iris.db.v2.sources.ArraySourceHelper<Double,double[]> implements Serializable
-
Serialized Fields
-
blocks
double[][] blocks
-
-
-
Class com.illumon.iris.db.v2.sources.DoubleNullToZeroColumnSource extends AbstractColumnSource<Double> implements Serializable
-
Serialized Fields
-
column
DoubleArraySource column
-
-
-
Class com.illumon.iris.db.v2.sources.DoubleSingleValueSource extends SingleValueColumnSource<Double> implements Serializable
-
Serialized Fields
-
current
double current
-
-
-
Class com.illumon.iris.db.v2.sources.DoubleSparseArraySource extends SparseArrayColumnSource<Double> implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
readObjectNoData
- Throws:
ObjectStreamException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
blocks
DoubleOneOrN.Block0 blocks
-
-
-
Class com.illumon.iris.db.v2.sources.EmptyToNullStringRegionedColumnSource extends AbstractColumnSource<STRING_LIKE_TYPE extends CharSequence> implements Serializable
-
Serialized Fields
-
callback
Runnable callback
-
innerSource
ColumnSource<STRING_LIKE_TYPE extends CharSequence> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.FloatArraySource extends com.illumon.iris.db.v2.sources.ArraySourceHelper<Float,float[]> implements Serializable
-
Serialized Fields
-
blocks
float[][] blocks
-
-
-
Class com.illumon.iris.db.v2.sources.FloatSingleValueSource extends SingleValueColumnSource<Float> implements Serializable
-
Serialized Fields
-
current
float current
-
-
-
Class com.illumon.iris.db.v2.sources.FloatSparseArraySource extends SparseArrayColumnSource<Float> implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
readObjectNoData
- Throws:
ObjectStreamException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
blocks
FloatOneOrN.Block0 blocks
-
-
-
Class com.illumon.iris.db.v2.sources.InstantArraySource extends NanosBasedTimeArraySource<Instant> implements Serializable
-
Class com.illumon.iris.db.v2.sources.InstantAsLongColumnSource extends UnboxedTimeBackedColumnSource<Instant> implements Serializable
-
Class com.illumon.iris.db.v2.sources.InstantSparseArraySource extends NanosBasedTimeSparseArraySource<Instant> implements Serializable
-
Class com.illumon.iris.db.v2.sources.IntegerArraySource extends com.illumon.iris.db.v2.sources.ArraySourceHelper<Integer,int[]> implements Serializable
-
Serialized Fields
-
blocks
int[][] blocks
-
-
-
Class com.illumon.iris.db.v2.sources.IntegerSingleValueSource extends SingleValueColumnSource<Integer> implements Serializable
-
Serialized Fields
-
current
int current
-
-
-
Class com.illumon.iris.db.v2.sources.IntegerSparseArraySource extends SparseArrayColumnSource<Integer> implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
readObjectNoData
- Throws:
ObjectStreamException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
blocks
IntOneOrN.Block0 blocks
-
-
-
Class com.illumon.iris.db.v2.sources.ListAggregateColumnSource extends AbstractColumnSource implements Serializable
-
Serialized Fields
-
indices
List<Index> indices
-
source
ColumnSource source
-
-
-
Class com.illumon.iris.db.v2.sources.LocalDateWrapperSource extends AbstractColumnSource<LocalDate> implements Serializable
-
Serialized Fields
-
inner
ColumnSource<ZonedDateTime> inner
-
mustInspectZone
boolean mustInspectZone
-
zone
ZoneId zone
-
-
-
Class com.illumon.iris.db.v2.sources.LocalTimeWrapperSource extends AbstractColumnSource<LocalTime> implements Serializable
-
Serialized Fields
-
inner
ColumnSource<ZonedDateTime> inner
-
mustInspectZone
boolean mustInspectZone
-
zone
ZoneId zone
-
-
-
Class com.illumon.iris.db.v2.sources.LongArraySource extends com.illumon.iris.db.v2.sources.ArraySourceHelper<Long,long[]> implements Serializable
-
Serialized Fields
-
blocks
long[][] blocks
-
-
-
Class com.illumon.iris.db.v2.sources.LongAsDateTimeColumnSource extends BoxedLongAsTimeSource<DBDateTime> implements Serializable
-
Class com.illumon.iris.db.v2.sources.LongAsInstantColumnSource extends BoxedLongAsTimeSource<Instant> implements Serializable
-
Class com.illumon.iris.db.v2.sources.LongAsLocalDateColumnSource extends BoxedLongAsTimeSource<LocalDate> implements Serializable
-
Serialized Fields
-
zone
ZoneId zone
-
-
-
Class com.illumon.iris.db.v2.sources.LongAsLocalTimeColumnSource extends BoxedLongAsTimeSource<LocalTime> implements Serializable
-
Serialized Fields
-
zone
ZoneId zone
-
-
-
Class com.illumon.iris.db.v2.sources.LongAsZonedDateTimeColumnSource extends BoxedLongAsTimeSource<ZonedDateTime> implements Serializable
-
Serialized Fields
-
zone
ZoneId zone
-
-
-
Class com.illumon.iris.db.v2.sources.LongSingleValueSource extends SingleValueColumnSource<Long> implements Serializable
-
Serialized Fields
-
current
long current
-
-
-
Class com.illumon.iris.db.v2.sources.LongSparseArraySource extends SparseArrayColumnSource<Long> implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
readObjectNoData
- Throws:
ObjectStreamException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
blocks
LongOneOrN.Block0 blocks
-
-
-
Class com.illumon.iris.db.v2.sources.NanosBasedTimeArraySource extends com.illumon.iris.db.v2.sources.ArraySourceHelper<TIME_TYPE,long[]> implements Serializable
-
Serialized Fields
-
nanoSource
LongArraySource nanoSource
-
-
-
Class com.illumon.iris.db.v2.sources.NanosBasedTimeSparseArraySource extends SparseArrayColumnSource<TIME_TYPE> implements Serializable
-
Serialized Fields
-
nanoSource
LongSparseArraySource nanoSource
-
-
-
Class com.illumon.iris.db.v2.sources.NullValueColumnSource extends AbstractColumnSource<T> implements Serializable
-
Class com.illumon.iris.db.v2.sources.ObjectArraySource extends com.illumon.iris.db.v2.sources.ArraySourceHelper<T,T[]> implements Serializable
-
Serialized Fields
-
blocks
T[][] blocks
-
isArrayType
boolean isArrayType
-
-
-
Class com.illumon.iris.db.v2.sources.ObjectSingleValueSource extends SingleValueColumnSource<T> implements Serializable
-
Serialized Fields
-
current
T current
-
-
-
Class com.illumon.iris.db.v2.sources.ObjectSparseArraySource extends SparseArrayColumnSource<T> implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
readObjectNoData
- Throws:
ObjectStreamException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
blocks
ObjectOneOrN.Block0<T> blocks
-
isArrayType
boolean isArrayType
-
-
-
Class com.illumon.iris.db.v2.sources.PrevColumnSource extends AbstractColumnSource<T> implements Serializable
-
Serialized Fields
-
originalSource
ColumnSource<T> originalSource
-
-
-
Class com.illumon.iris.db.v2.sources.ReadOnlyRedirectedColumnSource extends AbstractColumnSource<T> implements Serializable
-
Serialized Fields
-
ascendingMapping
boolean ascendingMapping
-
innerSource
ColumnSource<T> innerSource
-
redirectionIndex
RedirectionIndex redirectionIndex
-
-
-
Class com.illumon.iris.db.v2.sources.RedirectedColumnSource extends ReadOnlyRedirectedColumnSource<T> implements Serializable
-
Serialized Fields
-
maxInnerIndex
long maxInnerIndex
-
-
-
Class com.illumon.iris.db.v2.sources.ReversedColumnSource extends AbstractColumnSource<T> implements Serializable
-
Serialized Fields
-
indexReverser
ReverseOperation indexReverser
-
innerSource
ColumnSource<T> innerSource
-
maxInnerIndex
long maxInnerIndex
-
-
-
Class com.illumon.iris.db.v2.sources.RowIdSource extends AbstractColumnSource<Long> implements Serializable
-
Class com.illumon.iris.db.v2.sources.ShiftedColumnSource extends AbstractColumnSource<T> implements Serializable
-
Serialized Fields
-
index
ReadOnlyIndex index
-
innerSource
ColumnSource<T> innerSource
-
shift
long shift
-
-
-
Class com.illumon.iris.db.v2.sources.ShortArraySource extends com.illumon.iris.db.v2.sources.ArraySourceHelper<Short,short[]> implements Serializable
-
Serialized Fields
-
blocks
short[][] blocks
-
-
-
Class com.illumon.iris.db.v2.sources.ShortSingleValueSource extends SingleValueColumnSource<Short> implements Serializable
-
Serialized Fields
-
current
short current
-
-
-
Class com.illumon.iris.db.v2.sources.ShortSparseArraySource extends SparseArrayColumnSource<Short> implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
readObjectNoData
- Throws:
ObjectStreamException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
blocks
ShortOneOrN.Block0 blocks
-
-
-
Class com.illumon.iris.db.v2.sources.SingleValueColumnSource extends AbstractColumnSource<T> implements Serializable
-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
-
Serialized Fields
-
isTrackingPrevValues
boolean isTrackingPrevValues
-
-
-
Class com.illumon.iris.db.v2.sources.SingleValueObjectColumnSource extends AbstractColumnSource<DATA_TYPE> implements Serializable
-
Serialized Fields
-
value
DATA_TYPE value
-
-
-
Class com.illumon.iris.db.v2.sources.SparseArrayColumnSource extends AbstractColumnSource<T> implements Serializable
-
Serialized Fields
-
immutable
boolean immutable
-
-
-
Class com.illumon.iris.db.v2.sources.StringSetImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
writeReplace
-
-
Serialized Fields
-
bitCount
int bitCount
-
highestOneBitIndex
int highestOneBitIndex
-
reversibleLookup
StringSetImpl.ReversibleLookup<String> reversibleLookup
-
valueBitSet
long valueBitSet
-
-
-
Class com.illumon.iris.db.v2.sources.SwitchColumnSource extends AbstractColumnSource<T> implements Serializable
-
Serialized Fields
-
currentSource
ColumnSource<T> currentSource
-
prevCycle
long prevCycle
-
prevSource
ColumnSource<T> prevSource
-
updateCommitter
UpdateCommitter updateCommitter
-
-
-
Class com.illumon.iris.db.v2.sources.UnboxedByteBackedColumnSource extends AbstractColumnSource<Byte> implements Serializable
-
Serialized Fields
-
alternateColumnSource
ColumnSource<T> alternateColumnSource
-
-
-
Class com.illumon.iris.db.v2.sources.UnboxedLongBackedColumnSource extends AbstractColumnSource<Long> implements Serializable
-
Serialized Fields
-
alternateColumnSource
ColumnSource<T> alternateColumnSource
-
-
-
Class com.illumon.iris.db.v2.sources.UnboxedLongBackedWritableSource extends UnboxedLongBackedColumnSource<T> implements Serializable
-
Serialized Fields
-
alternateWritableSource
WritableSource<T> alternateWritableSource
-
-
-
Class com.illumon.iris.db.v2.sources.UnboxedTimeBackedColumnSource extends AbstractColumnSource<Long> implements Serializable
-
Serialized Fields
-
alternateColumnSource
ColumnSource<TIME_TYPE> alternateColumnSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedArrayColumnSource extends UngroupedColumnSource<T> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedBooleanArrayColumnSource extends UngroupedColumnSource<Boolean> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<boolean[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedBooleanArrayColumnSource extends UngroupedColumnSource<Boolean> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<Boolean[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedByteArrayColumnSource extends UngroupedColumnSource<Byte> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<Byte[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedByteDbArrayColumnSource extends UngroupedDbArrayColumnSource<Byte> implements Serializable
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedCharArrayColumnSource extends UngroupedColumnSource<Character> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<Character[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedCharDbArrayColumnSource extends UngroupedDbArrayColumnSource<Character> implements Serializable
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedDoubleArrayColumnSource extends UngroupedColumnSource<Double> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<Double[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedDoubleDbArrayColumnSource extends UngroupedDbArrayColumnSource<Double> implements Serializable
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedFloatArrayColumnSource extends UngroupedColumnSource<Float> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<Float[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedFloatDbArrayColumnSource extends UngroupedDbArrayColumnSource<Float> implements Serializable
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedIntArrayColumnSource extends UngroupedColumnSource<Integer> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<Integer[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedIntDbArrayColumnSource extends UngroupedDbArrayColumnSource<Integer> implements Serializable
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedLongArrayColumnSource extends UngroupedColumnSource<Long> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<Long[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedLongDbArrayColumnSource extends UngroupedDbArrayColumnSource<Long> implements Serializable
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedShortArrayColumnSource extends UngroupedColumnSource<Short> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<Short[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedShortDbArrayColumnSource extends UngroupedDbArrayColumnSource<Short> implements Serializable
-
Class com.illumon.iris.db.v2.sources.UngroupedByteArrayColumnSource extends UngroupedColumnSource<Byte> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<byte[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedByteDbArrayColumnSource extends UngroupedColumnSource<Byte> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<DbByteArray> innerSource
-
isUngroupable
boolean isUngroupable
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedCharArrayColumnSource extends UngroupedColumnSource<Character> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<char[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedCharDbArrayColumnSource extends UngroupedColumnSource<Character> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<DbCharArray> innerSource
-
isUngroupable
boolean isUngroupable
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedColumnSource extends AbstractColumnSource<T> implements Serializable
-
Serialized Fields
-
base
long base
-
lastPreviousClockTick
long lastPreviousClockTick
-
prevBase
long prevBase
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedDbArrayColumnSource extends UngroupedColumnSource<T> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<DbArray<T>> innerSource
-
isUngroupable
boolean isUngroupable
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedDoubleArrayColumnSource extends UngroupedColumnSource<Double> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<double[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedDoubleDbArrayColumnSource extends UngroupedColumnSource<Double> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<DbDoubleArray> innerSource
-
isUngroupable
boolean isUngroupable
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedFloatArrayColumnSource extends UngroupedColumnSource<Float> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<float[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedFloatDbArrayColumnSource extends UngroupedColumnSource<Float> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<DbFloatArray> innerSource
-
isUngroupable
boolean isUngroupable
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedIntArrayColumnSource extends UngroupedColumnSource<Integer> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<int[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedIntDbArrayColumnSource extends UngroupedColumnSource<Integer> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<DbIntArray> innerSource
-
isUngroupable
boolean isUngroupable
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedLongArrayColumnSource extends UngroupedColumnSource<Long> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<long[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedLongDbArrayColumnSource extends UngroupedColumnSource<Long> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<DbLongArray> innerSource
-
isUngroupable
boolean isUngroupable
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedShortArrayColumnSource extends UngroupedColumnSource<Short> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<short[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedShortDbArrayColumnSource extends UngroupedColumnSource<Short> implements Serializable
-
Serialized Fields
-
innerSource
ColumnSource<DbShortArray> innerSource
-
isUngroupable
boolean isUngroupable
-
-
-
Class com.illumon.iris.db.v2.sources.UnionColumnSource extends AbstractColumnSource<T> implements Serializable
-
Serialized Fields
-
numSources
int numSources
-
reinterpretedSources
Map<Class,com.illumon.iris.db.v2.sources.UnionColumnSource.ReinterpretReference> reinterpretedSources
-
subSources
ColumnSource<T>[] subSources
-
unionRedirection
UnionRedirection unionRedirection
-
unionSourceManager
UnionSourceManager unionSourceManager
-
-
-
Class com.illumon.iris.db.v2.sources.UnionRedirection extends Object implements Serializable
-
Serialized Fields
-
lastPos
ThreadLocal<Integer> lastPos
-
prevLastPos
ThreadLocal<Integer> prevLastPos
-
prevStartOfIndices
long[] prevStartOfIndices
-
prevStartOfIndicesAlt
long[] prevStartOfIndicesAlt
-
size
int size
-
startOfIndices
long[] startOfIndices
-
-
-
Class com.illumon.iris.db.v2.sources.ViewColumnSource extends AbstractColumnSource<T> implements Serializable
-
Serialized Fields
-
context
AccessControlContext context
-
formula
Formula formula
-
perms
PermissionCollection perms
-
-
-
Class com.illumon.iris.db.v2.sources.ZonedDateTimeArraySource extends NanosBasedTimeArraySource<ZonedDateTime> implements Serializable
-
Serialized Fields
-
zone
ZoneId zone
-
-
-
Class com.illumon.iris.db.v2.sources.ZonedDateTimeAsLongSource extends UnboxedTimeBackedColumnSource<ZonedDateTime> implements Serializable
-
Class com.illumon.iris.db.v2.sources.ZonedDateTimeSparseArraySource extends NanosBasedTimeSparseArraySource<ZonedDateTime> implements Serializable
-
Serialized Fields
-
zone
ZoneId zone
-
-
-
-
Package com.illumon.iris.db.v2.sources.aggregate
-
Class com.illumon.iris.db.v2.sources.aggregate.ByteAggregateColumnSource extends com.illumon.iris.db.v2.sources.aggregate.BaseAggregateColumnSource<DbByteArray,Byte> implements Serializable
-
Class com.illumon.iris.db.v2.sources.aggregate.CharAggregateColumnSource extends com.illumon.iris.db.v2.sources.aggregate.BaseAggregateColumnSource<DbCharArray,Character> implements Serializable
-
Class com.illumon.iris.db.v2.sources.aggregate.DoubleAggregateColumnSource extends com.illumon.iris.db.v2.sources.aggregate.BaseAggregateColumnSource<DbDoubleArray,Double> implements Serializable
-
Class com.illumon.iris.db.v2.sources.aggregate.FloatAggregateColumnSource extends com.illumon.iris.db.v2.sources.aggregate.BaseAggregateColumnSource<DbFloatArray,Float> implements Serializable
-
Class com.illumon.iris.db.v2.sources.aggregate.IntAggregateColumnSource extends com.illumon.iris.db.v2.sources.aggregate.BaseAggregateColumnSource<DbIntArray,Integer> implements Serializable
-
Class com.illumon.iris.db.v2.sources.aggregate.LongAggregateColumnSource extends com.illumon.iris.db.v2.sources.aggregate.BaseAggregateColumnSource<DbLongArray,Long> implements Serializable
-
Class com.illumon.iris.db.v2.sources.aggregate.ObjectAggregateColumnSource extends com.illumon.iris.db.v2.sources.aggregate.BaseAggregateColumnSource<DbArray,COMPONENT_TYPE> implements Serializable
-
Class com.illumon.iris.db.v2.sources.aggregate.ShortAggregateColumnSource extends com.illumon.iris.db.v2.sources.aggregate.BaseAggregateColumnSource<DbShortArray,Short> implements Serializable
-
-
Package com.illumon.iris.db.v2.sources.deltaaware
-
Class com.illumon.iris.db.v2.sources.deltaaware.DeltaAwareColumnSource extends AbstractColumnSource<T> implements Serializable
-
Serialized Fields
-
baseline
WritableChunkSink baseline
In its own coordinate space -
baselineCapacityEnsurer
LongConsumer baselineCapacityEnsurer
A lambda that ensures the capacity of the baseline data structure. (We have this because the WritableChunkSink does not have an 'ensureCapacity', but the underlying data structure we use does). -
chunkAdapter
ThreadLocal<ChunkAdapter<T>> chunkAdapter
Adapter (not especially efficient) for turning single-element accesses into Chunk accesses. ThreadLocal because multiple threads might be concurrently calling various get() methods. -
delta
WritableChunkSink delta
Also in its own coordinate space (i.e. densely packed) -
deltaCapacity
int deltaCapacity
The capacity of the delta LightColumnSource -
deltaCapacityEnsurer
LongConsumer deltaCapacityEnsurer
A lambda that ensures the capacity of the delta data structure. (We have this because the WritableChunkSink does not have an 'ensureCapacity', but the underlying data structure we use does). -
deltaRows
Index deltaRows
The used delta keys (in the 'baseline' coordinate space). Null until startTrackingPrevValues() is called. This field is volatile because we want concurrent lockfree getters to see correct values from "get()" even though we might be in the middle of commitValues(). -
maxKey
long maxKey
The maximum key inserted into deltaRows during this phase. We use this to make sure that keys are not inserted out of numerical order. -
preferredChunkSize
int preferredChunkSize
The "preferred chunk size" from the underlying SparseArrayColumnSource. -
updateCommitter
UpdateCommitter<DeltaAwareColumnSource<T>> updateCommitter
Committing the delta values to the baseline. Null until startTrackingPrevValues() is called.
-
-
-
-
Package com.illumon.iris.db.v2.sources.immutable
-
Class com.illumon.iris.db.v2.sources.immutable.ImmutableBooleanArraySource extends AbstractColumnSource<Boolean> implements Serializable
-
Serialized Fields
-
data
byte[] data
-
-
-
Class com.illumon.iris.db.v2.sources.immutable.ImmutableByteArraySource extends AbstractColumnSource<Byte> implements Serializable
-
Serialized Fields
-
data
byte[] data
-
-
-
Class com.illumon.iris.db.v2.sources.immutable.ImmutableCharArraySource extends AbstractColumnSource<Character> implements Serializable
-
Serialized Fields
-
data
char[] data
-
-
-
Class com.illumon.iris.db.v2.sources.immutable.ImmutableDateTimeArraySource extends AbstractColumnSource<DBDateTime> implements Serializable
-
Serialized Fields
-
data
long[] data
-
-
-
Class com.illumon.iris.db.v2.sources.immutable.ImmutableDoubleArraySource extends AbstractColumnSource<Double> implements Serializable
-
Serialized Fields
-
data
double[] data
-
-
-
Class com.illumon.iris.db.v2.sources.immutable.ImmutableFloatArraySource extends AbstractColumnSource<Float> implements Serializable
-
Serialized Fields
-
data
float[] data
-
-
-
Class com.illumon.iris.db.v2.sources.immutable.ImmutableInstantArraySource extends AbstractColumnSource<Instant> implements Serializable
-
Serialized Fields
-
data
long[] data
-
-
-
Class com.illumon.iris.db.v2.sources.immutable.ImmutableIntArraySource extends AbstractColumnSource<Integer> implements Serializable
-
Serialized Fields
-
data
int[] data
-
-
-
Class com.illumon.iris.db.v2.sources.immutable.ImmutableLongArraySource extends AbstractColumnSource<Long> implements Serializable
-
Serialized Fields
-
data
long[] data
-
-
-
Class com.illumon.iris.db.v2.sources.immutable.ImmutableObjectArraySource extends AbstractColumnSource<T> implements Serializable
-
Serialized Fields
-
data
Object[] data
-
-
-
Class com.illumon.iris.db.v2.sources.immutable.ImmutableShortArraySource extends AbstractColumnSource<Short> implements Serializable
-
Serialized Fields
-
data
short[] data
-
-
-
-
Package com.illumon.iris.db.v2.sources.regioned
-
Class com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceByte.AsValues extends com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceByte<Attributes.Values> implements Serializable
-
Class com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceChar.AsValues extends com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceChar<Attributes.Values> implements Serializable
-
Class com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceDouble.AsValues extends com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceDouble<Attributes.Values> implements Serializable
-
Class com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceFloat.AsValues extends com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceFloat<Attributes.Values> implements Serializable
-
Class com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceInt.AsValues extends com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceInt<Attributes.Values> implements Serializable
-
Class com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceLong.AsValues extends com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceLong<Attributes.Values> implements Serializable
-
Class com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceObject extends com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceArray<T,ATTR extends Attributes.Values,ColumnRegionObject<T,ATTR extends Attributes.Values>> implements Serializable
-
Class com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceObject.AsValues extends RegionedColumnSourceObject<T,Attributes.Values> implements Serializable
-
Serialized Fields
-
decoder
ObjectDecoder<D> decoder
-
-
-
Class com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceObjectWithDictionary extends RegionedColumnSourceObject.AsValues<T,D> implements Serializable
-
Serialized Fields
-
cacheFactory
ColumnRegionObjectCached.CacheFactory<T,OFFSET_LOOKUP_CACHE extends OffsetLookupCache<T,ChunkSource.FillContext>> cacheFactory
-
-
-
Class com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceShort.AsValues extends com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceShort<Attributes.Values> implements Serializable
-
-
Package com.illumon.iris.db.v2.ssa
-
Class com.illumon.iris.db.v2.ssa.SsaChecker.SsaCheckException extends RuntimeException implements Serializable
-
-
Package com.illumon.iris.db.v2.ssms
-
Class com.illumon.iris.db.v2.ssms.ByteSegmentedSortedMultiset extends Object implements Serializable
-
Serialized Fields
-
directoryCount
long[] directoryCount
-
directoryValues
byte[] directoryValues
If we have only a single leaf, then we use the directory arrays for the leaf values, otherwise we use it to track the largest value in a given leaf. The values are valid for 0 ... leafCount - 2, because the last leaf must accept any value that is greater than the second to last leave's maximum. -
leafCount
int leafCount
-
leafCounts
long[][] leafCounts
-
leafSize
int leafSize
-
leafSizes
int[] leafSizes
-
leafValues
byte[][] leafValues
-
minGallop
int minGallop
-
size
int size
-
totalSize
long totalSize
-
-
-
Class com.illumon.iris.db.v2.ssms.CharSegmentedSortedMultiset extends Object implements Serializable
-
Serialized Fields
-
directoryCount
long[] directoryCount
-
directoryValues
char[] directoryValues
If we have only a single leaf, then we use the directory arrays for the leaf values, otherwise we use it to track the largest value in a given leaf. The values are valid for 0 ... leafCount - 2, because the last leaf must accept any value that is greater than the second to last leave's maximum. -
leafCount
int leafCount
-
leafCounts
long[][] leafCounts
-
leafSize
int leafSize
-
leafSizes
int[] leafSizes
-
leafValues
char[][] leafValues
-
minGallop
int minGallop
-
size
int size
-
totalSize
long totalSize
-
-
-
Class com.illumon.iris.db.v2.ssms.DoubleSegmentedSortedMultiset extends Object implements Serializable
-
Serialized Fields
-
directoryCount
long[] directoryCount
-
directoryValues
double[] directoryValues
If we have only a single leaf, then we use the directory arrays for the leaf values, otherwise we use it to track the largest value in a given leaf. The values are valid for 0 ... leafCount - 2, because the last leaf must accept any value that is greater than the second to last leave's maximum. -
leafCount
int leafCount
-
leafCounts
long[][] leafCounts
-
leafSize
int leafSize
-
leafSizes
int[] leafSizes
-
leafValues
double[][] leafValues
-
minGallop
int minGallop
-
size
int size
-
totalSize
long totalSize
-
-
-
Class com.illumon.iris.db.v2.ssms.FloatSegmentedSortedMultiset extends Object implements Serializable
-
Serialized Fields
-
directoryCount
long[] directoryCount
-
directoryValues
float[] directoryValues
If we have only a single leaf, then we use the directory arrays for the leaf values, otherwise we use it to track the largest value in a given leaf. The values are valid for 0 ... leafCount - 2, because the last leaf must accept any value that is greater than the second to last leave's maximum. -
leafCount
int leafCount
-
leafCounts
long[][] leafCounts
-
leafSize
int leafSize
-
leafSizes
int[] leafSizes
-
leafValues
float[][] leafValues
-
minGallop
int minGallop
-
size
int size
-
totalSize
long totalSize
-
-
-
Class com.illumon.iris.db.v2.ssms.IntSegmentedSortedMultiset extends Object implements Serializable
-
Serialized Fields
-
directoryCount
long[] directoryCount
-
directoryValues
int[] directoryValues
If we have only a single leaf, then we use the directory arrays for the leaf values, otherwise we use it to track the largest value in a given leaf. The values are valid for 0 ... leafCount - 2, because the last leaf must accept any value that is greater than the second to last leave's maximum. -
leafCount
int leafCount
-
leafCounts
long[][] leafCounts
-
leafSize
int leafSize
-
leafSizes
int[] leafSizes
-
leafValues
int[][] leafValues
-
minGallop
int minGallop
-
size
int size
-
totalSize
long totalSize
-
-
-
Class com.illumon.iris.db.v2.ssms.LongSegmentedSortedMultiset extends Object implements Serializable
-
Serialized Fields
-
directoryCount
long[] directoryCount
-
directoryValues
long[] directoryValues
If we have only a single leaf, then we use the directory arrays for the leaf values, otherwise we use it to track the largest value in a given leaf. The values are valid for 0 ... leafCount - 2, because the last leaf must accept any value that is greater than the second to last leave's maximum. -
leafCount
int leafCount
-
leafCounts
long[][] leafCounts
-
leafSize
int leafSize
-
leafSizes
int[] leafSizes
-
leafValues
long[][] leafValues
-
minGallop
int minGallop
-
size
int size
-
totalSize
long totalSize
-
-
-
Class com.illumon.iris.db.v2.ssms.ObjectSegmentedSortedMultiset extends Object implements Serializable
-
Serialized Fields
-
componentType
Class componentType
-
directoryCount
long[] directoryCount
-
directoryValues
Object[] directoryValues
If we have only a single leaf, then we use the directory arrays for the leaf values, otherwise we use it to track the largest value in a given leaf. The values are valid for 0 ... leafCount - 2, because the last leaf must accept any value that is greater than the second to last leave's maximum. -
leafCount
int leafCount
-
leafCounts
long[][] leafCounts
-
leafSize
int leafSize
-
leafSizes
int[] leafSizes
-
leafValues
Object[][] leafValues
-
minGallop
int minGallop
-
size
int size
-
totalSize
long totalSize
-
-
-
Class com.illumon.iris.db.v2.ssms.ShortSegmentedSortedMultiset extends Object implements Serializable
-
Serialized Fields
-
directoryCount
long[] directoryCount
-
directoryValues
short[] directoryValues
If we have only a single leaf, then we use the directory arrays for the leaf values, otherwise we use it to track the largest value in a given leaf. The values are valid for 0 ... leafCount - 2, because the last leaf must accept any value that is greater than the second to last leave's maximum. -
leafCount
int leafCount
-
leafCounts
long[][] leafCounts
-
leafSize
int leafSize
-
leafSizes
int[] leafSizes
-
leafValues
short[][] leafValues
-
minGallop
int minGallop
-
size
int size
-
totalSize
long totalSize
-
-
-
-
Package com.illumon.iris.db.v2.tuples
-
Class com.illumon.iris.db.v2.tuples.SmartKeySource extends AbstractColumnSource<com.fishlib.datastructures.util.SmartKey> implements Serializable
-
Serialized Fields
-
columnSourceList
List<ColumnSource> columnSourceList
-
columnSources
ColumnSource[] columnSources
-
-
-
-
Package com.illumon.iris.db.v2.utils
-
Class com.illumon.iris.db.v2.utils.AddedTableLoggingListener extends InstrumentedShiftAwareListenerAdapter implements Serializable
-
Class com.illumon.iris.db.v2.utils.AppendOnlyArrayBackedMutableTable extends com.illumon.iris.db.v2.utils.BaseArrayBackedMutableTable implements Serializable
-
Class com.illumon.iris.db.v2.utils.CumulativeUtil.CumulativeFilterHelper extends Object implements Serializable
-
Serialized Fields
-
map
gnu.trove.map.hash.TObjectDoubleHashMap map
-
-
-
Class com.illumon.iris.db.v2.utils.CumulativeUtil.CumulativeHelper extends Object implements Serializable
-
Serialized Fields
-
map
gnu.trove.map.hash.TObjectDoubleHashMap map
-
-
-
Class com.illumon.iris.db.v2.utils.CurrentOnlyIndex extends OrderedKeysAsChunkImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.v2.utils.DynamicTableToAdoConverter extends InstrumentedListenerAdapter implements Serializable
-
Serialized Fields
-
adoHandlers
DynamicTableToAdoConverter.AdoHandler<T extends com.fishlib.dataobjects.WAbstractDataObject>[] adoHandlers
-
adoIndex
int[] adoIndex
-
baseAdo
T extends com.fishlib.dataobjects.WAbstractDataObject baseAdo
-
columnSources
ColumnSource[] columnSources
-
dataTypes
com.illumon.iris.db.v2.utils.DynamicTableToAdoConverter.DataType[] dataTypes
-
enumFormatters
com.fishlib.base.formatters.EnumFormatter[] enumFormatters
-
-
-
Class com.illumon.iris.db.v2.utils.FilteredTableMap extends LocalTableMap implements Serializable
-
Serialized Fields
-
keyListener
TableMap.KeyListener keyListener
-
-
-
Class com.illumon.iris.db.v2.utils.FullTableLoggingListener extends InstrumentedShiftAwareListenerAdapter implements Serializable
-
Class com.illumon.iris.db.v2.utils.IndexShiftData extends Object implements Serializable
-
Serialized Fields
-
cachedEffectiveSize
long cachedEffectiveSize
-
payload
gnu.trove.list.TLongList payload
payload
is organized into triplets of (rangeStart, rangeEnd, shiftDelta). Triplets are ordered by rangeStart. This is not the order that will apply shifts without losing data. -
polaritySwapIndices
gnu.trove.list.TIntList polaritySwapIndices
polaritySwapIndices
are indices intopayload
where the previous and current range'sshiftDelta
swap between positive and negative shifts.
-
-
-
Class com.illumon.iris.db.v2.utils.KeyedArrayBackedMutableTable extends com.illumon.iris.db.v2.utils.BaseArrayBackedMutableTable implements Serializable
-
Serialized Fields
-
arrayValueSources
ObjectArraySource<?>[] arrayValueSources
-
keyColumnNames
String[] keyColumnNames
-
keyColumnSet
Set<String> keyColumnSet
-
keyToRowMap
gnu.trove.map.TObjectLongMap<Object> keyToRowMap
-
-
-
Class com.illumon.iris.db.v2.utils.MergeSortedHelper.SortedMergeColumnSource extends AbstractColumnSource<T> implements Serializable
-
Serialized Fields
-
columnIndex
gnu.trove.list.array.TLongArrayList columnIndex
-
innerSources
ArrayList<ColumnSource<T>> innerSources
-
tableIndex
gnu.trove.list.array.TIntArrayList tableIndex
-
-
-
Class com.illumon.iris.db.v2.utils.OutOfKeySpaceException extends UncheckedDeephavenException implements Serializable
-
Class com.illumon.iris.db.v2.utils.TableLogger extends InstrumentedListenerAdapter implements Serializable
-
Serialized Fields
-
actionColumnSource
ObjectSingleValueSource<String> actionColumnSource
-
allPrevSources
LinkedHashMap<String,ColumnSource> allPrevSources
-
allSources
LinkedHashMap<String,ColumnSource> allSources
-
definition
TableDefinition definition
-
dirty
boolean dirty
-
flushTask
TimerTask flushTask
-
hook
Thread hook
-
isDone
boolean isDone
-
remoteTableAppender
RemoteTableAppender remoteTableAppender
-
rowIdSource
ColumnSource rowIdSource
-
storeMode
TableLogger.StoreMode storeMode
-
table
DynamicTable table
-
timeProvider
TimeProvider timeProvider
-
timestampSource
ObjectSingleValueSource<DBDateTime> timestampSource
-
-
-
Class com.illumon.iris.db.v2.utils.TableMapUtils.MergeGet extends ContextAwareRemoteQuery implements Serializable
- serialVersionUID:
- -2318103415514987420L
-
Serialized Fields
-
keys
Object[] keys
-
-
Class com.illumon.iris.db.v2.utils.TableMapUtils.PresubscribeGet extends ContextAwareRemoteQuery implements Serializable
-
Serialized Fields
-
key
Object key
-
-
-
Class com.illumon.iris.db.v2.utils.TableMapUtils.TableHolder extends Object implements Serializable
-
Serialized Fields
-
table
Table table
-
-
-
Class com.illumon.iris.db.v2.utils.TreeIndex extends SortedIndex implements Serializable
- serialVersionUID:
- 3177210716109500229L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Package com.illumon.iris.gui.actions
-
Class com.illumon.iris.gui.actions.AutoSizeColumnAction extends AbstractAction implements Serializable
-
Serialized Fields
-
column_
int column_
-
table_
JTable table_
-
-
-
-
Package com.illumon.iris.gui.color
-
Class com.illumon.iris.gui.color.Color extends Object implements Serializable
- serialVersionUID:
- 989077634719561909L
-
Serialized Fields
-
color
Color color
-
-
Class com.illumon.iris.gui.color.ColorPaletteAlgo extends Object implements Serializable
- serialVersionUID:
- 6883652013745638231L
-
Serialized Fields
-
colorAlgorithm
ColorPaletteAlgorithm colorAlgorithm
-
colorCache
List<Color> colorCache
-
-
Class com.illumon.iris.gui.color.ColorPaletteArray extends Object implements Serializable
- serialVersionUID:
- -9146622322078165471L
-
Serialized Fields
-
colors
Color[] colors
-
counter
AtomicInteger counter
-
-
-
Package com.illumon.iris.gui.config
-
Class com.illumon.iris.gui.config.ColorChooserDialog extends IrisDialog implements Serializable
-
Class com.illumon.iris.gui.config.FontChooserDialog extends IrisDialog implements Serializable
-
-
Package com.illumon.iris.gui.filterlink
-
Class com.illumon.iris.gui.filterlink.LinkException extends RuntimeException implements Serializable
-
-
Package com.illumon.iris.gui.filterlink.ui
-
Class com.illumon.iris.gui.filterlink.ui.FilterLinkDialog extends JDialog implements Serializable
-
Serialized Fields
-
autopopulateLinksButton
JButton autopopulateLinksButton
-
buttonCancel
JButton buttonCancel
-
buttonOK
JButton buttonOK
-
buttonPanel
JPanel buttonPanel
-
contentPane
JPanel contentPane
-
highlighter
FilterLinkHighlighter highlighter
-
linkPanel
FilterLinkPanel linkPanel
-
matchColumnsCheckBox
JCheckBox matchColumnsCheckBox
-
source
LinkSource source
-
target
LinkTarget target
-
-
-
Class com.illumon.iris.gui.filterlink.ui.FilterLinkEditor extends JDialog implements Serializable
-
Serialized Fields
-
autopopulateLinksButton
JButton autopopulateLinksButton
-
buttonCancel
JButton buttonCancel
-
buttonOK
JButton buttonOK
-
contentPane
JPanel contentPane
-
highlighter
FilterLinkHighlighter highlighter
-
linkable
Linkable linkable
-
linkTabPane
com.illumon.infonode.tabbedpanel.TabbedPanel linkTabPane
-
matchColumnsCheckBox
JCheckBox matchColumnsCheckBox
-
panels
List<FilterLinkPanel> panels
-
showBrokenCheckBox
JCheckBox showBrokenCheckBox
-
-
-
Class com.illumon.iris.gui.filterlink.ui.FilterLinkPanel extends JComponent implements Serializable
-
Serialized Fields
-
errorLabel
JLabel errorLabel
-
errorPanel
JPanel errorPanel
-
items
List<FilterLinkItem> items
-
linkTable
JTable linkTable
-
model
com.illumon.iris.gui.filterlink.ui.FilterLinkPanel.FilterLinkModel model
-
root
JPanel root
-
source
LinkSource source
-
sourceCombo
JComboBox<String> sourceCombo
-
srcCols
Set<String> srcCols
-
target
LinkTarget target
-
targetCols
Set<String> targetCols
-
targetCombo
JComboBox<String> targetCombo
-
-
-
-
Package com.illumon.iris.gui.list
-
Class com.illumon.iris.gui.list.LoadOnScrollListModel extends AbstractListModel<T> implements Serializable
-
-
Package com.illumon.iris.gui.shape
-
Class com.illumon.iris.gui.shape.JShapes extends Object implements Serializable
- serialVersionUID:
- 4371847295627181055L
-
Serialized Fields
-
shape
Shape shape
-
-
-
Package com.illumon.iris.gui.table
-
Class com.illumon.iris.gui.table.AbstractDataColumn extends GuiColumn implements Serializable
-
Serialized Fields
-
columnIndex_
int[] columnIndex_
-
-
-
Class com.illumon.iris.gui.table.ArrayRenderer extends ColumnRenderer implements Serializable
-
Class com.illumon.iris.gui.table.ColumnRenderer extends GenericColumnRenderer implements Serializable
-
Serialized Fields
-
arrayFormatter
ArrayFormatter arrayFormatter
-
background_
Color background_
-
column_
GuiColumn column_
-
foreground_
Color foreground_
-
-
-
Class com.illumon.iris.gui.table.DeephavenScrollPane extends JScrollPane implements Serializable
-
Class com.illumon.iris.gui.table.EditableHiddenColumnDialog extends JDialog implements Serializable
-
Serialized Fields
-
bottomPanel
JPanel bottomPanel
-
buttonCancel
JButton buttonCancel
-
buttonOK
JButton buttonOK
-
buttonPanel
JPanel buttonPanel
-
clearRenamesButton
JButton clearRenamesButton
-
columnRenameScrollPane
JScrollPane columnRenameScrollPane
-
columnRenameTable
JTable columnRenameTable
-
columnRenameTableModel
DefaultTableModel columnRenameTableModel
-
contentPane
JPanel contentPane
-
hiddenColumnModel
HiddenColumnModel hiddenColumnModel
-
mainPanel
JPanel mainPanel
-
-
-
Class com.illumon.iris.gui.table.EditableHiddenColumnDialog.ColumnNameCellEditor extends DefaultCellEditor implements Serializable
-
Class com.illumon.iris.gui.table.EditableHiddenColumnDialog.IllegalColumnNameException extends IllegalArgumentException implements Serializable
-
Class com.illumon.iris.gui.table.ExtendableTableInterface.Entry extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.gui.table.FilteredTableModel extends GuiTableMap implements Serializable
-
Serialized Fields
-
filterMonitor
com.fishlib.base.stats.Value filterMonitor
-
filterStrategy
FilterStrategyImpl filterStrategy
-
isAddOnly
boolean isAddOnly
-
log
com.fishlib.io.logger.Logger log
-
previousTableModelRowCount
int previousTableModelRowCount
-
refilter
boolean refilter
-
savedStrategies
Map<String,org.jdom2.Element> savedStrategies
-
viewToModel
int[] viewToModel
-
viewToModelSize
int viewToModelSize
-
-
-
Class com.illumon.iris.gui.table.GenericColumnRenderer extends JLabel implements Serializable
-
Serialized Fields
-
autoResize
boolean autoResize
-
colorDefaults
UIDefaults colorDefaults
-
fontDefaults
UIDefaults fontDefaults
-
formatter
Format formatter
-
-
-
Class com.illumon.iris.gui.table.GuiColumn extends com.fishlib.dataobjects.WColumn implements Serializable
-
Serialized Fields
-
defaultFormatter_
Format defaultFormatter_
-
description
String description
-
formatter_
Format formatter_
-
highlight_
boolean highlight_
-
isBitSet
boolean isBitSet
-
renderAsText_
boolean renderAsText_
-
renderer_
TableCellRenderer renderer_
-
-
-
Class com.illumon.iris.gui.table.GuiTable extends JTable implements Serializable
-
Serialized Fields
-
alertsPropagate
boolean alertsPropagate
-
alertStyle
GuiTable.AlertStyle alertStyle
-
AUTO_FILTER_HOVER_ICON
ImageIcon AUTO_FILTER_HOVER_ICON
-
AUTO_FILTER_ICON
ImageIcon AUTO_FILTER_ICON
-
autoFilterMouseAdapter
com.illumon.iris.gui.table.GuiTable.AutoFilterMouseAdapter autoFilterMouseAdapter
-
columnSet_
com.fishlib.dataobjects.WColumnSet columnSet_
-
defaultAlert
boolean defaultAlert
-
followTable
boolean followTable
-
freezeColumnsManager
FreezeColumnsManager freezeColumnsManager
-
headerClickSortListener
MouseListener headerClickSortListener
-
hideHeaderTooltips_
boolean hideHeaderTooltips_
-
isAlertsOn
boolean isAlertsOn
-
isOneClickOn
boolean isOneClickOn
-
log
com.fishlib.io.logger.Logger log
-
originalDefaultHeaderRenderer
TableCellRenderer originalDefaultHeaderRenderer
-
originalRenderer
TableCellRenderer originalRenderer
-
originalTableModel
IrisTableModel originalTableModel
-
previousRowCount
int previousRowCount
-
tableBodyMouseListener
MouseAdapter tableBodyMouseListener
-
tableChangeLock
Object tableChangeLock
-
tableDescription
String tableDescription
-
tableHeaderMouseListener
MouseAdapter tableHeaderMouseListener
-
workspaceFreezeColumns
List<String> workspaceFreezeColumns
-
-
-
Class com.illumon.iris.gui.table.GuiTableMap extends IrisTableModel implements Serializable
-
Serialized Fields
-
log
com.fishlib.io.logger.Logger log
-
model_
IrisTableModel model_
-
originalTableModel_
IrisTableModel originalTableModel_
-
-
-
Class com.illumon.iris.gui.table.HashedPlainObjectTableModel extends IrisTableModel implements Serializable
-
Serialized Fields
-
data_
com.fishlib.base.hash.IndexableMap data_
-
-
-
Class com.illumon.iris.gui.table.HiddenColumnModel extends DefaultTableColumnModel implements Serializable
-
Serialized Fields
-
hiddenColumns_
List<TableColumn> hiddenColumns_
-
isEditable
boolean isEditable
-
lockedColumns
Set<TableColumn> lockedColumns
-
-
-
Class com.illumon.iris.gui.table.IrisTableModel extends AbstractTableModel implements Serializable
-
Serialized Fields
-
columnSet_
com.fishlib.dataobjects.WColumnSet columnSet_
-
nonViewColumnSet_
com.fishlib.dataobjects.WColumnSet nonViewColumnSet_
-
-
-
Class com.illumon.iris.gui.table.IrisTableSelectionModel extends Object implements Serializable
-
Serialized Fields
-
anchorIndex
int anchorIndex
-
firstAdjustedIndex
int firstAdjustedIndex
-
firstChangedIndex
int firstChangedIndex
-
isAdjusting
boolean isAdjusting
-
keys
int[] keys
-
lastAdjustedIndex
int lastAdjustedIndex
-
lastChangedIndex
int lastChangedIndex
-
leadAnchorNotificationEnabled
boolean leadAnchorNotificationEnabled
-
leadIndex
int leadIndex
-
listenerList
EventListenerList listenerList
-
model
IrisTableModel model
-
selectedKeyValues
HashSet<com.fishlib.datastructures.util.SmartKey> selectedKeyValues
-
-
-
Class com.illumon.iris.gui.table.NumberEditor extends DefaultCellEditor implements Serializable
-
Serialized Fields
-
argTypes
Class[] argTypes
-
constructor
Constructor constructor
-
df
CleanDecimalFormat df
-
value
Object value
-
-
-
Class com.illumon.iris.gui.table.PermTableSelectionModel extends DefaultListSelectionModel implements Serializable
-
Class com.illumon.iris.gui.table.RingBufferObjectTableModel extends IrisTableModel implements Serializable
-
Serialized Fields
-
data
com.fishlib.base.RingBuffer<com.fishlib.dataobjects.WAbstractDataObject> data
-
historySize
int historySize
-
-
-
Class com.illumon.iris.gui.table.SavedFiltersDialog extends IrisDialog implements Serializable
-
Serialized Fields
-
selection
com.illumon.iris.gui.table.SavedFiltersDialog.Model.SavedFilterLeafNode selection
-
-
-
Class com.illumon.iris.gui.table.SortedTableModel extends GuiTableMap implements Serializable
-
Serialized Fields
-
classComparators_
Map<Class<?>,Comparator<?>> classComparators_
-
headerInteractionDisabled_
boolean headerInteractionDisabled_
-
previoustableModelRowCount
int previoustableModelRowCount
-
resort_
boolean resort_
-
reversalChanged
boolean reversalChanged
-
reverseType
ReversibleModel.ReverseType reverseType
-
sortingColumns_
List<com.illumon.iris.gui.table.SortedTableModel.Directive> sortingColumns_
-
sortingMonitor
com.fishlib.base.stats.Value sortingMonitor
-
viewToModel_
com.illumon.iris.gui.table.SortedTableModel.Row[] viewToModel_
-
-
-
Class com.illumon.iris.gui.table.TextAreaColumnRenderer extends JTextArea implements Serializable
-
Serialized Fields
-
-
-
Package com.illumon.iris.gui.table.dialog
-
Class com.illumon.iris.gui.table.dialog.ColumnChooserDialog extends JDialog implements Serializable
-
Serialized Fields
-
buttonCancel
JButton buttonCancel
-
buttonOK
JButton buttonOK
-
colModel
HiddenColumnModel colModel
-
contentPane
JPanel contentPane
-
helpLabel
JLabel helpLabel
-
hiddenColTable
org.jdesktop.swingx.JXTable hiddenColTable
-
hiddenCountLabel
JLabel hiddenCountLabel
-
hiddenHidingListener
com.illumon.iris.gui.table.dialog.ColumnChooserDialog.HidingListener hiddenHidingListener
-
hiddenModel
com.illumon.iris.gui.table.dialog.ColumnChooserDialog.ListBackedTableModel hiddenModel
-
hiddenSearchinglistener
com.illumon.iris.gui.table.dialog.ColumnChooserDialog.SearchingListener hiddenSearchinglistener
-
hiddenSearchSort
SearchAndSortControl hiddenSearchSort
-
moveDownButton
JButton moveDownButton
-
moveUpButton
JButton moveUpButton
-
resetButton
JButton resetButton
-
searchInColumnDescriptionCheckBox
JCheckBox searchInColumnDescriptionCheckBox
-
showMatchingCheck
JCheckBox showMatchingCheck
-
toBottomButton
JButton toBottomButton
-
totalColumnCount
int totalColumnCount
-
toTopButton
JButton toTopButton
-
visibleColTable
org.jdesktop.swingx.JXTable visibleColTable
-
visibleCountLabel
JLabel visibleCountLabel
-
visibleHidingListener
com.illumon.iris.gui.table.dialog.ColumnChooserDialog.HidingListener visibleHidingListener
-
visibleModel
com.illumon.iris.gui.table.dialog.ColumnChooserDialog.ListBackedTableModel visibleModel
-
visibleSearchinglistener
com.illumon.iris.gui.table.dialog.ColumnChooserDialog.SearchingListener visibleSearchinglistener
-
visibleSearchSort
SearchAndSortControl visibleSearchSort
-
warningLabel
JLabel warningLabel
-
warningPanel
JPanel warningPanel
-
-
-
Class com.illumon.iris.gui.table.dialog.SearchAndSortControl extends JPanel implements Serializable
-
Serialized Fields
-
ascendingSortButton
JRadioButton ascendingSortButton
-
defaultFilterBackground
Color defaultFilterBackground
-
descendingSortButton
JRadioButton descendingSortButton
-
rootPanel
JPanel rootPanel
-
searchAndSort
JPanel searchAndSort
-
searchListeners
List<SearchAndSortControl.SearchListener> searchListeners
-
searchText
SearchTextField searchText
-
sortGroup
ButtonGroup sortGroup
-
sortListeners
List<SearchAndSortControl.SortListener> sortListeners
-
sortPanel
JPanel sortPanel
-
-
-
-
Package com.illumon.iris.gui.table.filters
-
Class com.illumon.iris.gui.table.filters.AbstractMultiStringFilterData extends FilterData implements Serializable
-
Class com.illumon.iris.gui.table.filters.AutoFilterSelectionPanel extends JPanel implements Serializable
-
Serialized Fields
-
autoFilterModel
AutoFilterModel autoFilterModel
-
bottomPanel
JPanel bottomPanel
-
cancelButton
JButton cancelButton
-
clearSearchButton
JButton clearSearchButton
-
contentPane
JPanel contentPane
-
deselectAllButton
JButton deselectAllButton
-
displayLabel
JLabel displayLabel
-
knownValues
List<Object> knownValues
-
listModel
LoadOnScrollListModel<Object> listModel
-
log
com.fishlib.io.logger.Logger log
-
menu
JPopupMenu menu
-
midPanel
JPanel midPanel
-
moreDataButton
JButton moreDataButton
-
okButton
JButton okButton
-
progressBar
JProgressBar progressBar
-
requestHandler
AutoFilterModel.AutoFilterRequestHandler requestHandler
-
rootPanel
JPanel rootPanel
-
scrollPane
JScrollPane scrollPane
-
searchLabel
JLabel searchLabel
-
searchPanel
JPanel searchPanel
-
searchTextField
JTextField searchTextField
-
selectAllButton
JButton selectAllButton
-
selectedSet
Set<Object> selectedSet
-
topButtons
JPanel topButtons
-
wColumn
com.fishlib.dataobjects.WColumn wColumn
-
-
-
Class com.illumon.iris.gui.table.filters.BooleanFilterData extends FilterData implements Serializable
-
Serialized Fields
-
data_
Boolean data_
-
-
-
Class com.illumon.iris.gui.table.filters.BooleanFormatException extends Exception implements Serializable
-
Class com.illumon.iris.gui.table.filters.CharacterFilterData extends FilterData implements Serializable
-
Serialized Fields
-
data
Character data
-
-
-
Class com.illumon.iris.gui.table.filters.CharacterFormatException extends Exception implements Serializable
-
Class com.illumon.iris.gui.table.filters.ColumnFilter.NUMBER extends com.illumon.iris.gui.table.filters.ColumnFilter implements Serializable
-
Class com.illumon.iris.gui.table.filters.ColumnFilter.STRING extends com.illumon.iris.gui.table.filters.ColumnFilter implements Serializable
-
Class com.illumon.iris.gui.table.filters.DatetimeFilterData extends FilterData implements Serializable
-
Serialized Fields
-
data
long data
-
-
-
Class com.illumon.iris.gui.table.filters.FilterBuilderDialog extends IrisDialog implements Serializable
-
Serialized Fields
-
column_
com.fishlib.dataobjects.WColumn column_
-
columnSet_
com.fishlib.dataobjects.WColumnSet columnSet_
-
filters_
List<com.illumon.iris.gui.table.filters.FilterBuilderDialog.FilterPanel> filters_
-
filtersPanel_
JPanel filtersPanel_
-
filterStrategy_
FilterStrategyImpl filterStrategy_
-
otherColumnDropDown
String[] otherColumnDropDown
-
-
-
Class com.illumon.iris.gui.table.filters.FilterData extends Object implements Serializable
-
Serialized Fields
-
condition
Condition condition
-
disjunctive
boolean disjunctive
-
-
-
Class com.illumon.iris.gui.table.filters.IncludedInFilterData extends AbstractMultiStringFilterData implements Serializable
-
Class com.illumon.iris.gui.table.filters.IncludesFilterData extends AbstractMultiStringFilterData implements Serializable
-
Serialized Fields
-
internalDisjunctive
boolean internalDisjunctive
-
pattern
Pattern pattern
-
-
-
Class com.illumon.iris.gui.table.filters.ListFilterData extends IncludedInFilterData implements Serializable
-
Serialized Fields
-
list
OneClickList list
-
-
-
Class com.illumon.iris.gui.table.filters.NoSuchListException extends Exception implements Serializable
-
Class com.illumon.iris.gui.table.filters.NullFilterData extends FilterData implements Serializable
-
Class com.illumon.iris.gui.table.filters.SimpleConditionalColorDialog extends IrisDialog implements Serializable
-
Serialized Fields
-
colorCB_
JComboBox<Colors> colorCB_
-
column_
com.fishlib.dataobjects.WColumn<?> column_
-
conditionalFormattingStrategy_
ConditionalFormattingStrategy conditionalFormattingStrategy_
-
dataList
JList<ConditionalFormattingData> dataList
-
dataTF_
JTextField dataTF_
-
listModel_
DefaultListModel<ConditionalFormattingData> listModel_
-
ok_
JButton ok_
-
operationCB_
JComboBox<com.illumon.iris.gui.table.filters.SimpleConditionalColorDialog.OpEntry> operationCB_
-
-
-
Class com.illumon.iris.gui.table.filters.SimpleFilterDialog extends IrisDialog implements Serializable
-
Serialized Fields
-
column_
com.fishlib.dataobjects.WColumn column_
-
dataTF_
JTextField dataTF_
-
filterStrategy_
FilterStrategyImpl filterStrategy_
-
listModel_
DefaultListModel<FilterData> listModel_
-
ok_
JButton ok_
-
operationCB_
JComboBox<com.illumon.iris.gui.table.filters.SimpleFilterDialog.OpEntry> operationCB_
-
-
-
-
Package com.illumon.iris.gui.table.format
-
Class com.illumon.iris.gui.table.format.AbstractAdjustableColumnFormat extends Format implements Serializable
-
Class com.illumon.iris.gui.table.format.CleanDecimalFormat extends DecimalFormat implements Serializable
-
Serialized Fields
-
multiplier
Double multiplier
-
-
-
Class com.illumon.iris.gui.table.format.CustomNumericFormatDialog extends JDialog implements Serializable
-
Serialized Fields
-
buttonCancel
JButton buttonCancel
-
buttonOK
JButton buttonOK
-
commasCheckBox
JCheckBox commasCheckBox
-
contentPanel
JPanel contentPanel
-
currentFormat
Format currentFormat
-
customFormatter
NumericAdjustableColumnFormat customFormatter
-
decimalSpinner
JSpinner decimalSpinner
-
exampleTextField
JTextField exampleTextField
-
exponentSpinner
JSpinner exponentSpinner
-
formatConsumer
Consumer<Format> formatConsumer
-
suffixTextField
JTextField suffixTextField
-
table
JTable table
-
-
-
Class com.illumon.iris.gui.table.format.NumericAdjustableColumnFormat extends AbstractAdjustableColumnFormat implements Serializable
-
-
Package com.illumon.iris.gui.table.renderers
-
Class com.illumon.iris.gui.table.renderers.CheckboxCellRenderer extends JCheckBox implements Serializable
-
-
Package com.illumon.iris.gui.util
-
Class com.illumon.iris.gui.util.ButtonPanel extends JPanel implements Serializable
-
Class com.illumon.iris.gui.util.CsvExporter extends AbstractAction implements Serializable
-
Class com.illumon.iris.gui.util.IrisProgressDialog extends JDialog implements Serializable
-
Serialized Fields
-
complete
boolean complete
-
label
JLabel label
-
panel
JPanel panel
-
progressbar
JProgressBar progressbar
-
-
-
Class com.illumon.iris.gui.util.MutableColor extends Color implements Serializable
-
Serialized Fields
-
value
int value
-
-
-
-
Package com.illumon.iris.gui.util.oneclick
-
Class com.illumon.iris.gui.util.oneclick.OneClickListModel extends AbstractListModel<String> implements Serializable
-
-
Package com.illumon.iris.gui.widget
-
Class com.illumon.iris.gui.widget.AsyncPanel extends StatusLayeredPanel implements Serializable
-
Serialized Fields
-
busySpinner
BusySpinner busySpinner
-
component
JComponent component
-
oneClickListeners
CopyOnWriteArrayList<OneClickListener> oneClickListeners
-
panelPopupProviders
CopyOnWriteArrayList<AsyncPanel.PanelPopupProvider> panelPopupProviders
-
removePanelListeners
ArrayList<WeakReference<AsyncPanel.RemovePanelListener>> removePanelListeners
-
-
-
Class com.illumon.iris.gui.widget.BusySpinner extends JLabel implements Serializable
-
Serialized Fields
-
colorOffset
int colorOffset
-
drawTicker
boolean drawTicker
-
isTextBright
boolean isTextBright
-
spinnerAnimation
Timer spinnerAnimation
-
-
-
Class com.illumon.iris.gui.widget.ColumnBuilderDialog extends IrisDialog implements Serializable
-
Serialized Fields
-
addButton
JButton addButton
-
buttonPanel
JPanel buttonPanel
-
cancelButton
JButton cancelButton
-
clearButton
JButton clearButton
-
columnAdder
JPanel columnAdder
-
columnFormulaLabel
JLabel columnFormulaLabel
-
columnNameLabel
JLabel columnNameLabel
-
columns
List<ColumnBuilderRow> columns
-
columnSnapshot
List<ExtendableTableInterface.Entry> columnSnapshot
-
deleteRowButton
JButton deleteRowButton
-
downButton
JButton downButton
-
log
com.fishlib.io.logger.Logger log
-
OkButton
JButton OkButton
-
reloadButton
JButton reloadButton
-
rowContainer
JPanel rowContainer
-
theTable
IrisTableModel theTable
-
upButton
JButton upButton
-
-
-
Class com.illumon.iris.gui.widget.DateChooser extends IrisDialog implements Serializable
-
Serialized Fields
-
calendar
GregorianCalendar calendar
Auxiliary variable to compute dates. -
cancel
JButton cancel
"Cancel" button. -
day
JLabel day
Selected day. -
days
JLabel[][] days
Calendar, as a matrix of labels. The first row represents the first week of the month, the second row, the second week, and so on. Each column represents a day of the week, the first is Sunday, and the last is Saturday. The label's text is the number of the corresponding day. -
daysGrid
com.illumon.iris.gui.widget.DateChooser.FocusablePanel daysGrid
Day selection control. It is just a panel that can receive the focus. The actual user interaction is driven by theDateChooser
class. -
lastDay
int lastDay
Last day of the selected month. -
month
JComboBox month
Month selection control. -
offset
int offset
Day of the week (0=Sunday) corresponding to the first day of the selected month. Used to calculate the position, in the calendar (DateChooser.days
), corresponding to a given day. -
ok
JButton ok
"Ok" button. -
okClicked
boolean okClicked
true
if the "Ok" button was clicked to close the dialog box,false
otherwise. -
year
JComboBox year
Year selection control.
-
-
-
Class com.illumon.iris.gui.widget.FilterByMenu extends JMenu implements Serializable
-
Class com.illumon.iris.gui.widget.FilteredListDialog extends IrisDialog implements Serializable
-
Serialized Fields
-
listPanel
FilteredListPanel listPanel
-
-
-
Class com.illumon.iris.gui.widget.FilteredListModel extends AbstractListModel<E> implements Serializable
-
Serialized Fields
-
filter
String filter
-
filteredIndexToOriginalIndex
List<Integer> filteredIndexToOriginalIndex
-
innerModel
DefaultListModel<E> innerModel
-
listDataListener
ListDataListener listDataListener
-
-
-
Class com.illumon.iris.gui.widget.FilteredListPanel extends JPanel implements Serializable
-
Serialized Fields
-
allowNoSelection
boolean allowNoSelection
-
filteredModel
FilteredListModel<ComparableEntry<D,V>> filteredModel
-
filterText
JTextField filterText
-
globalSelectionModel
ListSelectionModel globalSelectionModel
-
list
JList<ComparableEntry<D,V>> list
-
rawModel
DefaultListModel<ComparableEntry<D,V>> rawModel
-
rawSynchronizer
com.illumon.iris.gui.widget.FilteredListPanel.SuspendableSelectionSynchronizer rawSynchronizer
-
sorted
boolean sorted
-
-
-
Class com.illumon.iris.gui.widget.FreezeColumnsTransferHandler extends TransferHandler implements Serializable
-
Class com.illumon.iris.gui.widget.IrisClock extends JPanel implements Serializable
-
Class com.illumon.iris.gui.widget.IrisDialog extends JDialog implements Serializable
-
Class com.illumon.iris.gui.widget.IrisFileChooser extends JFileChooser implements Serializable
-
Class com.illumon.iris.gui.widget.JCheckBoxList extends JList<E> implements Serializable
-
Serialized Fields
-
listeners
List<ActionListener> listeners
-
-
-
Class com.illumon.iris.gui.widget.JCheckBoxListModel extends DefaultListModel<E> implements Serializable
-
Class com.illumon.iris.gui.widget.JXTableLAF extends org.jdesktop.swingx.JXTable implements Serializable
-
Class com.illumon.iris.gui.widget.LeftRightDialog extends IrisDialog implements Serializable
-
Serialized Fields
-
leftRightPanel
LeftRightPanel<D,V> leftRightPanel
-
-
-
Class com.illumon.iris.gui.widget.LeftRightPanel extends JPanel implements Serializable
-
Serialized Fields
-
allowNoSelection
boolean allowNoSelection
-
attemptSort
boolean attemptSort
-
hasFilter
boolean hasFilter
-
leftList_
JList<ComparableEntry<D,V>> leftList_
-
leftModel_
DefaultListModel<ComparableEntry<D,V>> leftModel_
-
leftTitle_
String leftTitle_
-
rightList_
JList<ComparableEntry<D,V>> rightList_
-
rightModel_
DefaultListModel<ComparableEntry<D,V>> rightModel_
-
rightTitle_
String rightTitle_
-
selectedFields_
ArrayList<V> selectedFields_
-
selectionChangedCallbacks_
ArrayList<LeftRightPanel.SelectionChangedCallback> selectionChangedCallbacks_
-
showUpDownArrows_
boolean showUpDownArrows_
-
-
-
Class com.illumon.iris.gui.widget.MiniSpinner extends JLabel implements Serializable
-
Serialized Fields
-
index
int index
-
spinnerTimer
Timer spinnerTimer
-
-
-
Class com.illumon.iris.gui.widget.NullableFormattedTextField extends JFormattedTextField implements Serializable
-
Class com.illumon.iris.gui.widget.PopOutTextField extends JTextField implements Serializable
-
Serialized Fields
-
delimiter
String delimiter
-
-
-
Class com.illumon.iris.gui.widget.PopupException extends RuntimeException implements Serializable
-
Class com.illumon.iris.gui.widget.SearchTextField extends JTextField implements Serializable
-
Serialized Fields
-
searchIcon
Icon searchIcon
-
showIcon
boolean showIcon
-
-
-
Class com.illumon.iris.gui.widget.Splash extends JFrame implements Serializable
-
Serialized Fields
-
splashPanel
SplashPanel splashPanel
-
-
-
Class com.illumon.iris.gui.widget.SplashPanel extends JPanel implements Serializable
-
Class com.illumon.iris.gui.widget.StatusLayeredPanel extends JLayeredPane implements Serializable
-
Class com.illumon.iris.gui.widget.TableHeaderPopup extends JPopupMenu implements Serializable
-
Serialized Fields
-
canColumnsAutoResize_
boolean canColumnsAutoResize_
-
canColumnsHide_
boolean canColumnsHide_
-
canColumnsMove_
boolean canColumnsMove_
-
column_
GuiColumn column_
-
columnIndex_
int columnIndex_
-
conditionalFormattingModel_
ConditionalFormattingModel conditionalFormattingModel_
-
conditionalFormattingStrategy_
ConditionalFormattingStrategy conditionalFormattingStrategy_
-
filterModel_
FilteredModel filterModel_
-
filterStrategy_
FilterStrategyImpl filterStrategy_
-
freezeColumnsManager
FreezeColumnsManager freezeColumnsManager
-
isFreezeTable
boolean isFreezeTable
-
log_
com.fishlib.io.logger.Logger log_
-
oneClickListEnabledColumns
List<String> oneClickListEnabledColumns
-
table_
GuiTable table_
-
-
-
Class com.illumon.iris.gui.widget.TableHeaderPopup.DeleteFilterAction extends AbstractAction implements Serializable
-
Serialized Fields
-
filter_
org.jdom2.Element filter_
-
-
-
Class com.illumon.iris.gui.widget.TableHeaderPopup.DeleteLayoutAction extends AbstractAction implements Serializable
-
Serialized Fields
-
layout
org.jdom2.Element layout
-
-
-
Class com.illumon.iris.gui.widget.TableHeaderPopup.LoadFilterAction extends AbstractAction implements Serializable
-
Serialized Fields
-
filter_
org.jdom2.Element filter_
-
-
-
Class com.illumon.iris.gui.widget.TableHeaderPopup.LoadLayoutAction extends AbstractAction implements Serializable
-
Serialized Fields
-
layout
org.jdom2.Element layout
-
-
-
Class com.illumon.iris.gui.widget.TieredComboBox extends JButton implements Serializable
-
Serialized Fields
-
arrowIcon
BasicArrowButton arrowIcon
-
enabled
boolean enabled
-
insets
Insets insets
-
menuDestroyTime
long menuDestroyTime
-
popupListener
PopupMenuListener popupListener
-
popupMenu
JPopupMenu popupMenu
-
preferredWidth
int preferredWidth
-
-
-
Class com.illumon.iris.gui.widget.TimeChooserTextField extends JPanel implements Serializable
-
Serialized Fields
-
hourTF_
JTextField hourTF_
-
minuteTF_
JTextField minuteTF_
-
secondsTF_
JTextField secondsTF_
-
timeZone
TimeZone timeZone
-
-
-
Class com.illumon.iris.gui.widget.TriStateCheckBox extends JCheckBox implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.gui.widget.TriStateCheckBox.TriStateButtonModel extends JToggleButton.ToggleButtonModel implements Serializable
-
Class com.illumon.iris.gui.widget.TriStateCheckBox.TriStateCheckBoxIcon extends MetalCheckBoxIcon implements Serializable
-
-
Package com.illumon.iris.gui.widget.dragndrop
-
Class com.illumon.iris.gui.widget.dragndrop.RearrangingTransferHandler extends TransferHandler implements Serializable
-
Serialized Fields
-
arrayFactory
IntFunction<V[]> arrayFactory
A factory method to create properly types arrays for the copy process -
log
com.fishlib.io.logger.Logger log
-
myself
T extends Component myself
A reference to the component this transfer handler is attached to.
-
-
-
-
Package com.illumon.iris.gui.widget.poliform
-
Class com.illumon.iris.gui.widget.poliform.ArrayInputBox extends JDialog implements Serializable
-
Class com.illumon.iris.gui.widget.poliform.BaseProgressDialog extends IrisDialog implements Serializable
-
Serialized Fields
-
mainPanel
JPanel mainPanel
-
progressBar
JProgressBar progressBar
-
response
AtomicBoolean response
-
-
-
Class com.illumon.iris.gui.widget.poliform.SimpleProgressDialog extends BaseProgressDialog implements Serializable
-
Serialized Fields
-
message
String message
-
-
-
Class com.illumon.iris.gui.widget.poliform.VariableProgressDialog extends BaseProgressDialog implements Serializable
-
Serialized Fields
-
names
String[] names
-
variableTypePanel
VariableTypePanel variableTypePanel
-
-
-
Class com.illumon.iris.gui.widget.poliform.VariableTypeForm extends IrisDialog implements Serializable
-
Serialized Fields
-
buttonPanel_
ButtonPanel buttonPanel_
-
variableTypePanel
VariableTypePanel variableTypePanel
-
wasCancelled_
boolean wasCancelled_
-
-
-
-
Package com.illumon.iris.gui.workspace
-
Class com.illumon.iris.gui.workspace.FixedTitleProvider extends Object implements Serializable
- serialVersionUID:
- -6681828121046536954L
-
Serialized Fields
-
name
String name
-
-
Class com.illumon.iris.gui.workspace.IrisView extends com.illumon.infonode.docking.View implements Serializable
-
Serialized Fields
-
component
Component component
-
irisTabPainter
IrisTabPainter irisTabPainter
-
params
Map<String,String> params
-
shouldSerializeCallback
BooleanSupplier shouldSerializeCallback
-
type
String type
-
viewId
String viewId
-
workspacePlaceHolderMap
Map<String,com.illumon.iris.gui.workspace.IrisView.WorkspacePlaceHolder> workspacePlaceHolderMap
-
workspaces
Map<String,Workspace> workspaces
-
-
-
Class com.illumon.iris.gui.workspace.ViewTabPopup extends JPopupMenu implements Serializable
-
Serialized Fields
-
window
com.illumon.infonode.docking.DockingWindow window
-
-
-
Class com.illumon.iris.gui.workspace.WFixedTitleProvider extends Object implements Serializable
- serialVersionUID:
- -6681828121046536954L
-
Serialized Fields
-
name
String name
-
-
Class com.illumon.iris.gui.workspace.WorkspaceManager.WorkspaceException extends DeephavenException implements Serializable
-
-
Package com.illumon.iris.gui.workspace.compatability
-
Class com.illumon.iris.gui.workspace.compatability.TranscodingException extends Exception implements Serializable
-
-
Package com.illumon.iris.importers
-
Class com.illumon.iris.importers.CsvFieldWriter.ParseException extends RuntimeException implements Serializable
-
Class com.illumon.iris.importers.ImporterColumnDefinition extends com.illumon.dataobjects.ColumnDefinition implements Serializable
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class com.illumon.iris.importers.JdbcSchemaCreator.SchemaAssessmentError extends RuntimeException implements Serializable
-
-
Package com.illumon.iris.pqimport
-
Class com.illumon.iris.pqimport.BaseImportPersistentQuery extends ImportPersistentQuery implements Serializable
-
Serialized Fields
-
dbServerConfig
PersistentQueryDbServerConfig dbServerConfig
-
wrappedConfig
PersistentQueryConfigurationWrapper wrappedConfig
-
-
-
Class com.illumon.iris.pqimport.BinaryImportPersistentQuery extends BaseImportPersistentQuery implements Serializable
-
Class com.illumon.iris.pqimport.CsvImportPersistentQuery extends BaseImportPersistentQuery implements Serializable
-
Class com.illumon.iris.pqimport.DownsampleImportPersistentQuery extends ImportPersistentQuery implements Serializable
-
Serialized Fields
-
dbServerConfig
PersistentQueryDbServerConfig dbServerConfig
-
wrappedConfig
PersistentQueryConfigurationWrapper wrappedConfig
-
-
-
Class com.illumon.iris.pqimport.ImportPersistentQuery extends MergeImportPersistentQuery implements Serializable
- serialVersionUID:
- 2017112901L
-
Class com.illumon.iris.pqimport.JdbcImportPersistentQuery extends BaseImportPersistentQuery implements Serializable
-
Serialized Fields
-
password
String password
-
-
-
Class com.illumon.iris.pqimport.MergeImportPersistentQuery extends ContextAwareRemoteQuery<PersistentQueryState> implements Serializable
- serialVersionUID:
- 2017112901L
-
Class com.illumon.iris.pqimport.MergePersistentQuery extends MergeImportPersistentQuery implements Serializable
- serialVersionUID:
- 2017111401L
-
Serialized Fields
-
wrappedConfig
PersistentQueryConfigurationWrapper wrappedConfig
-
-
Class com.illumon.iris.pqimport.ValidatePersistentQuery extends MergeImportPersistentQuery implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
wrappedConfig
PersistentQueryConfigurationWrapper wrappedConfig
-
-
Class com.illumon.iris.pqimport.XmlImportPersistentQuery extends BaseImportPersistentQuery implements Serializable
-
-
Package com.illumon.iris.pqimport.gui
-
Class com.illumon.iris.pqimport.gui.AutoScrollingPopup extends JPopupMenu implements Serializable
-
Serialized Fields
-
desiredWidth
int desiredWidth
-
maximumVisibleRows
int maximumVisibleRows
-
popupScrollBar
JScrollBar popupScrollBar
-
-
-
Class com.illumon.iris.pqimport.gui.ImportHelperSetupQuery extends ContextAwareRemoteQuery<PersistentQueryState> implements Serializable
-
Serialized Fields
-
wrappedConfig
PersistentQueryConfigurationWrapper wrappedConfig
-
-
-
Class com.illumon.iris.pqimport.gui.RemoveSessionQuery extends ContextAwareRemoteQuery<Boolean> implements Serializable
-
Serialized Fields
-
id
long id
-
-
-
-
Package com.illumon.iris.pqimport.gui.csv
-
Class com.illumon.iris.pqimport.gui.csv.CsvTestImportQuery extends ContextAwareRemoteQuery<Inflatable<Table>> implements Serializable
-
-
Package com.illumon.iris.pqimport.gui.jdbc
-
Class com.illumon.iris.pqimport.gui.jdbc.CreateSessionQuery extends ContextAwareRemoteQuery<Long> implements Serializable
-
Class com.illumon.iris.pqimport.gui.jdbc.DriverWrapperQuery extends ContextAwareRemoteQuery<T> implements Serializable
-
Class com.illumon.iris.pqimport.gui.jdbc.GenerateJdbcSchemaQuery extends DriverWrapperQuery<String> implements Serializable
-
Serialized Fields
-
assessmentMethod
JdbcSchemaCreator.AssessmentMethod assessmentMethod
-
casingStyle
CasingStyle casingStyle
-
namespace
String namespace
-
query
String query
-
replacement
String replacement
-
sessionId
long sessionId
-
sourcePartitionColumn
String sourcePartitionColumn
-
tableName
String tableName
-
-
-
Class com.illumon.iris.pqimport.gui.jdbc.GetCatalogNames extends DriverWrapperQuery<String[]> implements Serializable
-
Class com.illumon.iris.pqimport.gui.jdbc.GetDriverDisplayInfoQuery extends ContextAwareRemoteQuery<IDriverWrapper.DisplayInfo[]> implements Serializable
-
Class com.illumon.iris.pqimport.gui.jdbc.GetPreviewQuery extends DriverWrapperQuery<Inflatable<Table>> implements Serializable
-
Serialized Fields
-
maxRows
int maxRows
-
query
String query
-
sessionId
long sessionId
-
-
-
Class com.illumon.iris.pqimport.gui.jdbc.GetTableNames extends DriverWrapperQuery<String[]> implements Serializable
-
Serialized Fields
-
database
String database
-
-
-
Class com.illumon.iris.pqimport.gui.jdbc.IDriverWrapper.DisplayInfo extends Object implements Serializable
-
Class com.illumon.iris.pqimport.gui.jdbc.IDriverWrapper.DriverWrapperException extends RuntimeException implements Serializable
-
Class com.illumon.iris.pqimport.gui.jdbc.JdbcTestImportQuery extends DriverWrapperQuery<Inflatable<Table>> implements Serializable
-
-
Package com.illumon.iris.pqimport.gui.xml
-
Class com.illumon.iris.pqimport.gui.xml.XmlTestImportQuery extends ContextAwareRemoteQuery<Inflatable<Table>> implements Serializable
-
-
Package com.illumon.iris.sbetransport.server
-
Class com.illumon.iris.sbetransport.server.TableServerException extends Exception implements Serializable
-
Serialized Fields
-
errorCode
TableSubscriptionErrorCode errorCode
-
subscriptionId
int subscriptionId
-
-
-
-
Package com.illumon.iris.schemaeditor
-
Class com.illumon.iris.schemaeditor.ColumnEditDialog extends JDialog implements Serializable
-
Serialized Fields
-
buttonCancel
JButton buttonCancel
-
buttonOK
JButton buttonOK
-
codecArgumentsLabel
JLabel codecArgumentsLabel
-
codecArgumentsTextField
JTextField codecArgumentsTextField
-
codecClassLabel
JLabel codecClassLabel
-
codecClassTextField
JTextField codecClassTextField
-
codecComponents
Collection<JComponent> codecComponents
-
codecTypeLabel
JLabel codecTypeLabel
-
comboBoxCodecType
JComboBox<com.illumon.dataobjects.ColumnDefinition.ObjectCodecType> comboBoxCodecType
-
comboBoxColumnType
JComboBox<ColumnType> comboBoxColumnType
-
comboBoxDataType
JComboBox<String> comboBoxDataType
-
comboBoxEncoding
JComboBox<com.fishlib.base.string.EncodingInfo> comboBoxEncoding
-
comboBoxSymbolTable
JComboBox<String> comboBoxSymbolTable
-
contentPane
JPanel contentPane
-
encodingLabel
JLabel encodingLabel
-
log
com.fishlib.io.logger.Logger log
-
nameTextField
JTextField nameTextField
-
objectComponents
Collection<JComponent> objectComponents
-
ok
boolean ok
-
oldName
String oldName
-
oldRow
com.illumon.iris.schemaeditor.SchemaRow oldRow
-
schemaEditor
SchemaEditor schemaEditor
-
stringComponents
Collection<JComponent> stringComponents
-
symbolTableLabel
JLabel symbolTableLabel
-
-
-
Class com.illumon.iris.schemaeditor.DataIndexEditor extends JPanel implements Serializable
-
Serialized Fields
-
addIndexButton
JButton addIndexButton
-
dataIndexModel
com.illumon.iris.schemaeditor.DataIndexEditor.ListBackedTableModel dataIndexModel
-
dataIndexPanel
JPanel dataIndexPanel
-
dataIndexScrollPane
JScrollPane dataIndexScrollPane
-
dataIndexTable
org.jdesktop.swingx.JXTable dataIndexTable
-
dataIndexWarningLabel
JLabel dataIndexWarningLabel
-
rootPanel
JPanel rootPanel
-
schemaEditor
SchemaEditor schemaEditor
-
-
-
Class com.illumon.iris.schemaeditor.GetAllTableNames extends ContextAwareRemoteQuery<Map<String,List<String>>> implements Serializable
-
Class com.illumon.iris.schemaeditor.ImportDetailEdit extends JDialog implements Serializable
-
Serialized Fields
-
additionalAttributes
Map<String,String> additionalAttributes
-
cancelButton
JButton cancelButton
-
cmbName
JComboBox<String> cmbName
-
comboSourceType
JComboBox<String> comboSourceType
-
contentPane
JPanel contentPane
-
defaultCheckBox
JCheckBox defaultCheckBox
-
formulaCheckBox
JCheckBox formulaCheckBox
-
nullableCheckBox
JCheckBox nullableCheckBox
-
ok
boolean ok
-
OKButton
JButton OKButton
-
propertyNameCheckBox
JCheckBox propertyNameCheckBox
-
propertyNameComboBox
JComboBox<String> propertyNameComboBox
-
sourceNameCheckBox
JCheckBox sourceNameCheckBox
-
sourceTypeCheckBox
JCheckBox sourceTypeCheckBox
-
transformCheckBox
JCheckBox transformCheckBox
-
txtDefault
JTextField txtDefault
-
txtFormula
JTextArea txtFormula
-
txtSourceName
JTextField txtSourceName
-
txtTransform
JTextArea txtTransform
-
-
-
Class com.illumon.iris.schemaeditor.ImportSourceSchemaModel extends AbstractTableModel implements Serializable
-
Serialized Fields
-
columnNames
String[] columnNames
-
data
List<ImportSchemaDescriptor.ImportColumnDescriptor> data
-
schemaEditor
SchemaEditor schemaEditor
-
-
-
Class com.illumon.iris.schemaeditor.LaunchCsvSchemaCreator extends JDialog implements Serializable
-
Serialized Fields
-
a1000000RadioButton
JRadioButton a1000000RadioButton
-
a100000RadioButton
JRadioButton a100000RadioButton
-
a10000RadioButton
JRadioButton a10000RadioButton
-
bestFitCheckBox
JCheckBox bestFitCheckBox
-
buttonCancel
JButton buttonCancel
-
buttonOK
JButton buttonOK
-
clearPreview
AtomicBoolean clearPreview
Do we need to clear the preview. The clearer will (1) set this before it starts, (2) unset it after it starts, and (3) check for it at the end of the fetch. -
comboFormat
JComboBox<String> comboFormat
-
contentPane
JPanel contentPane
-
csvColumns
List<String> csvColumns
-
csvComponentManager
CsvGuiImportComponentManager csvComponentManager
-
csvImporterHelper
CsvImporterHelper csvImporterHelper
-
delimiterRadioButton
JRadioButton delimiterRadioButton
-
fetchError
boolean fetchError
-
fetching
AtomicBoolean fetching
Are we currently fetching rows, as we need to background the fetch; we use an atomic because we need to kick the preview off the swing thread and we only want a single thing to do this at a time. -
formatRadioButton
JRadioButton formatRadioButton
-
headerCheckBox
JCheckBox headerCheckBox
-
holdCursor
Cursor holdCursor
-
log
com.fishlib.io.logger.Logger log
-
noLimitRadioButton
JRadioButton noLimitRadioButton
-
ok
boolean ok
-
openFileChooserButton
JButton openFileChooserButton
-
previewPane
JScrollPane previewPane
-
progressBar1
JProgressBar progressBar1
-
refetch
AtomicBoolean refetch
Do we need to refetch. The fetcher will (1) set this before it starts, (2) unset it after it starts, and (3) check for it at the end of the fetch. -
schemaEditor
SchemaEditor schemaEditor
-
schemaXML
String schemaXML
-
skipFooterBufferSize
int skipFooterBufferSize
-
sourceFile
File sourceFile
-
spinSkipFooterLines
JSpinner spinSkipFooterLines
-
spinSkipHeaderLines
JSpinner spinSkipHeaderLines
-
tblPreview
JTable tblPreview
-
trimCheckBox
JCheckBox trimCheckBox
-
txtDelimiter
JFormattedTextField txtDelimiter
-
txtFile
JTextField txtFile
-
txtNamespace
JTextField txtNamespace
-
txtPartition
JTextField txtPartition
-
txtSourceName
JTextField txtSourceName
-
txtTableName
JTextField txtTableName
-
-
-
Class com.illumon.iris.schemaeditor.LaunchXmlSchemaCreator extends JDialog implements Serializable
-
Serialized Fields
-
a1000000RadioButton
JRadioButton a1000000RadioButton
-
a100000RadioButton
JRadioButton a100000RadioButton
-
a10000RadioButton
JRadioButton a10000RadioButton
-
attributesCheckBox
JCheckBox attributesCheckBox
-
bestFitCheckBox
JCheckBox bestFitCheckBox
-
buttonCancel
JButton buttonCancel
-
buttonOK
JButton buttonOK
-
clearPreview
AtomicBoolean clearPreview
Do we need to clear the preview. The clearer will (1) set this before it starts, (2) unset it after it starts, and (3) check for it at the end of the fetch. -
comboColumnElementName
JComboBox<String> comboColumnElementName
-
comboElementType
JComboBox<String> comboElementType
-
contentPane
JPanel contentPane
-
elementsCheckBox
JCheckBox elementsCheckBox
-
fetchError
boolean fetchError
-
fetching
AtomicBoolean fetching
Are we currently fetching rows, as we need to background the fetch; we use an atomic because we need to kick the preview off the swing thread and we only want a single thing to do this at a time. -
holdCursor
Cursor holdCursor
-
lblColumnMaxDepth
JLabel lblColumnMaxDepth
-
lblColumnNames
JLabel lblColumnNames
-
lblColumnStartDepth
JLabel lblColumnStartDepth
-
lblColumnStartIndex
JLabel lblColumnStartIndex
-
log
com.fishlib.io.logger.Logger log
-
namedValuesCheckbox
JCheckBox namedValuesCheckbox
-
noLimitRadioButton
JRadioButton noLimitRadioButton
-
ok
boolean ok
-
openFileChooserButton
JButton openFileChooserButton
-
previewPane
JScrollPane previewPane
-
progressBar1
JProgressBar progressBar1
-
refetch
AtomicBoolean refetch
Do we need to refetch. The fetcher will (1) set this before it starts, (2) unset it after it starts, and (3) check for it at the end of the fetch. -
refreshColumnElements
AtomicBoolean refreshColumnElements
Do we need to refresh the column elements? The clearer will (1) set this before it starts, (2) unset it after it starts, and (3) check for it at the end of the fetch. -
refreshElementTypes
AtomicBoolean refreshElementTypes
Do we need to refresh the element types? The clearer will (1) set this before it starts, (2) unset it after it starts, and (3) check for it at the end of the fetch. -
refreshingElementTypes
AtomicBoolean refreshingElementTypes
Are we refreshing the element types? The clearer will (1) set this before it starts, (2) unset it after it starts, and (3) check for it at the end of the fetch. -
schemaEditor
SchemaEditor schemaEditor
-
schemaXML
String schemaXML
-
sourceFile
File sourceFile
-
spinColumnMaxDepth
JSpinner spinColumnMaxDepth
-
spinColumnStartDepth
JSpinner spinColumnStartDepth
-
spinColumnStartIndex
JSpinner spinColumnStartIndex
-
spinMaxDepth
JSpinner spinMaxDepth
-
spinStartDepth
JSpinner spinStartDepth
-
spinStartIndex
JSpinner spinStartIndex
-
tblPreview
JTable tblPreview
-
txtFile
JTextField txtFile
-
txtNamespace
JTextField txtNamespace
-
txtPartition
JTextField txtPartition
-
txtSourceName
JTextField txtSourceName
-
txtTableName
JTextField txtTableName
-
xmlColumns
List<String> xmlColumns
-
xmlComponentManager
XmlGuiImportComponentManager xmlComponentManager
-
xmlImporterHelper
CsvImporterHelper xmlImporterHelper
-
-
-
Class com.illumon.iris.schemaeditor.LoggerListenerColumnEditDialog extends JDialog implements Serializable
-
Serialized Fields
-
blobPanel
JPanel blobPanel
-
buttonCancel
JButton buttonCancel
-
buttonOK
JButton buttonOK
-
columnInfo
LoggerListenerGenerationInfo.ColumnInfo columnInfo
-
comboBoxIntraday
JComboBox<String> comboBoxIntraday
-
contentPane
JPanel contentPane
-
dataType
Class dataType
-
dataTypeTextField
JTextField dataTypeTextField
-
dbSetterCheckBox
JCheckBox dbSetterCheckBox
-
dbSetterTextField
JTextField dbSetterTextField
-
directSetterCheckBox
JCheckBox directSetterCheckBox
-
directSetterTextField
JTextField directSetterTextField
-
dynamicPartitionLabel
JLabel dynamicPartitionLabel
-
functionDynamicRadioButton
JRadioButton functionDynamicRadioButton
-
intradaySetterCheckBox
JCheckBox intradaySetterCheckBox
-
intradaySetterTextField
JTextField intradaySetterTextField
-
intradayTypeLabel
JLabel intradayTypeLabel
-
listenerLabel
JLabel listenerLabel
-
loggerLabel
JLabel loggerLabel
-
loggerListenerDetails
LoggerListenerDetails loggerListenerDetails
-
microsDynamicRadioButton
JRadioButton microsDynamicRadioButton
-
microsRadioButton
JRadioButton microsRadioButton
-
millisDynamicRadioButton
JRadioButton millisDynamicRadioButton
-
millisRadioButton
JRadioButton millisRadioButton
-
nameLabel
JLabel nameLabel
-
nanosDynamicRadioButton
JRadioButton nanosDynamicRadioButton
-
nanosRadioButton
JRadioButton nanosRadioButton
-
noneDynamicRadioButton
JRadioButton noneDynamicRadioButton
-
ok
boolean ok
-
secondsDynamicRadioButton
JRadioButton secondsDynamicRadioButton
-
secondsRadioButton
JRadioButton secondsRadioButton
-
tableLoggerSetterCheckBox
JCheckBox tableLoggerSetterCheckBox
-
tableLoggerSetterTextField
JTextField tableLoggerSetterTextField
-
textFieldInitBlobSize
JTextField textFieldInitBlobSize
-
textFieldMaxBlobSize
JTextField textFieldMaxBlobSize
-
timePanel
JPanel timePanel
-
timePrecisionLabel
JLabel timePrecisionLabel
-
unspecifiedRadioButton
JRadioButton unspecifiedRadioButton
-
-
-
Class com.illumon.iris.schemaeditor.LoggerListenerColumnSchema extends JTable implements Serializable
-
Serialized Fields
-
schemaEditor
SchemaEditor schemaEditor
-
-
-
Class com.illumon.iris.schemaeditor.LoggerListenerColumnSchemaModel extends AbstractTableModel implements Serializable
-
Serialized Fields
-
columnNames
String[] columnNames
-
data
List<LoggerListenerGenerationInfo.ColumnInfo> data
-
loggerListenerDetails
LoggerListenerDetails loggerListenerDetails
-
schemaEditor
SchemaEditor schemaEditor
-
-
-
Class com.illumon.iris.schemaeditor.SchemaConfigChooser extends JDialog implements Serializable
-
Class com.illumon.iris.schemaeditor.SchemaDeployQuery extends ContextAwareRemoteQuery<Boolean> implements Serializable
- serialVersionUID:
- 6872653770506573457L
-
Class com.illumon.iris.schemaeditor.SystemInputEdit extends JDialog implements Serializable
-
Class com.illumon.iris.schemaeditor.SystemInputSchema extends JTable implements Serializable
-
Class com.illumon.iris.schemaeditor.TableDragAndDropTransferHandler extends TransferHandler implements Serializable
-
Serialized Fields
-
dataFlavor
javax.activation.ActivationDataFlavor dataFlavor
-
table
JTable table
-
-
-
Class com.illumon.iris.schemaeditor.TableSchemaModel extends AbstractTableModel implements Serializable
-
Serialized Fields
-
comboDataType
JComboBox<String> comboDataType
-
data
List<com.illumon.iris.schemaeditor.SchemaRow> data
-
schemaEditor
SchemaEditor schemaEditor
-
-
-
Class com.illumon.iris.schemaeditor.UnsupportedElementsDialog extends JDialog implements Serializable
-
Serialized Fields
-
buttonCancel
JButton buttonCancel
-
buttonOK
JButton buttonOK
-
contentPane
JPanel contentPane
-
textArea
JTextArea textArea
-
updateElementsListener
UnsupportedElementsDialog.UpdateElementsListener updateElementsListener
-
-
-
Class com.illumon.iris.schemaeditor.UserPreferences extends JDialog implements Serializable
-
Serialized Fields
-
buttonPanel
JPanel buttonPanel
-
cancelButton
JButton cancelButton
-
comboBoxCasing
JComboBox<String> comboBoxCasing
-
contentPane
JPanel contentPane
-
noneRadioButton
JRadioButton noneRadioButton
-
ok
boolean ok
-
OKButton
JButton OKButton
-
schemaEditorPreferences
SchemaEditorPreferences schemaEditorPreferences
-
underscoreRadioButton
JRadioButton underscoreRadioButton
-
-
-
-
Package com.illumon.iris.security
-
Class com.illumon.iris.security.DeephavenPermission extends BasicPermission implements Serializable
-
Class com.illumon.iris.security.DeniedPermission extends MetaPermission implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.security.GuaranteedPermission extends MetaPermission implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.iris.security.MetaPermission extends BasicPermission implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
target
Permission target
-
-
-
Package com.illumon.iris.utils
-
Class com.illumon.iris.utils.ImportException extends RuntimeException implements Serializable
-
Class com.illumon.iris.utils.ImportSchemaDescriptor.ImportColumnDescriptor extends Object implements Serializable
-
Serialized Fields
-
-
Class com.illumon.iris.utils.JdbcTypeMapperException extends RuntimeException implements Serializable
-
Serialized Fields
-
deephavenType
Class deephavenType
-
sqlType
int sqlType
-
-
-
-
Package com.illumon.iris.validation
-
Class com.illumon.iris.validation.DataQualityTestCase.AssertionFailed extends RuntimeException implements Serializable
- serialVersionUID:
- -6246042983423590102L
-
Class com.illumon.iris.validation.TableValidationSuite extends Object implements Serializable
- serialVersionUID:
- 509064288266427604L
-
Serialized Fields
-
dynamicTests
List<DynamicTest> dynamicTests
-
explicitTests
Set<String> explicitTests
-
messages
List<String> messages
-
representation
String representation
-
tableLocation
FullTableLocationKey tableLocation
-
tableValidationMode
TableValidationMode tableValidationMode
-
validatorName
String validatorName
-
-
Class com.illumon.iris.validation.ValidationTableDescriptionFullDatabase extends Object implements Serializable
- serialVersionUID:
- -4678603443995211134L
-
Serialized Fields
-
aggregateTableLocationKey
FullTableLocationKey.AggregateTableLocationKey aggregateTableLocationKey
-
database
Database database
-
-
Class com.illumon.iris.validation.ValidationTableDescriptionSimpleTable extends Object implements Serializable
- serialVersionUID:
- 439433553797864509L
-
Serialized Fields
-
fullTableLocationKey
FullTableLocationKey fullTableLocationKey
-
schema
Schema schema
-
-
-
Package com.illumon.iris.validation.dynamic
-
Class com.illumon.iris.validation.dynamic.DynamicTest extends Object implements Serializable
- serialVersionUID:
- -6133153768557835119L
-
Class com.illumon.iris.validation.dynamic.DynamicTest.DynamicExecutionException extends RuntimeException implements Serializable
- serialVersionUID:
- 7141419410750518081L
-
Class com.illumon.iris.validation.dynamic.DynamicTest.InvalidParameterException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- -3708387277828747191L
-
Class com.illumon.iris.validation.dynamic.DynamicTest.MissingParameterNamesException extends RuntimeException implements Serializable
- serialVersionUID:
- -1901388688606529330L
-
Class com.illumon.iris.validation.dynamic.DynamicTest.MissingParameterValueException extends RuntimeException implements Serializable
- serialVersionUID:
- 7141419410750518081L
-
Class com.illumon.iris.validation.dynamic.DynamicTest.MultipleMethodsException extends IllegalStateException implements Serializable
- serialVersionUID:
- 4157219287332998457L
-
Class com.illumon.iris.validation.dynamic.DynamicTest.NoSuchMethodException extends RuntimeException implements Serializable
- serialVersionUID:
- -2703672940351664184L
-
-
Package com.illumon.modelfarm.fitterfarm
-
Class com.illumon.modelfarm.fitterfarm.CoreFitData extends Object implements Serializable
- serialVersionUID:
- -8650386630579149838L
-
Serialized Fields
-
carryCurveDates
DBDateTime[] carryCurveDates
-
carryCurveErrors
double[] carryCurveErrors
-
carryCurveRates
double[] carryCurveRates
-
divCashAmounts
double[] divCashAmounts
-
divExDates
DBDateTime[] divExDates
-
divProportionalAmounts
double[] divProportionalAmounts
-
fitGroup
String fitGroup
-
optionExerciseTypes
String[] optionExerciseTypes
-
optionExpirations
DBDateTime[] optionExpirations
-
optionIds
long[] optionIds
-
optionPayoffTypes
String[] optionPayoffTypes
-
optionRoots
String[] optionRoots
-
optionSettlementTypes
String[] optionSettlementTypes
-
optionStrikes
double[] optionStrikes
-
optionSyms
String[] optionSyms
-
timestamp
DBDateTime timestamp
-
underlyingId
long underlyingId
-
underlyingSym
String underlyingSym
-
underlyingType
String underlyingType
-
yieldCurveDates
DBDateTime[] yieldCurveDates
-
yieldCurveRates
double[] yieldCurveRates
-
-
-
Package com.illumon.modelfarm.fitterfarm.equity
-
Class com.illumon.modelfarm.fitterfarm.equity.EquityFitData extends CoreFitData implements Serializable
- serialVersionUID:
- 3382224433692433739L
-
Serialized Fields
-
underlyingAsk
double underlyingAsk
-
underlyingAskGap
double underlyingAskGap
-
underlyingAskSize
double underlyingAskSize
-
underlyingBid
double underlyingBid
-
underlyingBidGap
double underlyingBidGap
-
underlyingBidSize
double underlyingBidSize
-
underlyingLast
double underlyingLast
-
-
Class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataOptionPrices extends EquityFitData implements Serializable
- serialVersionUID:
- -3458295980501739753L
-
Serialized Fields
-
optionAskGaps
double[] optionAskGaps
-
optionAsks
double[] optionAsks
-
optionAskSizes
double[] optionAskSizes
-
optionBidGaps
double[] optionBidGaps
-
optionBids
double[] optionBids
-
optionBidSizes
double[] optionBidSizes
-
-
Class com.illumon.modelfarm.fitterfarm.equity.EquityFitDataVolSurface extends EquityFitDataOptionPrices implements Serializable
- serialVersionUID:
- -3458295980501739753L
-
Serialized Fields
-
volSurfaceExpirations
DBDateTime[] volSurfaceExpirations
-
volSurfaceForwardErrors
double[] volSurfaceForwardErrors
-
volSurfaceForwardPrices
double[] volSurfaceForwardPrices
-
volSurfaceImpliedVolErrors
double[][] volSurfaceImpliedVolErrors
-
volSurfaceImpliedVols
double[][] volSurfaceImpliedVols
-
volSurfaceStrikes
double[][] volSurfaceStrikes
-
volSurfaceUnderlyingPrices
double[] volSurfaceUnderlyingPrices
-
-
-
Package com.illumon.modelfarm.fitterfarm.futures
-
Class com.illumon.modelfarm.fitterfarm.futures.FuturesCoreFitData extends CoreFitData implements Serializable
- serialVersionUID:
- -7408961451533132499L
-
Serialized Fields
-
underlyingFutureIds
long[] underlyingFutureIds
-
-
Class com.illumon.modelfarm.fitterfarm.futures.FuturesFitData extends FuturesCoreFitData implements Serializable
- serialVersionUID:
- -5581895913069741340L
-
Serialized Fields
-
futureAskGaps
double[] futureAskGaps
-
futureAsks
double[] futureAsks
-
futureAskSizes
double[] futureAskSizes
-
futureBidGaps
double[] futureBidGaps
-
futureBids
double[] futureBids
-
futureBidSizes
double[] futureBidSizes
-
futureExpirations
DBDateTime[] futureExpirations
-
futureIds
long[] futureIds
-
futureLasts
double[] futureLasts
-
futureSyms
String[] futureSyms
-
-
Class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataOptionPrices extends FuturesFitData implements Serializable
- serialVersionUID:
- -3458295980501739753L
-
Serialized Fields
-
optionAskGaps
double[] optionAskGaps
-
optionAsks
double[] optionAsks
-
optionAskSizes
double[] optionAskSizes
-
optionBidGaps
double[] optionBidGaps
-
optionBids
double[] optionBids
-
optionBidSizes
double[] optionBidSizes
-
-
Class com.illumon.modelfarm.fitterfarm.futures.FuturesFitDataVolSurface extends FuturesFitDataOptionPrices implements Serializable
- serialVersionUID:
- -3458295980501739753L
-
Serialized Fields
-
volSurfaceExpirations
DBDateTime[] volSurfaceExpirations
-
volSurfaceForwardErrors
double[] volSurfaceForwardErrors
-
volSurfaceForwardPrices
double[] volSurfaceForwardPrices
-
volSurfaceImpliedVolErrors
double[][] volSurfaceImpliedVolErrors
-
volSurfaceImpliedVols
double[][] volSurfaceImpliedVols
-
volSurfaceStrikes
double[][] volSurfaceStrikes
-
-
-
Package com.illumon.numerics.movingaverages
-
Class com.illumon.numerics.movingaverages.AbstractMa extends Object implements Serializable
- serialVersionUID:
- -4154939937570732234L
-
Serialized Fields
-
lastSample
double lastSample
-
lastTimestamp
long lastTimestamp
-
mode
AbstractMa.Mode mode
-
timeScale
double timeScale
-
type
AbstractMa.Type type
-
-
Class com.illumon.numerics.movingaverages.ByEma extends Object implements Serializable
- serialVersionUID:
- -6541641502689292655L
-
Serialized Fields
-
emas
Map<ByEma.Key,AbstractMa> emas
-
nanBehavior
ByEma.BadDataBehavior nanBehavior
-
nullBehavior
ByEma.BadDataBehavior nullBehavior
-
-
Class com.illumon.numerics.movingaverages.ByEma.Key extends Object implements Serializable
- serialVersionUID:
- 8481816497504935854L
-
Serialized Fields
-
values
Object[] values
-
-
Class com.illumon.numerics.movingaverages.ByEmaSimple extends ByEma implements Serializable
- serialVersionUID:
- -2162403525928154570L
-
Serialized Fields
-
mode
AbstractMa.Mode mode
-
timescaleNanos
double timescaleNanos
-
type
AbstractMa.Type type
-
-
Class com.illumon.numerics.movingaverages.Ema extends AbstractMa implements Serializable
- serialVersionUID:
- 5997048575951664518L
-
Serialized Fields
-
emaState
double emaState
-
initialized
boolean initialized
-
-
Class com.illumon.numerics.movingaverages.EmaArray extends Object implements Serializable
- serialVersionUID:
- 2127279097359961192L
-
Serialized Fields
-
emas
Ema[] emas
-
lastSample
double lastSample
-
lastTimestamp
long lastTimestamp
-
-
Class com.illumon.numerics.movingaverages.ExponentiallyDecayedSum extends Object implements Serializable
- serialVersionUID:
- -4569122361884129319L
-
Serialized Fields
-
decayRate
double decayRate
-
enableTimestepOutOfOrderException
boolean enableTimestepOutOfOrderException
-
lastTimestamp
long lastTimestamp
-
value
double value
-
-
Class com.illumon.numerics.movingaverages.NeighborEmaArrayDifferencer extends Object implements Serializable
- serialVersionUID:
- 3840805223930878797L
-
Serialized Fields
-
emas
EmaArray emas
-
includeDifferenceWithCurrentValue
boolean includeDifferenceWithCurrentValue
-
lastSample
double lastSample
-
lastTimestamp
long lastTimestamp
-
-
Class com.illumon.numerics.movingaverages.TradingHoursEma extends Ema implements Serializable
-
Serialized Fields
-
gapToleranceMillis
long gapToleranceMillis
-
lastIsOpen
boolean lastIsOpen
-
tradingHours
TradingHours tradingHours
-
-
-
-
Package com.illumon.numerics.suanshu
-
Class com.illumon.numerics.suanshu.SuanShuIntegration.AbstractMatrix extends Object implements Serializable
- serialVersionUID:
- 1940714674230668397L
-
Class com.illumon.numerics.suanshu.SuanShuIntegration.AbstractVector extends Object implements Serializable
- serialVersionUID:
- -7713580887929399868L
-
-
Package com.illumon.numerics.util
-
Class com.illumon.numerics.util.Range extends Object implements Serializable
- serialVersionUID:
- 5886019742599081727L
-
Serialized Fields
-
max
double max
-
maxOpen
boolean maxOpen
-
min
double min
-
minOpen
boolean minOpen
-
-
-
Package com.illumon.util
-
Class com.illumon.util.AuthUtil.AuthenticationFailure extends RuntimeException implements Serializable
-
Class com.illumon.util.AuthUtil.AuthenticationRejected extends AuthUtil.AuthenticationFailure implements Serializable
-
Class com.illumon.util.ExceptionDetails extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.illumon.util.ExceptionDetails.Shallower extends ExceptionDetails implements Serializable
- serialVersionUID:
- -4674061792632129752L
-
Serialized Fields
-
shallowerFullStackTrace
String shallowerFullStackTrace
-
-
Class com.illumon.util.IllegalArgumentOutOfBoundsException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 7148343977937274571L
-
Class com.illumon.util.MultiException extends Exception implements Serializable
-
Serialized Fields
-
causes
Throwable[] causes
-
-
-
Class com.illumon.util.ValidatedArgumentException extends UncheckedDeephavenException implements Serializable
-
-
Package com.illumon.util.calendar
-
Class com.illumon.util.calendar.BusinessPeriod extends Object implements Serializable
- serialVersionUID:
- 8196837269495115196L
-
Serialized Fields
-
endTime
DBDateTime endTime
-
startTime
DBDateTime startTime
-
-
Class com.illumon.util.calendar.BusinessSchedule extends Object implements Serializable
- serialVersionUID:
- 1118129010491637735L
-
Serialized Fields
-
endOfDay
DBDateTime endOfDay
-
lengthOfDay
long lengthOfDay
-
openPeriods
BusinessPeriod[] openPeriods
-
startOfDay
DBDateTime startOfDay
-
-
Class com.illumon.util.calendar.Calendars.StaleHolidayCalendarException extends IllegalStateException implements Serializable
- serialVersionUID:
- -299213678838898195L
-
Class com.illumon.util.calendar.DefaultBusinessCalendar extends AbstractBusinessCalendar implements Serializable
- serialVersionUID:
- -5887343387358189382L
-
Serialized Fields
-
cachedYearLengths
Map<Integer,Long> cachedYearLengths
-
calendarName
String calendarName
-
dates
Map<LocalDate,BusinessSchedule> dates
-
defaultBusinessPeriodStrings
List<String> defaultBusinessPeriodStrings
-
holidays
Map<LocalDate,BusinessSchedule> holidays
-
lastHoliday
LocalDate lastHoliday
-
lengthOfDefaultDayNanos
long lengthOfDefaultDayNanos
-
maybeWarnOnStaleHoliday
boolean maybeWarnOnStaleHoliday
-
timeZone
DBTimeZone timeZone
-
weekendDays
Set<DayOfWeek> weekendDays
-
-
-
Package com.illumon.util.codec
-
Class com.illumon.util.codec.CodecCacheException extends RuntimeException implements Serializable
-
-
Package com.illumon.util.datastructures
-
Class com.illumon.util.datastructures.ReleaseTracker.AlreadyAcquiredException extends RuntimeException implements Serializable
-
Class com.illumon.util.datastructures.ReleaseTracker.AlreadyReleasedException extends RuntimeException implements Serializable
-
Class com.illumon.util.datastructures.ReleaseTracker.LeakedException extends RuntimeException implements Serializable
-
Class com.illumon.util.datastructures.ReleaseTracker.MissedReleaseException extends RuntimeException implements Serializable
-
Class com.illumon.util.datastructures.ReleaseTracker.UnmatchedAcquireException extends RuntimeException implements Serializable
-
-
Package com.illumon.util.files
-
Class com.illumon.util.files.FileHelper.FileDeletionException extends RuntimeException implements Serializable
-
-
Package com.illumon.util.jettyhelper
-
Class com.illumon.util.jettyhelper.LambdaServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
authenticationRequired
boolean authenticationRequired
-
irisGroupProvider
IrisGroupProvider irisGroupProvider
-
jettyServerHelper
JettyServerHelper jettyServerHelper
-
lambda
Supplier<String> lambda
-
lambdaName
String lambdaName
-
log
com.fishlib.io.logger.Logger log
-
mainClassName
String mainClassName
-
-
-
-
Package com.illumon.util.locks
-
Class com.illumon.util.locks.FunctionalReentrantLock extends ReentrantLock implements Serializable
-
-
Package com.illumon.util.referencecounting
-
Class com.illumon.util.referencecounting.ProceduralReferenceCounted extends ReferenceCounted implements Serializable
-
Serialized Fields
-
onReferenceCountAtZeroProcedure
Runnable onReferenceCountAtZeroProcedure
Callback procedure to be invoked byProceduralReferenceCounted.onReferenceCountAtZero()
.
-
-
-
Class com.illumon.util.referencecounting.ReferenceCounted extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
-
-
-
Package com.walleyetrading.walleyedb.tables.utils.compatibility
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.AbstractDataColumn extends Object implements Serializable
- serialVersionUID:
- 8496136837568864084L
-
Serialized Fields
-
partitionKeysToRange
Map<?,int[]> partitionKeysToRange
-
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.BlobDiskMappedColumnImpl extends VarLenDiskMappedColumn implements Serializable
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.BooleanDiskMappedColumn extends DiskMappedDataColumn implements Serializable
- serialVersionUID:
- -8382698847341480492L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.ByteDiskMappedColumn extends DiskMappedDataColumn implements Serializable
- serialVersionUID:
- 3198417585297700031L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.CharDiskMappedColumn extends DiskMappedDataColumn implements Serializable
- serialVersionUID:
- -6134773128448884448L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.DateTimeDiskMappedColumn extends DiskMappedDataColumn implements Serializable
- serialVersionUID:
- -183912109890140017L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.DiskMappedDataColumn extends AbstractDataColumn implements Serializable
- serialVersionUID:
- 2232146499483520899L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.DoubleDiskMappedColumn extends DiskMappedDataColumn implements Serializable
- serialVersionUID:
- 4232621637140315721L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.ExternalizableDiskMappedColumn extends VarLenDiskMappedColumn implements Serializable
- serialVersionUID:
- -4596234904569160753L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.FloatDiskMappedColumn extends DiskMappedDataColumn implements Serializable
- serialVersionUID:
- 6473665931216026681L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.IntDiskMappedColumn extends DiskMappedDataColumn implements Serializable
- serialVersionUID:
- -498992266807439151L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.LongDiskMappedColumn extends DiskMappedDataColumn implements Serializable
- serialVersionUID:
- -755268033446812430L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.SerializableDiskMappedColumn extends VarLenDiskMappedColumn implements Serializable
- serialVersionUID:
- 1L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.ShortDiskMappedColumn extends DiskMappedDataColumn implements Serializable
- serialVersionUID:
- 4830778511679546735L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.StringDiskMappedColumn extends VarLenDiskMappedColumn implements Serializable
- serialVersionUID:
- -1900914315387634740L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.SymbolDiskMappedColumn extends DiskMappedDataColumn implements Serializable
- serialVersionUID:
- -183912109890140017L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.SymbolSetDiskMappedColumn extends DiskMappedDataColumn implements Serializable
- serialVersionUID:
- -283912109890140017L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.VarLenDiskMappedColumn extends DiskMappedDataColumn implements Serializable
- serialVersionUID:
- 6473665931216026682L
-
-
Package io.deephaven
-
Class io.deephaven.DeephavenException extends Exception implements Serializable
-
Class io.deephaven.MisconfigurationException extends UncheckedDeephavenException implements Serializable
-
Class io.deephaven.UncheckedDeephavenException extends RuntimeException implements Serializable
-
-
Package io.deephaven.jdbc
-
Class io.deephaven.jdbc.DeephavenQueryException extends RuntimeException implements Serializable
-
-
Package io.deephaven.jdbc.util
-
Class io.deephaven.jdbc.util.CreateUserTableQuery extends ContextAwareRemoteQuery<List<Result>> implements Serializable
-
Class io.deephaven.jdbc.util.QueryResult extends Result implements Serializable
-
Serialized Fields
-
queryResult
Inflatable<Table> queryResult
-
-
-
Class io.deephaven.jdbc.util.Result extends Object implements Serializable
-
Class io.deephaven.jdbc.util.SnapshotQuery extends ContextAwareRemoteQuery<List<Result>> implements Serializable
-
Class io.deephaven.jdbc.util.TableRowRangeSnapshotFunction extends Object implements Serializable
-
Serialized Fields
-
endPos
long endPos
-
startPos
long startPos
-
-
-
Class io.deephaven.jdbc.util.UpdateResult extends Result implements Serializable
-
Serialized Fields
-
count
int count
-
-
-
-
Package io.deephaven.kafka.ingest
-
Class io.deephaven.kafka.ingest.KafkaIngesterException extends UncheckedDeephavenException implements Serializable
-
Class io.deephaven.kafka.ingest.ResumeImportFrom.NoPriorPartitionsFoundException extends RuntimeException implements Serializable
-
-
Package io.deephaven.kv
-
Class io.deephaven.kv.InvalidKeyPathException extends IllegalArgumentException implements Serializable
-
-
Package io.deephaven.shadow.javaparser.com.github.javaparser
-
Class io.deephaven.shadow.javaparser.com.github.javaparser.ParseException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class io.deephaven.shadow.javaparser.com.github.javaparser.Token extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
-
beginLine
int beginLine
-
endColumn
int endColumn
-
endLine
int endLine
-
image
String image
-
kind
int kind
-
next
io.deephaven.shadow.javaparser.com.github.javaparser.Token next
-
specialToken
io.deephaven.shadow.javaparser.com.github.javaparser.Token specialToken
-
-
Class io.deephaven.shadow.javaparser.com.github.javaparser.TokenMgrError extends Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
-
-
-
Package io.deephaven.util
-
Class io.deephaven.util.UniversalSet extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package io.deephaven.webdata
-
Class io.deephaven.webdata.UpdateWorkspaceDataTableQuery extends ContextAwareRemoteQuery<Boolean> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
maxDataSize
int maxDataSize
A binlog row cannot exceedBinaryStoreV2Constants.MAX_ENTRY_SIZE
. We will be logging WorkspaceData, which includes a data payload and some overhead. Make a guess about a safe upper limit for the data field in WorkspaceData, which will be logged along with some other fields of variable length. -
rowList
List<UpdateWorkspaceDataTableQuery.Row> rowList
-
-
Class io.deephaven.webdata.UpdateWorkspaceDataTableQuery.Row extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.deephaven.webdata.WebClientDataSetupQuery extends ContextAwareRemoteQuery<PersistentQueryState> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
wrappedConfig
PersistentQueryConfigurationWrapper wrappedConfig
-
-
-
Package org.apache.commons.csv
-
Class org.apache.commons.csv.CSVFormat extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
allowMissingColumnNames
boolean allowMissingColumnNames
-
commentMarker
Character commentMarker
-
delimiter
char delimiter
-
escapeCharacter
Character escapeCharacter
-
header
String[] header
-
headerComments
String[] headerComments
-
ignoreEmptyLines
boolean ignoreEmptyLines
-
ignoreHeaderCase
boolean ignoreHeaderCase
-
ignoreSurroundingSpaces
boolean ignoreSurroundingSpaces
-
nullString
String nullString
-
quoteCharacter
Character quoteCharacter
-
quoteMode
org.apache.commons.csv.QuoteMode quoteMode
-
recordSeparator
String recordSeparator
-
skipHeaderRecord
boolean skipHeaderRecord
-
trailingDelimiter
boolean trailingDelimiter
-
trim
boolean trim
-
-
Class org.apache.commons.csv.CSVRecord extends Object implements Serializable
- serialVersionUID:
- 1L
-