com.cloudera.livy.repl

ReplDriver

class ReplDriver extends RSCDriver with Logging

Linear Supertypes
Logging, RSCDriver, BaseProtocol, RpcDispatcher, SimpleChannelInboundHandler[AnyRef], ChannelInboundHandlerAdapter, ChannelInboundHandler, ChannelHandlerAdapter, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReplDriver
  2. Logging
  3. RSCDriver
  4. BaseProtocol
  5. RpcDispatcher
  6. SimpleChannelInboundHandler
  7. ChannelInboundHandlerAdapter
  8. ChannelInboundHandler
  9. ChannelHandlerAdapter
  10. ChannelHandler
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReplDriver(conf: SparkConf, livyConf: RSCConf)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def acceptInboundMessage(arg0: Any): Boolean

    Definition Classes
    SimpleChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  7. def addFile(path: String): Unit

    Attributes
    protected
    Definition Classes
    ReplDriver → RSCDriver
  8. def addJarOrPyFile(path: String): Unit

    Attributes
    protected
    Definition Classes
    ReplDriver → RSCDriver
  9. def addLocalFileToClassLoader(arg0: File): Unit

    Definition Classes
    RSCDriver
    Annotations
    @throws( ... )
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def broadcast(arg0: Any): Unit

    Attributes
    protected[com.cloudera.livy.rsc.driver]
    Definition Classes
    RSCDriver
  12. def channelActive(arg0: ChannelHandlerContext): Unit

    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  13. final def channelInactive(arg0: ChannelHandlerContext): Unit

    Definition Classes
    RpcDispatcher → ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  14. def channelRead(arg0: ChannelHandlerContext, arg1: Any): Unit

    Definition Classes
    SimpleChannelInboundHandler → ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  15. final def channelRead0(arg0: ChannelHandlerContext, arg1: Any): Unit

    Attributes
    protected[com.cloudera.livy.rsc.rpc]
    Definition Classes
    RpcDispatcher → SimpleChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  16. def channelReadComplete(arg0: ChannelHandlerContext): Unit

    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  17. def channelRegistered(arg0: ChannelHandlerContext): Unit

    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  18. def channelUnregistered(arg0: ChannelHandlerContext): Unit

    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  19. def channelWritabilityChanged(arg0: ChannelHandlerContext): Unit

    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  20. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def copyFileToLocal(arg0: File, arg1: String, arg2: SparkContext): File

    Definition Classes
    RSCDriver
    Annotations
    @throws( classOf[java.lang.Exception] )
  22. def createWrapper(msg: BypassJobRequest): BypassJobWrapper

    Attributes
    protected
    Definition Classes
    ReplDriver → RSCDriver
  23. def debug(message: ⇒ Any): Unit

    Definition Classes
    Logging
  24. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  26. def error(message: ⇒ Any): Unit

    Definition Classes
    Logging
  27. def error(message: ⇒ Any, t: Throwable): Unit

    Definition Classes
    Logging
  28. final def exceptionCaught(arg0: ChannelHandlerContext, arg1: Throwable): Unit

    Definition Classes
    RpcDispatcher → ChannelInboundHandlerAdapter → ChannelInboundHandler → ChannelHandlerAdapter → ChannelHandler
  29. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  31. def handle(ctx: ChannelHandlerContext, msg: GetReplJobResults): ReplJobResults

    Return statement results.

    Return statement results. Results are sorted by statement id.

  32. def handle(ctx: ChannelHandlerContext, msg: CancelReplJobRequest): Unit

  33. def handle(ctx: ChannelHandlerContext, msg: ReplJobRequest): Int

  34. def handle(arg0: ChannelHandlerContext, arg1: GetBypassJobStatus): BypassJobStatus

    Definition Classes
    RSCDriver
  35. def handle(arg0: ChannelHandlerContext, arg1: SyncJobRequest): AnyRef

    Definition Classes
    RSCDriver
    Annotations
    @throws( classOf[java.lang.Exception] )
  36. def handle(arg0: ChannelHandlerContext, arg1: BypassJobRequest): Unit

    Definition Classes
    RSCDriver
    Annotations
    @throws( classOf[java.lang.Exception] )
  37. def handle(arg0: ChannelHandlerContext, arg1: JobRequest[_]): Unit

    Definition Classes
    RSCDriver
  38. def handle(arg0: ChannelHandlerContext, arg1: EndSession): Unit

    Definition Classes
    RSCDriver
  39. def handle(arg0: ChannelHandlerContext, arg1: CancelJob): Unit

    Definition Classes
    RSCDriver
  40. def handlerAdded(arg0: ChannelHandlerContext): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  41. def handlerRemoved(arg0: ChannelHandlerContext): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  42. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  43. def info(message: ⇒ Any): Unit

    Definition Classes
    Logging
  44. def initializeContext(): JavaSparkContext

    Attributes
    protected
    Definition Classes
    ReplDriver → RSCDriver
  45. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  46. def isSharable(): Boolean

    Definition Classes
    ChannelHandlerAdapter
  47. lazy val logger: Logger

    Definition Classes
    Logging
  48. def name(): String

    Attributes
    protected[com.cloudera.livy.rsc.rpc]
    Definition Classes
    RpcDispatcher
  49. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  50. final def notify(): Unit

    Definition Classes
    AnyRef
  51. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  52. def onClientAuthenticated(client: Rpc): Unit

    Attributes
    protected
    Definition Classes
    ReplDriver → RSCDriver
  53. def shutdownContext(): Unit

    Attributes
    protected
    Definition Classes
    ReplDriver → RSCDriver
  54. def submit(arg0: JobWrapper[_]): Unit

    Definition Classes
    RSCDriver
  55. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  56. def toString(): String

    Definition Classes
    AnyRef → Any
  57. def trace(message: ⇒ Any): Unit

    Definition Classes
    Logging
  58. def userEventTriggered(arg0: ChannelHandlerContext, arg1: Any): Unit

    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  59. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. def warn(message: ⇒ Any): Unit

    Definition Classes
    Logging

Inherited from Logging

Inherited from RSCDriver

Inherited from BaseProtocol

Inherited from RpcDispatcher

Inherited from SimpleChannelInboundHandler[AnyRef]

Inherited from ChannelInboundHandlerAdapter

Inherited from ChannelInboundHandler

Inherited from ChannelHandlerAdapter

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any

Ungrouped