Class SelectOrViewColumnLayer
java.lang.Object
com.illumon.iris.db.v2.select.analyzers.SelectAndViewAnalyzer
com.illumon.iris.db.v2.select.analyzers.DependencyLayerBase
com.illumon.iris.db.v2.select.analyzers.SelectOrViewColumnLayer
- All Implemented Interfaces:
com.fishlib.base.log.LogOutputAppendable
- Direct Known Subclasses:
SelectColumnLayer
,ViewColumnLayer
public abstract class SelectOrViewColumnLayer extends DependencyLayerBase
-
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 Type Method Description void
startTrackingPrev()
Methods inherited from class com.illumon.iris.db.v2.select.analyzers.DependencyLayerBase
getInner, updateColumnDefinitionsFromTopLayer
Methods inherited from class com.illumon.iris.db.v2.select.analyzers.SelectAndViewAnalyzer
applyUpdate, calcEffects, create, futureCompletionHandler, getAllColumnSources, getNewColumnSources, getPublishedColumnSources, setAllNewColumns, toString
-
Method Details
-
startTrackingPrev
public void startTrackingPrev()- Specified by:
startTrackingPrev
in classSelectAndViewAnalyzer
-