public static final class FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceFutureStub extends io.grpc.stub.AbstractFutureStub<FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceFutureStub>
This interface contains file system master service endpoints for Alluxio workers.
Modifier and Type | Method and Description |
---|---|
protected FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<FileSystemHeartbeatPResponse> |
fileSystemHeartbeat(FileSystemHeartbeatPRequest request)
Periodic file system worker heartbeat.
|
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<GetPinnedFileIdsPResponse> |
getPinnedFileIds(GetPinnedFileIdsPRequest request)
Returns the set of pinned file ids.
|
com.google.common.util.concurrent.ListenableFuture<GetUfsInfoPResponse> |
getUfsInfo(GetUfsInfoPRequest request)
Returns the UFS information for the given mount point identified by its id.
|
protected FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceFutureStub>
public com.google.common.util.concurrent.ListenableFuture<FileSystemHeartbeatPResponse> fileSystemHeartbeat(FileSystemHeartbeatPRequest request)
Periodic file system worker heartbeat. Returns the command for persisting the blocks of a file.
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<GetPinnedFileIdsPResponse> getPinnedFileIds(GetPinnedFileIdsPRequest request)
Returns the set of pinned file ids.
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.