Package

com.dispalt

vitess

Permalink

package vitess

Visibility
  1. Public
  2. All

Type Members

  1. trait Client extends AnyRef

    Permalink

    Handles Client operations, a mix of transaction, execute and streaming.

  2. trait ClientLifecycle extends AnyRef

    Permalink
  3. class Cursor extends Iterator[Row]

    Permalink
  4. case class FailedResponse(rpcError: RPCError, session: Option[Session]) extends Throwable with Product with Serializable

    Permalink
  5. case class FieldMap(fields: Seq[Field]) extends Product with Serializable

    Permalink
  6. class InterceptedClient extends Client

    Permalink
  7. class ManagedClient extends Client with ClientLifecycle

    Permalink
  8. case class Response(value: Cursor, session: Option[Session]) extends Product with Serializable

    Permalink
  9. class Row extends AnyRef

    Permalink
  10. class TransactionalExecutionContext extends ExecutionContext

    Permalink
  11. case class VitessCallerCtx(callerId: Option[CallerID], timeoutMs: Long = 30000) extends Product with Serializable

    Permalink
  12. class VtctldClient extends ClientLifecycle

    Permalink

Value Members

  1. object ManagedClient

    Permalink
  2. object NotInTransaction extends Throwable with Product with Serializable

    Permalink
  3. object Proto

    Permalink
  4. object Response extends Serializable

    Permalink
  5. object Row

    Permalink
  6. object VitessCallerCtx extends Serializable

    Permalink

Ungrouped