@Generated(value="by gRPC proto compiler (version 1.27.0)", comments="Source: grpc/block_master.proto") public final class BlockMasterWorkerServiceGrpc extends Object
This interface contains block master service endpoints for Alluxio workers.
Modifier and Type | Class and Description |
---|---|
static class |
BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceBlockingStub
This interface contains block master service endpoints for Alluxio workers.
|
static class |
BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceFutureStub
This interface contains block master service endpoints for Alluxio workers.
|
static class |
BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceImplBase
This interface contains block master service endpoints for Alluxio workers.
|
static class |
BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceStub
This interface contains block 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<BlockHeartbeatPRequest,BlockHeartbeatPResponse> |
getBlockHeartbeatMethod() |
static io.grpc.MethodDescriptor<CommitBlockInUfsPRequest,CommitBlockInUfsPResponse> |
getCommitBlockInUfsMethod() |
static io.grpc.MethodDescriptor<CommitBlockPRequest,CommitBlockPResponse> |
getCommitBlockMethod() |
static io.grpc.MethodDescriptor<GetWorkerIdPRequest,GetWorkerIdPResponse> |
getGetWorkerIdMethod() |
static io.grpc.MethodDescriptor<RegisterWorkerPRequest,RegisterWorkerPResponse> |
getRegisterWorkerMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceStub |
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<BlockHeartbeatPRequest,BlockHeartbeatPResponse> getBlockHeartbeatMethod()
public static io.grpc.MethodDescriptor<CommitBlockPRequest,CommitBlockPResponse> getCommitBlockMethod()
public static io.grpc.MethodDescriptor<CommitBlockInUfsPRequest,CommitBlockInUfsPResponse> getCommitBlockInUfsMethod()
public static io.grpc.MethodDescriptor<GetWorkerIdPRequest,GetWorkerIdPResponse> getGetWorkerIdMethod()
public static io.grpc.MethodDescriptor<RegisterWorkerPRequest,RegisterWorkerPResponse> getRegisterWorkerMethod()
public static BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceStub newStub(io.grpc.Channel channel)
public static BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023. All Rights Reserved.