Class DependencyLayerBase
java.lang.Object
com.illumon.iris.db.v2.select.analyzers.SelectAndViewAnalyzer
com.illumon.iris.db.v2.select.analyzers.DependencyLayerBase
- All Implemented Interfaces:
com.fishlib.base.log.LogOutputAppendable
- Direct Known Subclasses:
PreserveColumnLayer
,SelectOrViewColumnLayer
-
Nested Class Summary
Nested classes/interfaces inherited from class com.illumon.iris.db.v2.select.analyzers.SelectAndViewAnalyzer
SelectAndViewAnalyzer.ImmediateJobScheduler, SelectAndViewAnalyzer.JobScheduler, SelectAndViewAnalyzer.LiveTableMonitorJobScheduler, SelectAndViewAnalyzer.Mode, SelectAndViewAnalyzer.SelectLayerCompletionHandler, SelectAndViewAnalyzer.TableMapTransformJobScheduler, SelectAndViewAnalyzer.UpdateHelper
-
Method Summary
Modifier and TypeMethodDescriptiongetInner()
void
updateColumnDefinitionsFromTopLayer
(Map<String, com.illumon.dataobjects.ColumnDefinition> columnDefinitions) Methods inherited from class com.illumon.iris.db.v2.select.analyzers.SelectAndViewAnalyzer
applyUpdate, calcEffects, create, futureCompletionHandler, getAllColumnSources, getNewColumnSources, getPublishedColumnSources, setAllNewColumns, startTrackingPrev, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.fishlib.base.log.LogOutputAppendable
append
-
Method Details
-
updateColumnDefinitionsFromTopLayer
public void updateColumnDefinitionsFromTopLayer(Map<String, com.illumon.dataobjects.ColumnDefinition> columnDefinitions) - Specified by:
updateColumnDefinitionsFromTopLayer
in classSelectAndViewAnalyzer
-
getInner
- Specified by:
getInner
in classSelectAndViewAnalyzer
-