Class StorageServiceGrpc.StorageServiceImplBase

java.lang.Object
io.deephaven.proto.backplane.grpc.StorageServiceGrpc.StorageServiceImplBase
All Implemented Interfaces:
StorageServiceGrpc.AsyncService, io.grpc.BindableService
Direct Known Subclasses:
FilesystemStorageServiceGrpcImpl
Enclosing class:
StorageServiceGrpc

public abstract static class StorageServiceGrpc.StorageServiceImplBase extends Object implements io.grpc.BindableService, StorageServiceGrpc.AsyncService
Base class for the server implementation of the service StorageService.
 Shared storage management service.
 Operations may fail (or omit data) if the current session does not have permission to read or write that resource.
 Paths will be "/" delimited and must start with a leading slash.
 
  • Constructor Details

    • StorageServiceImplBase

      public StorageServiceImplBase()
  • Method Details

    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService