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

Base class for server-side implementations of MapRDbServer More...

Public Member Functions

virtual global::System.Threading.Tasks.Task< global::Com.Mapr.Data.Db.PingResponse > Ping (global::Com.Mapr.Data.Db.PingRequest request, grpc::ServerCallContext context)
 Ping RPC More...
 
virtual global::System.Threading.Tasks.Task< global::Com.Mapr.Data.Db.CreateTableResponse > CreateTable (global::Com.Mapr.Data.Db.CreateTableRequest request, grpc::ServerCallContext context)
 Admin RPCs More...
 
virtual global::System.Threading.Tasks.Task< global::Com.Mapr.Data.Db.DeleteTableResponse > DeleteTable (global::Com.Mapr.Data.Db.DeleteTableRequest request, grpc::ServerCallContext context)
 
virtual global::System.Threading.Tasks.Task< global::Com.Mapr.Data.Db.TableExistsResponse > TableExists (global::Com.Mapr.Data.Db.TableExistsRequest request, grpc::ServerCallContext context)
 
virtual global::System.Threading.Tasks.Task< global::Com.Mapr.Data.Db.InsertOrReplaceResponse > InsertOrReplace (global::Com.Mapr.Data.Db.InsertOrReplaceRequest request, grpc::ServerCallContext context)
 CRUD RPCs More...
 
virtual global::System.Threading.Tasks.Task< global::Com.Mapr.Data.Db.FindByIdResponse > FindById (global::Com.Mapr.Data.Db.FindByIdRequest request, grpc::ServerCallContext context)
 
virtual global::System.Threading.Tasks.Task Find (global::Com.Mapr.Data.Db.FindRequest request, grpc::IServerStreamWriter< global::Com.Mapr.Data.Db.FindResponse > responseStream, grpc::ServerCallContext context)
 
virtual global::System.Threading.Tasks.Task< global::Com.Mapr.Data.Db.UpdateResponse > Update (global::Com.Mapr.Data.Db.UpdateRequest request, grpc::ServerCallContext context)
 
virtual global::System.Threading.Tasks.Task< global::Com.Mapr.Data.Db.DeleteResponse > Delete (global::Com.Mapr.Data.Db.DeleteRequest request, grpc::ServerCallContext context)
 

Detailed Description

Base class for server-side implementations of MapRDbServer

Member Function Documentation

◆ CreateTable()

virtual global.System.Threading.Tasks.Task<global.Com.Mapr.Data.Db.CreateTableResponse> Com.Mapr.Data.Db.MapRDbServer.MapRDbServerBase.CreateTable ( global::Com.Mapr.Data.Db.CreateTableRequest  request,
grpc::ServerCallContext  context 
)
virtual

Admin RPCs

Parameters
requestThe request received from the client.
contextThe context of the server-side call handler being invoked.
Returns
The response to send back to the client (wrapped by a task).

◆ InsertOrReplace()

virtual global.System.Threading.Tasks.Task<global.Com.Mapr.Data.Db.InsertOrReplaceResponse> Com.Mapr.Data.Db.MapRDbServer.MapRDbServerBase.InsertOrReplace ( global::Com.Mapr.Data.Db.InsertOrReplaceRequest  request,
grpc::ServerCallContext  context 
)
virtual

CRUD RPCs

Parameters
requestThe request received from the client.
contextThe context of the server-side call handler being invoked.
Returns
The response to send back to the client (wrapped by a task).

◆ Ping()

virtual global.System.Threading.Tasks.Task<global.Com.Mapr.Data.Db.PingResponse> Com.Mapr.Data.Db.MapRDbServer.MapRDbServerBase.Ping ( global::Com.Mapr.Data.Db.PingRequest  request,
grpc::ServerCallContext  context 
)
virtual

Ping RPC

Parameters
requestThe request received from the client.
contextThe context of the server-side call handler being invoked.
Returns
The response to send back to the client (wrapped by a task).