Serialized Form
-
Package com.illumon.iris.binarystore
-
Exception com.illumon.iris.binarystore.AbstractBinaryStoreReader.MissingGetterException
class MissingGetterException extends IllegalArgumentException implements Serializable -
Exception com.illumon.iris.binarystore.BinaryStoreBufferProcessor.ReadDataException
class ReadDataException extends IOException implements Serializable-
Serialized Fields
-
minimumBytesRequired
int minimumBytesRequired
-
-
-
Exception com.illumon.iris.binarystore.EofException
class EofException extends Exception implements Serializable -
Exception com.illumon.iris.binarystore.TableReader.MissingPropertyGetterException
class MissingPropertyGetterException extends IllegalArgumentException implements Serializable
-
-
Package com.illumon.iris.console
-
Class com.illumon.iris.console.DbConsoleProgress
class 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
class MergedUndoManager extends UndoManager implements Serializable-
Serialized Fields
-
currentEdit
CompoundEdit currentEdit
-
forceMerge
boolean forceMerge
-
lastEditName
String lastEditName
-
-
-
Class com.illumon.iris.console.TablePopup
class 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
class BaseDBTableModel extends IrisTableModel implements Serializable-
Serialized Fields
-
irisTablePanel
IrisTablePanel irisTablePanel
-
name
String name
-
-
-
Class com.illumon.iris.console.db.DBArrayRenderer
class DBArrayRenderer extends DBColumnRenderer implements Serializable -
Class com.illumon.iris.console.db.DBColumnRenderer
class 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
class 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
class 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
class GetFirstAndLastSelectionIndices extends Object implements Serializable-
Serialized Fields
-
selectionTable
Table selectionTable
-
-
-
Class com.illumon.iris.console.db.DBTableModel
class 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
class GenerateComparableStatsFunction extends ContextAwareRemoteQuery<Object> implements Serializable-
Serialized Fields
-
columnName
String columnName
-
-
-
Class com.illumon.iris.console.db.GenerateDBDateTimeStatsFunction
class GenerateDBDateTimeStatsFunction extends ContextAwareRemoteQuery<Object> implements Serializable- serialVersionUID:
- 1604951549404L
-
Serialized Fields
-
columnName
String columnName
-
-
Class com.illumon.iris.console.db.GenerateNumericalStatsFunction
class GenerateNumericalStatsFunction extends ContextAwareRemoteQuery<Object> implements Serializable- serialVersionUID:
- 1522117602142342446L
-
Serialized Fields
-
columnName
String columnName
-
-
Class com.illumon.iris.console.db.IrisTablePanel
class 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
class LongAsDbDateTimeRenderer extends DBDateTimeRenderer implements Serializable -
Class com.illumon.iris.console.db.PandasDataFrameView
class 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
class 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
class AboutDialog extends JDialog implements Serializable-
Serialized Fields
-
contentPane
JPanel contentPane
-
copyrightLabel
JLabel copyrightLabel
-
deephavenDataLabsSoftwareTextArea
JTextArea deephavenDataLabsSoftwareTextArea
-
irisVersion
JLabel irisVersion
-
javaVersion
JLabel javaVersion
-
launcherVersion
JLabel launcherVersion
-
leftImageContainer
JLabel leftImageContainer
-
vcsVersion
JLabel vcsVersion
-
-
-
Class com.illumon.iris.console.events.BulkQueryPartitionDialog
class 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
-
-
-
Exception com.illumon.iris.console.events.BulkQueryPartitioningPanel.PartitionValueException
class PartitionValueException extends Exception implements Serializable -
Class com.illumon.iris.console.events.ChangePasswordDialog
class 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
class DbClearFiltersPanel extends JPanel implements Serializable -
Class com.illumon.iris.console.events.DbFilterByMenu
class DbFilterByMenu extends JMenu implements Serializable -
Class com.illumon.iris.console.events.DbFilterViewManagerPanel
class DbFilterViewManagerPanel extends JPanel implements Serializable -
Class com.illumon.iris.console.events.DbOneClickPanel
class 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
class 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
class EmbeddedDefinitionGetQuery extends ContextAwareRemoteQuery<Map<String,TableDefinition>> implements Serializable - serialVersionUID:
- 1L
-
Class com.illumon.iris.console.events.EmbeddedFetchQuery
- 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
class ErrorColumn extends AbstractDataColumn implements Serializable -
Class com.illumon.iris.console.events.GotoLineDialog
class 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
class 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
-
-
-
Exception com.illumon.iris.console.events.HTTPToZendeskUtils.ZipFileTooLargeException
class ZipFileTooLargeException extends RuntimeException implements Serializable- serialVersionUID:
- 2243267662728342407L
-
Class com.illumon.iris.console.events.IrisRevertPanel
class 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
class 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
class LogLevelColumnRenderer extends ColumnRenderer implements Serializable -
Class com.illumon.iris.console.events.LogMessageColumnRenderer
class LogMessageColumnRenderer extends TextAreaColumnRenderer implements Serializable -
Class com.illumon.iris.console.events.LogTimestampColumnRenderer
class LogTimestampColumnRenderer extends DBDateTimeRenderer implements Serializable -
Class com.illumon.iris.console.events.MultiConfigActionConfirm
class MultiConfigActionConfirm extends JDialog implements Serializable -
Class com.illumon.iris.console.events.PandasTableFetchQuery
-
Serialized Fields
-
name
String name
-
sessionId
int sessionId
-
-
-
Class com.illumon.iris.console.events.PersistentQueryConfigEditor
class 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
-
engineCombo
JComboBox engineCombo
-
fieldClassPathAdditions
JTextField fieldClassPathAdditions
-
fieldContainerImage
JTextField fieldContainerImage
-
fieldCpuShares
JTextField fieldCpuShares
-
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
-
fieldPodTemplate
JTextField fieldPodTemplate
-
initialScheduler
IrisScheduler initialScheduler
-
isEditable
boolean isEditable
-
kubernetesFields
List<JComponent> kubernetesFields
-
kubernetesVisible
boolean kubernetesVisible
Should we display the Kubernetes fields (based on current non-default values or plus the server's support) for them. -
labelCommonParameters
JLabel labelCommonParameters
-
labelContainerImage
JLabel labelContainerImage
-
labelCpuShares
JLabel labelCpuShares
-
labelEndColon1
JLabel labelEndColon1
-
labelEndColon2
JLabel labelEndColon2
-
labelEndTime
JLabel labelEndTime
-
labelErrorRestart
JLabel labelErrorRestart
-
labelHours
JLabel labelHours
-
labelMinutes
JLabel labelMinutes
-
labelPodTemplate
JLabel labelPodTemplate
-
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
-
workerKinds
Map<String,
WorkerKind> workerKinds
-
-
-
Class com.illumon.iris.console.events.PersistentQueryPanelColumn
class 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
class PersistentQueryStatusColumnRenderer extends ColumnRenderer implements Serializable -
Class com.illumon.iris.console.events.ProgressRenderer
class ProgressRenderer extends JProgressBar implements Serializable-
Serialized Fields
-
emptyRenderer
ColumnRenderer emptyRenderer
-
-
-
Class com.illumon.iris.console.events.ReloadWorkspaceDialog
class 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
class 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
class 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
class VariableChanges extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
created
Map<String,
ExportedObjectInfo> created -
removed
Map<String,
ExportedObjectInfo> removed -
updated
Map<String,
ExportedObjectInfo> updated
-
-
Class com.illumon.iris.console.events.SchemaManagerParamsDialog
class 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
class 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
- serialVersionUID:
- 1L
-
Serialized Fields
-
sessionId
int sessionId
-
-
Class com.illumon.iris.console.events.SetupRemoteSessionSource.SetupControllerScriptPathLoader
class SetupControllerScriptPathLoader extends ContextAwareRemoteQuery<Boolean> implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
scriptLoaderStateJson
String scriptLoaderStateJson
-
sessionId
int sessionId
-
-
Class com.illumon.iris.console.events.SetupRemoteSessionSource.SetupRemoteScriptLoader
- serialVersionUID:
- 3L
-
Serialized Fields
-
sessionId
int sessionId
-
-
Class com.illumon.iris.console.events.SupportTicketDialog
class 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
class TableImportQuery extends RemoteScriptCommandQuery implements Serializable- serialVersionUID:
- 2017100201L
-
Class com.illumon.iris.console.events.TextFeaturePanel
class 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
class 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
class ThreadDumpQueryString extends Object implements Serializable -
Class com.illumon.iris.console.events.ViewportTransferHandler
class 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
class 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
-
selectAllLists
JCheckBox selectAllLists
-
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
class 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
-
-
-
Exception com.illumon.iris.console.events.plot.PlottingHelper.PlottingHelperException
class PlottingHelperException extends RuntimeException implements Serializable
-
-
Package com.illumon.iris.console.events.plot.dialog
-
Class com.illumon.iris.console.events.plot.dialog.CategoryValueSeriesDialog
-
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
class 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
class SeriesDialog extends JDialog implements Serializable-
Serialized Fields
-
okayClicked
boolean okayClicked
-
-
-
Class com.illumon.iris.console.events.plot.dialog.ValueBinSeriesDialog
-
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
-
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
class CategoryValueSeries extends ValueSeries implements Serializable-
Serialized Fields
-
category
String category
-
-
-
Class com.illumon.iris.console.events.plot.series.PlotSeries
class PlotSeries extends Object implements Serializable -
Class com.illumon.iris.console.events.plot.series.ValueBinSeries
class ValueBinSeries extends ValueSeries implements Serializable-
Serialized Fields
-
bins
int bins
-
-
-
Class com.illumon.iris.console.events.plot.series.ValueSeries
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class BackgroundTaskColumn extends GuiColumn implements Serializable -
Class com.illumon.iris.console.utils.ExceptionHandlingSettingsDialog
class 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
class 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
-
Class com.illumon.iris.console.utils.GetPermissionDataQuery
class GetPermissionDataQuery extends ContextAwareRemoteQuery<PermissionAndGroupData> implements Serializable -
Class com.illumon.iris.console.utils.IrisConsoleSettingsDialog
class 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
class IrisSplashLogin extends Splash implements Serializable-
Serialized Fields
-
authenticationLatch
CountDownLatch authenticationLatch
-
loginPanel
LoginPanel loginPanel
-
-
-
Class com.illumon.iris.console.utils.LiveOneClickTimer
class LiveOneClickTimer extends Object implements Serializable -
Class com.illumon.iris.console.utils.LivePivotWidget
class 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
class 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
class LiveTableMapSelector extends Object implements Serializable- serialVersionUID:
- 3975110892266532814L
-
Class com.illumon.iris.console.utils.LoginMethodPanel
class 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
class 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
class 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
class 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
class TaskManagerTableModel extends IrisTableModel implements Serializable-
Serialized Fields
-
taskList
CopyOnWriteArrayList<TaskManager.Task> taskList
-
-
-
Class com.illumon.iris.console.utils.WAuthenticationUserPassLoginMethodPanel
class 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
class 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
class 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
class ButtonGuiColumn extends GuiColumn implements Serializable-
Serialized Fields
-
tableButton
TableButton tableButton
-
-
-
Class com.illumon.iris.console.utils.input.InputCellEditors.BooleanCellEditor
class BooleanCellEditor extends InputCellEditors.GenericCellEditor implements Serializable -
Class com.illumon.iris.console.utils.input.InputCellEditors.CharCellEditor
class CharCellEditor extends InputCellEditors.GenericCellEditor implements Serializable -
Class com.illumon.iris.console.utils.input.InputCellEditors.DBDateTimeEditor
class 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
class EnumCellEditor extends InputCellEditors.GenericCellEditor implements Serializable -
Class com.illumon.iris.console.utils.input.InputCellEditors.GenericCellEditor
class 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
class NumberCellEditor extends InputCellEditors.GenericCellEditor implements Serializable -
Class com.illumon.iris.console.utils.input.InputOverlayRenderer
class 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
class 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
class 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
class InputRowsDialog extends JDialog implements Serializable-
Serialized Fields
-
-
Class com.illumon.iris.console.utils.input.InputRowsTable
class InputRowsTable extends GuiTable implements Serializable-
Serialized Fields
-
inputTable
MutableInputTable inputTable
-
model
InputRowsTableModel model
-
-
-
Class com.illumon.iris.console.utils.input.InputRowsTableModel
class InputRowsTableModel extends BaseDBTableModel implements Serializable -
Class com.illumon.iris.console.utils.input.InputTableEditorPanel
class 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.WDbDateFormat
class WDbDateFormat extends com.fishlib.base.formatters.WCleanDateFormat implements Serializable
-
-
Package com.illumon.iris.console.utils.oneclick
-
Class com.illumon.iris.console.utils.oneclick.LiveOneClickTable
class LiveOneClickTable extends Object implements Serializable-
Serialized Fields
-
oneClickColumn
String oneClickColumn
-
-
-
Class com.illumon.iris.console.utils.oneclick.OneClickListEditorDialog
class 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
class 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
class OneClickListRenderer extends DefaultListCellRenderer implements Serializable -
Class com.illumon.iris.console.utils.oneclick.OneClickTablePanel
class 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
class 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
class 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
class PivotFormatOption extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.illumon.iris.console.utils.pivot.PivotOptions
class 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
class 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
-
updatePivotJob
AsyncLatestJob<com.fishlib.base.Pair<Long,
Boolean>> updatePivotJob -
userColumnOrderLookup
Map<Comparable<?>,
Integer> userColumnOrderLookup -
userOrderLookup
Map<Comparable<?>,
Integer> userOrderLookup
-
-
-
-
Package com.illumon.iris.controller
-
Exception com.illumon.iris.controller.ConfigurationVerificationException
class ConfigurationVerificationException extends Exception implements Serializable- serialVersionUID:
- 1903672412036266773L
-
Class com.illumon.iris.controller.ConsoleAttachmentQuery
class ConsoleAttachmentQuery extends ContextAwareRemoteQuery<QueryAttachmentResults> implements Serializable-
Serialized Fields
-
sessionType
SessionType sessionType
-
-
-
Class com.illumon.iris.controller.ConsoleDetachQuery
-
Serialized Fields
-
scriptSessionId
int scriptSessionId
-
-
-
Class com.illumon.iris.controller.ControllerTemporaryQueueDetails
class ControllerTemporaryQueueDetails extends Object implements Serializable-
Serialized Fields
-
maxConcurrentQueries
int maxConcurrentQueries
The maximum number of concurrent queries the queue is allowed to run -
maxHeapMB
int maxHeapMB
The maximum heap in MB that the queue is allowed to run
-
-
-
Class com.illumon.iris.controller.InteractiveConsoleSetupQuery
class InteractiveConsoleSetupQuery extends ContextAwareRemoteQuery<PersistentQueryState> implements Serializable- serialVersionUID:
- 2022071401L
-
Serialized Fields
-
scriptBody
String scriptBody
-
scriptLoaderState
ScriptPathLoaderState scriptLoaderState
-
session
InteractiveConsoleQuerySession session
-
wrappedConfig
PersistentQueryConfigurationWrapper wrappedConfig
-
-
Class com.illumon.iris.controller.InWorkerServiceSetupQuery
class InWorkerServiceSetupQuery extends ScriptSetupQuery implements Serializable- serialVersionUID:
- 3759902079417499497L
-
Class com.illumon.iris.controller.InWorkerServiceTypeDetails
class 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
-
-
Exception com.illumon.iris.controller.PersistentQuery.UnknownSessionException
class UnknownSessionException extends RuntimeException implements Serializable -
Class com.illumon.iris.controller.PersistentQueryConfiguration
class PersistentQueryConfiguration extends com.illumon.dataobjects.generated.DefaultPersistentQueryConfiguration implements Externalizable- serialVersionUID:
- -4489482696414313529L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Exception com.illumon.iris.controller.PersistentQueryConfiguration.ValidationException
class ValidationException extends io.deephaven.enterprise.controller.exception.QueryConfigurationException implements Serializable -
Exception com.illumon.iris.controller.PersistentQueryConfiguration.ValidationFailure
class ValidationFailure extends PersistentQueryConfiguration.ValidationException implements Serializable -
Exception com.illumon.iris.controller.PersistentQueryConfiguration.ValidationWarning
class ValidationWarning extends PersistentQueryConfiguration.ValidationException implements Serializable -
Class com.illumon.iris.controller.PersistentQueryConfigurationWrapper
class PersistentQueryConfigurationWrapper extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.controller.PersistentQueryControllerConfiguration
class 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,
ControllerTemporaryQueueDetails> temporaryQueueDetails
-
-
Class com.illumon.iris.controller.PersistentQueryDbServerConfig
class PersistentQueryDbServerConfig extends Object implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
classPushListResourceName
String classPushListResourceName
-
consoleGroups
Set<String> consoleGroups
-
host
String host
-
maxHeapSizeGB
double maxHeapSizeGB
-
name
String name
-
port
int port
-
serverClass
String serverClass
-
serverInfo
String serverInfo
Information about the server's worker kinds and control. -
serverType
PersistentQueryDbServerConfig.ServerType serverType
-
-
Class com.illumon.iris.controller.PersistentQueryInfo
class 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
class PersistentQueryState extends Object implements Serializable- serialVersionUID:
- 4L
-
Serialized Fields
-
configurationSerial
long configurationSerial
-
configurationVersion
long configurationVersion
-
connectionDetails
QueryProcessorConnectionDetails connectionDetails
-
dispatcherHost
String dispatcherHost
-
dispatcherPort
int dispatcherPort
-
engineVersion
String engineVersion
-
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,
ExportedObjectInfo> scopeNamesAndTypes -
scriptLoaderStateJson
String scriptLoaderStateJson
-
shouldStopTime
Date shouldStopTime
-
status
PersistentQueryState.Status status
-
tableGroups
Map<String,
String[]> tableGroups -
typeSpecificStateJson
String typeSpecificStateJson
-
-
Class com.illumon.iris.controller.PersistentQueryState.StatusUpdate
class StatusUpdate extends Object implements Serializable-
Serialized Fields
-
hasScopeNamesAndTypesUpdate
boolean hasScopeNamesAndTypesUpdate
-
hasStatusUpdate
boolean hasStatusUpdate
-
hasTableGroups
boolean hasTableGroups
-
scopeNamesAndTypes
Map<String,
ExportedObjectInfo> scopeNamesAndTypes -
serial
long serial
-
status
PersistentQueryState.Status status
-
tableGroups
Map<String,
String[]> tableGroups
-
-
-
Class com.illumon.iris.controller.PythonVersion
class PythonVersion extends SessionType implements Serializable-
Serialized Fields
-
jvmArguments
String jvmArguments
-
-
-
Class com.illumon.iris.controller.ReplaySetupQuery
class ReplaySetupQuery extends ScriptSetupQuery implements Serializable -
Class com.illumon.iris.controller.RevertHelperSetupQuery
class RevertHelperSetupQuery extends ContextAwareRemoteQuery<PersistentQueryState> implements Serializable- serialVersionUID:
- 1846525990092077419L
-
Serialized Fields
-
wrappedConfig
PersistentQueryConfigurationWrapper wrappedConfig
-
-
Class com.illumon.iris.controller.RoutingConfigurationInfo
class 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
class RunAndDoneSetupQuery extends ScriptSetupQuery implements Serializable-
Serialized Fields
-
liveTables
boolean liveTables
-
-
-
Class com.illumon.iris.controller.ScriptSetupQuery
class 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
class SessionType extends Object implements Serializable-
Serialized Fields
-
parentType
String parentType
-
sessionClass
Class<? extends ScriptSession> sessionClass
-
sessionName
String sessionName
-
-
-
Class com.illumon.iris.controller.WorkerClientHeartbeatQuery
-
Serialized Fields
-
sessionId
int sessionId
-
-
-
-
Package com.illumon.iris.controller.pqstorage
-
Exception com.illumon.iris.controller.pqstorage.PqStorageFactory.PqStorageFactoryException
class PqStorageFactoryException extends RuntimeException implements Serializable
-
-
Package com.illumon.iris.controller.telemetry
-
Class com.illumon.iris.controller.telemetry.TelemetryHelperSetupQuery
class 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
class 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. -
controllerEventHandler
ControllerHashtableChangeListener.SimpleAdapter controllerEventHandler
-
controllerStatusListener
ServiceStatusListener controllerStatusListener
-
currentTimeMillis
LongSupplier currentTimeMillis
-
dataReceived
AtomicBoolean dataReceived
-
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
-
logId
String logId
-
mergedListener
MergedListener mergedListener
-
owner
String owner
-
pendingPqInfo
PersistentQueryInfo pendingPqInfo
-
printDependencyInformation
boolean printDependencyInformation
-
queryName
String queryName
-
reconnectCheckTimeoutMillis
long reconnectCheckTimeoutMillis
-
reconnectGeneration
long reconnectGeneration
-
retryAttemptsInWindow
int retryAttemptsInWindow
-
retryWindowMillis
long retryWindowMillis
-
tableName
String tableName
-
-
-
Class com.illumon.iris.controller.utils.DeltaOffsetWithSpeedClock
class DeltaOffsetWithSpeedClock extends Object implements Serializable- serialVersionUID:
- 8885994706935687332L
-
Serialized Fields
-
deltaNanos
long deltaNanos
-
speedFactor
double speedFactor
-
startNanos
long startNanos
-
-
Class com.illumon.iris.controller.utils.PersistentQueryConfigTableUtils.ProgressInfo
class ProgressInfo extends com.fishlib.base.Pair<Integer,String> implements Serializable
-
-
Package com.illumon.iris.db
-
Exception com.illumon.iris.db.NotSortableException
class NotSortableException extends RuntimeException implements Serializable
-
-
Package com.illumon.iris.db.exceptions
-
Exception com.illumon.iris.db.exceptions.ArgumentException
class ArgumentException extends UncheckedDeephavenException implements Serializable -
Exception com.illumon.iris.db.exceptions.DuplicateJoinKeyException
class DuplicateJoinKeyException extends UncheckedTableException implements Serializable -
Exception com.illumon.iris.db.exceptions.ExpressionException
class ExpressionException extends UncheckedTableException implements Serializable-
Serialized Fields
-
problemExpression
String problemExpression
-
-
-
Exception com.illumon.iris.db.exceptions.IncompatibleTableDefinitionException
class IncompatibleTableDefinitionException extends UncheckedDeephavenException implements Serializable- serialVersionUID:
- 7668080323885707687L
-
Exception com.illumon.iris.db.exceptions.InvalidAclException
class InvalidAclException extends UncheckedPermissionException implements Serializable -
Exception com.illumon.iris.db.exceptions.MissingJoinKeyException
class MissingJoinKeyException extends UncheckedTableException implements Serializable -
Exception com.illumon.iris.db.exceptions.OperationException
class OperationException extends UncheckedDeephavenException implements Serializable -
Exception com.illumon.iris.db.exceptions.QueryCancellationException
class QueryCancellationException extends UncheckedDeephavenException implements Serializable -
Exception com.illumon.iris.db.exceptions.ScriptEvaluationException
class ScriptEvaluationException extends UncheckedDeephavenException implements Serializable -
Exception com.illumon.iris.db.exceptions.SizeException
class SizeException extends UncheckedDeephavenException implements Serializable -
Exception com.illumon.iris.db.exceptions.StateException
class StateException extends UncheckedDeephavenException implements Serializable -
Exception com.illumon.iris.db.exceptions.TableAccessException
class TableAccessException extends UncheckedPermissionException implements Serializable -
Exception com.illumon.iris.db.exceptions.TableIOException
class TableIOException extends UncheckedTableException implements Serializable -
Exception com.illumon.iris.db.exceptions.TableMapException
class TableMapException extends UncheckedDeephavenException implements Serializable -
Exception com.illumon.iris.db.exceptions.UncheckedPermissionException
class UncheckedPermissionException extends UncheckedDeephavenException implements Serializable -
Exception com.illumon.iris.db.exceptions.UncheckedTableException
class UncheckedTableException extends UncheckedDeephavenException implements Serializable
-
-
Package com.illumon.iris.db.perf
-
Class com.illumon.iris.db.perf.DbIOTest
class DbIOTest extends Object implements Serializable -
Class com.illumon.iris.db.perf.MicroBenchmarks.GetAvailableDatesForAllTables
class GetAvailableDatesForAllTables extends Object implements Serializable
-
-
Package com.illumon.iris.db.plot
-
Class com.illumon.iris.db.plot.AbstractSeriesInternal
class 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
class AxesImpl extends Object implements Serializable- serialVersionUID:
- 6085888203519593898L
-
Class com.illumon.iris.db.plot.AxisImpl
class 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
class 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
class 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
class ChartArray extends Object implements Serializable- serialVersionUID:
- 4786818836320350714L
-
Class com.illumon.iris.db.plot.ChartImpl
class 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
class ChartTitle extends Object implements Serializable -
Class com.illumon.iris.db.plot.DynamicChartTitle
class 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
class 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
class ChartTitleTable extends DynamicChartTitle.DynamicChartTitleTable implements Serializable-
Serialized Fields
-
tableHandle
TableHandle tableHandle
Table handle for chart title
-
-
-
Class com.illumon.iris.db.plot.DynamicChartTitle.DynamicChartTitleTable
class DynamicChartTitleTable extends DynamicChartTitle implements Serializable -
Class com.illumon.iris.db.plot.FigureImpl
class 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
class FigureWidget extends FigureImpl implements Serializable- serialVersionUID:
- 763409998768966385L
-
Serialized Fields
-
validGroups
String[] validGroups
-
-
Class com.illumon.iris.db.plot.FigureWidget.Descriptor
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class NanosFormat extends NumberFormat implements Serializable- serialVersionUID:
- 6037426284760469353L
-
Serialized Fields
-
formatter
DateTimeFormatter formatter
-
previousFormat
String previousFormat
-
-
Class com.illumon.iris.db.plot.axisformatters.ScientificNumberFormatter
class 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
class 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
class 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
class 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
class 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
class PanelRenderingState extends JLayeredPane implements Serializable- serialVersionUID:
- 6669358320838767596L
-
Serialized Fields
-
busyMessage
String busyMessage
-
busySpinner
PanelRenderingState<T extends LinkTarget>.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
class CustomCategoryAxis extends org.jfree.chart.axis.CategoryAxis implements Serializable- serialVersionUID:
- -2165042818383775727L
-
Class com.illumon.iris.db.plot.builders.jfreechart.axis.CustomDateTimeAxis
class CustomDateTimeAxis extends CustomNumberAxis implements Serializable- serialVersionUID:
- 2627941551211529959L
-
Class com.illumon.iris.db.plot.builders.jfreechart.axis.CustomLogarithmicAxis
class CustomLogarithmicAxis extends org.jfree.chart.axis.LogarithmicAxis implements Serializable- serialVersionUID:
- 7205851321037803890L
-
Class com.illumon.iris.db.plot.builders.jfreechart.axis.CustomNumberAxis
class 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
class CustomCategoryPlot extends org.jfree.chart.plot.CategoryPlot implements Serializable -
Class com.illumon.iris.db.plot.builders.jfreechart.plot.CustomXYPlot
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class LabelGenerator extends Object implements Serializable- serialVersionUID:
- 1691964268816021976L
-
-
Package com.illumon.iris.db.plot.chartmodifiers
-
Class com.illumon.iris.db.plot.chartmodifiers.AxisRangeModifier
-
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
class AxisRangeModifierMax extends AxisRangeModifier implements Serializable -
Class com.illumon.iris.db.plot.chartmodifiers.AxisRangeModifierMin
class AxisRangeModifierMin extends AxisRangeModifier implements Serializable -
Class com.illumon.iris.db.plot.chartmodifiers.OneClickChartModifier
class 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
-
-
Package com.illumon.iris.db.plot.colors
-
Class com.illumon.iris.db.plot.colors.ColorMaps
class ColorMaps extends Object implements Serializable- serialVersionUID:
- 3745916287909277642L
-
-
Package com.illumon.iris.db.plot.composite
-
Class com.illumon.iris.db.plot.composite.ScatterPlotMatrix
class 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
class 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
class 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
class DynamicSeriesNamer extends Object implements Serializable- serialVersionUID:
- 1512466762187163906L
-
-
Package com.illumon.iris.db.plot.datasets.category
-
Class com.illumon.iris.db.plot.datasets.category.AbstractCategoryDataSeries
class 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
class AbstractMapBasedCategoryDataSeries extends AbstractCategoryDataSeries implements Serializable -
Class com.illumon.iris.db.plot.datasets.category.AbstractSwappableTableBasedCategoryDataSeries
class AbstractSwappableTableBasedCategoryDataSeries extends AbstractCategoryDataSeries implements Serializable -
Class com.illumon.iris.db.plot.datasets.category.AbstractTableBasedCategoryDataSeries
class AbstractTableBasedCategoryDataSeries extends AbstractCategoryDataSeries implements Serializable -
Class com.illumon.iris.db.plot.datasets.category.CategoryDataSeriesMap
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class AssociativeData extends Object implements Serializable-
Serialized Fields
-
plotInfo
PlotInfo plotInfo
-
-
-
Class com.illumon.iris.db.plot.datasets.data.AssociativeDataHashMap
- serialVersionUID:
- -3038099832719606999L
-
Class com.illumon.iris.db.plot.datasets.data.AssociativeDataSwappableTable
class 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
class 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
- serialVersionUID:
- -1576513511939546265L
-
Serialized Fields
-
defaultValue
VALUE defaultValue
-
specificValues
AssociativeData<KEY,
VALUE> specificValues
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableData
class IndexableData extends Object implements Serializable-
Serialized Fields
-
plotInfo
PlotInfo plotInfo
-
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataArray
- serialVersionUID:
- -3605356450513219514L
-
Serialized Fields
-
data
T[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataArrayNullCategory
- serialVersionUID:
- -3605356450513219514L
-
Serialized Fields
-
data
T[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataByte
- serialVersionUID:
- 8301093013116624033L
-
Serialized Fields
-
data
byte[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataCharacter
- serialVersionUID:
- 8122162323328323447L
-
Serialized Fields
-
data
char[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataDBDateTime
- serialVersionUID:
- 8122162323328323447L
-
Serialized Fields
-
data
long[] data
-
dbDateTimeMap
gnu.trove.map.hash.TLongObjectHashMap<DBDateTime> dbDateTimeMap
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataDouble
- serialVersionUID:
- -7776388251959380558L
-
Serialized Fields
-
data
IndexableNumericData data
-
mapNanToNull
boolean mapNanToNull
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataFloat
- serialVersionUID:
- -7776388251959380558L
-
Serialized Fields
-
data
float[] data
-
mapNanToNull
boolean mapNanToNull
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataInfinite
- serialVersionUID:
- 492887860330671830L
-
Serialized Fields
-
data
IndexableData<T> data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataInteger
- serialVersionUID:
- 8301093013116624033L
-
Serialized Fields
-
data
int[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataListNullCategory
- serialVersionUID:
- -3605356450513219514L
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataLong
- serialVersionUID:
- 8301093013116624033L
-
Serialized Fields
-
data
long[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataShort
- serialVersionUID:
- 8301093013116624033L
-
Serialized Fields
-
data
short[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataSwappableTable
- serialVersionUID:
- -7007547039766134485L
-
Serialized Fields
-
column
String column
-
swappableTable
SwappableTable swappableTable
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataSwappableTableDouble
class IndexableDataSwappableTableDouble extends IndexableDataSwappableTable<Double> implements Serializable- serialVersionUID:
- 2719767692871468219L
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataTable
- serialVersionUID:
- 8328713615740315451L
-
Serialized Fields
-
columnHandler
ColumnHandlerFactory.ColumnHandler columnHandler
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableDataWithDefault
- serialVersionUID:
- -2083123815426589347L
-
Serialized Fields
-
defaultValue
T defaultValue
-
specificValues
IndexableData<? extends T> specificValues
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericData
class IndexableNumericData extends Object implements Serializable-
Serialized Fields
-
plotInfo
PlotInfo plotInfo
-
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericDataArrayDate
class IndexableNumericDataArrayDate extends IndexableNumericData implements Serializable- serialVersionUID:
- 7132588196200176807L
-
Serialized Fields
-
data
Date[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericDataArrayDBDateTime
class IndexableNumericDataArrayDBDateTime extends IndexableNumericData implements Serializable- serialVersionUID:
- 2006200987348909028L
-
Serialized Fields
-
data
DBDateTime[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericDataArrayDouble
class IndexableNumericDataArrayDouble extends IndexableNumericData implements Serializable- serialVersionUID:
- 6885562283145177741L
-
Serialized Fields
-
data
double[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericDataArrayFloat
class IndexableNumericDataArrayFloat extends IndexableNumericData implements Serializable- serialVersionUID:
- -1243064714255448279L
-
Serialized Fields
-
data
float[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericDataArrayInt
class IndexableNumericDataArrayInt extends IndexableNumericData implements Serializable- serialVersionUID:
- -980842236353746501L
-
Serialized Fields
-
data
int[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericDataArrayLong
class IndexableNumericDataArrayLong extends IndexableNumericData implements Serializable- serialVersionUID:
- -1725079204730360920L
-
Serialized Fields
-
data
long[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericDataArrayNumber
class IndexableNumericDataArrayNumber extends IndexableNumericData implements Serializable- serialVersionUID:
- -4587124538812025714L
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericDataArrayShort
class IndexableNumericDataArrayShort extends IndexableNumericData implements Serializable- serialVersionUID:
- 2340751903216609352L
-
Serialized Fields
-
data
short[] data
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericDataListNumber
class IndexableNumericDataListNumber extends IndexableNumericData implements Serializable- serialVersionUID:
- -382291808039710173L
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericDataSwappableTable
class IndexableNumericDataSwappableTable extends LiveIndexableNumericData implements Serializable- serialVersionUID:
- -5440770798950942675L
-
Serialized Fields
-
column
String column
-
swappableTable
SwappableTable swappableTable
-
-
Class com.illumon.iris.db.plot.datasets.data.IndexableNumericDataTable
class IndexableNumericDataTable extends LiveIndexableNumericData implements Serializable- serialVersionUID:
- -6514312046355753066L
-
Serialized Fields
-
columnHandler
ColumnHandlerFactory.ColumnHandler columnHandler
-
-
Class com.illumon.iris.db.plot.datasets.data.LiveAssociativeData
-
Class com.illumon.iris.db.plot.datasets.data.LiveIndexableData
-
Class com.illumon.iris.db.plot.datasets.data.LiveIndexableNumericData
class LiveIndexableNumericData extends IndexableNumericData implements Serializable -
Class com.illumon.iris.db.plot.datasets.data.SortedIndexableNumericDataTable
class 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
class 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
class IntervalDataSetCollection extends XYDataSetCollection<T extends IntervalXYDataSeriesInternal> implements Serializable- serialVersionUID:
- -4479985521918178562L
-
Class com.illumon.iris.db.plot.datasets.interval.IntervalDataSetCollectionWrapper
class 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
class IntervalDataSetCollectionWrapperSnapshot extends IntervalDataSetCollectionWrapper<T extends XYDataSeriesInternal> implements Serializable -
Class com.illumon.iris.db.plot.datasets.interval.IntervalXYDataSeriesArray
class 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
class 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
class TransformedIntervalXYDataSeries extends TransformedXYDataSeries<T extends IntervalXYDataSeriesInternal> implements Serializable- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.plot.datasets.interval.TransformedIntervalXYDataSeries.TransformedIntervalXYDataSeriesSnapshot
class 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
class 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
class Result extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.plot.datasets.multiseries.AbstractMultiSeries.MultiGet.Result.Handle
class Handle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
inflatableTables
List<Inflatable<Table>> inflatableTables
-
-
Class com.illumon.iris.db.plot.datasets.multiseries.AbstractSwappableMultiSeries
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class OHLCDataSeriesSwappableTableArray extends OHLCDataSeriesArray implements Serializable -
Class com.illumon.iris.db.plot.datasets.ohlc.OHLCDataSeriesTableArray
class OHLCDataSeriesTableArray extends OHLCDataSeriesArray implements Serializable -
Class com.illumon.iris.db.plot.datasets.ohlc.OHLCDataSetCollection
class OHLCDataSetCollection extends AbstractXYDataSetCollection<OHLCDataSeriesInternal> implements Serializable- serialVersionUID:
- 3706423113726515782L
-
Class com.illumon.iris.db.plot.datasets.ohlc.TransformedOHLCDataSeries
class TransformedOHLCDataSeries extends TransformedXYDataSeries<T extends OHLCDataSeriesInternal> implements Serializable- serialVersionUID:
- -4934688134121290716L
-
Class com.illumon.iris.db.plot.datasets.ohlc.TransformedOHLCDataSeries.TransformedOHLCDataSeriesSnapshot
class TransformedOHLCDataSeriesSnapshot extends TransformedOHLCDataSeries implements Serializable -
Class com.illumon.iris.db.plot.datasets.ohlc.TransformedOHLCDataSetCollection
class 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
class 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
class 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
class 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
class 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
class CombinedXYDataSetCollection extends XYDataSetCollection<T extends XYDataSeriesInternal> implements Serializable- serialVersionUID:
- -5078091724840807638L
-
Class com.illumon.iris.db.plot.datasets.xy.StackedXYDataSetCollection
class 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
class StackedXYDataSetCollectionSnapshot extends StackedXYDataSetCollection<T extends XYDataSeriesInternal> implements Serializable -
Class com.illumon.iris.db.plot.datasets.xy.TransformedXYDataSeries
class 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
class TransformedXYDataSeriesSnapshot extends TransformedXYDataSeries implements Serializable -
Class com.illumon.iris.db.plot.datasets.xy.TransformedXYDataSetCollection
class 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
class XYDataSeriesArray extends AbstractXYDataSeries implements Serializable- serialVersionUID:
- 7686441715908956603L
-
Serialized Fields
-
Class com.illumon.iris.db.plot.datasets.xy.XYDataSeriesFunctionImpl
class XYDataSeriesFunctionImpl extends AbstractXYDataSeries implements Serializable- serialVersionUID:
- -2830236235998986828L
-
Class com.illumon.iris.db.plot.datasets.xy.XYDataSeriesSwappableTableArray
class 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
class 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
class 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
class 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
class XYErrorBarDataSeriesSwappableTableArray extends XYErrorBarDataSeriesArray implements Serializable -
Class com.illumon.iris.db.plot.datasets.xyerrorbar.XYErrorBarDataSeriesTableArray
class XYErrorBarDataSeriesTableArray extends XYErrorBarDataSeriesArray implements Serializable
-
-
Package com.illumon.iris.db.plot.errors
-
Exception com.illumon.iris.db.plot.errors.PlotIllegalArgumentException
class PlotIllegalArgumentException extends IllegalArgumentException implements Serializable -
Exception com.illumon.iris.db.plot.errors.PlotIllegalStateException
class PlotIllegalStateException extends IllegalStateException implements Serializable -
Class com.illumon.iris.db.plot.errors.PlotInfo
class PlotInfo extends Object implements Serializable-
Serialized Fields
-
info
String info
-
-
-
Exception com.illumon.iris.db.plot.errors.PlotRenderingException
class PlotRenderingException extends RuntimeException implements Serializable -
Exception com.illumon.iris.db.plot.errors.PlotRuntimeException
class PlotRuntimeException extends UncheckedDeephavenException implements Serializable -
Exception com.illumon.iris.db.plot.errors.PlotUnsupportedOperationException
class PlotUnsupportedOperationException extends UnsupportedOperationException implements Serializable
-
-
Package com.illumon.iris.db.plot.filters
-
Class com.illumon.iris.db.plot.filters.SelectableDataSetSwappableTable
class 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
class 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
class InitializationGate extends Object implements Serializable -
Class com.illumon.iris.db.plot.util.PlotUtils.HashMapWithDefault
-
Serialized Fields
-
def
V def
-
-
-
Class com.illumon.iris.db.plot.util.ShapeUtils
class ShapeUtils extends Object implements Serializable- serialVersionUID:
- -5894187331477897336L
-
-
Package com.illumon.iris.db.plot.util.functions
-
Class com.illumon.iris.db.plot.util.functions.ClosureBiFunction
- serialVersionUID:
- 697974379939190730L
-
Class com.illumon.iris.db.plot.util.functions.ClosureDoubleBinaryOperator
class ClosureDoubleBinaryOperator extends SerializableClosure<T extends Number> implements Serializable- serialVersionUID:
- -6533578879266557626L
-
Class com.illumon.iris.db.plot.util.functions.ClosureDoubleUnaryOperator
class ClosureDoubleUnaryOperator extends SerializableClosure<T extends Number> implements Serializable- serialVersionUID:
- -4092987117189101803L
-
Class com.illumon.iris.db.plot.util.functions.ClosureFunction
- serialVersionUID:
- 3693316124178311688L
-
Class com.illumon.iris.db.plot.util.functions.SerializableClosure
class 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
class ColumnHandlerFactory extends Object implements Serializable- serialVersionUID:
- -6737880834225877984L
-
Class com.illumon.iris.db.plot.util.tables.DataChangeListenerProxy
class DataChangeListenerProxy extends Object implements Serializable- serialVersionUID:
- 3526116859901856326L
-
Serialized Fields
-
listeners
Set<DataChangeListener> listeners
-
-
Class com.illumon.iris.db.plot.util.tables.DeferredOperationTableHandle
class DeferredOperationTableHandle extends TableHandle implements Serializable- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.plot.util.tables.SwappableTable
class 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
class 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
-
-
Exception com.illumon.iris.db.plot.util.tables.SwappableTableOneClickAbstract.OneClickTypeMismatchException
class OneClickTypeMismatchException extends RuntimeException implements Serializable -
Class com.illumon.iris.db.plot.util.tables.SwappableTableOneClickAbstract.SwappableTablePreemptiveUpdatesQuery
class SwappableTablePreemptiveUpdatesQuery extends ContextAwareRemoteQuery<TableMapUtils.TableHolder> implements Serializable- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.plot.util.tables.SwappableTableOneClickMap
class SwappableTableOneClickMap extends SwappableTableOneClickAbstract implements Serializable- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.plot.util.tables.TableBackedTableMapHandle
class TableBackedTableMapHandle extends TableMapHandle implements Serializable-
Serialized Fields
-
tableDefinition
TableDefinition tableDefinition
-
-
-
Class com.illumon.iris.db.plot.util.tables.TableHandle
class 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
class 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
class 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
class CopyTableSchema extends Schema.Delegating implements Serializable -
Class com.illumon.iris.db.schema.InvalidSchema
class InvalidSchema extends Object implements Serializable- serialVersionUID:
- -48607299819455502L
-
Exception com.illumon.iris.db.schema.NamespaceNotFoundException
class NamespaceNotFoundException extends SchemaException implements Serializable- serialVersionUID:
- 5012113702461652365L
-
Serialized Fields
-
namespace
String namespace
-
-
Class com.illumon.iris.db.schema.Schema.AbstractSchema
class AbstractSchema extends Object implements Serializable- serialVersionUID:
- 8674418149174520343L
-
Class com.illumon.iris.db.schema.Schema.Delegating
class Delegating extends Schema.AbstractSchema implements Serializable- serialVersionUID:
- 8768237579630326310L
-
Serialized Fields
-
delegate
Schema delegate
-
-
Exception com.illumon.iris.db.schema.SchemaException
class SchemaException extends UncheckedDeephavenException implements Serializable -
Exception com.illumon.iris.db.schema.SchemaNotFoundException
class SchemaNotFoundException extends SchemaException implements Serializable- serialVersionUID:
- 5012113702461652365L
-
Exception com.illumon.iris.db.schema.SchemaPermissionException
class SchemaPermissionException extends SchemaException implements Serializable -
Exception com.illumon.iris.db.schema.SchemaValidationException
class 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
class SortPair extends Object implements Serializable-
Serialized Fields
-
column
String column
-
order
SortingOrder order
-
-
-
Class com.illumon.iris.db.tables.StringSetArrayWrapper
class StringSetArrayWrapper extends Object implements Serializable-
Serialized Fields
-
innerSet
String[] innerSet
-
lastEncoding
long lastEncoding
-
lastSymbolManager
SymbolManager lastSymbolManager
-
-
-
Class com.illumon.iris.db.tables.StringSetWrapper
class StringSetWrapper extends Object implements Serializable- serialVersionUID:
- 6033718768047284093L
-
Class com.illumon.iris.db.tables.TableDefinition
class TableDefinition extends com.illumon.dataobjects.generated.DefaultTableDefinition implements Externalizable- serialVersionUID:
- -120432133075760976L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Package com.illumon.iris.db.tables.appendable.local
-
Exception com.illumon.iris.db.tables.appendable.local.LocalAppendableTable.TableDefinitionMismatchException
class TableDefinitionMismatchException extends IllegalArgumentException implements Serializable- serialVersionUID:
- -8157258777316901871L
-
-
Package com.illumon.iris.db.tables.dataimport
-
Class com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.BooleanComputedSetter
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class ImportStateUpdater extends RecursiveAction implements Serializable-
Serialized Fields
-
updater
IntConsumer updater
-
-
-
Class com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.IntComputedSetter
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class DbTableLocation extends Object implements Serializable- serialVersionUID:
- 3999194112024961565L
-
Serialization Methods
-
readObject
Deprecated.Override this to add a default LocalTablePathManager.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
fullTableLocationKey
FullTableLocationKey fullTableLocationKey
Deprecated.
-
-
Class com.illumon.iris.db.tables.dataimport.ExternalizableSample
class ExternalizableSample extends Object implements Externalizable- serialVersionUID:
- -7457727535067744001L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Exception com.illumon.iris.db.tables.dataimport.LoggerListenerSchemaException
class LoggerListenerSchemaException extends IllegalArgumentException implements Serializable -
Class com.illumon.iris.db.tables.dataimport.TableLogger.NoPrevColumnSource
-
Serialized Fields
-
columnSource
ColumnSource<T> columnSource
-
-
-
-
Package com.illumon.iris.db.tables.dataimport.importstate
-
Class com.illumon.iris.db.tables.dataimport.importstate.CompositeImportState
class CompositeImportState extends Object implements Externalizable- 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.BaseLastByTableImportState
class BaseLastByTableImportState extends TupleKeyedAbstractImportState<KEY_TYPE> implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.tables.dataimport.importstate.lastby.LastByTableImportState
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.tables.dataimport.importstate.lastby.LastByTableImportState.ResultTableMap
class 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
-
Exception com.illumon.iris.db.tables.dataimport.logtailer.ChannelException
class ChannelException extends Exception implements Serializable- serialVersionUID:
- 2931967483547267967L
-
Exception com.illumon.iris.db.tables.dataimport.logtailer.ChannelException.Disconnected
class Disconnected extends ChannelException implements Serializable- serialVersionUID:
- 3957603510035296187L
-
Exception com.illumon.iris.db.tables.dataimport.logtailer.ChannelException.Rejected
class Rejected extends ChannelException implements Serializable- serialVersionUID:
- -3620203892304906724L
-
Exception com.illumon.iris.db.tables.dataimport.logtailer.CsvImportProcessor.CSVImportException
class CSVImportException extends UncheckedDeephavenException implements Serializable -
Class com.illumon.iris.db.tables.dataimport.logtailer.ImportStatePartitionIndex
class ImportStatePartitionIndex extends TupleKeyedAbstractImportState<KEY_TYPE> implements Externalizable- serialVersionUID:
- -7742800577739823292L
-
Serialization Methods
-
readExternal
- Throws:
IOException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.tables.dataimport.logtailer.ImportStateRowAndSymCounter
class 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
class ImportStateRowAndUeCounter extends com.illumon.iris.db.tables.dataimport.logtailer.AbstractImportState implements Serializable- serialVersionUID:
- 8718199038527514327L
-
Class com.illumon.iris.db.tables.dataimport.logtailer.ImportStateRowCounter
class 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
class 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
-
-
Exception com.illumon.iris.db.tables.dataimport.logtailer.LogtailerDestinationManager.FileStateException
class FileStateException extends IllegalStateException implements Serializable- serialVersionUID:
- 146456053484823402L
-
Class com.illumon.iris.db.tables.dataimport.logtailer.SimpleImportState
class 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
class Indirect extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
-
-
Class com.illumon.iris.db.tables.dbarrays.DbArrayBooleanWrapper
-
Serialized Fields
-
innerArray
DbBooleanArray innerArray
-
-
-
Class com.illumon.iris.db.tables.dbarrays.DbArrayByteWrapper
- serialVersionUID:
- -7617549435342988215L
-
Serialized Fields
-
innerArray
DbByteArray innerArray
-
-
Class com.illumon.iris.db.tables.dbarrays.DbArrayCharWrapper
- serialVersionUID:
- 4186419447841973418L
-
Serialized Fields
-
innerArray
DbCharArray innerArray
-
-
Class com.illumon.iris.db.tables.dbarrays.DbArrayDirect
class DbArrayDirect extends Object implements Serializable- serialVersionUID:
- 9111886364211462917L
-
Class com.illumon.iris.db.tables.dbarrays.DbArrayDoubleWrapper
- serialVersionUID:
- 6570401045990711791L
-
Serialized Fields
-
innerArray
DbDoubleArray innerArray
-
-
Class com.illumon.iris.db.tables.dbarrays.DbArrayFloatWrapper
- serialVersionUID:
- -161104677395357585L
-
Serialized Fields
-
innerArray
DbFloatArray innerArray
-
-
Class com.illumon.iris.db.tables.dbarrays.DbArrayIntWrapper
- serialVersionUID:
- 3710738419894435589L
-
Serialized Fields
-
innerArray
DbIntArray innerArray
-
-
Class com.illumon.iris.db.tables.dbarrays.DbArrayLongWrapper
- serialVersionUID:
- -7803689205873236396L
-
Serialized Fields
-
innerArray
DbLongArray innerArray
-
-
Class com.illumon.iris.db.tables.dbarrays.DbArrayShortWrapper
- serialVersionUID:
- -4721120214268745033L
-
Serialized Fields
-
innerArray
DbShortArray innerArray
-
-
Class com.illumon.iris.db.tables.dbarrays.DbArraySlice
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.tables.dbarrays.DbBooleanArray.Indirect
class Indirect extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
-
-
Class com.illumon.iris.db.tables.dbarrays.DbBooleanArrayDirect
class DbBooleanArrayDirect extends Object implements Serializable-
Serialized Fields
-
data
Boolean[] data
-
-
-
Class com.illumon.iris.db.tables.dbarrays.DbBooleanArraySlice
class 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
class Indirect extends Object implements Serializable- serialVersionUID:
- 8519130615638683196L
-
Serialization Methods
-
writeReplace
-
-
Class com.illumon.iris.db.tables.dbarrays.DbByteArrayDirect
class DbByteArrayDirect extends Object implements Serializable- serialVersionUID:
- 5978679490703697461L
-
Serialized Fields
-
data
byte[] data
-
-
Class com.illumon.iris.db.tables.dbarrays.DbByteArraySlice
class 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
class Indirect extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
-
-
Class com.illumon.iris.db.tables.dbarrays.DbCharArrayDirect
class DbCharArrayDirect extends Object implements Serializable- serialVersionUID:
- 3636374971797603565L
-
Serialized Fields
-
data
char[] data
-
-
Class com.illumon.iris.db.tables.dbarrays.DbCharArraySlice
class 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
class Indirect extends Object implements Serializable- serialVersionUID:
- 7218901311693729986L
-
Serialization Methods
-
writeReplace
-
-
Class com.illumon.iris.db.tables.dbarrays.DbDoubleArrayDirect
class DbDoubleArrayDirect extends Object implements Serializable- serialVersionUID:
- 3262776153086160765L
-
Serialized Fields
-
data
double[] data
-
-
Class com.illumon.iris.db.tables.dbarrays.DbDoubleArraySlice
class 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
class Indirect extends Object implements Serializable- serialVersionUID:
- -1889118072737983807L
-
Serialization Methods
-
writeReplace
-
-
Class com.illumon.iris.db.tables.dbarrays.DbFloatArrayDirect
class DbFloatArrayDirect extends Object implements Serializable- serialVersionUID:
- -8263599481663466384L
-
Serialized Fields
-
data
float[] data
-
-
Class com.illumon.iris.db.tables.dbarrays.DbFloatArraySlice
class 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
class Indirect extends Object implements Serializable- serialVersionUID:
- -4282375411744560278L
-
Serialization Methods
-
writeReplace
-
-
Class com.illumon.iris.db.tables.dbarrays.DbIntArrayDirect
class DbIntArrayDirect extends Object implements Serializable- serialVersionUID:
- -7790095389322728763L
-
Serialized Fields
-
data
int[] data
-
-
Class com.illumon.iris.db.tables.dbarrays.DbIntArraySlice
class 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
class Indirect extends Object implements Serializable- serialVersionUID:
- -4934601086974582202L
-
Serialization Methods
-
writeReplace
-
-
Class com.illumon.iris.db.tables.dbarrays.DbLongArrayDirect
class DbLongArrayDirect extends Object implements Serializable- serialVersionUID:
- 1233975234000551534L
-
Serialized Fields
-
data
long[] data
-
-
Class com.illumon.iris.db.tables.dbarrays.DbLongArraySlice
class 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
class Indirect extends Object implements Serializable- serialVersionUID:
- -6562228894877343013L
-
Serialization Methods
-
writeReplace
-
-
Class com.illumon.iris.db.tables.dbarrays.DbShortArrayDirect
class DbShortArrayDirect extends Object implements Serializable- serialVersionUID:
- -4415134364550246624L
-
Serialized Fields
-
data
short[] data
-
-
Class com.illumon.iris.db.tables.dbarrays.DbShortArraySlice
class 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
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.tables.dbarrays.DbSubBooleanArray
class DbSubBooleanArray extends DbBooleanArray.Indirect implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbBooleanArray innerArray
-
positions
long[] positions
-
-
Class com.illumon.iris.db.tables.dbarrays.DbSubByteArray
class DbSubByteArray extends DbByteArray.Indirect implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbByteArray innerArray
-
positions
long[] positions
-
-
Class com.illumon.iris.db.tables.dbarrays.DbSubCharArray
class DbSubCharArray extends DbCharArray.Indirect implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbCharArray innerArray
-
positions
long[] positions
-
-
Class com.illumon.iris.db.tables.dbarrays.DbSubDoubleArray
class DbSubDoubleArray extends DbDoubleArray.Indirect implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbDoubleArray innerArray
-
positions
long[] positions
-
-
Class com.illumon.iris.db.tables.dbarrays.DbSubFloatArray
class DbSubFloatArray extends DbFloatArray.Indirect implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbFloatArray innerArray
-
positions
long[] positions
-
-
Class com.illumon.iris.db.tables.dbarrays.DbSubIntArray
class DbSubIntArray extends DbIntArray.Indirect implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbIntArray innerArray
-
positions
long[] positions
-
-
Class com.illumon.iris.db.tables.dbarrays.DbSubLongArray
class DbSubLongArray extends DbLongArray.Indirect implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbLongArray innerArray
-
positions
long[] positions
-
-
Class com.illumon.iris.db.tables.dbarrays.DbSubShortArray
class DbSubShortArray extends DbShortArray.Indirect implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
innerArray
DbShortArray innerArray
-
positions
long[] positions
-
-
-
Package com.illumon.iris.db.tables.lang
-
Exception com.illumon.iris.db.tables.lang.DBLanguageParser.QueryLanguageParseException
class QueryLanguageParseException extends DeephavenException implements Serializable
-
-
Package com.illumon.iris.db.tables.libs
-
Class com.illumon.iris.db.tables.libs.BigStringSet
class BigStringSet extends Object implements Externalizable- serialVersionUID:
- -1002806379821292396L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.tables.libs.DbMap
class DbMap extends Object implements Externalizable- serialVersionUID:
- -8212308478007180005L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.tables.libs.DbMapStringDouble
- serialVersionUID:
- 437238482949835993L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.tables.libs.DbMapStringInt
- serialVersionUID:
- -3092110998716596625L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.tables.libs.DbMapStringLong
- serialVersionUID:
- -347238482949835993L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.tables.libs.DbMapStringString
- 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
class 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
class ConstructSnapshotQuery extends ContextAwareRemoteQuery<InitialSnapshot> implements Serializable- serialVersionUID:
- 2L
-
Class com.illumon.iris.db.tables.remote.ExportedTableCreationMessage
class 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
class ExportedTableDescriptorMessage extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
int id
-
-
Class com.illumon.iris.db.tables.remote.ExportedTableUpdateMessage
class 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
class 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
-
Serialized Fields
-
fetchType
FetchQuery.FetchType fetchType
-
name
String name
-
-
-
Class com.illumon.iris.db.tables.remote.FetchQuery.ViewportPair.Descriptor
class 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
class 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
class InflatableList extends Object implements Serializable-
Serialized Fields
-
inflatables
List<Inflatable<T>> inflatables
-
-
-
Class com.illumon.iris.db.tables.remote.LogHandleClient
class LogHandleClient extends Object implements Serializable- serialVersionUID:
- 1985773574558685855L
-
Serialized Fields
-
id
int id
-
-
Class com.illumon.iris.db.tables.remote.PrepareViewport.PrepareFunction
class PrepareFunction extends Object implements Serializable -
Class com.illumon.iris.db.tables.remote.RemoteDatabase.TableSerializationAdapter
class TableSerializationAdapter extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
table
Table table
-
tableDescriptor
RemoteTableHandle.Descriptor tableDescriptor
-
-
Class com.illumon.iris.db.tables.remote.RemoteMethodAsync
class RemoteMethodAsync extends ContextAwareRemoteQuery<RemoteMethodAsync.Result> implements Serializable -
Class com.illumon.iris.db.tables.remote.RemoteMethodAsync.Result
class Result extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.tables.remote.RemoteTableHandle.Descriptor
class Descriptor extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
int id
-
-
Exception com.illumon.iris.db.tables.remote.RemoteTableHandle.DisconnectedException
class DisconnectedException extends IOException implements Serializable -
Class com.illumon.iris.db.tables.remote.RemoteTableQuery
-
Serialized Fields
-
innerQuery
RemoteQuery<Table> innerQuery
-
-
-
Class com.illumon.iris.db.tables.remote.TableApplyQuery
-
Serialized Fields
-
function
com.fishlib.base.Function.Unary<?,
Table> function -
handleId
int handleId
-
-
-
Exception com.illumon.iris.db.tables.remote.UnknownHandleException
class UnknownHandleException extends IllegalStateException implements Serializable- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.tables.remote.ViewportColumnSource
-
Serialized Fields
-
viewportColumnTableHolder
ViewportColumnTableHolder viewportColumnTableHolder
-
-
-
-
Package com.illumon.iris.db.tables.remote.preview
-
Class com.illumon.iris.db.tables.remote.preview.ArrayPreview
class ArrayPreview extends Object implements Serializable-
Serialized Fields
-
displayString
String displayString
-
-
-
Class com.illumon.iris.db.tables.remote.preview.DisplayWrapper
class 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
class ContextAwareRemoteQuery extends Object implements Serializable- serialVersionUID:
- 2L
-
Class com.illumon.iris.db.tables.remotequery.DelayedCommand
class DelayedCommand extends com.fishlib.base.Command implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class com.illumon.iris.db.tables.remotequery.DelayedResponse
class DelayedResponse extends com.fishlib.net.Response implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class com.illumon.iris.db.tables.remotequery.QueryDispatcherConnection.JobInfo
class JobInfo extends Object implements Serializable-
Serialized Fields
-
exists
boolean exists
-
request
RemoteProcessingRequest request
-
status
String status
-
-
-
Exception com.illumon.iris.db.tables.remotequery.QueryException
class QueryException extends UncheckedDeephavenException implements Serializable -
Class com.illumon.iris.db.tables.remotequery.QueryProcessingResults
class QueryProcessingResults extends Object implements Serializable- serialVersionUID:
- 2L
-
Class com.illumon.iris.db.tables.remotequery.QueryProcessorConnectionDetails
class QueryProcessorConnectionDetails extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
communityGrpcUrl
String communityGrpcUrl
-
communityStaticUrl
String communityStaticUrl
-
enterpriseWebSocketUrl
String enterpriseWebSocketUrl
-
envoyPrefix
String envoyPrefix
-
processInfoId
String processInfoId
-
processorHost
String processorHost
-
protocols
List<io.deephaven.enterprise.dispatcher.client.WorkerProtocol> protocols
-
workerName
String workerName
-
-
Exception com.illumon.iris.db.tables.remotequery.QueryProcessorConnectionImpl.QueryTimeoutException
class QueryTimeoutException extends RemoteQueryException implements Serializable- serialVersionUID:
- -8370983305526952891L
-
Exception com.illumon.iris.db.tables.remotequery.QueryProcessorConnectionImpl.UnauthorizedQueryException
class UnauthorizedQueryException extends UncheckedPermissionException implements Serializable -
Class com.illumon.iris.db.tables.remotequery.RemoteProcessingRequest
class RemoteProcessingRequest extends Object implements Serializable- serialVersionUID:
- 4L
-
Serialization Methods
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
addClientClassesToClasspath
boolean addClientClassesToClasspath
-
authTokenForDispatcher
io.deephaven.enterprise.auth.AuthToken authTokenForDispatcher
-
authTokenForProcessor
io.deephaven.enterprise.auth.AuthToken authTokenForProcessor
-
classpathAdditions
String[] classpathAdditions
-
description
String description
-
detailedGCLoggingEnabled
boolean detailedGCLoggingEnabled
-
enableCachedClasses
boolean enableCachedClasses
-
etcdWorkerOwnerPresenceKey
String etcdWorkerOwnerPresenceKey
etcd key for the worker owner's presence key. If provided, the dispatcher will not use the controlling connection as proof of liveness, and will lean instead on the presence KV liveness mechanism (PresenceKvMonitor
). -
extraEnvironmentVars
Map<String,
String> extraEnvironmentVars -
extraJvmArgs
String[] extraJvmArgs
-
extraSystemProperties
Map<String,
String> extraSystemProperties A map of additional system properties to set on this request. -
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. -
workerProcessInfoId
String workerProcessInfoId
Worker process info id (UUID) to use. If it is not provided, the dispatcher will make one up.
-
-
Class com.illumon.iris.db.tables.remotequery.RemoteQueryClassDefinition
class RemoteQueryClassDefinition extends Object implements Serializable- serialVersionUID:
- -1087556547651891566L
-
Exception com.illumon.iris.db.tables.remotequery.RemoteQueryException
class RemoteQueryException extends UncheckedDeephavenException implements Serializable -
Class com.illumon.iris.db.tables.remotequery.RemoteQueryProcessor.Envelope
class Envelope extends Object implements Serializable- serialVersionUID:
- -3988327739016423068L
-
Serialized Fields
-
buffer
byte[] buffer
-
-
Class com.illumon.iris.db.tables.remotequery.SerializeRemoteQuery
-
Serialized Fields
-
id
int id
-
-
-
Exception com.illumon.iris.db.tables.remotequery.UnknownWorkerControlException
class UnknownWorkerControlException extends UncheckedDeephavenException implements Serializable-
Serialized Fields
-
controlType
String controlType
-
-
-
Exception com.illumon.iris.db.tables.remotequery.UnknownWorkerKindException
class UnknownWorkerKindException extends UncheckedDeephavenException implements Serializable-
Serialized Fields
-
workerKind
String workerKind
-
-
-
Exception com.illumon.iris.db.tables.remotequery.WorkerControlStartException
class WorkerControlStartException extends RuntimeException implements Serializable -
Exception com.illumon.iris.db.tables.remotequery.WorkerStartException
class WorkerStartException extends RuntimeException implements Serializable-
Serialized Fields
-
processInfoId
String processInfoId
-
-
-
-
Package com.illumon.iris.db.tables.remotequery.client
-
Exception com.illumon.iris.db.tables.remotequery.client.DndScriptExecutor.DndScriptExecutionFailure
class DndScriptExecutionFailure extends UncheckedDeephavenException implements Serializable-
Serialized Fields
-
processInfoId
String processInfoId
-
-
-
-
Package com.illumon.iris.db.tables.remotequery.keepalive
-
Class com.illumon.iris.db.tables.remotequery.keepalive.AbstractWorkerStatusServlet
class AbstractWorkerStatusServlet extends javax.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
log
com.fishlib.io.logger.Logger log
-
workerDetailsEnabled
boolean workerDetailsEnabled
-
workerTtlMillis
long workerTtlMillis
-
-
-
-
Package com.illumon.iris.db.tables.remotequery.process
-
Exception com.illumon.iris.db.tables.remotequery.process.K8SWorkerValidator.K8SWorkerValidationException
class K8SWorkerValidationException extends UncheckedDeephavenException implements Serializable
-
-
Package com.illumon.iris.db.tables.select
-
Class com.illumon.iris.db.tables.select.GroovyScopeDelegate
class GroovyScopeDelegate extends Object implements Serializable -
Class com.illumon.iris.db.tables.select.MatchPair
class MatchPair extends Object implements Serializable- serialVersionUID:
- 20180822L
-
Exception com.illumon.iris.db.tables.select.QueryScope.MissingVariableException
class MissingVariableException extends RuntimeException implements Serializable
-
-
Package com.illumon.iris.db.tables.streaming
-
Class com.illumon.iris.db.tables.streaming.QueryReplayer
class 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
class RemoteQueryStreamer extends Object implements Serializable -
Class com.illumon.iris.db.tables.streaming.StreamTable
class 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
class SimpleTableStream extends RemoteQueryStreamer implements Serializable -
Class com.illumon.iris.db.tables.streaming.samples.StoreTableStream
class StoreTableStream extends RemoteQueryStreamer implements Serializable -
Class com.illumon.iris.db.tables.streaming.samples.StoreTableStreamAndReplay
class StoreTableStreamAndReplay extends RemoteQueryStreamer implements Serializable -
Class com.illumon.iris.db.tables.streaming.samples.TablePlayerStream
class TablePlayerStream extends RemoteQueryStreamer implements Serializable
-
-
Package com.illumon.iris.db.tables.utils
-
Class com.illumon.iris.db.tables.utils.CachedStringSetWrapperEnumFormatter
class 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
class 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
class DBCategoryTableXYDataset extends org.jfree.data.xy.CategoryTableXYDataset implements Serializable -
Class com.illumon.iris.db.tables.utils.DbColorCodedBar
class 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
class DBDateTime extends Object implements Externalizable- serialVersionUID:
- -9077991715632523353L
-
Serialization Methods
-
readExternal
- Throws:
IOException
-
writeExternal
- Throws:
IOException
-
-
Exception com.illumon.iris.db.tables.utils.DBNameValidator.InvalidNameException
class InvalidNameException extends RuntimeException implements Serializable -
Exception com.illumon.iris.db.tables.utils.DBNameValidator.LegalizeNameException
class LegalizeNameException extends RuntimeException implements Serializable -
Class com.illumon.iris.db.tables.utils.DBPeriod
class DBPeriod extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
periodString
String periodString
-
-
-
Class com.illumon.iris.db.tables.utils.DbTimeConverter
class 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
-
-
-
Exception com.illumon.iris.db.tables.utils.DBTimeUtils.DBDateTimeOverflowException
class DBDateTimeOverflowException extends RuntimeException implements Serializable -
Class com.illumon.iris.db.tables.utils.DBXYBarDataset
class 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
class 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
class 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
-
-
-
Exception com.illumon.iris.db.tables.utils.LiveWidgetCreationException
class LiveWidgetCreationException extends RuntimeException implements Serializable -
Class com.illumon.iris.db.tables.utils.LiveWidgetUtils.ACLApplier
-
Serialized Fields
-
adapter
RemoteDatabase.TableSerializationAdapter adapter
-
name
String name
-
-
-
Class com.illumon.iris.db.tables.utils.MergeTables
-
Serialized Fields
-
handleIds
int[] handleIds
-
-
-
Class com.illumon.iris.db.tables.utils.QueryPerformanceNugget
class 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
class QueryPerformanceRecorder extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
operationNuggets
List<QueryPerformanceNugget> operationNuggets
-
operationUserContext
io.deephaven.enterprise.auth.UserContext operationUserContext
-
primaryUserContext
io.deephaven.enterprise.auth.UserContext primaryUserContext
-
queryNugget
QueryPerformanceNugget queryNugget
-
state
QueryState state
-
-
-
Package com.illumon.iris.db.tables.utils.csv
-
Exception com.illumon.iris.db.tables.utils.csv.CsvFormatException
class CsvFormatException extends DeephavenException implements Serializable- serialVersionUID:
- -5083689633732391317L
-
-
Package com.illumon.iris.db.tables.verify
-
Exception com.illumon.iris.db.tables.verify.AppendOnlyAssertionFailure
class AppendOnlyAssertionFailure extends TableAssertionFailure implements Serializable -
Class com.illumon.iris.db.tables.verify.AppendOnlyAssertionInstrumentedListenerAdapter
class AppendOnlyAssertionInstrumentedListenerAdapter extends BaseTable.ShiftAwareListenerImpl implements Serializable-
Serialized Fields
-
description
String description
-
-
-
Exception com.illumon.iris.db.tables.verify.SortedAssertionFailure
class SortedAssertionFailure extends TableAssertionFailure implements Serializable -
Class com.illumon.iris.db.tables.verify.SortedAssertionInstrumentedListenerAdapter
class 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
-
-
-
Exception com.illumon.iris.db.tables.verify.TableAssertionFailure
class TableAssertionFailure extends RuntimeException implements Serializable
-
-
Package com.illumon.iris.db.util
-
Exception com.illumon.iris.db.util.DataTypeUtils.DataTypeException
class DataTypeException extends RuntimeException implements Serializable -
Class com.illumon.iris.db.util.DynamicQueryAttachmentResults
class DynamicQueryAttachmentResults extends QueryAttachmentResults implements Serializable -
Class com.illumon.iris.db.util.ExportedObjectInfo
class ExportedObjectInfo extends Object implements Serializable-
Serialized Fields
-
originalType
String originalType
-
tableDefinition
TableDefinition tableDefinition
-
type
ExportedObjectInfo.Type type
-
-
-
Exception com.illumon.iris.db.util.GroovyExceptionWrapper
class GroovyExceptionWrapper extends RuntimeException implements Serializable -
Exception com.illumon.iris.db.util.GroovyExceptionWrapper.TranslatedException
class TranslatedException extends RuntimeException implements Serializable -
Class com.illumon.iris.db.util.PerformanceQueries.PerformanceOverview
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.util.PerformanceQueries.PersistentQueryStatusMonitor
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.util.PrintListener
class PrintListener extends InstrumentedShiftAwareListener implements Serializable-
Serialized Fields
-
description
String description
-
rowCount
int rowCount
-
table
DynamicTable table
-
-
-
Class com.illumon.iris.db.util.PythonEvalQuery
-
Serialized Fields
-
string
String string
-
-
-
Class com.illumon.iris.db.util.PythonFetchQuery
-
Serialized Fields
-
name
String name
-
-
-
Class com.illumon.iris.db.util.PythonPushClassQuery
-
Class com.illumon.iris.db.util.PythonRemoteQuery
-
Serialized Fields
-
autoDeflate
boolean autoDeflate
-
dilledObject
byte[] dilledObject
-
pythonVersion
String pythonVersion
-
-
-
Class com.illumon.iris.db.util.PythonRemoteQuery.PickledResult
class PickledResult extends Object implements Serializable -
Class com.illumon.iris.db.util.QueryAttachmentResults
class QueryAttachmentResults extends Object implements Serializable-
Serialized Fields
-
id
int id
-
tables
Map<String,
TableDefinition> tables -
widgets
Set<String> widgets
-
-
-
Class com.illumon.iris.db.util.SourceClosure
class 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
-
Class com.illumon.iris.db.util.ToMapListener
class 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
class 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
class Descriptor extends Object implements Serializable-
Serialized Fields
-
data
byte[] data
-
-
-
Class com.illumon.iris.db.util.config.CustomAction.FetchQuery
class FetchQuery extends ContextAwareRemoteQuery<Inflatable<Map<String,CustomAction>>> implements Serializable -
Serialized Fields
-
tableDescriptor
RemoteTableHandle.Descriptor tableDescriptor
-
-
-
Class com.illumon.iris.db.util.config.InputTableSnapshotter
class 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
class 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
class 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
class GetQuery extends ContextAwareRemoteQuery<Inflatable<MutableInputTable>> implements Serializable-
Serialized Fields
-
tableId
int tableId
-
-
-
Class com.illumon.iris.db.util.config.RemoteInputTableDescriptor.InputTableFromServer
class 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
class 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
class ToServer extends RemoteInputTableDescriptor implements Serializable-
Serialized Fields
-
table
int table
-
tableInternal
int tableInternal
-
-
-
Class com.illumon.iris.db.util.config.RemoteInputTableDescriptor.ToServer.SetQuery
-
Serialized Fields
-
tableId
int tableId
-
toServer
RemoteInputTableDescriptor.ToServer toServer
-
-
-
Class com.illumon.iris.db.util.config.TableInputHandler
class 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
class 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
class EnumValues extends Object implements Serializable- serialVersionUID:
- 3272370065959781604L
-
Serialized Fields
-
values
Object[] values
-
-
Exception com.illumon.iris.db.util.config.TableInputHandler.TimeoutException
class TimeoutException extends UncheckedDeephavenException implements Serializable
-
-
Package com.illumon.iris.db.util.liveness
-
Class com.illumon.iris.db.util.liveness.LivenessArtifact
class LivenessArtifact extends ReferenceCountedLivenessNode implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(@NotNull ObjectInputStream objectInputStream) throws IOException, ClassNotFoundException Ensure that transient fields are initialized properly on deserialization.- Parameters:
objectInputStream
- The object input stream- Throws:
IOException
ClassNotFoundException
-
-
Class com.illumon.iris.db.util.liveness.LivenessScope
class LivenessScope extends ReferenceCountedLivenessNode implements Serializable -
Class com.illumon.iris.db.util.liveness.ReferenceCountedLivenessNode
class ReferenceCountedLivenessNode extends ReferenceCounted implements Serializable
-
-
Package com.illumon.iris.db.util.schemas
-
Class com.illumon.iris.db.util.schemas.SchemaDescriptor
class 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
class ColumnDescriptor extends Object implements Serializable
-
-
Package com.illumon.iris.db.util.scripts
-
Package com.illumon.iris.db.util.string
-
Class com.illumon.iris.db.util.string.StringUtils
class StringUtils extends Object implements Serializable
-
-
Package com.illumon.iris.db.util.tuples
-
Class com.illumon.iris.db.util.tuples.ArrayTuple
class ArrayTuple extends Object implements Externalizable- 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
class ByteByteByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteByteCharTuple
class ByteByteCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteByteDoubleTuple
class ByteByteDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteByteFloatTuple
class ByteByteFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteByteIntTuple
class ByteByteIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteByteLongTuple
class ByteByteLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteByteObjectTuple
class ByteByteObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteByteShortTuple
class ByteByteShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteByteTuple
class ByteByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteCharByteTuple
class ByteCharByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteCharCharTuple
class ByteCharCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteCharDoubleTuple
class ByteCharDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteCharFloatTuple
class ByteCharFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteCharIntTuple
class ByteCharIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteCharLongTuple
class ByteCharLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteCharObjectTuple
class ByteCharObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteCharShortTuple
class ByteCharShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteCharTuple
class ByteCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteDoubleByteTuple
class ByteDoubleByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteDoubleCharTuple
class ByteDoubleCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteDoubleDoubleTuple
class ByteDoubleDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteDoubleFloatTuple
class ByteDoubleFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteDoubleIntTuple
class ByteDoubleIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteDoubleLongTuple
class ByteDoubleLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteDoubleObjectTuple
class ByteDoubleObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteDoubleShortTuple
class ByteDoubleShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteDoubleTuple
class ByteDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteFloatByteTuple
class ByteFloatByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteFloatCharTuple
class ByteFloatCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteFloatDoubleTuple
class ByteFloatDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteFloatFloatTuple
class ByteFloatFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteFloatIntTuple
class ByteFloatIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteFloatLongTuple
class ByteFloatLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteFloatObjectTuple
class ByteFloatObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteFloatShortTuple
class ByteFloatShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteFloatTuple
class ByteFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteIntByteTuple
class ByteIntByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteIntCharTuple
class ByteIntCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteIntDoubleTuple
class ByteIntDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteIntFloatTuple
class ByteIntFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteIntIntTuple
class ByteIntIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteIntLongTuple
class ByteIntLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteIntObjectTuple
class ByteIntObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteIntShortTuple
class ByteIntShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteIntTuple
class ByteIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteLongByteTuple
class ByteLongByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteLongCharTuple
class ByteLongCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteLongDoubleTuple
class ByteLongDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteLongFloatTuple
class ByteLongFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteLongIntTuple
class ByteLongIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteLongLongTuple
class ByteLongLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteLongObjectTuple
class ByteLongObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteLongShortTuple
class ByteLongShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteLongTuple
class ByteLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteObjectByteTuple
class ByteObjectByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteObjectCharTuple
class ByteObjectCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteObjectDoubleTuple
class ByteObjectDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteObjectFloatTuple
class ByteObjectFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteObjectIntTuple
class ByteObjectIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteObjectLongTuple
class ByteObjectLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteObjectObjectTuple
class ByteObjectObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteObjectShortTuple
class ByteObjectShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteObjectTuple
class ByteObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteShortByteTuple
class ByteShortByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteShortCharTuple
class ByteShortCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteShortDoubleTuple
class ByteShortDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteShortFloatTuple
class ByteShortFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteShortIntTuple
class ByteShortIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteShortLongTuple
class ByteShortLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteShortObjectTuple
class ByteShortObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteShortShortTuple
class ByteShortShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ByteShortTuple
class ByteShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharByteByteTuple
class CharByteByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharByteCharTuple
class CharByteCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharByteDoubleTuple
class CharByteDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharByteFloatTuple
class CharByteFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharByteIntTuple
class CharByteIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharByteLongTuple
class CharByteLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharByteObjectTuple
class CharByteObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharByteShortTuple
class CharByteShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharByteTuple
class CharByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharCharByteTuple
class CharCharByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharCharCharTuple
class CharCharCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharCharDoubleTuple
class CharCharDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharCharFloatTuple
class CharCharFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharCharIntTuple
class CharCharIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharCharLongTuple
class CharCharLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharCharObjectTuple
class CharCharObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharCharShortTuple
class CharCharShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharCharTuple
class CharCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharDoubleByteTuple
class CharDoubleByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharDoubleCharTuple
class CharDoubleCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharDoubleDoubleTuple
class CharDoubleDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharDoubleFloatTuple
class CharDoubleFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharDoubleIntTuple
class CharDoubleIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharDoubleLongTuple
class CharDoubleLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharDoubleObjectTuple
class CharDoubleObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharDoubleShortTuple
class CharDoubleShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharDoubleTuple
class CharDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharFloatByteTuple
class CharFloatByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharFloatCharTuple
class CharFloatCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharFloatDoubleTuple
class CharFloatDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharFloatFloatTuple
class CharFloatFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharFloatIntTuple
class CharFloatIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharFloatLongTuple
class CharFloatLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharFloatObjectTuple
class CharFloatObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharFloatShortTuple
class CharFloatShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharFloatTuple
class CharFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharIntByteTuple
class CharIntByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharIntCharTuple
class CharIntCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharIntDoubleTuple
class CharIntDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharIntFloatTuple
class CharIntFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharIntIntTuple
class CharIntIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharIntLongTuple
class CharIntLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharIntObjectTuple
class CharIntObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharIntShortTuple
class CharIntShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharIntTuple
class CharIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharLongByteTuple
class CharLongByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharLongCharTuple
class CharLongCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharLongDoubleTuple
class CharLongDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharLongFloatTuple
class CharLongFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharLongIntTuple
class CharLongIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharLongLongTuple
class CharLongLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharLongObjectTuple
class CharLongObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharLongShortTuple
class CharLongShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharLongTuple
class CharLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharObjectByteTuple
class CharObjectByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharObjectCharTuple
class CharObjectCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharObjectDoubleTuple
class CharObjectDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharObjectFloatTuple
class CharObjectFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharObjectIntTuple
class CharObjectIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharObjectLongTuple
class CharObjectLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharObjectObjectTuple
class CharObjectObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharObjectShortTuple
class CharObjectShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharObjectTuple
class CharObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharShortByteTuple
class CharShortByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharShortCharTuple
class CharShortCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharShortDoubleTuple
class CharShortDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharShortFloatTuple
class CharShortFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharShortIntTuple
class CharShortIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharShortLongTuple
class CharShortLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharShortObjectTuple
class CharShortObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharShortShortTuple
class CharShortShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.CharShortTuple
class CharShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleByteByteTuple
class DoubleByteByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleByteCharTuple
class DoubleByteCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleByteDoubleTuple
class DoubleByteDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleByteFloatTuple
class DoubleByteFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleByteIntTuple
class DoubleByteIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleByteLongTuple
class DoubleByteLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleByteObjectTuple
class DoubleByteObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleByteShortTuple
class DoubleByteShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleByteTuple
class DoubleByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleCharByteTuple
class DoubleCharByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleCharCharTuple
class DoubleCharCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleCharDoubleTuple
class DoubleCharDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleCharFloatTuple
class DoubleCharFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleCharIntTuple
class DoubleCharIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleCharLongTuple
class DoubleCharLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleCharObjectTuple
class DoubleCharObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleCharShortTuple
class DoubleCharShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleCharTuple
class DoubleCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleDoubleByteTuple
class DoubleDoubleByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleDoubleCharTuple
class DoubleDoubleCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleDoubleDoubleTuple
class DoubleDoubleDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleDoubleFloatTuple
class DoubleDoubleFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleDoubleIntTuple
class DoubleDoubleIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleDoubleLongTuple
class DoubleDoubleLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleDoubleObjectTuple
class DoubleDoubleObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleDoubleShortTuple
class DoubleDoubleShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleDoubleTuple
class DoubleDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleFloatByteTuple
class DoubleFloatByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleFloatCharTuple
class DoubleFloatCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleFloatDoubleTuple
class DoubleFloatDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleFloatFloatTuple
class DoubleFloatFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleFloatIntTuple
class DoubleFloatIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleFloatLongTuple
class DoubleFloatLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleFloatObjectTuple
class DoubleFloatObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleFloatShortTuple
class DoubleFloatShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleFloatTuple
class DoubleFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleIntByteTuple
class DoubleIntByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleIntCharTuple
class DoubleIntCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleIntDoubleTuple
class DoubleIntDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleIntFloatTuple
class DoubleIntFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleIntIntTuple
class DoubleIntIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleIntLongTuple
class DoubleIntLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleIntObjectTuple
class DoubleIntObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleIntShortTuple
class DoubleIntShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleIntTuple
class DoubleIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleLongByteTuple
class DoubleLongByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleLongCharTuple
class DoubleLongCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleLongDoubleTuple
class DoubleLongDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleLongFloatTuple
class DoubleLongFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleLongIntTuple
class DoubleLongIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleLongLongTuple
class DoubleLongLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleLongObjectTuple
class DoubleLongObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleLongShortTuple
class DoubleLongShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleLongTuple
class DoubleLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleObjectByteTuple
class DoubleObjectByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleObjectCharTuple
class DoubleObjectCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleObjectDoubleTuple
class DoubleObjectDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleObjectFloatTuple
class DoubleObjectFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleObjectIntTuple
class DoubleObjectIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleObjectLongTuple
class DoubleObjectLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleObjectObjectTuple
class DoubleObjectObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleObjectShortTuple
class DoubleObjectShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleObjectTuple
class DoubleObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleShortByteTuple
class DoubleShortByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleShortCharTuple
class DoubleShortCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleShortDoubleTuple
class DoubleShortDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleShortFloatTuple
class DoubleShortFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleShortIntTuple
class DoubleShortIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleShortLongTuple
class DoubleShortLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleShortObjectTuple
class DoubleShortObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleShortShortTuple
class DoubleShortShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.DoubleShortTuple
class DoubleShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatByteByteTuple
class FloatByteByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatByteCharTuple
class FloatByteCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatByteDoubleTuple
class FloatByteDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatByteFloatTuple
class FloatByteFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatByteIntTuple
class FloatByteIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatByteLongTuple
class FloatByteLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatByteObjectTuple
class FloatByteObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatByteShortTuple
class FloatByteShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatByteTuple
class FloatByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatCharByteTuple
class FloatCharByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatCharCharTuple
class FloatCharCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatCharDoubleTuple
class FloatCharDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatCharFloatTuple
class FloatCharFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatCharIntTuple
class FloatCharIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatCharLongTuple
class FloatCharLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatCharObjectTuple
class FloatCharObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatCharShortTuple
class FloatCharShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatCharTuple
class FloatCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatDoubleByteTuple
class FloatDoubleByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatDoubleCharTuple
class FloatDoubleCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatDoubleDoubleTuple
class FloatDoubleDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatDoubleFloatTuple
class FloatDoubleFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatDoubleIntTuple
class FloatDoubleIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatDoubleLongTuple
class FloatDoubleLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatDoubleObjectTuple
class FloatDoubleObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatDoubleShortTuple
class FloatDoubleShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatDoubleTuple
class FloatDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatFloatByteTuple
class FloatFloatByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatFloatCharTuple
class FloatFloatCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatFloatDoubleTuple
class FloatFloatDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatFloatFloatTuple
class FloatFloatFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatFloatIntTuple
class FloatFloatIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatFloatLongTuple
class FloatFloatLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatFloatObjectTuple
class FloatFloatObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatFloatShortTuple
class FloatFloatShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatFloatTuple
class FloatFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatIntByteTuple
class FloatIntByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatIntCharTuple
class FloatIntCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatIntDoubleTuple
class FloatIntDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatIntFloatTuple
class FloatIntFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatIntIntTuple
class FloatIntIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatIntLongTuple
class FloatIntLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatIntObjectTuple
class FloatIntObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatIntShortTuple
class FloatIntShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatIntTuple
class FloatIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatLongByteTuple
class FloatLongByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatLongCharTuple
class FloatLongCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatLongDoubleTuple
class FloatLongDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatLongFloatTuple
class FloatLongFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatLongIntTuple
class FloatLongIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatLongLongTuple
class FloatLongLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatLongObjectTuple
class FloatLongObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatLongShortTuple
class FloatLongShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatLongTuple
class FloatLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatObjectByteTuple
class FloatObjectByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatObjectCharTuple
class FloatObjectCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatObjectDoubleTuple
class FloatObjectDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatObjectFloatTuple
class FloatObjectFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatObjectIntTuple
class FloatObjectIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatObjectLongTuple
class FloatObjectLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatObjectObjectTuple
class FloatObjectObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatObjectShortTuple
class FloatObjectShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatObjectTuple
class FloatObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatShortByteTuple
class FloatShortByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatShortCharTuple
class FloatShortCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatShortDoubleTuple
class FloatShortDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatShortFloatTuple
class FloatShortFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatShortIntTuple
class FloatShortIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatShortLongTuple
class FloatShortLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatShortObjectTuple
class FloatShortObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatShortShortTuple
class FloatShortShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.FloatShortTuple
class FloatShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntByteByteTuple
class IntByteByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntByteCharTuple
class IntByteCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntByteDoubleTuple
class IntByteDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntByteFloatTuple
class IntByteFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntByteIntTuple
class IntByteIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntByteLongTuple
class IntByteLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntByteObjectTuple
class IntByteObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntByteShortTuple
class IntByteShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntByteTuple
class IntByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntCharByteTuple
class IntCharByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntCharCharTuple
class IntCharCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntCharDoubleTuple
class IntCharDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntCharFloatTuple
class IntCharFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntCharIntTuple
class IntCharIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntCharLongTuple
class IntCharLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntCharObjectTuple
class IntCharObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntCharShortTuple
class IntCharShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntCharTuple
class IntCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntDoubleByteTuple
class IntDoubleByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntDoubleCharTuple
class IntDoubleCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntDoubleDoubleTuple
class IntDoubleDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntDoubleFloatTuple
class IntDoubleFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntDoubleIntTuple
class IntDoubleIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntDoubleLongTuple
class IntDoubleLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntDoubleObjectTuple
class IntDoubleObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntDoubleShortTuple
class IntDoubleShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntDoubleTuple
class IntDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntFloatByteTuple
class IntFloatByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntFloatCharTuple
class IntFloatCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntFloatDoubleTuple
class IntFloatDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntFloatFloatTuple
class IntFloatFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntFloatIntTuple
class IntFloatIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntFloatLongTuple
class IntFloatLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntFloatObjectTuple
class IntFloatObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntFloatShortTuple
class IntFloatShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntFloatTuple
class IntFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntIntByteTuple
class IntIntByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntIntCharTuple
class IntIntCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntIntDoubleTuple
class IntIntDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntIntFloatTuple
class IntIntFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntIntIntTuple
class IntIntIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntIntLongTuple
class IntIntLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntIntObjectTuple
class IntIntObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntIntShortTuple
class IntIntShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntIntTuple
class IntIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntLongByteTuple
class IntLongByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntLongCharTuple
class IntLongCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntLongDoubleTuple
class IntLongDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntLongFloatTuple
class IntLongFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntLongIntTuple
class IntLongIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntLongLongTuple
class IntLongLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntLongObjectTuple
class IntLongObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntLongShortTuple
class IntLongShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntLongTuple
class IntLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntObjectByteTuple
class IntObjectByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntObjectCharTuple
class IntObjectCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntObjectDoubleTuple
class IntObjectDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntObjectFloatTuple
class IntObjectFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntObjectIntTuple
class IntObjectIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntObjectLongTuple
class IntObjectLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntObjectObjectTuple
class IntObjectObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntObjectShortTuple
class IntObjectShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntObjectTuple
class IntObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntShortByteTuple
class IntShortByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntShortCharTuple
class IntShortCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntShortDoubleTuple
class IntShortDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntShortFloatTuple
class IntShortFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntShortIntTuple
class IntShortIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntShortLongTuple
class IntShortLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntShortObjectTuple
class IntShortObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntShortShortTuple
class IntShortShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.IntShortTuple
class IntShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongByteByteTuple
class LongByteByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongByteCharTuple
class LongByteCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongByteDoubleTuple
class LongByteDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongByteFloatTuple
class LongByteFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongByteIntTuple
class LongByteIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongByteLongTuple
class LongByteLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongByteObjectTuple
class LongByteObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongByteShortTuple
class LongByteShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongByteTuple
class LongByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongCharByteTuple
class LongCharByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongCharCharTuple
class LongCharCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongCharDoubleTuple
class LongCharDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongCharFloatTuple
class LongCharFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongCharIntTuple
class LongCharIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongCharLongTuple
class LongCharLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongCharObjectTuple
class LongCharObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongCharShortTuple
class LongCharShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongCharTuple
class LongCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongDoubleByteTuple
class LongDoubleByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongDoubleCharTuple
class LongDoubleCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongDoubleDoubleTuple
class LongDoubleDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongDoubleFloatTuple
class LongDoubleFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongDoubleIntTuple
class LongDoubleIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongDoubleLongTuple
class LongDoubleLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongDoubleObjectTuple
class LongDoubleObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongDoubleShortTuple
class LongDoubleShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongDoubleTuple
class LongDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongFloatByteTuple
class LongFloatByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongFloatCharTuple
class LongFloatCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongFloatDoubleTuple
class LongFloatDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongFloatFloatTuple
class LongFloatFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongFloatIntTuple
class LongFloatIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongFloatLongTuple
class LongFloatLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongFloatObjectTuple
class LongFloatObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongFloatShortTuple
class LongFloatShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongFloatTuple
class LongFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongIntByteTuple
class LongIntByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongIntCharTuple
class LongIntCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongIntDoubleTuple
class LongIntDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongIntFloatTuple
class LongIntFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongIntIntTuple
class LongIntIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongIntLongTuple
class LongIntLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongIntObjectTuple
class LongIntObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongIntShortTuple
class LongIntShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongIntTuple
class LongIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongLongByteTuple
class LongLongByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongLongCharTuple
class LongLongCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongLongDoubleTuple
class LongLongDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongLongFloatTuple
class LongLongFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongLongIntTuple
class LongLongIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongLongLongTuple
class LongLongLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongLongObjectTuple
class LongLongObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongLongShortTuple
class LongLongShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongLongTuple
class LongLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongObjectByteTuple
class LongObjectByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongObjectCharTuple
class LongObjectCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongObjectDoubleTuple
class LongObjectDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongObjectFloatTuple
class LongObjectFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongObjectIntTuple
class LongObjectIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongObjectLongTuple
class LongObjectLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongObjectObjectTuple
class LongObjectObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongObjectShortTuple
class LongObjectShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongObjectTuple
class LongObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongShortByteTuple
class LongShortByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongShortCharTuple
class LongShortCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongShortDoubleTuple
class LongShortDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongShortFloatTuple
class LongShortFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongShortIntTuple
class LongShortIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongShortLongTuple
class LongShortLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongShortObjectTuple
class LongShortObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongShortShortTuple
class LongShortShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.LongShortTuple
class LongShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectByteByteTuple
class ObjectByteByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectByteCharTuple
class ObjectByteCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectByteDoubleTuple
class ObjectByteDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectByteFloatTuple
class ObjectByteFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectByteIntTuple
class ObjectByteIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectByteLongTuple
class ObjectByteLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectByteObjectTuple
class ObjectByteObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectByteShortTuple
class ObjectByteShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectByteTuple
class ObjectByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectCharByteTuple
class ObjectCharByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectCharCharTuple
class ObjectCharCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectCharDoubleTuple
class ObjectCharDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectCharFloatTuple
class ObjectCharFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectCharIntTuple
class ObjectCharIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectCharLongTuple
class ObjectCharLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectCharObjectTuple
class ObjectCharObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectCharShortTuple
class ObjectCharShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectCharTuple
class ObjectCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectDoubleByteTuple
class ObjectDoubleByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectDoubleCharTuple
class ObjectDoubleCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectDoubleDoubleTuple
class ObjectDoubleDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectDoubleFloatTuple
class ObjectDoubleFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectDoubleIntTuple
class ObjectDoubleIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectDoubleLongTuple
class ObjectDoubleLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectDoubleObjectTuple
class ObjectDoubleObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectDoubleShortTuple
class ObjectDoubleShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectDoubleTuple
class ObjectDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectFloatByteTuple
class ObjectFloatByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectFloatCharTuple
class ObjectFloatCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectFloatDoubleTuple
class ObjectFloatDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectFloatFloatTuple
class ObjectFloatFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectFloatIntTuple
class ObjectFloatIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectFloatLongTuple
class ObjectFloatLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectFloatObjectTuple
class ObjectFloatObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectFloatShortTuple
class ObjectFloatShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectFloatTuple
class ObjectFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectIntByteTuple
class ObjectIntByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectIntCharTuple
class ObjectIntCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectIntDoubleTuple
class ObjectIntDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectIntFloatTuple
class ObjectIntFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectIntIntTuple
class ObjectIntIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectIntLongTuple
class ObjectIntLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectIntObjectTuple
class ObjectIntObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectIntShortTuple
class ObjectIntShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectIntTuple
class ObjectIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectLongByteTuple
class ObjectLongByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectLongCharTuple
class ObjectLongCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectLongDoubleTuple
class ObjectLongDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectLongFloatTuple
class ObjectLongFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectLongIntTuple
class ObjectLongIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectLongLongTuple
class ObjectLongLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectLongObjectTuple
class ObjectLongObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectLongShortTuple
class ObjectLongShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectLongTuple
class ObjectLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectObjectByteTuple
class ObjectObjectByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectObjectCharTuple
class ObjectObjectCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectObjectDoubleTuple
class ObjectObjectDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectObjectFloatTuple
class ObjectObjectFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectObjectIntTuple
class ObjectObjectIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectObjectLongTuple
class ObjectObjectLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectObjectObjectTuple
class ObjectObjectObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectObjectShortTuple
class ObjectObjectShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectObjectTuple
class ObjectObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectShortByteTuple
class ObjectShortByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectShortCharTuple
class ObjectShortCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectShortDoubleTuple
class ObjectShortDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectShortFloatTuple
class ObjectShortFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectShortIntTuple
class ObjectShortIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectShortLongTuple
class ObjectShortLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectShortObjectTuple
class ObjectShortObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectShortShortTuple
class ObjectShortShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ObjectShortTuple
class ObjectShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortByteByteTuple
class ShortByteByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortByteCharTuple
class ShortByteCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortByteDoubleTuple
class ShortByteDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortByteFloatTuple
class ShortByteFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortByteIntTuple
class ShortByteIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortByteLongTuple
class ShortByteLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortByteObjectTuple
class ShortByteObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortByteShortTuple
class ShortByteShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortByteTuple
class ShortByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortCharByteTuple
class ShortCharByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortCharCharTuple
class ShortCharCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortCharDoubleTuple
class ShortCharDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortCharFloatTuple
class ShortCharFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortCharIntTuple
class ShortCharIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortCharLongTuple
class ShortCharLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortCharObjectTuple
class ShortCharObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortCharShortTuple
class ShortCharShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortCharTuple
class ShortCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortDoubleByteTuple
class ShortDoubleByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortDoubleCharTuple
class ShortDoubleCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortDoubleDoubleTuple
class ShortDoubleDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortDoubleFloatTuple
class ShortDoubleFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortDoubleIntTuple
class ShortDoubleIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortDoubleLongTuple
class ShortDoubleLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortDoubleObjectTuple
class ShortDoubleObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortDoubleShortTuple
class ShortDoubleShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortDoubleTuple
class ShortDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortFloatByteTuple
class ShortFloatByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortFloatCharTuple
class ShortFloatCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortFloatDoubleTuple
class ShortFloatDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortFloatFloatTuple
class ShortFloatFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortFloatIntTuple
class ShortFloatIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortFloatLongTuple
class ShortFloatLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortFloatObjectTuple
class ShortFloatObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortFloatShortTuple
class ShortFloatShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortFloatTuple
class ShortFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortIntByteTuple
class ShortIntByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortIntCharTuple
class ShortIntCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortIntDoubleTuple
class ShortIntDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortIntFloatTuple
class ShortIntFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortIntIntTuple
class ShortIntIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortIntLongTuple
class ShortIntLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortIntObjectTuple
class ShortIntObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortIntShortTuple
class ShortIntShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortIntTuple
class ShortIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortLongByteTuple
class ShortLongByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortLongCharTuple
class ShortLongCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortLongDoubleTuple
class ShortLongDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortLongFloatTuple
class ShortLongFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortLongIntTuple
class ShortLongIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortLongLongTuple
class ShortLongLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortLongObjectTuple
class ShortLongObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortLongShortTuple
class ShortLongShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortLongTuple
class ShortLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortObjectByteTuple
class ShortObjectByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortObjectCharTuple
class ShortObjectCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortObjectDoubleTuple
class ShortObjectDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortObjectFloatTuple
class ShortObjectFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortObjectIntTuple
class ShortObjectIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortObjectLongTuple
class ShortObjectLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortObjectObjectTuple
class ShortObjectObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortObjectShortTuple
class ShortObjectShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortObjectTuple
class ShortObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortShortByteTuple
class ShortShortByteTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortShortCharTuple
class ShortShortCharTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortShortDoubleTuple
class ShortShortDoubleTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortShortFloatTuple
class ShortShortFloatTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortShortIntTuple
class ShortShortIntTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortShortLongTuple
class ShortShortLongTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortShortObjectTuple
class ShortShortObjectTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortShortShortTuple
class ShortShortShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.util.tuples.generated.ShortShortTuple
class ShortShortTuple extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Package com.illumon.iris.db.v2
-
Class com.illumon.iris.db.v2.AbstractHierarchicalTableInfo
class AbstractHierarchicalTableInfo extends Object implements Serializable -
Class com.illumon.iris.db.v2.BaseTable
class 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
class ListenerImpl extends InstrumentedListener implements Serializable-
Serialized Fields
-
dependent
DynamicTable dependent
-
parent
DynamicTable parent
-
-
-
Class com.illumon.iris.db.v2.BaseTable.ShiftAwareListenerImpl
class ShiftAwareListenerImpl extends InstrumentedShiftAwareListener implements Serializable-
Serialized Fields
-
canReuseModifiedColumnSet
boolean canReuseModifiedColumnSet
-
dependent
DynamicTable dependent
-
parent
DynamicTable parent
-
-
-
Class com.illumon.iris.db.v2.DeferredViewTable
class 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
class SimpleTableReference extends DeferredViewTable.TableReference implements Serializable-
Serialized Fields
-
table
Table table
-
-
-
Class com.illumon.iris.db.v2.DeferredViewTable.TableReference
class TableReference extends LivenessArtifact implements Serializable -
Class com.illumon.iris.db.v2.ExportedTableMapHandleManager.Descriptor
class Descriptor extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
handleId
int handleId
-
-
Class com.illumon.iris.db.v2.HierarchicalTable
class HierarchicalTable extends QueryTable implements Serializable-
Serialized Fields
-
info
HierarchicalTableInfo info
-
rootTable
QueryTable rootTable
-
-
-
Class com.illumon.iris.db.v2.InMemoryTable
class InMemoryTable extends QueryTable implements Serializable -
Class com.illumon.iris.db.v2.InstrumentedListener
class InstrumentedListener extends InstrumentedListenerBase implements Serializable -
Class com.illumon.iris.db.v2.InstrumentedListenerAdapter
class InstrumentedListenerAdapter extends InstrumentedListener implements Serializable-
Serialized Fields
-
retained
boolean retained
-
source
DynamicTable source
-
-
-
Class com.illumon.iris.db.v2.InstrumentedListenerBase
class 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
class InstrumentedShiftAwareListener extends InstrumentedListenerBase implements Serializable -
Class com.illumon.iris.db.v2.InstrumentedShiftAwareListenerAdapter
class InstrumentedShiftAwareListenerAdapter extends InstrumentedShiftAwareListener implements Serializable-
Serialized Fields
-
retained
boolean retained
-
source
DynamicTable source
-
-
-
Class com.illumon.iris.db.v2.ListenerRecorder
class 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
class LiveQueryTable extends QueryTable implements Serializable-
Serialized Fields
-
additionsBuilder
Index.RandomBuilder additionsBuilder
-
-
-
Class com.illumon.iris.db.v2.LocalTableMap
class 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
class 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
class NestedPartitionedDiskBackedTable extends PartitionAwareSourceTable implements Serializable -
Exception com.illumon.iris.db.v2.NoSuchColumnException
class NoSuchColumnException extends IllegalArgumentException implements Serializable -
Class com.illumon.iris.db.v2.PartitionAwareSourceTable
class 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
class 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
class 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
class RedefinableTable extends UncoalescedTable implements Serializable -
Class com.illumon.iris.db.v2.ReverseLookupListener
class 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
class 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
-
Class com.illumon.iris.db.v2.SimpleSourceTable
class SimpleSourceTable extends SourceTable implements Serializable -
Class com.illumon.iris.db.v2.SortListener
class 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
class 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
class QueryTableReference extends DeferredViewTable.TableReference implements Serializable-
Serialized Fields
-
table
SourceTable table
-
-
-
Class com.illumon.iris.db.v2.SplayedDiskBackedTable
class SplayedDiskBackedTable extends SimpleSourceTable implements Serializable -
Class com.illumon.iris.db.v2.SwapListener
-
Class com.illumon.iris.db.v2.SwapListenerBase
class 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
-
Serialized Fields
-
symbolLookup
IntegerSparseArraySource symbolLookup
-
symbolSource
ColumnSource<Long> symbolSource
-
-
-
Class com.illumon.iris.db.v2.TableMapClient
class TableMapClient extends TableMapImpl implements Serializable-
Serialized Fields
-
id
int id
-
processorConnection
QueryProcessorConnection processorConnection
-
-
-
Class com.illumon.iris.db.v2.TableMapClient.TableMapGet
-
Class com.illumon.iris.db.v2.TableMapClient.TableMapGetKeys
-
Serialized Fields
-
id
int id
-
-
-
Class com.illumon.iris.db.v2.TableMapClient.TableMapGetMerged
-
Serialized Fields
-
id
int id
-
keys
Object[] keys
-
-
-
Class com.illumon.iris.db.v2.TableMapClient.TableMapMerge
-
Serialized Fields
-
id
int id
-
-
-
Class com.illumon.iris.db.v2.TableMapImpl
class 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
class TableMapProxyHandler extends LivenessArtifact implements Serializable -
Class com.illumon.iris.db.v2.TableSupplier
class 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
class 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
class TotalsTableBuilder extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.v2.TreeTableInfo
class TreeTableInfo extends AbstractHierarchicalTableInfo implements Serializable- serialVersionUID:
- 4L
-
Class com.illumon.iris.db.v2.UncoalescedTable
class UncoalescedTable extends BaseTable implements Serializable-
Serialized Fields
-
coalesced
DynamicTable coalesced
-
coalescingLock
Object coalescingLock
-
-
-
Class com.illumon.iris.db.v2.UpdatableTable
class 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
-
Exception com.illumon.iris.db.v2.by.AggregationOperatorException
class AggregationOperatorException extends UncheckedDeephavenException implements Serializable -
Class com.illumon.iris.db.v2.by.ComboAggregateFactory
class ComboAggregateFactory extends Object implements Serializable-
Serialized Fields
-
includesConstituents
boolean includesConstituents
-
isRollup
boolean isRollup
-
secondLevel
boolean secondLevel
-
underlyingAggregations
List<ComboAggregateFactory.ComboBy> underlyingAggregations
-
-
-
Class com.illumon.iris.db.v2.by.ComboAggregateFactory.ComboByImpl
class 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
class 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
class NullComboBy extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
-
Class com.illumon.iris.db.v2.by.HashTableColumnSource
-
Serialized Fields
-
mainSource
ColumnSource<DATA_TYPE> mainSource
-
overflowSource
ColumnSource<DATA_TYPE> overflowSource
-
-
-
Class com.illumon.iris.db.v2.by.PercentileByStateFactoryImpl
class PercentileByStateFactoryImpl extends Object implements Serializable-
Serialized Fields
-
averageMedian
boolean averageMedian
-
percentile
double percentile
-
-
-
Class com.illumon.iris.db.v2.by.SortedFirstBy
class SortedFirstBy extends SortedFirstOrLastByFactoryImpl implements Serializable -
Class com.illumon.iris.db.v2.by.SortedFirstOrLastByFactoryImpl
class SortedFirstOrLastByFactoryImpl extends IterativeIndexStateFactory implements Serializable-
Serialized Fields
-
minimum
boolean minimum
-
sortColumnNames
String[] sortColumnNames
-
-
-
Class com.illumon.iris.db.v2.by.SortedLastBy
class SortedLastBy extends SortedFirstOrLastByFactoryImpl implements Serializable
-
-
Package com.illumon.iris.db.v2.by.columnstats
-
Class com.illumon.iris.db.v2.by.columnstats.ChunkedComparableStatsKernel.Result
class Result extends Object implements Serializable- serialVersionUID:
- 8678480172971523659L
-
Class com.illumon.iris.db.v2.by.columnstats.ChunkedNumericalStatsKernel.Result
class Result extends Object implements Serializable -
Class com.illumon.iris.db.v2.by.columnstats.DBDateTimeChunkedStats.Result
class 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
-
Serialized Fields
-
trackingPrevious
boolean trackingPrevious
-
underlying
ObjectArraySource<ByteSegmentedSortedMultiset> underlying
-
-
-
Class com.illumon.iris.db.v2.by.ssmcountdistinct.CharSsmBackedSource
-
Serialized Fields
-
trackingPrevious
boolean trackingPrevious
-
underlying
ObjectArraySource<CharSegmentedSortedMultiset> underlying
-
-
-
Class com.illumon.iris.db.v2.by.ssmcountdistinct.DbDateTimeSsmSourceWrapper
-
Serialized Fields
-
underlying
LongSsmBackedSource underlying
-
-
-
Class com.illumon.iris.db.v2.by.ssmcountdistinct.DbDateTimeSsmSourceWrapper.ValueWrapper
class ValueWrapper extends Object implements Serializable-
Serialized Fields
-
underlying
LongSegmentedSortedMultiset underlying
-
-
-
Class com.illumon.iris.db.v2.by.ssmcountdistinct.DoubleSsmBackedSource
-
Serialized Fields
-
trackingPrevious
boolean trackingPrevious
-
underlying
ObjectArraySource<DoubleSegmentedSortedMultiset> underlying
-
-
-
Class com.illumon.iris.db.v2.by.ssmcountdistinct.FloatSsmBackedSource
-
Serialized Fields
-
trackingPrevious
boolean trackingPrevious
-
underlying
ObjectArraySource<FloatSegmentedSortedMultiset> underlying
-
-
-
Class com.illumon.iris.db.v2.by.ssmcountdistinct.IntSsmBackedSource
-
Serialized Fields
-
trackingPrevious
boolean trackingPrevious
-
underlying
ObjectArraySource<IntSegmentedSortedMultiset> underlying
-
-
-
Class com.illumon.iris.db.v2.by.ssmcountdistinct.LongSsmBackedSource
-
Serialized Fields
-
trackingPrevious
boolean trackingPrevious
-
underlying
ObjectArraySource<LongSegmentedSortedMultiset> underlying
-
-
-
Class com.illumon.iris.db.v2.by.ssmcountdistinct.ObjectSsmBackedSource
-
Serialized Fields
-
trackingPrevious
boolean trackingPrevious
-
underlying
ObjectArraySource<ObjectSegmentedSortedMultiset> underlying
-
-
-
Class com.illumon.iris.db.v2.by.ssmcountdistinct.ShortSsmBackedSource
-
Serialized Fields
-
trackingPrevious
boolean trackingPrevious
-
underlying
ObjectArraySource<ShortSegmentedSortedMultiset> underlying
-
-
-
-
Package com.illumon.iris.db.v2.dbarrays
-
Class com.illumon.iris.db.v2.dbarrays.DbArrayColumnWrapper
- 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
- 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
- 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class JoinListenerRecorder extends ListenerRecorder implements Serializable -
Class com.illumon.iris.db.v2.join.ZeroKeyChunkedAjMergedListener
class 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
class 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
class AggregateTableLocationKey extends FullTableLocationKey implements Serializable- serialVersionUID:
- -4297171026652176542L
-
Exception com.illumon.iris.db.v2.locations.TableDataException
class 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
class 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
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.v2.locations.TableLocationLookupKey.Reusable
class 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
class 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
- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.v2.locations.TableLookupKey.Reusable
class Reusable extends TableLookupKey<com.fishlib.base.string.cache.CharSequenceAdapterBuilder> implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Package com.illumon.iris.db.v2.locations.local
-
Exception com.illumon.iris.db.v2.locations.local.ImportStateNotFoundException
class ImportStateNotFoundException extends UnreadableImportStateException implements Serializable- serialVersionUID:
- -2329094622855953320L
-
Exception com.illumon.iris.db.v2.locations.local.UnreadableImportStateException
class UnreadableImportStateException extends IOException implements Serializable- serialVersionUID:
- 7708623320070276599L
-
-
Package com.illumon.iris.db.v2.locations.protocol
-
Class com.illumon.iris.db.v2.locations.protocol.TableDataRequestImpl
class TableDataRequestImpl extends ReferenceCounted implements Serializable-
Serialized Fields
-
columnFileDataRequestBuffer
ByteBuffer columnFileDataRequestBuffer
-
columnFileDataRequestLengthRead
int columnFileDataRequestLengthRead
-
columnFileDataRequestLengthToRead
int columnFileDataRequestLengthToRead
-
columnFileDataRequestPosition
long columnFileDataRequestPosition
-
columnFileSizeRequestRequiredSize
long columnFileSizeRequestRequiredSize
-
columnFileSizeRequestResultSize
long columnFileSizeRequestResultSize
-
columnFileType
ColumnFileType columnFileType
-
columnLocationExistenceResultExists
boolean columnLocationExistenceResultExists
-
columnLocationExistenceResultHasSymbolTable
boolean columnLocationExistenceResultHasSymbolTable
-
columnLocationExistenceResultLittleEndianByteOrder
boolean columnLocationExistenceResultLittleEndianByteOrder
-
columnName
CharSequence columnName
-
deadlineMillis
long deadlineMillis
-
driver
TableDataProtocolDriverImpl driver
-
handler
RequestResultHandler handler
-
key
long key
-
locationKey
TableLocationKey locationKey
-
nextInPendingOrFreeRequests
TableDataRequestImpl nextInPendingOrFreeRequests
-
nextInWatchedRequests
TableDataRequestImpl nextInWatchedRequests
-
prevInWatchedRequests
TableDataRequestImpl prevInWatchedRequests
-
rejectionMessage
String rejectionMessage
-
requestRejectionType
TableDataProtocol.RequestRejectionType requestRejectionType
-
sentServer
AtomicReference<TableDataProtocol.Server> sentServer
-
status
AtomicReference<com.illumon.iris.db.v2.locations.protocol.TableDataRequestImpl.Status> status
-
subscribe
boolean subscribe
-
tableKey
TableKey tableKey
-
tableLocationProviderStamp
long tableLocationProviderStamp
-
type
TableDataProtocol.RequestMessageType type
-
unsubscribeRequestKeyToUnsubscribe
long unsubscribeRequestKeyToUnsubscribe
-
-
-
-
Package com.illumon.iris.db.v2.logaggregator
-
Exception com.illumon.iris.db.v2.logaggregator.ColumnPartitionChannelManager.InvalidatedChannelException
class InvalidatedChannelException extends IOException implements Serializable- serialVersionUID:
- -3367842539419273956L
-
-
Package com.illumon.iris.db.v2.parquet
-
Exception com.illumon.iris.db.v2.parquet.SchemaMappingException
class SchemaMappingException extends Exception implements Serializable
-
-
Package com.illumon.iris.db.v2.permissions
-
Exception com.illumon.iris.db.v2.permissions.AclStoreException
class AclStoreException extends DeephavenException implements Serializable- serialVersionUID:
- 7992124126022193728L
-
Class com.illumon.iris.db.v2.permissions.AllUsersGroupsStrategiesQuery
class AllUsersGroupsStrategiesQuery extends ContextAwareRemoteQuery<UserGroupStrategyData> implements Serializable- serialVersionUID:
- 7692060408354705592L
-
Class com.illumon.iris.db.v2.permissions.DbAclEditorTableData
class DbAclEditorTableData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
columnAclTable
Table columnAclTable
-
externalAuthOnlyUsers
Table externalAuthOnlyUsers
-
groupStrategyTable
Table groupStrategyTable
-
strategyAccountTable
Table strategyAccountTable
-
systemUserTable
Table systemUserTable
-
tableAclTable
Table tableAclTable
-
tableEditorTable
Table tableEditorTable
-
userGroupTable
Table userGroupTable
-
-
Class com.illumon.iris.db.v2.permissions.DbAclEditorTableQuery
class DbAclEditorTableQuery extends ContextAwareRemoteQuery<DbAclEditorTableData> implements Serializable -
Class com.illumon.iris.db.v2.permissions.GroupsForUserQuery
-
Serialized Fields
-
user
String user
-
-
-
Class com.illumon.iris.db.v2.permissions.GroupStrategyExistsQuery
-
Class com.illumon.iris.db.v2.permissions.OneEditableQuery
- serialVersionUID:
- -2077727889258097439L
-
Class com.illumon.iris.db.v2.permissions.PermissionAnalyzerData
class PermissionAnalyzerData extends Object implements Serializable-
Serialized Fields
-
acl
String acl
-
filters
Collection<String> filters
-
group
String group
-
-
-
Class com.illumon.iris.db.v2.permissions.PermissionAndGroupData
class PermissionAndGroupData extends Object implements Serializable-
Serialized Fields
-
groups
String[] groups
-
paData
Collection<PermissionAnalyzerData> paData
-
-
-
Class com.illumon.iris.db.v2.permissions.RefreshingAccountFilter
class RefreshingAccountFilter extends RefreshingMysqlFilter implements Serializable-
Serialized Fields
-
database
Database database
-
permissionFilterProvider
PermissionFilterProvider permissionFilterProvider
-
userContext
io.deephaven.enterprise.auth.UserContext userContext
-
-
-
Class com.illumon.iris.db.v2.permissions.RefreshingAccountRootFilter
class RefreshingAccountRootFilter extends RefreshingMysqlFilter implements Serializable-
Serialized Fields
-
database
Database database
-
permissionFilterProvider
PermissionFilterProvider permissionFilterProvider
-
userContext
io.deephaven.enterprise.auth.UserContext userContext
-
-
-
Class com.illumon.iris.db.v2.permissions.RefreshingGroupFilter
class RefreshingGroupFilter extends RefreshingMysqlFilter implements Serializable-
Serialized Fields
-
database
Database database
-
permissionFilterProvider
PermissionFilterProvider permissionFilterProvider
-
userContext
io.deephaven.enterprise.auth.UserContext userContext
-
-
-
Class com.illumon.iris.db.v2.permissions.RefreshingMysqlFilter
class 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
class RefreshingStrategyFilter extends RefreshingMysqlFilter implements Serializable-
Serialized Fields
-
database
Database database
-
permissionFilterProvider
PermissionFilterProvider permissionFilterProvider
-
userContext
io.deephaven.enterprise.auth.UserContext userContext
-
-
-
Class com.illumon.iris.db.v2.permissions.RetrieveOneAclQuery
class RetrieveOneAclQuery extends ContextAwareRemoteQuery<RetrieveOneAclQuery.Result> implements Serializable- serialVersionUID:
- 2L
-
Class com.illumon.iris.db.v2.permissions.RetrieveOneAclQuery.Result
class Result extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.v2.permissions.RetrieveSystemUserAclQuery
-
Serialized Fields
-
runAsGroupFilter
String runAsGroupFilter
-
-
-
Class com.illumon.iris.db.v2.permissions.StrategyForAccountQuery
-
Serialized Fields
-
account
String account
-
-
-
Exception com.illumon.iris.db.v2.permissions.UnCheckedAclStoreException
class UnCheckedAclStoreException extends UncheckedPermissionException implements Serializable- serialVersionUID:
- -2498029716063641766L
-
Class com.illumon.iris.db.v2.permissions.UserGroupStrategyData
class UserGroupStrategyData extends Object implements Serializable -
Class com.illumon.iris.db.v2.permissions.UsersForGroupQuery
- serialVersionUID:
- 28926785672058644L
-
Serialized Fields
-
group
String group
-
-
-
Package com.illumon.iris.db.v2.permissions.rs.exceptions
-
Exception com.illumon.iris.db.v2.permissions.rs.exceptions.DbAclCheckedException
class DbAclCheckedException extends Exception implements Serializable- serialVersionUID:
- -4889704169947993582L
-
Exception com.illumon.iris.db.v2.permissions.rs.exceptions.DbAclUncheckedException
class DbAclUncheckedException extends UncheckedDeephavenException implements Serializable- serialVersionUID:
- -1727066056833775424L
-
-
Package com.illumon.iris.db.v2.remote
-
Exception com.illumon.iris.db.v2.remote.ConstructSnapshot.NoSnapshotAllowedException
class NoSnapshotAllowedException extends UnsupportedOperationException implements Serializable -
Exception com.illumon.iris.db.v2.remote.ConstructSnapshot.SnapshotInconsistentException
class SnapshotInconsistentException extends UncheckedDeephavenException implements Serializable -
Class com.illumon.iris.db.v2.remote.DeltaUpdates
class 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
class ColumnAdditions extends Object implements Serializable-
Serialized Fields
-
columnIndex
int columnIndex
-
serializedRows
Object serializedRows
-
-
-
Class com.illumon.iris.db.v2.remote.DeltaUpdates.ColumnModifications
class ColumnModifications extends Object implements Serializable -
Class com.illumon.iris.db.v2.remote.InitialSnapshot
class 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
class 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
class 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
-
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
-
updateJobState
AtomicInteger updateJobState
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. -
updatePropagationJob
com.illumon.iris.db.v2.remote.PreemptiveUpdatesTable.UpdatePropagationJob updatePropagationJob
-
-
-
Class com.illumon.iris.db.v2.remote.ReplicatedTable
class 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
class 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
class WrappedDelegatingTable extends BaseTable implements Serializable
-
-
Package com.illumon.iris.db.v2.replay
-
Class com.illumon.iris.db.v2.replay.QueryReplayGroupedTable
class 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
class Local extends Object implements Serializable-
Serialized Fields
-
replayer
Replayer replayer
-
-
-
Class com.illumon.iris.db.v2.replay.ReplayGroupedFullTable
class ReplayGroupedFullTable extends QueryReplayGroupedTable implements Serializable-
Serialized Fields
-
redirIndexSize
int redirIndexSize
-
-
-
Class com.illumon.iris.db.v2.replay.ReplayLastByGroupedTable
class ReplayLastByGroupedTable extends QueryReplayGroupedTable implements Serializable -
Class com.illumon.iris.db.v2.replay.ReplayTable
class 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.routing
-
Exception com.illumon.iris.db.v2.routing.DataRoutingConfigurationException
class DataRoutingConfigurationException extends com.fishlib.configuration.ConfigurationException implements Serializable- serialVersionUID:
- -4323403935915977372L
-
Exception com.illumon.iris.db.v2.routing.DataRoutingService.NotReadyException
class NotReadyException extends IOException implements Serializable- serialVersionUID:
- -5609784713369014496L
-
-
Package com.illumon.iris.db.v2.select
-
Class com.illumon.iris.db.v2.select.AbstractConditionFilter
class 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 -
isImmutable
boolean isImmutable
-
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
class 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 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
class 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
class 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
class ByteRangeFilter extends AbstractRangeFilter implements Serializable-
Serialized Fields
-
lower
byte lower
-
upper
byte upper
-
-
-
Class com.illumon.iris.db.v2.select.CharRangeFilter
class CharRangeFilter extends AbstractRangeFilter implements Serializable-
Serialized Fields
-
lower
char lower
-
upper
char upper
-
-
-
Class com.illumon.iris.db.v2.select.ClockFilter
class 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
DynamicTable resultTable
-
-
-
Class com.illumon.iris.db.v2.select.ComparableRangeFilter
class ComparableRangeFilter extends AbstractRangeFilter implements Serializable-
Serialized Fields
-
lower
Comparable lower
-
upper
Comparable upper
-
-
-
Class com.illumon.iris.db.v2.select.ComposedFilter
class ComposedFilter extends SelectFilterLivenessArtifactImpl implements Serializable-
Serialized Fields
-
componentFilters
SelectFilter[] componentFilters
-
-
-
Class com.illumon.iris.db.v2.select.ConditionFilter
class ConditionFilter extends AbstractConditionFilter implements Serializable -
Class com.illumon.iris.db.v2.select.ConjunctiveFilter
class ConjunctiveFilter extends ComposedFilter implements Serializable -
Class com.illumon.iris.db.v2.select.DateTimeRangeFilter
class DateTimeRangeFilter extends LongRangeFilter implements Serializable -
Class com.illumon.iris.db.v2.select.DisjunctiveFilter
class DisjunctiveFilter extends ComposedFilter implements Serializable -
Class com.illumon.iris.db.v2.select.DoubleRangeFilter
class DoubleRangeFilter extends AbstractRangeFilter implements Serializable-
Serialized Fields
-
lower
double lower
-
upper
double upper
-
-
-
Class com.illumon.iris.db.v2.select.DownsampledWhereFilter
class 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
class 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
DynamicTable resultTable
-
setInclusionKernel
SetInclusionKernel setInclusionKernel
-
setRefreshing
boolean setRefreshing
-
setTable
Table setTable
-
setTupleSource
TupleSource<?> setTupleSource
-
setUpdateListener
InstrumentedShiftAwareListener setUpdateListener
-
-
-
Class com.illumon.iris.db.v2.select.FloatRangeFilter
class FloatRangeFilter extends AbstractRangeFilter implements Serializable-
Serialized Fields
-
lower
float lower
-
upper
float upper
-
-
-
Exception com.illumon.iris.db.v2.select.FormulaCompilationException
class FormulaCompilationException extends UncheckedDeephavenException implements Serializable -
Exception com.illumon.iris.db.v2.select.FormulaEvaluationException
class FormulaEvaluationException extends RuntimeException implements Serializable -
Class com.illumon.iris.db.v2.select.IncrementalReleaseFilter
class IncrementalReleaseFilter extends BaseIncrementalReleaseFilter implements Serializable-
Serialized Fields
-
sizeIncrement
long sizeIncrement
-
-
-
Class com.illumon.iris.db.v2.select.IntRangeFilter
class IntRangeFilter extends AbstractRangeFilter implements Serializable-
Serialized Fields
-
lower
int lower
-
upper
int upper
-
-
-
Class com.illumon.iris.db.v2.select.LongRangeFilter
class LongRangeFilter extends AbstractRangeFilter implements Serializable-
Serialized Fields
-
lower
long lower
-
upper
long upper
-
-
-
Class com.illumon.iris.db.v2.select.MatchFilter
class MatchFilter extends SelectFilterImpl implements Serializable- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.v2.select.PatternFilter
class PatternFilter extends SelectFilterImpl implements Serializable- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.v2.select.PythonVectorFilter
class 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
class 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
class RegexFilter extends PatternFilter implements Serializable- serialVersionUID:
- 1L
-
Class com.illumon.iris.db.v2.select.RollingReleaseFilter
class RollingReleaseFilter extends SelectFilterLivenessArtifactImpl implements Serializable-
Serialized Fields
-
listener
SelectFilter.RecomputeListener listener
-
offset
long offset
-
releaseMoreEntries
boolean releaseMoreEntries
-
rollingSize
long rollingSize
-
workingSize
long workingSize
-
-
-
Exception com.illumon.iris.db.v2.select.SelectFilter.PreviousFilteringNotSupported
class PreviousFilteringNotSupported extends ConstructSnapshot.NoSnapshotAllowedException implements Serializable -
Class com.illumon.iris.db.v2.select.SelectFilterImpl
class SelectFilterImpl extends Object implements Serializable-
Serialized Fields
-
isAutomatedFilter
boolean isAutomatedFilter
-
-
-
Class com.illumon.iris.db.v2.select.SelectFilterLivenessArtifactImpl
class SelectFilterLivenessArtifactImpl extends LivenessArtifact implements Serializable-
Serialized Fields
-
isAutomatedFilter
boolean isAutomatedFilter
-
-
-
Class com.illumon.iris.db.v2.select.SelectNoneFilter
class SelectNoneFilter extends SelectFilterImpl implements Serializable -
Class com.illumon.iris.db.v2.select.ShortRangeFilter
class ShortRangeFilter extends AbstractRangeFilter implements Serializable-
Serialized Fields
-
lower
short lower
-
upper
short upper
-
-
-
Class com.illumon.iris.db.v2.select.SingleSidedComparableRangeFilter
class SingleSidedComparableRangeFilter extends AbstractRangeFilter implements Serializable-
Serialized Fields
-
isGreaterThan
boolean isGreaterThan
-
pivot
Comparable<?> pivot
-
-
-
Class com.illumon.iris.db.v2.select.SortedClockFilter
class SortedClockFilter extends ClockFilter implements Serializable-
Serialized Fields
-
range
ClockFilter.Range range
-
sortingDone
boolean sortingDone
-
-
-
Class com.illumon.iris.db.v2.select.StartsOrEndsWithFilter
class StartsOrEndsWithFilter extends PatternFilter implements Serializable-
Serialized Fields
-
endsWith
boolean endsWith
-
-
-
Class com.illumon.iris.db.v2.select.StringContainsFilter
class StringContainsFilter extends PatternFilter implements Serializable- serialVersionUID:
- 2L
-
Class com.illumon.iris.db.v2.select.TimeSeriesFilter
class 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
class 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
class 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
class 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
class AbstractColumnSource extends Object implements Serializable- serialVersionUID:
- 8003280177657671273L
-
Serialization Methods
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class com.illumon.iris.db.v2.sources.AbstractColumnSource.DefaultedImmutable
-
Class com.illumon.iris.db.v2.sources.AbstractColumnSource.DefaultedMutable
-
Class com.illumon.iris.db.v2.sources.ArrayBackedColumnSource
- 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
-
Serialized Fields
-
innerSource
ColumnSource<T> innerSource
-
shiftState
ZeroKeyCrossJoinShiftState shiftState
-
-
-
Class com.illumon.iris.db.v2.sources.BitShiftingColumnSource
-
Serialized Fields
-
innerSource
ColumnSource<T> innerSource
-
shiftState
CrossJoinShiftState shiftState
-
-
-
Class com.illumon.iris.db.v2.sources.BooleanArraySource
class 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
-
Serialized Fields
-
alternateColumnSource
ColumnSource<Boolean> alternateColumnSource
-
-
-
Class com.illumon.iris.db.v2.sources.BooleanSingleValueSource
-
Serialized Fields
-
current
Boolean current
-
-
-
Class com.illumon.iris.db.v2.sources.BooleanSparseArraySource
-
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
-
Serialized Fields
-
originalSource
ColumnSource<?> originalSource
-
-
-
Class com.illumon.iris.db.v2.sources.BoxedColumnSource.OfDateTime
-
Class com.illumon.iris.db.v2.sources.BoxedLongAsTimeSource
-
Serialized Fields
-
alternateColumnSource
ColumnSource<Long> alternateColumnSource
-
-
-
Class com.illumon.iris.db.v2.sources.ByteArraySource
class 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
-
Serialized Fields
-
current
byte current
-
-
-
Class com.illumon.iris.db.v2.sources.ByteSparseArraySource
-
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
class 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
-
Serialized Fields
-
current
char current
-
-
-
Class com.illumon.iris.db.v2.sources.CharacterSparseArraySource
-
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
-
Serialized Fields
-
crossJoinManager
CrossJoinStateManager crossJoinManager
-
innerSource
ColumnSource<T> innerSource
-
rightIsLive
boolean rightIsLive
-
-
-
Class com.illumon.iris.db.v2.sources.DateTimeArraySource
-
Class com.illumon.iris.db.v2.sources.DatetimeAsLongColumnSource
class DatetimeAsLongColumnSource extends UnboxedTimeBackedColumnSource<DBDateTime> implements Serializable -
Class com.illumon.iris.db.v2.sources.DateTimeSparseArraySource
class DateTimeSparseArraySource extends NanosBasedTimeSparseArraySource<DBDateTime> implements Serializable -
Class com.illumon.iris.db.v2.sources.DoubleArraySource
class 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
-
Serialized Fields
-
column
DoubleArraySource column
-
-
-
Class com.illumon.iris.db.v2.sources.DoubleSingleValueSource
-
Serialized Fields
-
current
double current
-
-
-
Class com.illumon.iris.db.v2.sources.DoubleSparseArraySource
-
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
class 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
class 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
-
Serialized Fields
-
current
float current
-
-
-
Class com.illumon.iris.db.v2.sources.FloatSparseArraySource
-
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
-
Class com.illumon.iris.db.v2.sources.InstantAsLongColumnSource
class InstantAsLongColumnSource extends UnboxedTimeBackedColumnSource<Instant> implements Serializable -
Class com.illumon.iris.db.v2.sources.InstantSparseArraySource
class InstantSparseArraySource extends NanosBasedTimeSparseArraySource<Instant> implements Serializable -
Class com.illumon.iris.db.v2.sources.IntegerArraySource
class 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
-
Serialized Fields
-
current
int current
-
-
-
Class com.illumon.iris.db.v2.sources.IntegerSparseArraySource
-
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
class ListAggregateColumnSource extends AbstractColumnSource implements Serializable-
Serialized Fields
-
indices
List<Index> indices
-
source
ColumnSource source
-
-
-
Class com.illumon.iris.db.v2.sources.LocalDateWrapperSource
-
Serialized Fields
-
inner
ColumnSource<ZonedDateTime> inner
-
mustInspectZone
boolean mustInspectZone
-
zone
ZoneId zone
-
-
-
Class com.illumon.iris.db.v2.sources.LocalTimeWrapperSource
-
Serialized Fields
-
inner
ColumnSource<ZonedDateTime> inner
-
mustInspectZone
boolean mustInspectZone
-
zone
ZoneId zone
-
-
-
Class com.illumon.iris.db.v2.sources.LongArraySource
class 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
-
Class com.illumon.iris.db.v2.sources.LongAsInstantColumnSource
-
Class com.illumon.iris.db.v2.sources.LongAsLocalDateColumnSource
-
Serialized Fields
-
zone
ZoneId zone
-
-
-
Class com.illumon.iris.db.v2.sources.LongAsLocalTimeColumnSource
-
Serialized Fields
-
zone
ZoneId zone
-
-
-
Class com.illumon.iris.db.v2.sources.LongAsZonedDateTimeColumnSource
class LongAsZonedDateTimeColumnSource extends BoxedLongAsTimeSource<ZonedDateTime> implements Serializable-
Serialized Fields
-
zone
ZoneId zone
-
-
-
Class com.illumon.iris.db.v2.sources.LongSingleValueSource
-
Serialized Fields
-
current
long current
-
-
-
Class com.illumon.iris.db.v2.sources.LongSparseArraySource
-
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
class 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
class NanosBasedTimeSparseArraySource extends SparseArrayColumnSource<TIME_TYPE> implements Serializable-
Serialized Fields
-
nanoSource
LongSparseArraySource nanoSource
-
-
-
Class com.illumon.iris.db.v2.sources.NullValueColumnSource
-
Class com.illumon.iris.db.v2.sources.ObjectArraySource
class 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
-
Serialized Fields
-
current
T current
-
-
-
Class com.illumon.iris.db.v2.sources.ObjectSparseArraySource
-
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
-
Serialized Fields
-
originalSource
ColumnSource<T> originalSource
-
-
-
Class com.illumon.iris.db.v2.sources.ReadOnlyRedirectedColumnSource
-
Serialized Fields
-
ascendingMapping
boolean ascendingMapping
-
innerSource
ColumnSource<T> innerSource
-
redirectionIndex
RedirectionIndex redirectionIndex
-
-
-
Class com.illumon.iris.db.v2.sources.RedirectedColumnSource
-
Serialized Fields
-
maxInnerIndex
long maxInnerIndex
-
-
-
Class com.illumon.iris.db.v2.sources.ReversedColumnSource
-
Serialized Fields
-
indexReverser
ReverseOperation indexReverser
-
innerSource
ColumnSource<T> innerSource
-
maxInnerIndex
long maxInnerIndex
-
-
-
Class com.illumon.iris.db.v2.sources.RowIdSource
-
Class com.illumon.iris.db.v2.sources.ShiftedColumnSource
-
Serialized Fields
-
index
ReadOnlyIndex index
-
innerSource
ColumnSource<T> innerSource
-
shift
long shift
-
-
-
Class com.illumon.iris.db.v2.sources.ShortArraySource
class 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
-
Serialized Fields
-
current
short current
-
-
-
Class com.illumon.iris.db.v2.sources.ShortSparseArraySource
-
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
-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
-
Serialized Fields
-
isTrackingPrevValues
boolean isTrackingPrevValues
-
-
-
Class com.illumon.iris.db.v2.sources.SingleValueObjectColumnSource
-
Serialized Fields
-
value
DATA_TYPE value
-
-
-
Class com.illumon.iris.db.v2.sources.SparseArrayColumnSource
-
Serialized Fields
-
immutable
boolean immutable
-
-
-
Class com.illumon.iris.db.v2.sources.StringSetImpl
class 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
-
Serialized Fields
-
currentSource
ColumnSource<T> currentSource
-
prevCycle
long prevCycle
-
prevSource
ColumnSource<T> prevSource
-
updateCommitter
UpdateCommitter updateCommitter
-
-
-
Class com.illumon.iris.db.v2.sources.UnboxedByteBackedColumnSource
-
Serialized Fields
-
alternateColumnSource
ColumnSource<T> alternateColumnSource
-
-
-
Class com.illumon.iris.db.v2.sources.UnboxedLongBackedColumnSource
-
Serialized Fields
-
alternateColumnSource
ColumnSource<T> alternateColumnSource
-
-
-
Class com.illumon.iris.db.v2.sources.UnboxedLongBackedWritableSource
class UnboxedLongBackedWritableSource extends UnboxedLongBackedColumnSource<T> implements Serializable-
Serialized Fields
-
alternateWritableSource
WritableSource<T> alternateWritableSource
-
-
-
Class com.illumon.iris.db.v2.sources.UnboxedTimeBackedColumnSource
-
Serialized Fields
-
alternateColumnSource
ColumnSource<TIME_TYPE> alternateColumnSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedArrayColumnSource
-
Serialized Fields
-
innerSource
ColumnSource innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedBooleanArrayColumnSource
class UngroupedBooleanArrayColumnSource extends UngroupedColumnSource<Boolean> implements Serializable-
Serialized Fields
-
innerSource
ColumnSource<boolean[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedBooleanArrayColumnSource
class UngroupedBoxedBooleanArrayColumnSource extends UngroupedColumnSource<Boolean> implements Serializable-
Serialized Fields
-
innerSource
ColumnSource<Boolean[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedByteArrayColumnSource
class UngroupedBoxedByteArrayColumnSource extends UngroupedColumnSource<Byte> implements Serializable-
Serialized Fields
-
innerSource
ColumnSource<Byte[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedByteDbArrayColumnSource
class UngroupedBoxedByteDbArrayColumnSource extends UngroupedDbArrayColumnSource<Byte> implements Serializable -
Class com.illumon.iris.db.v2.sources.UngroupedBoxedCharArrayColumnSource
class UngroupedBoxedCharArrayColumnSource extends UngroupedColumnSource<Character> implements Serializable-
Serialized Fields
-
innerSource
ColumnSource<Character[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedCharDbArrayColumnSource
class UngroupedBoxedCharDbArrayColumnSource extends UngroupedDbArrayColumnSource<Character> implements Serializable -
Class com.illumon.iris.db.v2.sources.UngroupedBoxedDoubleArrayColumnSource
class UngroupedBoxedDoubleArrayColumnSource extends UngroupedColumnSource<Double> implements Serializable-
Serialized Fields
-
innerSource
ColumnSource<Double[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedDoubleDbArrayColumnSource
class UngroupedBoxedDoubleDbArrayColumnSource extends UngroupedDbArrayColumnSource<Double> implements Serializable -
Class com.illumon.iris.db.v2.sources.UngroupedBoxedFloatArrayColumnSource
class UngroupedBoxedFloatArrayColumnSource extends UngroupedColumnSource<Float> implements Serializable-
Serialized Fields
-
innerSource
ColumnSource<Float[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedFloatDbArrayColumnSource
class UngroupedBoxedFloatDbArrayColumnSource extends UngroupedDbArrayColumnSource<Float> implements Serializable -
Class com.illumon.iris.db.v2.sources.UngroupedBoxedIntArrayColumnSource
class UngroupedBoxedIntArrayColumnSource extends UngroupedColumnSource<Integer> implements Serializable-
Serialized Fields
-
innerSource
ColumnSource<Integer[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedIntDbArrayColumnSource
class UngroupedBoxedIntDbArrayColumnSource extends UngroupedDbArrayColumnSource<Integer> implements Serializable -
Class com.illumon.iris.db.v2.sources.UngroupedBoxedLongArrayColumnSource
class UngroupedBoxedLongArrayColumnSource extends UngroupedColumnSource<Long> implements Serializable-
Serialized Fields
-
innerSource
ColumnSource<Long[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedLongDbArrayColumnSource
class UngroupedBoxedLongDbArrayColumnSource extends UngroupedDbArrayColumnSource<Long> implements Serializable -
Class com.illumon.iris.db.v2.sources.UngroupedBoxedShortArrayColumnSource
class UngroupedBoxedShortArrayColumnSource extends UngroupedColumnSource<Short> implements Serializable-
Serialized Fields
-
innerSource
ColumnSource<Short[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedBoxedShortDbArrayColumnSource
class UngroupedBoxedShortDbArrayColumnSource extends UngroupedDbArrayColumnSource<Short> implements Serializable -
Class com.illumon.iris.db.v2.sources.UngroupedByteArrayColumnSource
-
Serialized Fields
-
innerSource
ColumnSource<byte[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedByteDbArrayColumnSource
-
Serialized Fields
-
innerSource
ColumnSource<DbByteArray> innerSource
-
isUngroupable
boolean isUngroupable
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedCharArrayColumnSource
class UngroupedCharArrayColumnSource extends UngroupedColumnSource<Character> implements Serializable-
Serialized Fields
-
innerSource
ColumnSource<char[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedCharDbArrayColumnSource
class UngroupedCharDbArrayColumnSource extends UngroupedColumnSource<Character> implements Serializable-
Serialized Fields
-
innerSource
ColumnSource<DbCharArray> innerSource
-
isUngroupable
boolean isUngroupable
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedColumnSource
-
Serialized Fields
-
base
long base
-
lastPreviousClockTick
long lastPreviousClockTick
-
prevBase
long prevBase
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedDbArrayColumnSource
-
Serialized Fields
-
innerSource
ColumnSource<DbArray<T>> innerSource
-
isUngroupable
boolean isUngroupable
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedDoubleArrayColumnSource
class UngroupedDoubleArrayColumnSource extends UngroupedColumnSource<Double> implements Serializable-
Serialized Fields
-
innerSource
ColumnSource<double[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedDoubleDbArrayColumnSource
class UngroupedDoubleDbArrayColumnSource extends UngroupedColumnSource<Double> implements Serializable-
Serialized Fields
-
innerSource
ColumnSource<DbDoubleArray> innerSource
-
isUngroupable
boolean isUngroupable
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedFloatArrayColumnSource
-
Serialized Fields
-
innerSource
ColumnSource<float[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedFloatDbArrayColumnSource
class UngroupedFloatDbArrayColumnSource extends UngroupedColumnSource<Float> implements Serializable-
Serialized Fields
-
innerSource
ColumnSource<DbFloatArray> innerSource
-
isUngroupable
boolean isUngroupable
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedIntArrayColumnSource
-
Serialized Fields
-
innerSource
ColumnSource<int[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedIntDbArrayColumnSource
class UngroupedIntDbArrayColumnSource extends UngroupedColumnSource<Integer> implements Serializable-
Serialized Fields
-
innerSource
ColumnSource<DbIntArray> innerSource
-
isUngroupable
boolean isUngroupable
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedLongArrayColumnSource
-
Serialized Fields
-
innerSource
ColumnSource<long[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedLongDbArrayColumnSource
-
Serialized Fields
-
innerSource
ColumnSource<DbLongArray> innerSource
-
isUngroupable
boolean isUngroupable
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedShortArrayColumnSource
-
Serialized Fields
-
innerSource
ColumnSource<short[]> innerSource
-
-
-
Class com.illumon.iris.db.v2.sources.UngroupedShortDbArrayColumnSource
class UngroupedShortDbArrayColumnSource extends UngroupedColumnSource<Short> implements Serializable-
Serialized Fields
-
innerSource
ColumnSource<DbShortArray> innerSource
-
isUngroupable
boolean isUngroupable
-
-
-
Class com.illumon.iris.db.v2.sources.UnionColumnSource
-
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
class 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
-
Serialized Fields
-
formula
Formula formula
-
-
-
Class com.illumon.iris.db.v2.sources.ZonedDateTimeArraySource
class ZonedDateTimeArraySource extends NanosBasedTimeArraySource<ZonedDateTime> implements Serializable-
Serialized Fields
-
zone
ZoneId zone
-
-
-
Class com.illumon.iris.db.v2.sources.ZonedDateTimeAsLongSource
class ZonedDateTimeAsLongSource extends UnboxedTimeBackedColumnSource<ZonedDateTime> implements Serializable -
Class com.illumon.iris.db.v2.sources.ZonedDateTimeSparseArraySource
class 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
class ByteAggregateColumnSource extends com.illumon.iris.db.v2.sources.aggregate.BaseAggregateColumnSource<DbByteArray,Byte> implements Serializable -
Class com.illumon.iris.db.v2.sources.aggregate.CharAggregateColumnSource
class CharAggregateColumnSource extends com.illumon.iris.db.v2.sources.aggregate.BaseAggregateColumnSource<DbCharArray,Character> implements Serializable -
Class com.illumon.iris.db.v2.sources.aggregate.DoubleAggregateColumnSource
class DoubleAggregateColumnSource extends com.illumon.iris.db.v2.sources.aggregate.BaseAggregateColumnSource<DbDoubleArray,Double> implements Serializable -
Class com.illumon.iris.db.v2.sources.aggregate.FloatAggregateColumnSource
class FloatAggregateColumnSource extends com.illumon.iris.db.v2.sources.aggregate.BaseAggregateColumnSource<DbFloatArray,Float> implements Serializable -
Class com.illumon.iris.db.v2.sources.aggregate.IntAggregateColumnSource
class IntAggregateColumnSource extends com.illumon.iris.db.v2.sources.aggregate.BaseAggregateColumnSource<DbIntArray,Integer> implements Serializable -
Class com.illumon.iris.db.v2.sources.aggregate.LongAggregateColumnSource
class LongAggregateColumnSource extends com.illumon.iris.db.v2.sources.aggregate.BaseAggregateColumnSource<DbLongArray,Long> implements Serializable -
Class com.illumon.iris.db.v2.sources.aggregate.ObjectAggregateColumnSource
class ObjectAggregateColumnSource extends com.illumon.iris.db.v2.sources.aggregate.BaseAggregateColumnSource<DbArray,COMPONENT_TYPE> implements Serializable -
Class com.illumon.iris.db.v2.sources.aggregate.ShortAggregateColumnSource
class 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
-
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
-
Serialized Fields
-
data
byte[] data
-
-
-
Class com.illumon.iris.db.v2.sources.immutable.ImmutableByteArraySource
-
Serialized Fields
-
data
byte[] data
-
-
-
Class com.illumon.iris.db.v2.sources.immutable.ImmutableCharArraySource
-
Serialized Fields
-
data
char[] data
-
-
-
Class com.illumon.iris.db.v2.sources.immutable.ImmutableDateTimeArraySource
-
Serialized Fields
-
data
long[] data
-
-
-
Class com.illumon.iris.db.v2.sources.immutable.ImmutableDoubleArraySource
-
Serialized Fields
-
data
double[] data
-
-
-
Class com.illumon.iris.db.v2.sources.immutable.ImmutableFloatArraySource
-
Serialized Fields
-
data
float[] data
-
-
-
Class com.illumon.iris.db.v2.sources.immutable.ImmutableInstantArraySource
-
Serialized Fields
-
data
long[] data
-
-
-
Class com.illumon.iris.db.v2.sources.immutable.ImmutableIntArraySource
-
Serialized Fields
-
data
int[] data
-
-
-
Class com.illumon.iris.db.v2.sources.immutable.ImmutableLongArraySource
-
Serialized Fields
-
data
long[] data
-
-
-
Class com.illumon.iris.db.v2.sources.immutable.ImmutableObjectArraySource
-
Serialized Fields
-
data
Object[] data
-
-
-
Class com.illumon.iris.db.v2.sources.immutable.ImmutableShortArraySource
-
Serialized Fields
-
data
short[] data
-
-
-
-
Package com.illumon.iris.db.v2.sources.regioned
-
Class com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceBase
-
Serialized Fields
-
groupingEnabled
boolean groupingEnabled
-
-
-
Class com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceByte.AsValues
class AsValues extends com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceByte<Attributes.Values> implements Serializable -
Class com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceChar.AsValues
class AsValues extends com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceChar<Attributes.Values> implements Serializable -
Class com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceDouble.AsValues
class AsValues extends com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceDouble<Attributes.Values> implements Serializable -
Class com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceFloat.AsValues
class AsValues extends com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceFloat<Attributes.Values> implements Serializable -
Class com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceInt.AsValues
class AsValues extends com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceInt<Attributes.Values> implements Serializable -
Class com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceLong.AsValues
class AsValues extends com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceLong<Attributes.Values> implements Serializable -
Class com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceObject
class 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
-
Serialized Fields
-
decoder
ObjectDecoder<D> decoder
-
-
-
Class com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceObjectWithDictionary
class RegionedColumnSourceObjectWithDictionary extends RegionedColumnSourceObject.AsValues<T,D> implements Serializable -
Class com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourcePartitioning
class RegionedColumnSourcePartitioning extends com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceArray<String,Attributes.Values, ColumnRegionObject<String, Attributes.Values>> implements Serializable -
Serialized Fields
-
valueFactory
Function<ColumnLocation,
String> valueFactory
-
-
-
Class com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceShort.AsValues
class AsValues extends com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceShort<Attributes.Values> implements Serializable
-
-
Package com.illumon.iris.db.v2.ssa
-
Exception com.illumon.iris.db.v2.ssa.SsaChecker.SsaCheckException
class SsaCheckException extends RuntimeException implements Serializable
-
-
Package com.illumon.iris.db.v2.ssms
-
Class com.illumon.iris.db.v2.ssms.ByteSegmentedSortedMultiset
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class 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
class AddedTableLoggingListener extends InstrumentedShiftAwareListenerAdapter implements Serializable -
Class com.illumon.iris.db.v2.utils.AppendOnlyArrayBackedMutableTable
class AppendOnlyArrayBackedMutableTable extends com.illumon.iris.db.v2.utils.BaseArrayBackedMutableTable implements Serializable -
Class com.illumon.iris.db.v2.utils.CumulativeUtil.CumulativeFilterHelper
class CumulativeFilterHelper extends Object implements Serializable-
Serialized Fields
-
map
gnu.trove.map.hash.TObjectDoubleHashMap map
-
-
-
Class com.illumon.iris.db.v2.utils.CumulativeUtil.CumulativeHelper
class CumulativeHelper extends Object implements Serializable-
Serialized Fields
-
map
gnu.trove.map.hash.TObjectDoubleHashMap map
-
-
-
Class com.illumon.iris.db.v2.utils.CurrentOnlyIndex
class CurrentOnlyIndex extends OrderedKeysAsChunkImpl implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
-
writeExternal
- Throws:
IOException
-
-
Class com.illumon.iris.db.v2.utils.DynamicTableToAdoConverter
class 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
class FilteredTableMap extends LocalTableMap implements Serializable-
Serialized Fields
-
keyListener
TableMap.KeyListener keyListener
-
-
-
Class com.illumon.iris.db.v2.utils.FullTableLoggingListener
class FullTableLoggingListener extends InstrumentedShiftAwareListenerAdapter implements Serializable -
Class com.illumon.iris.db.v2.utils.IndexShiftData
class IndexShiftData extends Object implements Serializable- serialVersionUID:
- 2722126329765789063L
-
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
class 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
-
Serialized Fields
-
columnIndex
gnu.trove.list.array.TLongArrayList columnIndex
-
innerSources
ArrayList<ColumnSource<T>> innerSources
-
tableIndex
gnu.trove.list.array.TIntArrayList tableIndex
-
-
-
Exception com.illumon.iris.db.v2.utils.OutOfKeySpaceException
class OutOfKeySpaceException extends UncheckedDeephavenException implements Serializable -
Class com.illumon.iris.db.v2.utils.TableLogger
class 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
class MergeGet extends ContextAwareRemoteQuery implements Serializable- serialVersionUID:
- -2318103415514987420L
-
Serialized Fields
-
keys
Object[] keys
-
-
Class com.illumon.iris.db.v2.utils.TableMapUtils.PresubscribeGet
class PresubscribeGet extends ContextAwareRemoteQuery implements Serializable-
Serialized Fields
-
key
Object key
-
-
-
Class com.illumon.iris.db.v2.utils.TableMapUtils.TableHolder
class TableHolder extends Object implements Serializable-
Serialized Fields
-
table
Table table
-
-
-
Class com.illumon.iris.db.v2.utils.TreeIndex
class TreeIndex extends SortedIndex implements Externalizable- serialVersionUID:
- 3177210716109500229L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Package com.illumon.iris.gui.actions
-
Class com.illumon.iris.gui.actions.AutoSizeColumnAction
class 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
class Color extends Object implements Serializable- serialVersionUID:
- 989077634719561909L
-
Serialized Fields
-
color
Color color
-
-
Class com.illumon.iris.gui.color.ColorPaletteAlgo
class ColorPaletteAlgo extends Object implements Serializable- serialVersionUID:
- 6883652013745638231L
-
Serialized Fields
-
colorAlgorithm
ColorPaletteAlgorithm colorAlgorithm
-
colorCache
List<Color> colorCache
-
-
Class com.illumon.iris.gui.color.ColorPaletteArray
class 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
class ColorChooserDialog extends IrisDialog implements Serializable -
Class com.illumon.iris.gui.config.FontChooserDialog
class FontChooserDialog extends IrisDialog implements Serializable
-
-
Package com.illumon.iris.gui.filterlink
-
Exception com.illumon.iris.gui.filterlink.LinkException
class LinkException extends RuntimeException implements Serializable
-
-
Package com.illumon.iris.gui.filterlink.ui
-
Class com.illumon.iris.gui.filterlink.ui.FilterLinkDialog
class 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
class 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
class 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
-
Package com.illumon.iris.gui.shape
-
Class com.illumon.iris.gui.shape.JShapes
class 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
class AbstractDataColumn extends GuiColumn implements Serializable-
Serialized Fields
-
columnIndex_
int[] columnIndex_
-
-
-
Class com.illumon.iris.gui.table.ArrayRenderer
class ArrayRenderer extends ColumnRenderer implements Serializable -
Class com.illumon.iris.gui.table.ColumnRenderer
class 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
class DeephavenScrollPane extends JScrollPane implements Serializable -
Class com.illumon.iris.gui.table.EditableHiddenColumnDialog
class 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
class ColumnNameCellEditor extends DefaultCellEditor implements Serializable -
Exception com.illumon.iris.gui.table.EditableHiddenColumnDialog.IllegalColumnNameException
class IllegalColumnNameException extends IllegalArgumentException implements Serializable -
Class com.illumon.iris.gui.table.ExtendableTableInterface.Entry
class Entry extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.illumon.iris.gui.table.FilteredTableModel
class 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
class 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
class 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
class 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
class 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
class HashedPlainObjectTableModel extends IrisTableModel implements Serializable-
Serialized Fields
-
data_
io.deephaven.hash.IndexableMap data_
-
-
-
Class com.illumon.iris.gui.table.HiddenColumnModel
class 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
class 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
class 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
class 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
class PermTableSelectionModel extends DefaultListSelectionModel implements Serializable -
Class com.illumon.iris.gui.table.RingBufferObjectTableModel
class 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
class SavedFiltersDialog extends IrisDialog implements Serializable-
Serialized Fields
-
selection
com.illumon.iris.gui.table.SavedFiltersDialog.Model.SavedFilterLeafNode selection
-
-
-
Class com.illumon.iris.gui.table.SortedTableModel
class 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
class TextAreaColumnRenderer extends JTextArea implements Serializable-
Serialized Fields
-
-
-
Package com.illumon.iris.gui.table.dialog
-
Class com.illumon.iris.gui.table.dialog.ColumnChooserDialog
class 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
class 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
class AbstractMultiStringFilterData extends FilterData implements Serializable -
Class com.illumon.iris.gui.table.filters.AutoFilterSelectionPanel
class 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
class BooleanFilterData extends FilterData implements Serializable-
Serialized Fields
-
data_
Boolean data_
-
-
-
Exception com.illumon.iris.gui.table.filters.BooleanFormatException
class BooleanFormatException extends Exception implements Serializable -
Class com.illumon.iris.gui.table.filters.CharacterFilterData
class CharacterFilterData extends FilterData implements Serializable-
Serialized Fields
-
data
Character data
-
-
-
Exception com.illumon.iris.gui.table.filters.CharacterFormatException
class CharacterFormatException extends Exception implements Serializable -
Class com.illumon.iris.gui.table.filters.ColumnFilter.NUMBER
class NUMBER extends com.illumon.iris.gui.table.filters.ColumnFilter implements Serializable -
Class com.illumon.iris.gui.table.filters.ColumnFilter.STRING
class STRING extends com.illumon.iris.gui.table.filters.ColumnFilter implements Serializable -
Class com.illumon.iris.gui.table.filters.DatetimeFilterData
class DatetimeFilterData extends FilterData implements Serializable-
Serialized Fields
-
data
long data
-
-
-
Class com.illumon.iris.gui.table.filters.FilterBuilderDialog
class 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
class FilterData extends Object implements Serializable-
Serialized Fields
-
condition
Condition condition
-
disjunctive
boolean disjunctive
-
-
-
Class com.illumon.iris.gui.table.filters.IncludedInFilterData
class IncludedInFilterData extends AbstractMultiStringFilterData implements Serializable -
Class com.illumon.iris.gui.table.filters.IncludesFilterData
class IncludesFilterData extends AbstractMultiStringFilterData implements Serializable-
Serialized Fields
-
internalDisjunctive
boolean internalDisjunctive
-
pattern
Pattern pattern
-
-
-
Class com.illumon.iris.gui.table.filters.ListFilterData
class ListFilterData extends IncludedInFilterData implements Serializable-
Serialized Fields
-
list
OneClickList list
-
-
-
Exception com.illumon.iris.gui.table.filters.NoSuchListException
class NoSuchListException extends Exception implements Serializable -
Class com.illumon.iris.gui.table.filters.NullFilterData
class NullFilterData extends FilterData implements Serializable -
Class com.illumon.iris.gui.table.filters.SimpleConditionalColorDialog
class 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
class 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
class AbstractAdjustableColumnFormat extends Format implements Serializable -
Class com.illumon.iris.gui.table.format.CleanDecimalFormat
class CleanDecimalFormat extends DecimalFormat implements Serializable-
Serialized Fields
-
multiplier
Double multiplier
-
-
-
Class com.illumon.iris.gui.table.format.CustomNumericFormatDialog
class 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
class NumericAdjustableColumnFormat extends AbstractAdjustableColumnFormat implements Serializable
-
-
Package com.illumon.iris.gui.table.renderers
-
Class com.illumon.iris.gui.table.renderers.CheckboxCellRenderer
class CheckboxCellRenderer extends JCheckBox implements Serializable
-
-
Package com.illumon.iris.gui.util
-
Class com.illumon.iris.gui.util.ButtonPanel
class ButtonPanel extends JPanel implements Serializable -
Class com.illumon.iris.gui.util.CsvExporter
class CsvExporter extends AbstractAction implements Serializable -
Class com.illumon.iris.gui.util.IrisProgressDialog
class 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
class MutableColor extends Color implements Serializable-
Serialized Fields
-
value
int value
-
-
-
-
Package com.illumon.iris.gui.util.oneclick
-
Package com.illumon.iris.gui.widget
-
Class com.illumon.iris.gui.widget.AsyncPanel
class 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
class 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
class 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
class 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
class FilterByMenu extends JMenu implements Serializable -
Class com.illumon.iris.gui.widget.FilteredListDialog
class FilteredListDialog extends IrisDialog implements Serializable-
Serialized Fields
-
listPanel
FilteredListPanel listPanel
-
-
-
Class com.illumon.iris.gui.widget.FilteredListModel
-
Serialized Fields
-
filter
String filter
-
filteredIndexToOriginalIndex
List<Integer> filteredIndexToOriginalIndex
-
innerModel
DefaultListModel<E> innerModel
-
listDataListener
ListDataListener listDataListener
-
-
-
Class com.illumon.iris.gui.widget.FilteredListPanel
class 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
class FreezeColumnsTransferHandler extends TransferHandler implements Serializable -
Class com.illumon.iris.gui.widget.IrisClock
class IrisClock extends JPanel implements Serializable -
Class com.illumon.iris.gui.widget.IrisDialog
class IrisDialog extends JDialog implements Serializable -
Class com.illumon.iris.gui.widget.IrisFileChooser
class IrisFileChooser extends JFileChooser implements Serializable -
Class com.illumon.iris.gui.widget.JCheckBoxList
-
Serialized Fields
-
listeners
List<ActionListener> listeners
-
-
-
Class com.illumon.iris.gui.widget.JCheckBoxListModel
-
Class com.illumon.iris.gui.widget.JXTableLAF
class JXTableLAF extends org.jdesktop.swingx.JXTable implements Serializable -
Class com.illumon.iris.gui.widget.LeftRightDialog
class LeftRightDialog extends IrisDialog implements Serializable-
Serialized Fields
-
leftRightPanel
LeftRightPanel<D,
V> leftRightPanel
-
-
-
Class com.illumon.iris.gui.widget.LeftRightPanel
class 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
class MiniSpinner extends JLabel implements Serializable-
Serialized Fields
-
index
int index
-
spinnerTimer
Timer spinnerTimer
-
-
-
Class com.illumon.iris.gui.widget.NullableFormattedTextField
class NullableFormattedTextField extends JFormattedTextField implements Serializable -
Class com.illumon.iris.gui.widget.PopOutTextField
class PopOutTextField extends JTextField implements Serializable-
Serialized Fields
-
delimiter
String delimiter
-
-
-
Exception com.illumon.iris.gui.widget.PopupException
class PopupException extends RuntimeException implements Serializable -
Class com.illumon.iris.gui.widget.SearchTextField
class SearchTextField extends JTextField implements Serializable-
Serialized Fields
-
searchIcon
Icon searchIcon
-
showIcon
boolean showIcon
-
-
-
Class com.illumon.iris.gui.widget.Splash
class Splash extends JFrame implements Serializable-
Serialized Fields
-
splashPanel
SplashPanel splashPanel
-
-
-
Class com.illumon.iris.gui.widget.SplashPanel
class SplashPanel extends JPanel implements Serializable -
Class com.illumon.iris.gui.widget.StatusLayeredPanel
class StatusLayeredPanel extends JLayeredPane implements Serializable -
Class com.illumon.iris.gui.widget.TableHeaderPopup
class 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
class DeleteFilterAction extends AbstractAction implements Serializable-
Serialized Fields
-
filter_
org.jdom2.Element filter_
-
-
-
Class com.illumon.iris.gui.widget.TableHeaderPopup.DeleteLayoutAction
class DeleteLayoutAction extends AbstractAction implements Serializable-
Serialized Fields
-
layout
org.jdom2.Element layout
-
-
-
Class com.illumon.iris.gui.widget.TableHeaderPopup.LoadFilterAction
class LoadFilterAction extends AbstractAction implements Serializable-
Serialized Fields
-
filter_
org.jdom2.Element filter_
-
-
-
Class com.illumon.iris.gui.widget.TableHeaderPopup.LoadLayoutAction
class LoadLayoutAction extends AbstractAction implements Serializable-
Serialized Fields
-
layout
org.jdom2.Element layout
-
-
-
Class com.illumon.iris.gui.widget.TieredComboBox
class 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
class 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.TimeSpinner
class TimeSpinner extends JPanel implements Serializable-
Serialized Fields
-
text
JTextField text
-
-
-
Class com.illumon.iris.gui.widget.TriStateCheckBox
class TriStateCheckBox extends JCheckBox implements Serializable- serialVersionUID:
- 1L
-
Class com.illumon.iris.gui.widget.TriStateCheckBox.TriStateButtonModel
class TriStateButtonModel extends JToggleButton.ToggleButtonModel implements Serializable -
Class com.illumon.iris.gui.widget.TriStateCheckBox.TriStateCheckBoxIcon
class TriStateCheckBoxIcon extends MetalCheckBoxIcon implements Serializable
-
-
Package com.illumon.iris.gui.widget.dragndrop
-
Class com.illumon.iris.gui.widget.dragndrop.RearrangingTransferHandler
class 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
class ArrayInputBox extends JDialog implements Serializable -
Class com.illumon.iris.gui.widget.poliform.BaseProgressDialog
class BaseProgressDialog extends IrisDialog implements Serializable-
Serialized Fields
-
mainPanel
JPanel mainPanel
-
progressBar
JProgressBar progressBar
-
response
AtomicBoolean response
-
-
-
Class com.illumon.iris.gui.widget.poliform.SimpleProgressDialog
class SimpleProgressDialog extends BaseProgressDialog implements Serializable-
Serialized Fields
-
message
String message
-
-
-
Class com.illumon.iris.gui.widget.poliform.VariableProgressDialog
class VariableProgressDialog extends BaseProgressDialog implements Serializable-
Serialized Fields
-
names
String[] names
-
variableTypePanel
VariableTypePanel variableTypePanel
-
-
-
Class com.illumon.iris.gui.widget.poliform.VariableTypeForm
class 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
class FixedTitleProvider extends Object implements Serializable- serialVersionUID:
- -6681828121046536954L
-
Serialized Fields
-
name
String name
-
-
Class com.illumon.iris.gui.workspace.IrisView
class 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
class ViewTabPopup extends JPopupMenu implements Serializable-
Serialized Fields
-
window
com.illumon.infonode.docking.DockingWindow window
-
-
-
Class com.illumon.iris.gui.workspace.WFixedTitleProvider
class WFixedTitleProvider extends Object implements Serializable- serialVersionUID:
- -6681828121046536954L
-
Serialized Fields
-
name
String name
-
-
Exception com.illumon.iris.gui.workspace.WorkspaceManager.WorkspaceException
class WorkspaceException extends DeephavenException implements Serializable
-
-
Package com.illumon.iris.gui.workspace.compatability
-
Exception com.illumon.iris.gui.workspace.compatability.TranscodingException
class TranscodingException extends Exception implements Serializable
-
-
Package com.illumon.iris.importers
-
Exception com.illumon.iris.importers.CsvFieldWriter.ParseException
class ParseException extends RuntimeException implements Serializable -
Class com.illumon.iris.importers.ImporterColumnDefinition
class ImporterColumnDefinition extends com.illumon.dataobjects.ColumnDefinition implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Exception com.illumon.iris.importers.JdbcSchemaCreator.SchemaAssessmentError
class SchemaAssessmentError extends RuntimeException implements Serializable -
Exception com.illumon.iris.importers.RowProcessingException
class RowProcessingException extends DeephavenException implements Serializable- serialVersionUID:
- 220007617693140522L
-
-
Package com.illumon.iris.importers.csv
-
Exception com.illumon.iris.importers.csv.RowUpdateException
class RowUpdateException extends DeephavenException implements Serializable- serialVersionUID:
- -3143523838627190516L
-
-
Package com.illumon.iris.pqimport
-
Class com.illumon.iris.pqimport.BaseImportPersistentQuery
class BaseImportPersistentQuery extends ImportPersistentQuery implements Serializable-
Serialized Fields
-
dbServerConfig
PersistentQueryDbServerConfig dbServerConfig
-
wrappedConfig
PersistentQueryConfigurationWrapper wrappedConfig
-
-
-
Class com.illumon.iris.pqimport.BinaryImportPersistentQuery
class BinaryImportPersistentQuery extends BaseImportPersistentQuery implements Serializable -
Class com.illumon.iris.pqimport.CsvImportPersistentQuery
class CsvImportPersistentQuery extends BaseImportPersistentQuery implements Serializable -
Class com.illumon.iris.pqimport.DownsampleImportPersistentQuery
class DownsampleImportPersistentQuery extends ImportPersistentQuery implements Serializable-
Serialized Fields
-
dbServerConfig
PersistentQueryDbServerConfig dbServerConfig
-
wrappedConfig
PersistentQueryConfigurationWrapper wrappedConfig
-
-
-
Class com.illumon.iris.pqimport.ImportPersistentQuery
class ImportPersistentQuery extends MergeImportPersistentQuery implements Serializable- serialVersionUID:
- 2017112901L
-
Class com.illumon.iris.pqimport.JdbcImportPersistentQuery
class JdbcImportPersistentQuery extends BaseImportPersistentQuery implements Serializable-
Serialized Fields
-
password
String password
-
-
-
Class com.illumon.iris.pqimport.MergeImportPersistentQuery
class MergeImportPersistentQuery extends ContextAwareRemoteQuery<PersistentQueryState> implements Serializable- serialVersionUID:
- 2017112901L
-
Class com.illumon.iris.pqimport.MergePersistentQuery
class MergePersistentQuery extends MergeImportPersistentQuery implements Serializable- serialVersionUID:
- 2017111401L
-
Serialized Fields
-
wrappedConfig
PersistentQueryConfigurationWrapper wrappedConfig
-
-
Class com.illumon.iris.pqimport.ValidatePersistentQuery
class ValidatePersistentQuery extends MergeImportPersistentQuery implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
wrappedConfig
PersistentQueryConfigurationWrapper wrappedConfig
-
-
Class com.illumon.iris.pqimport.XmlImportPersistentQuery
class XmlImportPersistentQuery extends BaseImportPersistentQuery implements Serializable
-
-
Package com.illumon.iris.pqimport.gui
-
Class com.illumon.iris.pqimport.gui.AbstractTestImportQuery
class AbstractTestImportQuery extends ContextAwareRemoteQuery<Inflatable<Table>> implements Serializable- serialVersionUID:
- -7015224956879038639L
-
Serialized Fields
-
nextSerial
AtomicLong nextSerial
-
schemaElement
org.jdom2.Element schemaElement
-
typeSpecificFields
Map<String,
Object> typeSpecificFields
-
-
Class com.illumon.iris.pqimport.gui.AutoScrollingPopup
class AutoScrollingPopup extends JPopupMenu implements Serializable-
Serialized Fields
-
desiredWidth
int desiredWidth
-
maximumVisibleRows
int maximumVisibleRows
-
popupScrollBar
JScrollBar popupScrollBar
-
-
-
Class com.illumon.iris.pqimport.gui.ImportHelperSetupQuery
class ImportHelperSetupQuery extends ContextAwareRemoteQuery<PersistentQueryState> implements Serializable-
Serialized Fields
-
wrappedConfig
PersistentQueryConfigurationWrapper wrappedConfig
-
-
-
Class com.illumon.iris.pqimport.gui.RemoveSessionQuery
-
Serialized Fields
-
id
long id
-
-
-
-
Package com.illumon.iris.pqimport.gui.csv
-
Class com.illumon.iris.pqimport.gui.csv.CsvTestImportQuery
class CsvTestImportQuery extends AbstractTestImportQuery implements Serializable- serialVersionUID:
- -1042342761261162176L
-
-
Package com.illumon.iris.pqimport.gui.jdbc
-
Class com.illumon.iris.pqimport.gui.jdbc.CreateSessionQuery
-
Class com.illumon.iris.pqimport.gui.jdbc.DriverWrapperQuery
-
Class com.illumon.iris.pqimport.gui.jdbc.GenerateJdbcSchemaQuery
-
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
-
Class com.illumon.iris.pqimport.gui.jdbc.GetDriverDisplayInfoQuery
class GetDriverDisplayInfoQuery extends ContextAwareRemoteQuery<com.illumon.iris.jdbc.IDriverWrapper.DisplayInfo[]> implements Serializable -
Class com.illumon.iris.pqimport.gui.jdbc.GetPreviewQuery
-
Serialized Fields
-
maxRows
int maxRows
-
query
String query
-
sessionId
long sessionId
-
-
-
Class com.illumon.iris.pqimport.gui.jdbc.GetTableNames
-
Serialized Fields
-
database
String database
-
-
-
Class com.illumon.iris.pqimport.gui.jdbc.JdbcTestImportQuery
-
-
Package com.illumon.iris.pqimport.gui.xml
-
Class com.illumon.iris.pqimport.gui.xml.XmlTestImportQuery
class XmlTestImportQuery extends AbstractTestImportQuery implements Serializable- serialVersionUID:
- 4754327117689165219L
-
-
Package com.illumon.iris.sbetransport.server
-
Exception com.illumon.iris.sbetransport.server.TableServerException
class TableServerException extends Exception implements Serializable-
Serialized Fields
-
errorCode
TableSubscriptionErrorCode errorCode
-
subscriptionId
int subscriptionId
-
-
-
-
Package com.illumon.iris.schemaeditor
-
Class com.illumon.iris.schemaeditor.ColumnEditDialog
class 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
class 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
class GetAllTableNames extends ContextAwareRemoteQuery<Map<String,List<String>>> implements Serializable -
Class com.illumon.iris.schemaeditor.ImportDetailEdit
class 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
class ImportSourceSchemaModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
columnNames
String[] columnNames
-
data
List<ImportSchemaDescriptor.ImportColumnDescriptor> data
-
schemaEditor
SchemaEditor schemaEditor
-
-
-
Class com.illumon.iris.schemaeditor.LaunchCsvSchemaCreator
class 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
class 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
class 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
class LoggerListenerColumnSchema extends JTable implements Serializable-
Serialized Fields
-
schemaEditor
SchemaEditor schemaEditor
-
-
-
Class com.illumon.iris.schemaeditor.LoggerListenerColumnSchemaModel
class 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
class SchemaConfigChooser extends JDialog implements Serializable -
Class com.illumon.iris.schemaeditor.SchemaDeployQuery
- serialVersionUID:
- 6872653770506573457L
-
Class com.illumon.iris.schemaeditor.SystemInputEdit
class SystemInputEdit extends JDialog implements Serializable -
Class com.illumon.iris.schemaeditor.SystemInputSchema
class SystemInputSchema extends JTable implements Serializable -
Class com.illumon.iris.schemaeditor.TableDragAndDropTransferHandler
class TableDragAndDropTransferHandler extends TransferHandler implements Serializable-
Serialized Fields
-
dataFlavor
javax.activation.ActivationDataFlavor dataFlavor
-
table
JTable table
-
-
-
Class com.illumon.iris.schemaeditor.TableSchemaModel
class 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
class 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
class 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.utils
-
Exception com.illumon.iris.utils.ImportException
class ImportException extends RuntimeException implements Serializable -
Class com.illumon.iris.utils.ImportSchemaDescriptor.ImportColumnDescriptor
class ImportColumnDescriptor extends Object implements Serializable-
Serialized Fields
-
-
Exception com.illumon.iris.utils.JdbcTypeMapperException
class JdbcTypeMapperException extends RuntimeException implements Serializable-
Serialized Fields
-
deephavenType
Class deephavenType
-
sqlType
int sqlType
-
-
-
-
Package com.illumon.iris.validation
-
Exception com.illumon.iris.validation.DataQualityTestCase.AssertionFailed
class AssertionFailed extends RuntimeException implements Serializable- serialVersionUID:
- -6246042983423590102L
-
Class com.illumon.iris.validation.TableValidationSuite
class 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
class ValidationTableDescriptionFullDatabase extends Object implements Serializable- serialVersionUID:
- -4678603443995211134L
-
Serialized Fields
-
aggregateTableLocationKey
FullTableLocationKey.AggregateTableLocationKey aggregateTableLocationKey
-
database
Database database
-
-
Class com.illumon.iris.validation.ValidationTableDescriptionSimpleTable
class 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
class DynamicTest extends Object implements Serializable- serialVersionUID:
- -6133153768557835119L
-
Exception com.illumon.iris.validation.dynamic.DynamicTest.DynamicExecutionException
class DynamicExecutionException extends RuntimeException implements Serializable- serialVersionUID:
- 7141419410750518081L
-
Exception com.illumon.iris.validation.dynamic.DynamicTest.InvalidParameterException
class InvalidParameterException extends IllegalArgumentException implements Serializable- serialVersionUID:
- -3708387277828747191L
-
Exception com.illumon.iris.validation.dynamic.DynamicTest.MissingParameterNamesException
class MissingParameterNamesException extends RuntimeException implements Serializable- serialVersionUID:
- -1901388688606529330L
-
Exception com.illumon.iris.validation.dynamic.DynamicTest.MissingParameterValueException
class MissingParameterValueException extends RuntimeException implements Serializable- serialVersionUID:
- 7141419410750518081L
-
Exception com.illumon.iris.validation.dynamic.DynamicTest.MultipleMethodsException
class MultipleMethodsException extends IllegalStateException implements Serializable- serialVersionUID:
- 4157219287332998457L
-
Exception com.illumon.iris.validation.dynamic.DynamicTest.NoSuchMethodException
class NoSuchMethodException extends RuntimeException implements Serializable- serialVersionUID:
- -2703672940351664184L
-
-
Package com.illumon.modelfarm.fitterfarm
-
Class com.illumon.modelfarm.fitterfarm.CoreFitData
class 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
class 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
class 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
class 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
class FuturesCoreFitData extends CoreFitData implements Serializable- serialVersionUID:
- -7408961451533132499L
-
Serialized Fields
-
underlyingFutureIds
long[] underlyingFutureIds
-
-
Class com.illumon.modelfarm.fitterfarm.futures.FuturesFitData
class 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
class 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
class 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
class 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
class 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
class Key extends Object implements Serializable- serialVersionUID:
- 8481816497504935854L
-
Serialized Fields
-
values
Object[] values
-
-
Class com.illumon.numerics.movingaverages.ByEmaSimple
class 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
class Ema extends AbstractMa implements Serializable- serialVersionUID:
- 5997048575951664518L
-
Serialized Fields
-
emaState
double emaState
-
initialized
boolean initialized
-
-
Class com.illumon.numerics.movingaverages.EmaArray
class EmaArray extends Object implements Serializable- serialVersionUID:
- 2127279097359961192L
-
Serialized Fields
-
emas
Ema[] emas
-
lastSample
double lastSample
-
lastTimestamp
long lastTimestamp
-
-
Class com.illumon.numerics.movingaverages.ExponentiallyDecayedSum
class 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
class 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
class 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
class AbstractMatrix extends Object implements Serializable- serialVersionUID:
- 1940714674230668397L
-
Class com.illumon.numerics.suanshu.SuanShuIntegration.AbstractVector
class AbstractVector extends Object implements Serializable- serialVersionUID:
- -7713580887929399868L
-
-
Package com.illumon.numerics.util
-
Class com.illumon.numerics.util.Range
class 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.ExceptionDetails
class ExceptionDetails extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.illumon.util.ExceptionDetails.Shallower
class Shallower extends ExceptionDetails implements Serializable- serialVersionUID:
- -4674061792632129752L
-
Serialized Fields
-
shallowerFullStackTrace
String shallowerFullStackTrace
-
-
Exception com.illumon.util.IllegalArgumentOutOfBoundsException
class IllegalArgumentOutOfBoundsException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 7148343977937274571L
-
Exception com.illumon.util.MultiException
class MultiException extends Exception implements Serializable-
Serialized Fields
-
causes
Throwable[] causes
-
-
-
Exception com.illumon.util.ValidatedArgumentException
class ValidatedArgumentException extends UncheckedDeephavenException implements Serializable
-
-
Package com.illumon.util.calendar
-
Class com.illumon.util.calendar.BusinessPeriod
class BusinessPeriod extends Object implements Serializable- serialVersionUID:
- 8196837269495115196L
-
Serialized Fields
-
endTime
DBDateTime endTime
-
startTime
DBDateTime startTime
-
-
Class com.illumon.util.calendar.BusinessSchedule
class BusinessSchedule extends Object implements Serializable- serialVersionUID:
- 1118129010491637735L
-
Serialized Fields
-
endOfDay
DBDateTime endOfDay
-
lengthOfDay
long lengthOfDay
-
openPeriods
BusinessPeriod[] openPeriods
-
startOfDay
DBDateTime startOfDay
-
-
Exception com.illumon.util.calendar.Calendars.StaleHolidayCalendarException
class StaleHolidayCalendarException extends IllegalStateException implements Serializable- serialVersionUID:
- -299213678838898195L
-
Class com.illumon.util.calendar.DefaultBusinessCalendar
class 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
-
Exception com.illumon.util.codec.CodecCacheException
class CodecCacheException extends RuntimeException implements Serializable
-
-
Package com.illumon.util.datastructures
-
Exception com.illumon.util.datastructures.ReleaseTracker.AlreadyAcquiredException
class AlreadyAcquiredException extends RuntimeException implements Serializable -
Exception com.illumon.util.datastructures.ReleaseTracker.AlreadyReleasedException
class AlreadyReleasedException extends RuntimeException implements Serializable -
Exception com.illumon.util.datastructures.ReleaseTracker.LeakedException
class LeakedException extends RuntimeException implements Serializable -
Exception com.illumon.util.datastructures.ReleaseTracker.MissedReleaseException
class MissedReleaseException extends RuntimeException implements Serializable -
Exception com.illumon.util.datastructures.ReleaseTracker.UnmatchedAcquireException
class UnmatchedAcquireException extends RuntimeException implements Serializable
-
-
Package com.illumon.util.files
-
Exception com.illumon.util.files.FileHelper.FileDeletionException
class FileDeletionException extends UncheckedDeephavenException implements Serializable- serialVersionUID:
- 5280326116338281706L
-
-
Package com.illumon.util.format
-
Package com.illumon.util.jettyhelper
-
Class com.illumon.util.jettyhelper.LambdaServlet
class LambdaServlet extends javax.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
authenticationRequired
boolean authenticationRequired
-
irisGroupProvider
IrisGroupProvider irisGroupProvider
-
jettyServerHelper
JettyServerAuditEventLogger 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
class FunctionalReentrantLock extends ReentrantLock implements Serializable
-
-
Package com.illumon.util.referencecounting
-
Class com.illumon.util.referencecounting.ProceduralReferenceCounted
class ProceduralReferenceCounted extends ReferenceCounted implements Serializable-
Serialized Fields
-
onReferenceCountAtZeroProcedure
Runnable onReferenceCountAtZeroProcedure
Callback procedure to be invoked byProceduralReferenceCounted.onReferenceCountAtZero()
.
-
-
-
Class com.illumon.util.referencecounting.ReferenceCounted
class 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
class AbstractDataColumn extends Object implements Serializable- serialVersionUID:
- 8496136837568864084L
-
Serialized Fields
-
partitionKeysToRange
Map<?,
int[]> partitionKeysToRange
-
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.BlobDiskMappedColumnImpl
class BlobDiskMappedColumnImpl extends VarLenDiskMappedColumn implements Serializable -
Class com.walleyetrading.walleyedb.tables.utils.compatibility.BooleanDiskMappedColumn
class BooleanDiskMappedColumn extends DiskMappedDataColumn implements Serializable- serialVersionUID:
- -8382698847341480492L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.ByteDiskMappedColumn
class ByteDiskMappedColumn extends DiskMappedDataColumn implements Serializable- serialVersionUID:
- 3198417585297700031L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.CharDiskMappedColumn
class CharDiskMappedColumn extends DiskMappedDataColumn implements Serializable- serialVersionUID:
- -6134773128448884448L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.DateTimeDiskMappedColumn
class DateTimeDiskMappedColumn extends DiskMappedDataColumn implements Serializable- serialVersionUID:
- -183912109890140017L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.DiskMappedDataColumn
class DiskMappedDataColumn extends AbstractDataColumn implements Serializable- serialVersionUID:
- 2232146499483520899L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.DoubleDiskMappedColumn
class DoubleDiskMappedColumn extends DiskMappedDataColumn implements Serializable- serialVersionUID:
- 4232621637140315721L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.ExternalizableDiskMappedColumn
class ExternalizableDiskMappedColumn extends VarLenDiskMappedColumn implements Serializable- serialVersionUID:
- -4596234904569160753L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.FloatDiskMappedColumn
class FloatDiskMappedColumn extends DiskMappedDataColumn implements Serializable- serialVersionUID:
- 6473665931216026681L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.IntDiskMappedColumn
class IntDiskMappedColumn extends DiskMappedDataColumn implements Serializable- serialVersionUID:
- -498992266807439151L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.LongDiskMappedColumn
class LongDiskMappedColumn extends DiskMappedDataColumn implements Serializable- serialVersionUID:
- -755268033446812430L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.SerializableDiskMappedColumn
class SerializableDiskMappedColumn extends VarLenDiskMappedColumn implements Serializable- serialVersionUID:
- 1L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.ShortDiskMappedColumn
class ShortDiskMappedColumn extends DiskMappedDataColumn implements Serializable- serialVersionUID:
- 4830778511679546735L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.StringDiskMappedColumn
class StringDiskMappedColumn extends VarLenDiskMappedColumn implements Serializable- serialVersionUID:
- -1900914315387634740L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.SymbolDiskMappedColumn
class SymbolDiskMappedColumn extends DiskMappedDataColumn implements Serializable- serialVersionUID:
- -183912109890140017L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.SymbolSetDiskMappedColumn
class SymbolSetDiskMappedColumn extends DiskMappedDataColumn implements Serializable- serialVersionUID:
- -283912109890140017L
-
Class com.walleyetrading.walleyedb.tables.utils.compatibility.VarLenDiskMappedColumn
class VarLenDiskMappedColumn extends DiskMappedDataColumn implements Serializable- serialVersionUID:
- 6473665931216026682L
-
-
Package io.deephaven
-
Exception io.deephaven.DeephavenException
class DeephavenException extends Exception implements Serializable -
Exception io.deephaven.MisconfigurationException
class MisconfigurationException extends UncheckedDeephavenException implements Serializable -
Exception io.deephaven.UncheckedDeephavenException
class UncheckedDeephavenException extends RuntimeException implements Serializable- serialVersionUID:
- 2625763203914118334L
-
-
Package io.deephaven.enterprise.controller.exception
-
Exception io.deephaven.enterprise.controller.exception.ControllerException
class ControllerException extends UncheckedDeephavenException implements Serializable -
Exception io.deephaven.enterprise.controller.exception.ControllerSerializationException
class ControllerSerializationException extends io.deephaven.enterprise.controller.exception.ControllerException implements Serializable -
Exception io.deephaven.enterprise.controller.exception.PqStorageCorruptedException
class PqStorageCorruptedException extends PqStorageException implements Serializable -
Exception io.deephaven.enterprise.controller.exception.PqStorageException
class PqStorageException extends DeephavenException implements Serializable -
Exception io.deephaven.enterprise.controller.exception.PqStorageInconsistentException
class PqStorageInconsistentException extends PqStorageUnavailableException implements Serializable -
Exception io.deephaven.enterprise.controller.exception.PqStorageMigrationException
class PqStorageMigrationException extends PqStorageException implements Serializable -
Exception io.deephaven.enterprise.controller.exception.QueryConfigurationException
class QueryConfigurationException extends UncheckedDeephavenException implements Serializable -
Exception io.deephaven.enterprise.controller.exception.QueryNotFoundException
class QueryNotFoundException extends io.deephaven.enterprise.controller.exception.ControllerException implements Serializable -
Exception io.deephaven.enterprise.controller.exception.SchedulingException
class SchedulingException extends UncheckedDeephavenException implements Serializable -
Exception io.deephaven.enterprise.controller.exception.ScriptException
class ScriptException extends UncheckedDeephavenException implements Serializable -
Exception io.deephaven.enterprise.controller.exception.ScriptNotFoundException
class ScriptNotFoundException extends io.deephaven.enterprise.controller.exception.ControllerException implements Serializable
-
-
Package io.deephaven.enterprise.dnd.client.exception
-
Exception io.deephaven.enterprise.dnd.client.exception.SnapshotException
class SnapshotException extends DeephavenException implements Serializable -
Exception io.deephaven.enterprise.dnd.client.exception.SubscriptionException
class SubscriptionException extends DeephavenException implements Serializable
-
-
Package io.deephaven.jdbc
-
Exception io.deephaven.jdbc.DeephavenQueryException
class DeephavenQueryException extends RuntimeException implements Serializable
-
-
Package io.deephaven.jdbc.util
-
Class io.deephaven.jdbc.util.CreateUserTableQuery
-
Class io.deephaven.jdbc.util.QueryResult
class QueryResult extends Result implements Serializable-
Serialized Fields
-
queryResult
Inflatable<Table> queryResult
-
-
-
Class io.deephaven.jdbc.util.Result
class Result extends Object implements Serializable -
Class io.deephaven.jdbc.util.SnapshotQuery
-
Class io.deephaven.jdbc.util.TableRowRangeSnapshotFunction
class TableRowRangeSnapshotFunction extends Object implements Serializable-
Serialized Fields
-
endPos
long endPos
-
startPos
long startPos
-
-
-
Class io.deephaven.jdbc.util.UpdateResult
class UpdateResult extends Result implements Serializable-
Serialized Fields
-
count
int count
-
-
-
-
Package io.deephaven.kafka.ingest
-
Exception io.deephaven.kafka.ingest.KafkaIngesterException
class KafkaIngesterException extends UncheckedDeephavenException implements Serializable -
Exception io.deephaven.kafka.ingest.ResumeImportFrom.NoPriorPartitionsFoundException
class NoPriorPartitionsFoundException extends RuntimeException implements Serializable
-
-
Package io.deephaven.kv
-
Exception io.deephaven.kv.InvalidKeyPathException
class InvalidKeyPathException extends IllegalArgumentException implements Serializable
-
-
Package io.deephaven.proto.auth
-
Class io.deephaven.proto.auth.AuthenticateByCookieRequest
class AuthenticateByCookieRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
clientId_
ClientId clientId_
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
userContext_
UserContext userContext_
-
-
Class io.deephaven.proto.auth.AuthenticateByCookieResponse
class AuthenticateByCookieResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
result_
AuthenticationResult result_
-
-
Class io.deephaven.proto.auth.AuthenticateByDelegateTokenRequest
class AuthenticateByDelegateTokenRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class io.deephaven.proto.auth.AuthenticateByDelegateTokenResponse
class AuthenticateByDelegateTokenResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
result_
AuthenticationResult result_
-
-
Class io.deephaven.proto.auth.AuthenticateByExternalRequest
class AuthenticateByExternalRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class io.deephaven.proto.auth.AuthenticateByExternalResponse
class AuthenticateByExternalResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
result_
AuthenticationResult result_
-
-
Class io.deephaven.proto.auth.AuthenticateByPasswordRequest
class AuthenticateByPasswordRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
clientId_
ClientId clientId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
password_
Object password_
-
userContext_
UserContext userContext_
-
-
Class io.deephaven.proto.auth.AuthenticateByPasswordResponse
class AuthenticateByPasswordResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
result_
AuthenticationResult result_
-
-
Class io.deephaven.proto.auth.AuthenticateByPublicKeyRequest
class AuthenticateByPublicKeyRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
challengeResponse_
io.deephaven.shadow.core.com.google.protobuf.ByteString challengeResponse_
-
clientId_
ClientId clientId_
-
ipAddress_
io.deephaven.shadow.core.com.google.protobuf.ByteString ipAddress_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
publicKey_
io.deephaven.shadow.core.com.google.protobuf.ByteString publicKey_
-
userContext_
UserContext userContext_
-
-
Class io.deephaven.proto.auth.AuthenticateByPublicKeyResponse
class AuthenticateByPublicKeyResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
result_
AuthenticationResult result_
-
-
Class io.deephaven.proto.auth.AuthenticationResult
class AuthenticationResult extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
authenticated_
boolean authenticated_
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
cookieDeadlineTimeMillis_
long cookieDeadlineTimeMillis_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
userContext_
UserContext userContext_
-
-
Class io.deephaven.proto.auth.AuthError
class AuthError extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
callStatus_
int callStatus_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
message_
Object message_
-
-
Class io.deephaven.proto.auth.ClientId
class ClientId extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
uuid_
io.deephaven.shadow.core.com.google.protobuf.ByteString uuid_
-
-
Class io.deephaven.proto.auth.GetNonceRequest
class GetNonceRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
clientId_
ClientId clientId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.auth.GetNonceResponse
class GetNonceResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
ipAddress_
io.deephaven.shadow.core.com.google.protobuf.ByteString ipAddress_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
nonce_
io.deephaven.shadow.core.com.google.protobuf.ByteString nonce_
-
-
Class io.deephaven.proto.auth.GetTokenAsRequest
class GetTokenAsRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class io.deephaven.proto.auth.GetTokenAsResponse
class GetTokenAsResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
token_
Token token_
-
-
Class io.deephaven.proto.auth.GetTokenRequest
class GetTokenRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
service_
Object service_
-
-
Class io.deephaven.proto.auth.GetTokenResponse
class GetTokenResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
token_
Token token_
-
-
Class io.deephaven.proto.auth.InvalidateCookieRequest
class InvalidateCookieRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.auth.InvalidateCookieResponse
class InvalidateCookieResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.auth.KvClientData
class KvClientData extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
hashedCookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString hashedCookie_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
userContext_
UserContext userContext_
-
-
Class io.deephaven.proto.auth.RefreshCookieRequest
class RefreshCookieRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.auth.RefreshCookieResponse
class RefreshCookieResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
cookieDeadlineTimeMillis_
long cookieDeadlineTimeMillis_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.auth.ReloadRequest
class ReloadRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.auth.ReloadResponse
class ReloadResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
result_
Object result_
-
-
Class io.deephaven.proto.auth.Token
class Token extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
ipAddress_
io.deephaven.shadow.core.com.google.protobuf.ByteString ipAddress_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
service_
Object service_
-
tokenId_
long tokenId_
-
userContext_
UserContext userContext_
-
-
Class io.deephaven.proto.auth.UserContext
class UserContext extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class io.deephaven.proto.auth.VerifyChallengeRequest
class VerifyChallengeRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
challengeResponse_
io.deephaven.shadow.core.com.google.protobuf.ByteString challengeResponse_
-
clientId_
ClientId clientId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
publicKey_
io.deephaven.shadow.core.com.google.protobuf.ByteString publicKey_
-
serverIpAddress_
io.deephaven.shadow.core.com.google.protobuf.ByteString serverIpAddress_
-
userContext_
UserContext userContext_
-
-
Class io.deephaven.proto.auth.VerifyChallengeResponse
class VerifyChallengeResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
success_
boolean success_
-
userContext_
UserContext userContext_
-
-
Class io.deephaven.proto.auth.VerifyTokenRequest
class VerifyTokenRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class io.deephaven.proto.auth.VerifyTokenResponse
class VerifyTokenResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
tokenValid_
boolean tokenValid_
-
-
-
Package io.deephaven.proto.common
-
Class io.deephaven.proto.common.AboutReply
class AboutReply extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class io.deephaven.proto.common.AboutRequest
class AboutRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.common.AuthReply
class AuthReply extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
isAuthenticated_
boolean isAuthenticated_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.common.AuthRequest
class AuthRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
token_
io.deephaven.shadow.core.com.google.protobuf.ByteString token_
-
-
Class io.deephaven.proto.common.ColumnDefinitionMessage
class ColumnDefinitionMessage extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
codec_
Object codec_
-
codecArgs_
Object codecArgs_
-
columnType_
int columnType_
-
componentType_
Object componentType_
-
dataType_
Object dataType_
-
encoding_
int encoding_
-
isVarSizeString_
boolean isVarSizeString_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
objectWidthBytes_
int objectWidthBytes_
-
-
Class io.deephaven.proto.common.ExceptionDetailsMessage
class ExceptionDetailsMessage extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class io.deephaven.proto.common.PingRequest
class PingRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
from_
Object from_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
senderSendTimeMillis_
long senderSendTimeMillis_
-
-
Class io.deephaven.proto.common.PingResponse
class PingResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
from_
Object from_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
receiverReceiveTimeMillis_
long receiverReceiveTimeMillis_
-
-
Class io.deephaven.proto.common.TableDefinitionMessage
class TableDefinitionMessage extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
columns_
List<ColumnDefinitionMessage> columns_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
namespace_
Object namespace_
-
storageType_
int storageType_
-
tableName_
Object tableName_
-
-
-
Package io.deephaven.proto.controller
-
Class io.deephaven.proto.controller.AddQueryRequest
class AddQueryRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
config_
PersistentQueryConfigMessage config_
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.controller.AddQueryResponse
class AddQueryResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
querySerial_
long querySerial_
-
-
Class io.deephaven.proto.controller.AuthenticationRequest
class AuthenticationRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class io.deephaven.proto.controller.AuthenticationResponse
class AuthenticationResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
authenticated_
boolean authenticated_
-
bitField0_
int bitField0_
-
config_
ControllerConfigurationMessage config_
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.controller.BooleanResponse
class BooleanResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
isTrue_
boolean isTrue_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.controller.ConsoleConfigurationTypeMessage
class ConsoleConfigurationTypeMessage extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
allowedGroups_
io.deephaven.shadow.core.com.google.protobuf.LazyStringList allowedGroups_
-
bitField0_
int bitField0_
-
communityInitializerClass_
Object communityInitializerClass_
-
communityRequestProcessorClass_
Object communityRequestProcessorClass_
-
configCheckerClass_
Object configCheckerClass_
-
configClass_
Object configClass_
-
configPanelFactoryClass_
Object configPanelFactoryClass_
-
configProcessorClass_
Object configProcessorClass_
-
configTypeDetailsClass_
Object configTypeDetailsClass_
-
customActionProviderClass_
Object customActionProviderClass_
-
displayable_
boolean displayable_
-
displayName_
Object displayName_
-
extraColumnGetterClass_
Object extraColumnGetterClass_
-
extraColumns_
List<ExtraColumnMessage> extraColumns_
-
extraJvmArgsClass_
Object extraJvmArgsClass_
-
hasScript_
boolean hasScript_
-
hasScriptLanguage_
boolean hasScriptLanguage_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
popupProviderClass_
io.deephaven.shadow.core.com.google.protobuf.LazyStringList popupProviderClass_
-
properties_
io.deephaven.shadow.core.com.google.protobuf.MapField<String,
String> properties_ -
serverClasses_
io.deephaven.shadow.core.com.google.protobuf.LazyStringList serverClasses_
-
setupQueryClass_
Object setupQueryClass_
-
shutdownProcedureClass_
Object shutdownProcedureClass_
-
typeSpecificWireConfigJSON_
Object typeSpecificWireConfigJSON_
-
-
Class io.deephaven.proto.controller.ControllerConfigurationMessage
class ControllerConfigurationMessage extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
algorithm_
Object algorithm_
-
configurationTypes_
List<ConsoleConfigurationTypeMessage> configurationTypes_
-
consoleServerGroups_
List<NamedStringList> consoleServerGroups_
-
dataRoutingImplName_
Object dataRoutingImplName_
-
dbServers_
List<PQDBServerConfigMessage> dbServers_
-
defaultJvmProfileName_
Object defaultJvmProfileName_
-
defaultSchedulingDetails_
io.deephaven.shadow.core.com.google.protobuf.LazyStringList defaultSchedulingDetails_
-
defaultTempQueueName_
Object defaultTempQueueName_
-
disConfigs_
List<RoutingConfigMessage> disConfigs_
-
inWorkerServiceDetails_
io.deephaven.shadow.core.com.google.protobuf.MapField<String,
InWorkerServiceTypeMessage> inWorkerServiceDetails_ -
jvmProfileNames_
io.deephaven.shadow.core.com.google.protobuf.LazyStringList jvmProfileNames_
-
lasConfigs_
List<RoutingConfigMessage> lasConfigs_
-
maxDataBufferPoolRation_
double maxDataBufferPoolRation_
-
maxHeapSizeGb_
int maxHeapSizeGb_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
minDataBufferPoolRatio_
double minDataBufferPoolRatio_
-
publicKey_
io.deephaven.shadow.core.com.google.protobuf.ByteString publicKey_
-
scheduleLookForwardDays_
int scheduleLookForwardDays_
-
tdsConfigs_
List<RoutingConfigMessage> tdsConfigs_
-
temporaryQueueDetails_
List<ControllerTempQueueDetailsMessage> temporaryQueueDetails_
-
-
Class io.deephaven.proto.controller.ControllerTempQueueDetailsMessage
class ControllerTempQueueDetailsMessage extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
maxConcurrentQueries_
int maxConcurrentQueries_
-
maxHeapMb_
int maxHeapMb_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
-
Class io.deephaven.proto.controller.DetermineDispatcherRequest
class DetermineDispatcherRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class io.deephaven.proto.controller.DetermineDispatcherResponse
class DetermineDispatcherResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
serverConfig_
PQDBServerConfigMessage serverConfig_
-
-
Class io.deephaven.proto.controller.ErrorResponse
class ErrorResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
message_
Object message_
-
-
Class io.deephaven.proto.controller.ExportedObjectInfoMessage
class ExportedObjectInfoMessage extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
originalType_
Object originalType_
-
tableDefinition_
TableDefinitionMessage tableDefinition_
-
type_
int type_
-
-
Class io.deephaven.proto.controller.ExtraColumnMessage
class ExtraColumnMessage extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class io.deephaven.proto.controller.GetAllGroupsRequest
class GetAllGroupsRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.controller.GetAllUsersRequest
class GetAllUsersRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.controller.GetConfigurationRequest
class GetConfigurationRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.controller.GetConfigurationResponse
class GetConfigurationResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
config_
ControllerConfigurationMessage config_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.controller.GetScriptPathsRequest
class GetScriptPathsRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
command_
int command_
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
effectiveUser_
Object effectiveUser_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
querySerial_
long querySerial_
-
scriptLoaderStateJSON_
Object scriptLoaderStateJSON_
-
useRelativePath_
boolean useRelativePath_
-
-
Class io.deephaven.proto.controller.GetScriptPathsResponse
class GetScriptPathsResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
results_
io.deephaven.shadow.core.com.google.protobuf.LazyStringList results_
-
-
Class io.deephaven.proto.controller.GetScriptRequest
class GetScriptRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
command_
int command_
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
effectiveUser_
Object effectiveUser_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
querySerial_
long querySerial_
-
scriptLoaderStateJSON_
Object scriptLoaderStateJSON_
-
scriptPath_
Object scriptPath_
-
useRelativePath_
boolean useRelativePath_
-
-
Class io.deephaven.proto.controller.GetScriptResponse
class GetScriptResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
scriptBody_
Object scriptBody_
-
-
Class io.deephaven.proto.controller.InWorkerServiceTypeMessage
class InWorkerServiceTypeMessage extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
allowedGroups_
io.deephaven.shadow.core.com.google.protobuf.LazyStringList allowedGroups_
-
configContextValues_
io.deephaven.shadow.core.com.google.protobuf.LazyStringList configContextValues_
-
customFieldEditable_
boolean customFieldEditable_
-
customFieldName_
Object customFieldName_
-
customFieldValues_
io.deephaven.shadow.core.com.google.protobuf.LazyStringList customFieldValues_
-
dbServerClasses_
io.deephaven.shadow.core.com.google.protobuf.LazyStringList dbServerClasses_
-
hasScript_
boolean hasScript_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
routingServiceExcludeTags_
io.deephaven.shadow.core.com.google.protobuf.LazyStringList routingServiceExcludeTags_
-
routingServiceTag_
Object routingServiceTag_
-
routingServiceType_
int routingServiceType_
-
scriptSetupClass_
Object scriptSetupClass_
-
scriptUpdateClass_
Object scriptUpdateClass_
-
-
Class io.deephaven.proto.controller.ModifyQueryRequest
class ModifyQueryRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
config_
PersistentQueryConfigMessage config_
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
doRestart_
boolean doRestart_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.controller.ModifyQueryResponse
class ModifyQueryResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.controller.NamedStringList
class NamedStringList extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
values_
io.deephaven.shadow.core.com.google.protobuf.LazyStringList values_
-
-
Class io.deephaven.proto.controller.PersistentQueryConfigMessage
class PersistentQueryConfigMessage extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
adminGroups_
io.deephaven.shadow.core.com.google.protobuf.LazyStringList adminGroups_
-
bitField0_
int bitField0_
-
bufferPoolToHeapRatio_
double bufferPoolToHeapRatio_
-
classPathAdditions_
io.deephaven.shadow.core.com.google.protobuf.LazyStringList classPathAdditions_
-
completedStatus_
Object completedStatus_
-
configurationType_
Object configurationType_
-
createdTimeNanos_
long createdTimeNanos_
-
detailedGCLoggingEnabled_
boolean detailedGCLoggingEnabled_
-
enabled_
boolean enabled_
-
expirationTimeNanos_
long expirationTimeNanos_
-
extraEnvironmentVariables_
io.deephaven.shadow.core.com.google.protobuf.LazyStringList extraEnvironmentVariables_
-
extraJvmArguments_
io.deephaven.shadow.core.com.google.protobuf.LazyStringList extraJvmArguments_
-
heapSizeGb_
double heapSizeGb_
-
jvmProfile_
Object jvmProfile_
-
kubernetesControl_
Object kubernetesControl_
-
lastModifiedByAuthenticated_
Object lastModifiedByAuthenticated_
-
lastModifiedByEffective_
Object lastModifiedByEffective_
-
lastModifiedTimeNanos_
long lastModifiedTimeNanos_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
owner_
Object owner_
-
restartUsers_
int restartUsers_
-
scheduling_
io.deephaven.shadow.core.com.google.protobuf.LazyStringList scheduling_
-
scriptData_
Object scriptData_
-
scriptDataCase_
int scriptDataCase_
-
scriptLanguage_
Object scriptLanguage_
-
serial_
long serial_
-
serverName_
Object serverName_
-
timeoutNanos_
long timeoutNanos_
-
typeSpecificFieldsJson_
Object typeSpecificFieldsJson_
-
version_
long version_
-
viewerGroups_
io.deephaven.shadow.core.com.google.protobuf.LazyStringList viewerGroups_
-
workerKind_
Object workerKind_
-
-
Class io.deephaven.proto.controller.PersistentQueryInfoMessage
class PersistentQueryInfoMessage extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
config_
PersistentQueryConfigMessage config_
-
lastFailureNanos_
long lastFailureNanos_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
numFailures_
int numFailures_
-
state_
PersistentQueryStateMessage state_
-
-
Class io.deephaven.proto.controller.PersistentQueryStateMessage
class PersistentQueryStateMessage extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
connectionDetails_
ProcessorConnectionDetailsMessage connectionDetails_
-
dispatcherHost_
Object dispatcherHost_
-
dispatcherPort_
int dispatcherPort_
-
engineVersion_
Object engineVersion_
-
exceptionDetails_
ExceptionDetailsMessage exceptionDetails_
-
hasProgress_
boolean hasProgress_
-
initializationCompleteNanos_
long initializationCompleteNanos_
-
initializationStartNanos_
long initializationStartNanos_
-
lastAuthenticatedUser_
Object lastAuthenticatedUser_
-
lastEffectiveUser_
Object lastEffectiveUser_
-
lastUpdateNanos_
long lastUpdateNanos_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
progressMessage_
Object progressMessage_
-
progressValue_
int progressValue_
-
scopeTypes_
List<ExportedObjectInfoMessage> scopeTypes_
-
scriptLoaderStateJson_
Object scriptLoaderStateJson_
-
serial_
long serial_
-
shouldStopNanos_
long shouldStopNanos_
-
status_
int status_
-
tableGroups_
List<NamedStringList> tableGroups_
-
typeSpecificStateJson_
Object typeSpecificStateJson_
-
version_
long version_
-
-
Class io.deephaven.proto.controller.PingRequest
class PingRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.controller.PingResponse
class PingResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.controller.PQDBServerConfigMessage
class PQDBServerConfigMessage extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
classPushListResourceName_
Object classPushListResourceName_
-
consoleGroups_
io.deephaven.shadow.core.com.google.protobuf.LazyStringList consoleGroups_
-
host_
Object host_
-
maxHeapSizeGb_
double maxHeapSizeGb_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
port_
int port_
-
serverClass_
Object serverClass_
-
serverInfo_
Object serverInfo_
-
serverType_
int serverType_
-
-
Class io.deephaven.proto.controller.ProcessorConnectionDetailsMessage
class ProcessorConnectionDetailsMessage extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
enterpriseWebSocketUrl_
Object enterpriseWebSocketUrl_
-
envoyPrefix_
Object envoyPrefix_
-
grpcUrl_
Object grpcUrl_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
processInfoId_
Object processInfoId_
-
processorHost_
Object processorHost_
-
protocols_
List<WorkerProtocolMessage> protocols_
-
staticUrl_
Object staticUrl_
-
workerName_
Object workerName_
-
-
Class io.deephaven.proto.controller.ReloadConfigRequest
class ReloadConfigRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.controller.ReloadConfigResponse
class ReloadConfigResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.controller.RemoveQueryRequest
class RemoveQueryRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
serial_
long serial_
-
-
Class io.deephaven.proto.controller.RemoveQueryResponse
class RemoveQueryResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.controller.RestartQueryRequest
class RestartQueryRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
serials_
io.deephaven.shadow.core.com.google.protobuf.Internal.LongList serials_
-
serialsMemoizedSerializedSize
int serialsMemoizedSerializedSize
-
-
Class io.deephaven.proto.controller.RestartQueryResponse
class RestartQueryResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorSerials_
io.deephaven.shadow.core.com.google.protobuf.MapField<Long,
String> errorSerials_ -
memoizedIsInitialized
byte memoizedIsInitialized
-
successSerials_
io.deephaven.shadow.core.com.google.protobuf.Internal.LongList successSerials_
-
successSerialsMemoizedSerializedSize
int successSerialsMemoizedSerializedSize
-
-
Class io.deephaven.proto.controller.RoutingConfigMessage
class RoutingConfigMessage extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class io.deephaven.proto.controller.StatusUpdateRequest
class StatusUpdateRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
exportedObjects_
List<ExportedObjectInfoMessage> exportedObjects_
-
hasExportedObjects_
boolean hasExportedObjects_
-
hasTableGroups_
boolean hasTableGroups_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
querySerial_
long querySerial_
-
status_
int status_
-
tableGroups_
List<NamedStringList> tableGroups_
-
-
Class io.deephaven.proto.controller.StatusUpdateResponse
class StatusUpdateResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.controller.StopQueryRequest
class StopQueryRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
serials_
io.deephaven.shadow.core.com.google.protobuf.Internal.LongList serials_
-
serialsMemoizedSerializedSize
int serialsMemoizedSerializedSize
-
-
Class io.deephaven.proto.controller.StopQueryResponse
class StopQueryResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorSerials_
io.deephaven.shadow.core.com.google.protobuf.MapField<Long,
String> errorSerials_ -
memoizedIsInitialized
byte memoizedIsInitialized
-
successSerials_
io.deephaven.shadow.core.com.google.protobuf.Internal.LongList successSerials_
-
successSerialsMemoizedSerializedSize
int successSerialsMemoizedSerializedSize
-
-
Class io.deephaven.proto.controller.SubscribeRequest
class SubscribeRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.controller.SubscribeResponse
class SubscribeResponse extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
data_
Object data_
-
dataCase_
int dataCase_
-
event_
int event_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.controller.UnaryGroupRequest
class UnaryGroupRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
group_
Object group_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class io.deephaven.proto.controller.UnaryUserRequest
class UnaryUserRequest extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
user_
UserContext user_
-
-
Class io.deephaven.proto.controller.UserOrGroupList
class UserOrGroupList extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
cookie_
io.deephaven.shadow.core.com.google.protobuf.ByteString cookie_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
usersOrGroups_
io.deephaven.shadow.core.com.google.protobuf.LazyStringList usersOrGroups_
-
-
Class io.deephaven.proto.controller.WorkerProtocolMessage
class WorkerProtocolMessage extends io.deephaven.shadow.core.com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
port_
int port_
-
-
-
Package io.deephaven.query.parameterized
-
Package io.deephaven.query.parameterized.constraint
-
Class io.deephaven.query.parameterized.constraint.Comparison
class Comparison extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
type
Comparison.ComparisonType type
-
value
String value
-
-
Class io.deephaven.query.parameterized.constraint.Composition
class Composition extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
clauses
List<Constraint> clauses
-
compositionType
Composition.CompositionType compositionType
-
-
Class io.deephaven.query.parameterized.constraint.InConstraint
class InConstraint extends Object implements Serializable- serialVersionUID:
- 1L
-
Class io.deephaven.query.parameterized.constraint.Unconstrained
class Unconstrained extends Object implements Serializable
-
-
Package io.deephaven.query.parameterized.exception
-
Exception io.deephaven.query.parameterized.exception.MissingScopeException
class MissingScopeException extends UncheckedDeephavenException implements Serializable -
Exception io.deephaven.query.parameterized.exception.ParameterException
class ParameterException extends UncheckedDeephavenException implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Exception io.deephaven.query.parameterized.exception.ParameterValidationException
class ParameterValidationException extends UncheckedDeephavenException implements Serializable- serialVersionUID:
- 1L
-
Exception io.deephaven.query.parameterized.exception.UnfetchableException
class UnfetchableException extends UncheckedDeephavenException implements Serializable
-
-
Package io.deephaven.query.parameterized.impl
-
Class io.deephaven.query.parameterized.impl.ParameterizedQueryServerImpl.Descriptor
class Descriptor extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
params
Parameter[] params
-
paramTables
Inflatable<Table>[] paramTables
-
tableParamNames
String[] tableParamNames
-
universeId
int universeId
-
-
Class io.deephaven.query.parameterized.impl.ParameterizedQueryServerImpl.ParameterizedQueryServerLivenessScope
class ParameterizedQueryServerLivenessScope extends LivenessScope implements Serializable-
Serialized Fields
-
filterProvider
PermissionFilterProvider filterProvider
-
-
-
Class io.deephaven.query.parameterized.impl.ParameterSession
class ParameterSession extends LivenessArtifact implements Serializable-
Serialized Fields
-
paramValues
Map<String,
String[]> paramValues -
permissionFilterProvider
PermissionFilterProvider permissionFilterProvider
-
results
Map<String,
Object> results -
scope
LivenessScope scope
-
userContext
io.deephaven.enterprise.auth.UserContext userContext
-
-
-
-
Package io.deephaven.query.parameterized.impl.parameter
-
Class io.deephaven.query.parameterized.impl.parameter.ParameterImpl
class ParameterImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
constraint
Constraint constraint
-
defaultValues
String[] defaultValues
-
displayType
DisplayType displayType
-
isCollection
boolean isCollection
-
name
String name
-
props
Map<String,
String> props -
required
boolean required
-
valueType
ValueType valueType
-
-
Class io.deephaven.query.parameterized.impl.parameter.TableParameter
class TableParameter extends ParameterImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
column
String column
-
-
-
Package io.deephaven.query.parameterized.impl.query
-
Class io.deephaven.query.parameterized.impl.query.ApplyParametersQuery
-
Class io.deephaven.query.parameterized.impl.query.ApplyParametersQuery.Result
class Result extends Object implements Serializable- serialVersionUID:
- 1L
-
Class io.deephaven.query.parameterized.impl.query.Error
class Error extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
details
ExceptionDetails details
-
errorMessage
String errorMessage
-
problems
String[] problems
-
-
Class io.deephaven.query.parameterized.impl.query.FetchResultQuery
-
-
Package io.deephaven.shadow.javaparser.com.github.javaparser
-
Exception io.deephaven.shadow.javaparser.com.github.javaparser.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Class io.deephaven.shadow.javaparser.com.github.javaparser.Token
class 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
-
-
Error io.deephaven.shadow.javaparser.com.github.javaparser.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
-
-
-
Package io.deephaven.util
-
Exception io.deephaven.util.DeleteSchema.CommandLineException
class CommandLineException extends UncheckedDeephavenException implements Serializable -
Class io.deephaven.util.ExceptionDetails
class ExceptionDetails extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception io.deephaven.util.ExecutionContextRegistrationException
class ExecutionContextRegistrationException extends UncheckedDeephavenException implements Serializable -
Class io.deephaven.util.IndexableHashMap
- serialVersionUID:
- 6373417054156468112L
-
Serialized Fields
-
list_
Object[] list_
-
-
Exception io.deephaven.util.MultiException
class MultiException extends Exception implements Serializable-
Serialized Fields
-
causes
Throwable[] causes
-
-
-
Exception io.deephaven.util.RetryStrategy.DeadlineExceededException
class DeadlineExceededException extends RuntimeException implements Serializable -
Class io.deephaven.util.UniversalSet
class UniversalSet extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package io.deephaven.util.datastructures
-
Exception io.deephaven.util.datastructures.ReleaseTracker.AlreadyAcquiredException
class AlreadyAcquiredException extends RuntimeException implements Serializable -
Exception io.deephaven.util.datastructures.ReleaseTracker.AlreadyReleasedException
class AlreadyReleasedException extends RuntimeException implements Serializable -
Exception io.deephaven.util.datastructures.ReleaseTracker.LeakedException
class LeakedException extends RuntimeException implements Serializable -
Exception io.deephaven.util.datastructures.ReleaseTracker.MissedReleaseException
class MissedReleaseException extends RuntimeException implements Serializable -
Exception io.deephaven.util.datastructures.ReleaseTracker.UnmatchedAcquireException
class UnmatchedAcquireException extends RuntimeException implements Serializable -
Exception io.deephaven.util.datastructures.SizeException
class SizeException extends UncheckedDeephavenException implements Serializable-
Serialized Fields
-
maximumSize
long maximumSize
-
-
-
-
Package org.apache.commons.csv
-
Class org.apache.commons.csv.CSVFormat
class 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
class CSVRecord extends Object implements Serializable- serialVersionUID:
- 1L
-