Class JoinBridgeManager<T extends JoinBridge>

    • Method Detail

      • getBuildOutputTypes

        public List<Type> getBuildOutputTypes()
      • incrementProbeFactoryCount

        public void incrementProbeFactoryCount()
      • getJoinBridge

        public T getJoinBridge​(Lifespan lifespan)
      • probeOperatorFactoryClosedForAllLifespans

        public void probeOperatorFactoryClosedForAllLifespans()
        Invoked when a probe operator factory indicates that it will not create any more operators, for any lifespan.

        It is expected that this method will only be invoked after probeOperatorFactoryClosed(Lifespan) has been invoked for every known lifespan.

      • probeOperatorFactoryClosed

        public void probeOperatorFactoryClosed​(Lifespan lifespan)
      • probeOperatorCreated

        public void probeOperatorCreated​(Lifespan lifespan)
      • probeOperatorClosed

        public void probeOperatorClosed​(Lifespan lifespan)
      • outerOperatorFactoryClosed

        public void outerOperatorFactoryClosed​(Lifespan lifespan)
      • outerOperatorCreated

        public void outerOperatorCreated​(Lifespan lifespan)
      • outerOperatorClosed

        public void outerOperatorClosed​(Lifespan lifespan)
      • getOuterPositionsFuture

        public com.google.common.util.concurrent.ListenableFuture<OuterPositionIterator> getOuterPositionsFuture​(Lifespan lifespan)