@Generated(value="by gRPC proto compiler (version 1.27.0)", comments="Source: grpc/file_system_master.proto") public final class FileSystemMasterWorkerServiceGrpc extends Object
This interface contains file system master service endpoints for Alluxio workers.
Modifier and Type | Class and Description |
---|---|
static class |
FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceBlockingStub
This interface contains file system master service endpoints for Alluxio workers.
|
static class |
FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceFutureStub
This interface contains file system master service endpoints for Alluxio workers.
|
static class |
FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceImplBase
This interface contains file system master service endpoints for Alluxio workers.
|
static class |
FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceStub
This interface contains file system master service endpoints for Alluxio workers.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<FileSystemHeartbeatPRequest,FileSystemHeartbeatPResponse> |
getFileSystemHeartbeatMethod() |
static io.grpc.MethodDescriptor<GetFileInfoPRequest,GetFileInfoPResponse> |
getGetFileInfoMethod() |
static io.grpc.MethodDescriptor<GetPinnedFileIdsPRequest,GetPinnedFileIdsPResponse> |
getGetPinnedFileIdsMethod() |
static io.grpc.MethodDescriptor<GetUfsInfoPRequest,GetUfsInfoPResponse> |
getGetUfsInfoMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<FileSystemHeartbeatPRequest,FileSystemHeartbeatPResponse> getFileSystemHeartbeatMethod()
public static io.grpc.MethodDescriptor<GetFileInfoPRequest,GetFileInfoPResponse> getGetFileInfoMethod()
public static io.grpc.MethodDescriptor<GetPinnedFileIdsPRequest,GetPinnedFileIdsPResponse> getGetPinnedFileIdsMethod()
public static io.grpc.MethodDescriptor<GetUfsInfoPRequest,GetUfsInfoPResponse> getGetUfsInfoMethod()
public static FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceStub newStub(io.grpc.Channel channel)
public static FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023. All Rights Reserved.