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 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.StorageServiceGrpc.AsyncService
createDirectory, deleteItem, fetchFile, listItems, moveItem, saveFile
-
Constructor Details
-
StorageServiceImplBase
public StorageServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-