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