Class SessionServiceGrpc.SessionServiceImplBase
java.lang.Object
io.deephaven.proto.backplane.grpc.SessionServiceGrpc.SessionServiceImplBase
- All Implemented Interfaces:
SessionServiceGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
SessionServiceGrpcImpl
- Enclosing class:
- SessionServiceGrpc
public abstract static class SessionServiceGrpc.SessionServiceImplBase
extends Object
implements io.grpc.BindableService, SessionServiceGrpc.AsyncService
Base class for the server implementation of the service SessionService.
User supplied Flight.Ticket(s) should begin with 'e' byte followed by an signed little-endian int. The client is only allowed to use the positive exportId key-space (client generated exportIds should be greater than 0). The client is encouraged to use a packed ranges of ids as this yields the smallest footprint server side for long running sessions. The client is responsible for releasing all Flight.Tickets that they create or that were created for them via a gRPC call. The documentation for the gRPC call will indicate that the exports must be released. Exports that need to be released will always be communicated over the session's ExportNotification stream. When a session ends, either explicitly or due to timeout, all exported objects in that session are released automatically. Some parts of the API return a Flight.Ticket that does not need to be released. It is not an error to attempt to release them.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.proto.backplane.grpc.SessionServiceGrpc.AsyncService
closeSession, exportFromTicket, exportNotifications, newSession, publishFromTicket, refreshSessionToken, release, terminationNotification
-
Constructor Details
-
SessionServiceImplBase
public SessionServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-