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