@Generated(value="by gRPC proto compiler (version 1.54.1)", comments="Source: grpc/policy_master.proto") public final class PolicyMasterClientServiceGrpc extends Object
This interface contains policy master service endpoints for Alluxio clients.
Modifier and Type | Class and Description |
---|---|
static interface |
PolicyMasterClientServiceGrpc.AsyncService
This interface contains policy master service endpoints for Alluxio clients.
|
static class |
PolicyMasterClientServiceGrpc.PolicyMasterClientServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service PolicyMasterClientService.
|
static class |
PolicyMasterClientServiceGrpc.PolicyMasterClientServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service PolicyMasterClientService.
|
static class |
PolicyMasterClientServiceGrpc.PolicyMasterClientServiceImplBase
Base class for the server implementation of the service PolicyMasterClientService.
|
static class |
PolicyMasterClientServiceGrpc.PolicyMasterClientServiceStub
A stub to allow clients to do asynchronous rpc calls to service PolicyMasterClientService.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServerServiceDefinition |
bindService(PolicyMasterClientServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<AddPolicyPRequest,AddPolicyPResponse> |
getAddPolicyMethod() |
static io.grpc.MethodDescriptor<GetActionInfoRequest,GetActionInfoResponse> |
getGetActionInfoMethod() |
static io.grpc.MethodDescriptor<GetPolicyStatusPRequest,GetPolicyStatusPResponse> |
getGetPolicyStatusMethod() |
static io.grpc.MethodDescriptor<ListPolicyPRequest,ListPolicyPResponse> |
getListPolicyMethod() |
static io.grpc.MethodDescriptor<RemovePolicyPRequest,RemovePolicyPResponse> |
getRemovePolicyMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<TriggerPolicyRequest,TriggerPolicyResponse> |
getTriggerPolicyMethod() |
static PolicyMasterClientServiceGrpc.PolicyMasterClientServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static PolicyMasterClientServiceGrpc.PolicyMasterClientServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static PolicyMasterClientServiceGrpc.PolicyMasterClientServiceStub |
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<ListPolicyPRequest,ListPolicyPResponse> getListPolicyMethod()
public static io.grpc.MethodDescriptor<AddPolicyPRequest,AddPolicyPResponse> getAddPolicyMethod()
public static io.grpc.MethodDescriptor<RemovePolicyPRequest,RemovePolicyPResponse> getRemovePolicyMethod()
public static io.grpc.MethodDescriptor<GetPolicyStatusPRequest,GetPolicyStatusPResponse> getGetPolicyStatusMethod()
public static io.grpc.MethodDescriptor<GetActionInfoRequest,GetActionInfoResponse> getGetActionInfoMethod()
public static io.grpc.MethodDescriptor<TriggerPolicyRequest,TriggerPolicyResponse> getTriggerPolicyMethod()
public static PolicyMasterClientServiceGrpc.PolicyMasterClientServiceStub newStub(io.grpc.Channel channel)
public static PolicyMasterClientServiceGrpc.PolicyMasterClientServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static PolicyMasterClientServiceGrpc.PolicyMasterClientServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(PolicyMasterClientServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023. All Rights Reserved.