public static final class FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceBlockingStub>
This interface contains file system master service endpoints for Alluxio workers.
Modifier and Type | Method and Description |
---|---|
protected FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
FileSystemHeartbeatPResponse |
fileSystemHeartbeat(FileSystemHeartbeatPRequest request)
Periodic file system worker heartbeat.
|
GetFileInfoPResponse |
getFileInfo(GetFileInfoPRequest request)
Returns the file information for a file or directory identified by the given file id.
|
GetPinnedFileIdsPResponse |
getPinnedFileIds(GetPinnedFileIdsPRequest request)
Returns the set of pinned file ids.
|
GetUfsInfoPResponse |
getUfsInfo(GetUfsInfoPRequest request)
Returns the UFS information for the given mount point identified by its id.
|
protected FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceBlockingStub>
public FileSystemHeartbeatPResponse fileSystemHeartbeat(FileSystemHeartbeatPRequest request)
Periodic file system worker heartbeat. Returns the command for persisting the blocks of a file.
public GetFileInfoPResponse getFileInfo(GetFileInfoPRequest request)
Returns the file information for a file or directory identified by the given file id.
public GetPinnedFileIdsPResponse getPinnedFileIds(GetPinnedFileIdsPRequest request)
Returns the set of pinned file ids.
public GetUfsInfoPResponse getUfsInfo(GetUfsInfoPRequest request)
Returns the UFS information for the given mount point identified by its id.
Copyright © 2023. All Rights Reserved.