Package io.dingodb.fileservice
Class FileServiceGrpc.FileServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractAsyncStub<FileServiceGrpc.FileServiceStub>
io.dingodb.fileservice.FileServiceGrpc.FileServiceStub
- Enclosing class:
- FileServiceGrpc
public static final class FileServiceGrpc.FileServiceStub
extends io.grpc.stub.AbstractAsyncStub<FileServiceGrpc.FileServiceStub>
A stub to allow clients to do asynchronous rpc calls to service FileService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionprotected FileServiceGrpc.FileServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidcleanFileReader(FileServiceOuterClass.CleanFileReaderRequest request, io.grpc.stub.StreamObserver<FileServiceOuterClass.CleanFileReaderResponse> responseObserver) Clean file readervoidgetFile(FileServiceOuterClass.GetFileRequest request, io.grpc.stub.StreamObserver<FileServiceOuterClass.GetFileResponse> responseObserver) Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected FileServiceGrpc.FileServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<FileServiceGrpc.FileServiceStub>
-
getFile
public void getFile(FileServiceOuterClass.GetFileRequest request, io.grpc.stub.StreamObserver<FileServiceOuterClass.GetFileResponse> responseObserver) -
cleanFileReader
public void cleanFileReader(FileServiceOuterClass.CleanFileReaderRequest request, io.grpc.stub.StreamObserver<FileServiceOuterClass.CleanFileReaderResponse> responseObserver) Clean file reader
-