Packages

package service

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractBackendService extends CompositeService with BackendService

    A Shorthand for implementing BackendServices

  2. abstract class AbstractFrontendService extends CompositeService with FrontendService

    A AbstractFrontendService is an abstraction for fronted service.

    A AbstractFrontendService is an abstraction for fronted service. An frontend service will receive client requests and translate them to serverable operations or backend operations. It also support exposing itself by ServiceDiscovery if the concrete frontend service has a Discovery Service as its child.

  3. abstract class AbstractService extends Service with Logging
  4. trait BackendService extends AnyRef

    A BackendService in Kyuubi architecture is responsible for talking to the SQL engine

    A BackendService in Kyuubi architecture is responsible for talking to the SQL engine

    1. Open/Close org.apache.kyuubi.session.Session
    2. Operate org.apache.kyuubi.operation.Operation
    3. Manager org.apache.kyuubi.session.Sessions via SessionManager
    4. Check OperationStatus
    5. Retrieve org.apache.kyuubi.operation.Operation results and metadata
    6. Cancel/Close org.apache.kyuubi.operation.Operation

  5. abstract class CompositeService extends AbstractService with Logging
  6. trait FrontendService extends AnyRef

    A FrontendService in Kyuubi architecture is responsible for talking requests from clients

  7. abstract class Serverable extends CompositeService

    A Serverable is an abstraction for concreting kyuubi server and engines It contains

    A Serverable is an abstraction for concreting kyuubi server and engines It contains

  8. trait Service extends AnyRef
  9. abstract class ThriftBinaryFrontendService extends AbstractFrontendService with Iface with Runnable with Logging

Value Members

  1. object ServiceState extends Enumeration

    Service states

  2. object ServiceUtils
  3. object ThriftBinaryFrontendService

Ungrouped