Class DriverEndpoint


  • public final class DriverEndpoint
    extends java.lang.Object
    A request endpoint in driver side of a plan.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DriverEndpoint

        public DriverEndpoint​(PlanStateManager planStateManager,
                              ClientEndpoint clientEndpoint)
        Construct an endpoint in driver side. This method will be called by ClientEndpoint.
        Parameters:
        planStateManager - of running plan.
        clientEndpoint - of running plan.