C# OJAI Client API
Com.Mapr.Data.Db.MapRDbServer Class Reference

=============================================// RPC calls exported from the service // =============================================// More...

Classes

class  MapRDbServerBase
 Base class for server-side implementations of MapRDbServer More...
 
class  MapRDbServerClient
 Client for MapRDbServer More...
 

Static Public Member Functions

static grpc::ServerServiceDefinition BindService (MapRDbServerBase serviceImpl)
 Creates service definition that can be registered with a server More...
 

Properties

static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor [get]
 Service descriptor More...
 

Static Private Attributes

static readonly string __ServiceName = "com.mapr.data.db.MapRDbServer"
 
static readonly grpc::Marshaller< global::Com.Mapr.Data.Db.PingRequest > __Marshaller_PingRequest = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Com.Mapr.Data.Db.PingRequest.Parser.ParseFrom)
 
static readonly grpc::Marshaller< global::Com.Mapr.Data.Db.PingResponse > __Marshaller_PingResponse = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Com.Mapr.Data.Db.PingResponse.Parser.ParseFrom)
 
static readonly grpc::Marshaller< global::Com.Mapr.Data.Db.CreateTableRequest > __Marshaller_CreateTableRequest = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Com.Mapr.Data.Db.CreateTableRequest.Parser.ParseFrom)
 
static readonly grpc::Marshaller< global::Com.Mapr.Data.Db.CreateTableResponse > __Marshaller_CreateTableResponse = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Com.Mapr.Data.Db.CreateTableResponse.Parser.ParseFrom)
 
static readonly grpc::Marshaller< global::Com.Mapr.Data.Db.DeleteTableRequest > __Marshaller_DeleteTableRequest = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Com.Mapr.Data.Db.DeleteTableRequest.Parser.ParseFrom)
 
static readonly grpc::Marshaller< global::Com.Mapr.Data.Db.DeleteTableResponse > __Marshaller_DeleteTableResponse = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Com.Mapr.Data.Db.DeleteTableResponse.Parser.ParseFrom)
 
static readonly grpc::Marshaller< global::Com.Mapr.Data.Db.TableExistsRequest > __Marshaller_TableExistsRequest = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Com.Mapr.Data.Db.TableExistsRequest.Parser.ParseFrom)
 
static readonly grpc::Marshaller< global::Com.Mapr.Data.Db.TableExistsResponse > __Marshaller_TableExistsResponse = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Com.Mapr.Data.Db.TableExistsResponse.Parser.ParseFrom)
 
static readonly grpc::Marshaller< global::Com.Mapr.Data.Db.InsertOrReplaceRequest > __Marshaller_InsertOrReplaceRequest = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Com.Mapr.Data.Db.InsertOrReplaceRequest.Parser.ParseFrom)
 
static readonly grpc::Marshaller< global::Com.Mapr.Data.Db.InsertOrReplaceResponse > __Marshaller_InsertOrReplaceResponse = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Com.Mapr.Data.Db.InsertOrReplaceResponse.Parser.ParseFrom)
 
static readonly grpc::Marshaller< global::Com.Mapr.Data.Db.FindByIdRequest > __Marshaller_FindByIdRequest = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Com.Mapr.Data.Db.FindByIdRequest.Parser.ParseFrom)
 
static readonly grpc::Marshaller< global::Com.Mapr.Data.Db.FindByIdResponse > __Marshaller_FindByIdResponse = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Com.Mapr.Data.Db.FindByIdResponse.Parser.ParseFrom)
 
static readonly grpc::Marshaller< global::Com.Mapr.Data.Db.FindRequest > __Marshaller_FindRequest = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Com.Mapr.Data.Db.FindRequest.Parser.ParseFrom)
 
static readonly grpc::Marshaller< global::Com.Mapr.Data.Db.FindResponse > __Marshaller_FindResponse = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Com.Mapr.Data.Db.FindResponse.Parser.ParseFrom)
 
static readonly grpc::Marshaller< global::Com.Mapr.Data.Db.UpdateRequest > __Marshaller_UpdateRequest = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Com.Mapr.Data.Db.UpdateRequest.Parser.ParseFrom)
 
static readonly grpc::Marshaller< global::Com.Mapr.Data.Db.UpdateResponse > __Marshaller_UpdateResponse = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Com.Mapr.Data.Db.UpdateResponse.Parser.ParseFrom)
 
static readonly grpc::Marshaller< global::Com.Mapr.Data.Db.DeleteRequest > __Marshaller_DeleteRequest = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Com.Mapr.Data.Db.DeleteRequest.Parser.ParseFrom)
 
static readonly grpc::Marshaller< global::Com.Mapr.Data.Db.DeleteResponse > __Marshaller_DeleteResponse = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Com.Mapr.Data.Db.DeleteResponse.Parser.ParseFrom)
 
static readonly grpc::Method< global::Com.Mapr.Data.Db.PingRequest, global::Com.Mapr.Data.Db.PingResponse > __Method_Ping
 
static readonly grpc::Method< global::Com.Mapr.Data.Db.CreateTableRequest, global::Com.Mapr.Data.Db.CreateTableResponse > __Method_CreateTable
 
static readonly grpc::Method< global::Com.Mapr.Data.Db.DeleteTableRequest, global::Com.Mapr.Data.Db.DeleteTableResponse > __Method_DeleteTable
 
static readonly grpc::Method< global::Com.Mapr.Data.Db.TableExistsRequest, global::Com.Mapr.Data.Db.TableExistsResponse > __Method_TableExists
 
static readonly grpc::Method< global::Com.Mapr.Data.Db.InsertOrReplaceRequest, global::Com.Mapr.Data.Db.InsertOrReplaceResponse > __Method_InsertOrReplace
 
static readonly grpc::Method< global::Com.Mapr.Data.Db.FindByIdRequest, global::Com.Mapr.Data.Db.FindByIdResponse > __Method_FindById
 
static readonly grpc::Method< global::Com.Mapr.Data.Db.FindRequest, global::Com.Mapr.Data.Db.FindResponse > __Method_Find
 
static readonly grpc::Method< global::Com.Mapr.Data.Db.UpdateRequest, global::Com.Mapr.Data.Db.UpdateResponse > __Method_Update
 
static readonly grpc::Method< global::Com.Mapr.Data.Db.DeleteRequest, global::Com.Mapr.Data.Db.DeleteResponse > __Method_Delete
 

Detailed Description

=============================================// RPC calls exported from the service // =============================================//

Member Function Documentation

◆ BindService()

static grpc.ServerServiceDefinition Com.Mapr.Data.Db.MapRDbServer.BindService ( MapRDbServerBase  serviceImpl)
static

Creates service definition that can be registered with a server

Parameters
serviceImplAn object implementing the server-side handling logic.

Member Data Documentation

◆ __Method_CreateTable

readonly grpc.Method<global.Com.Mapr.Data.Db.CreateTableRequest, global.Com.Mapr.Data.Db.CreateTableResponse> Com.Mapr.Data.Db.MapRDbServer.__Method_CreateTable
staticprivate
Initial value:
= new grpc::Method<global::Com.Mapr.Data.Db.CreateTableRequest, global::Com.Mapr.Data.Db.CreateTableResponse>(
grpc::MethodType.Unary,
__ServiceName,
"CreateTable",
__Marshaller_CreateTableRequest,
__Marshaller_CreateTableResponse)

◆ __Method_Delete

readonly grpc.Method<global.Com.Mapr.Data.Db.DeleteRequest, global.Com.Mapr.Data.Db.DeleteResponse> Com.Mapr.Data.Db.MapRDbServer.__Method_Delete
staticprivate
Initial value:
= new grpc::Method<global::Com.Mapr.Data.Db.DeleteRequest, global::Com.Mapr.Data.Db.DeleteResponse>(
grpc::MethodType.Unary,
__ServiceName,
"Delete",
__Marshaller_DeleteRequest,
__Marshaller_DeleteResponse)

◆ __Method_DeleteTable

readonly grpc.Method<global.Com.Mapr.Data.Db.DeleteTableRequest, global.Com.Mapr.Data.Db.DeleteTableResponse> Com.Mapr.Data.Db.MapRDbServer.__Method_DeleteTable
staticprivate
Initial value:
= new grpc::Method<global::Com.Mapr.Data.Db.DeleteTableRequest, global::Com.Mapr.Data.Db.DeleteTableResponse>(
grpc::MethodType.Unary,
__ServiceName,
"DeleteTable",
__Marshaller_DeleteTableRequest,
__Marshaller_DeleteTableResponse)

◆ __Method_Find

readonly grpc.Method<global.Com.Mapr.Data.Db.FindRequest, global.Com.Mapr.Data.Db.FindResponse> Com.Mapr.Data.Db.MapRDbServer.__Method_Find
staticprivate
Initial value:
= new grpc::Method<global::Com.Mapr.Data.Db.FindRequest, global::Com.Mapr.Data.Db.FindResponse>(
grpc::MethodType.ServerStreaming,
__ServiceName,
"Find",
__Marshaller_FindRequest,
__Marshaller_FindResponse)

◆ __Method_FindById

readonly grpc.Method<global.Com.Mapr.Data.Db.FindByIdRequest, global.Com.Mapr.Data.Db.FindByIdResponse> Com.Mapr.Data.Db.MapRDbServer.__Method_FindById
staticprivate
Initial value:
= new grpc::Method<global::Com.Mapr.Data.Db.FindByIdRequest, global::Com.Mapr.Data.Db.FindByIdResponse>(
grpc::MethodType.Unary,
__ServiceName,
"FindById",
__Marshaller_FindByIdRequest,
__Marshaller_FindByIdResponse)

◆ __Method_InsertOrReplace

readonly grpc.Method<global.Com.Mapr.Data.Db.InsertOrReplaceRequest, global.Com.Mapr.Data.Db.InsertOrReplaceResponse> Com.Mapr.Data.Db.MapRDbServer.__Method_InsertOrReplace
staticprivate
Initial value:
= new grpc::Method<global::Com.Mapr.Data.Db.InsertOrReplaceRequest, global::Com.Mapr.Data.Db.InsertOrReplaceResponse>(
grpc::MethodType.Unary,
__ServiceName,
"InsertOrReplace",
__Marshaller_InsertOrReplaceRequest,
__Marshaller_InsertOrReplaceResponse)

◆ __Method_Ping

readonly grpc.Method<global.Com.Mapr.Data.Db.PingRequest, global.Com.Mapr.Data.Db.PingResponse> Com.Mapr.Data.Db.MapRDbServer.__Method_Ping
staticprivate
Initial value:
= new grpc::Method<global::Com.Mapr.Data.Db.PingRequest, global::Com.Mapr.Data.Db.PingResponse>(
grpc::MethodType.Unary,
__ServiceName,
"Ping",
__Marshaller_PingRequest,
__Marshaller_PingResponse)

◆ __Method_TableExists

readonly grpc.Method<global.Com.Mapr.Data.Db.TableExistsRequest, global.Com.Mapr.Data.Db.TableExistsResponse> Com.Mapr.Data.Db.MapRDbServer.__Method_TableExists
staticprivate
Initial value:
= new grpc::Method<global::Com.Mapr.Data.Db.TableExistsRequest, global::Com.Mapr.Data.Db.TableExistsResponse>(
grpc::MethodType.Unary,
__ServiceName,
"TableExists",
__Marshaller_TableExistsRequest,
__Marshaller_TableExistsResponse)

◆ __Method_Update

readonly grpc.Method<global.Com.Mapr.Data.Db.UpdateRequest, global.Com.Mapr.Data.Db.UpdateResponse> Com.Mapr.Data.Db.MapRDbServer.__Method_Update
staticprivate
Initial value:
= new grpc::Method<global::Com.Mapr.Data.Db.UpdateRequest, global::Com.Mapr.Data.Db.UpdateResponse>(
grpc::MethodType.Unary,
__ServiceName,
"Update",
__Marshaller_UpdateRequest,
__Marshaller_UpdateResponse)

Property Documentation

◆ Descriptor

global.Google.Protobuf.Reflection.ServiceDescriptor Com.Mapr.Data.Db.MapRDbServer.Descriptor
staticget

Service descriptor