Package com.atlassian.bamboo.grpc
Class AtlassianCacheCrossNodesEventsServiceGrpc
java.lang.Object
com.atlassian.bamboo.grpc.AtlassianCacheCrossNodesEventsServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.58.0)",
comments="Source: CrossNodesCommunication.proto")
public final class AtlassianCacheCrossNodesEventsServiceGrpc
extends Object
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static final class
A stub to allow clients to do synchronous rpc calls to service AtlassianCacheCrossNodesEventsService.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service AtlassianCacheCrossNodesEventsService.static class
Base class for the server implementation of the service AtlassianCacheCrossNodesEventsService.static final class
A stub to allow clients to do asynchronous rpc calls to service AtlassianCacheCrossNodesEventsService. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
static io.grpc.MethodDescriptor<CrossNodesCommunication.AtlassianCacheBulkRequest,
CrossNodesCommunication.CommonResponse> static io.grpc.MethodDescriptor<CrossNodesCommunication.AtlassianCachedReferenceResetRequest,
CrossNodesCommunication.CommonResponse> static io.grpc.MethodDescriptor<CrossNodesCommunication.AtlassianCachePutIfAbsentRequest,
CrossNodesCommunication.CommonResponse> static io.grpc.MethodDescriptor<CrossNodesCommunication.AtlassianCachePutRequest,
CrossNodesCommunication.CommonResponse> static io.grpc.MethodDescriptor<CrossNodesCommunication.AtlassianCacheRemoveAllRequest,
CrossNodesCommunication.CommonResponse> static io.grpc.MethodDescriptor<CrossNodesCommunication.AtlassianCacheRemoveByKeyAndValueRequest,
CrossNodesCommunication.CommonResponse> static io.grpc.MethodDescriptor<CrossNodesCommunication.AtlassianCacheRemoveByKeyRequest,
CrossNodesCommunication.CommonResponse> static io.grpc.MethodDescriptor<CrossNodesCommunication.AtlassianCacheReplaceRequest,
CrossNodesCommunication.CommonResponse> static io.grpc.ServiceDescriptor
newBlockingStub
(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub
(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub
(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getPropagateAtlassianCachePutMethod
public static io.grpc.MethodDescriptor<CrossNodesCommunication.AtlassianCachePutRequest,CrossNodesCommunication.CommonResponse> getPropagateAtlassianCachePutMethod() -
getPropagateAtlassianCachePutIfAbsentMethod
public static io.grpc.MethodDescriptor<CrossNodesCommunication.AtlassianCachePutIfAbsentRequest,CrossNodesCommunication.CommonResponse> getPropagateAtlassianCachePutIfAbsentMethod() -
getPropagateAtlassianCacheRemoveByKeyMethod
public static io.grpc.MethodDescriptor<CrossNodesCommunication.AtlassianCacheRemoveByKeyRequest,CrossNodesCommunication.CommonResponse> getPropagateAtlassianCacheRemoveByKeyMethod() -
getPropagateAtlassianCacheRemoveByKeyAndValueMethod
public static io.grpc.MethodDescriptor<CrossNodesCommunication.AtlassianCacheRemoveByKeyAndValueRequest,CrossNodesCommunication.CommonResponse> getPropagateAtlassianCacheRemoveByKeyAndValueMethod() -
getPropagateAtlassianCacheRemoveAllMethod
public static io.grpc.MethodDescriptor<CrossNodesCommunication.AtlassianCacheRemoveAllRequest,CrossNodesCommunication.CommonResponse> getPropagateAtlassianCacheRemoveAllMethod() -
getPropagateAtlassianCacheReplaceMethod
public static io.grpc.MethodDescriptor<CrossNodesCommunication.AtlassianCacheReplaceRequest,CrossNodesCommunication.CommonResponse> getPropagateAtlassianCacheReplaceMethod() -
getPropagateAtlassianCacheBulkMethod
public static io.grpc.MethodDescriptor<CrossNodesCommunication.AtlassianCacheBulkRequest,CrossNodesCommunication.CommonResponse> getPropagateAtlassianCacheBulkMethod() -
getPropagateAtlassianCachedReferenceResetMethod
public static io.grpc.MethodDescriptor<CrossNodesCommunication.AtlassianCachedReferenceResetRequest,CrossNodesCommunication.CommonResponse> getPropagateAtlassianCachedReferenceResetMethod() -
newStub
public static AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceStub newStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service -
newBlockingStub
public static AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceFutureStub newFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(AtlassianCacheCrossNodesEventsServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-