Class

com.cloudera.livy.repl

ReplDriver

Related Doc: package repl

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def acceptInboundMessage(arg0: Any): Boolean

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

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

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

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

    Permalink
    Definition Classes
    Any
  9. def broadcast(arg0: Any): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink

    Return statement results.

    Return statement results. Results are sorted by statement id.

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Logging
  42. def initializeContext(): JavaSparkContext

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

    Permalink
    Definition Classes
    Any
  44. def isSharable(): Boolean

    Permalink
    Definition Classes
    ChannelHandlerAdapter
  45. lazy val logger: Logger

    Permalink
    Definition Classes
    Logging
  46. def name(): String

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

    Permalink
    Definition Classes
    AnyRef
  48. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  49. final def notifyAll(): Unit

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  54. def toString(): String

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

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

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

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

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

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

    Permalink
    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