public final class FileSystemMasterJobServiceHandler extends FileSystemMasterJobServiceGrpc.FileSystemMasterJobServiceImplBase
Constructor and Description |
---|
FileSystemMasterJobServiceHandler(FileSystemMaster fileSystemMaster)
Creates a new instance of
FileSystemMasterJobServiceHandler . |
Modifier and Type | Method and Description |
---|---|
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.
|
bindService
public FileSystemMasterJobServiceHandler(FileSystemMaster fileSystemMaster)
FileSystemMasterJobServiceHandler
.fileSystemMaster
- the FileSystemMaster
the handler uses internallypublic void getFileInfo(GetFileInfoPRequest request, io.grpc.stub.StreamObserver<GetFileInfoPResponse> responseObserver)
FileSystemMasterJobServiceGrpc.FileSystemMasterJobServiceImplBase
Returns the file information for a file or directory identified by the given file id.
getFileInfo
in class FileSystemMasterJobServiceGrpc.FileSystemMasterJobServiceImplBase
public void getUfsInfo(GetUfsInfoPRequest request, io.grpc.stub.StreamObserver<GetUfsInfoPResponse> responseObserver)
FileSystemMasterJobServiceGrpc.FileSystemMasterJobServiceImplBase
Returns the UFS information for the given mount point identified by its id.
getUfsInfo
in class FileSystemMasterJobServiceGrpc.FileSystemMasterJobServiceImplBase
Copyright © 2023. All Rights Reserved.