public static final class FileSystemMasterJobServiceGrpc.FileSystemMasterJobServiceStub extends io.grpc.stub.AbstractAsyncStub<FileSystemMasterJobServiceGrpc.FileSystemMasterJobServiceStub>
This interface contains file system master service endpoints for Alluxio workers.
Modifier and Type | Method and Description |
---|---|
protected FileSystemMasterJobServiceGrpc.FileSystemMasterJobServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
getFileInfo(GetFileInfoPRequest request,
io.grpc.stub.StreamObserver<GetFileInfoPResponse> responseObserver)
Returns the file information for a file or directory identified by the given file id.
|
void |
getUfsInfo(GetUfsInfoPRequest request,
io.grpc.stub.StreamObserver<GetUfsInfoPResponse> responseObserver)
Returns the UFS information for the given mount point identified by its id.
|
protected FileSystemMasterJobServiceGrpc.FileSystemMasterJobServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<FileSystemMasterJobServiceGrpc.FileSystemMasterJobServiceStub>
public void getFileInfo(GetFileInfoPRequest request, io.grpc.stub.StreamObserver<GetFileInfoPResponse> responseObserver)
Returns the file information for a file or directory identified by the given file id.
public void getUfsInfo(GetUfsInfoPRequest request, io.grpc.stub.StreamObserver<GetUfsInfoPResponse> responseObserver)
Returns the UFS information for the given mount point identified by its id.
Copyright © 2023. All Rights Reserved.