Object

com.youtube.vitess.proto.grpc.vtgateservice

VitessGrpc

Related Doc: package vtgateservice

Permalink

object VitessGrpc

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VitessGrpc
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Vitess extends AbstractService

    Permalink
  2. trait VitessBlockingClient extends AnyRef

    Permalink
  3. class VitessBlockingStub extends AbstractStub[VitessBlockingStub] with VitessBlockingClient

    Permalink
  4. class VitessStub extends AbstractStub[VitessStub] with Vitess

    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. val METHOD_BEGIN: MethodDescriptor[BeginRequest, BeginResponse]

    Permalink
  5. val METHOD_COMMIT: MethodDescriptor[CommitRequest, CommitResponse]

    Permalink
  6. val METHOD_EXECUTE: MethodDescriptor[ExecuteRequest, ExecuteResponse]

    Permalink
  7. val METHOD_EXECUTE_BATCH: MethodDescriptor[ExecuteBatchRequest, ExecuteBatchResponse]

    Permalink
  8. val METHOD_EXECUTE_BATCH_KEYSPACE_IDS: MethodDescriptor[ExecuteBatchKeyspaceIdsRequest, ExecuteBatchKeyspaceIdsResponse]

    Permalink
  9. val METHOD_EXECUTE_BATCH_SHARDS: MethodDescriptor[ExecuteBatchShardsRequest, ExecuteBatchShardsResponse]

    Permalink
  10. val METHOD_EXECUTE_ENTITY_IDS: MethodDescriptor[ExecuteEntityIdsRequest, ExecuteEntityIdsResponse]

    Permalink
  11. val METHOD_EXECUTE_KEYSPACE_IDS: MethodDescriptor[ExecuteKeyspaceIdsRequest, ExecuteKeyspaceIdsResponse]

    Permalink
  12. val METHOD_EXECUTE_KEY_RANGES: MethodDescriptor[ExecuteKeyRangesRequest, ExecuteKeyRangesResponse]

    Permalink
  13. val METHOD_EXECUTE_SHARDS: MethodDescriptor[ExecuteShardsRequest, ExecuteShardsResponse]

    Permalink
  14. val METHOD_GET_SRV_KEYSPACE: MethodDescriptor[GetSrvKeyspaceRequest, GetSrvKeyspaceResponse]

    Permalink
  15. val METHOD_MESSAGE_ACK: MethodDescriptor[MessageAckRequest, MessageAckResponse]

    Permalink
  16. val METHOD_MESSAGE_STREAM: MethodDescriptor[MessageStreamRequest, MessageStreamResponse]

    Permalink
  17. val METHOD_RESOLVE_TRANSACTION: MethodDescriptor[ResolveTransactionRequest, ResolveTransactionResponse]

    Permalink
  18. val METHOD_ROLLBACK: MethodDescriptor[RollbackRequest, RollbackResponse]

    Permalink
  19. val METHOD_SPLIT_QUERY: MethodDescriptor[SplitQueryRequest, SplitQueryResponse]

    Permalink
  20. val METHOD_STREAM_EXECUTE: MethodDescriptor[StreamExecuteRequest, StreamExecuteResponse]

    Permalink
  21. val METHOD_STREAM_EXECUTE_KEYSPACE_IDS: MethodDescriptor[StreamExecuteKeyspaceIdsRequest, StreamExecuteKeyspaceIdsResponse]

    Permalink
  22. val METHOD_STREAM_EXECUTE_KEY_RANGES: MethodDescriptor[StreamExecuteKeyRangesRequest, StreamExecuteKeyRangesResponse]

    Permalink
  23. val METHOD_STREAM_EXECUTE_SHARDS: MethodDescriptor[StreamExecuteShardsRequest, StreamExecuteShardsResponse]

    Permalink
  24. val METHOD_UPDATE_STREAM: MethodDescriptor[UpdateStreamRequest, UpdateStreamResponse]

    Permalink
  25. object Vitess extends ServiceCompanion[Vitess]

    Permalink
  26. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  27. def bindService(serviceImpl: Vitess, executionContext: ExecutionContext): ServerServiceDefinition

    Permalink
  28. def blockingStub(channel: Channel): VitessBlockingStub

    Permalink
  29. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. def javaDescriptor: ServiceDescriptor

    Permalink
  37. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  40. def stub(channel: Channel): VitessStub

    Permalink
  41. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped