Package com.atlassian.bamboo.grpc
Class AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceBlockingStub>
com.atlassian.bamboo.grpc.AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceBlockingStub
- Enclosing class:
- AtlassianCacheCrossNodesEventsServiceGrpc
public static final class AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service AtlassianCacheCrossNodesEventsService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
-
Method Summary
Modifier and TypeMethodDescriptionprotected AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceBlockingStub
build
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) propagateAtlassianCachedReferenceReset
(CrossNodesCommunication.AtlassianCachedReferenceResetRequest request) propagateAtlassianCachePutIfAbsent
(CrossNodesCommunication.AtlassianCachePutIfAbsentRequest request) propagateAtlassianCacheRemoveByKey
(CrossNodesCommunication.AtlassianCacheRemoveByKeyRequest request) propagateAtlassianCacheRemoveByKeyAndValue
(CrossNodesCommunication.AtlassianCacheRemoveByKeyAndValueRequest request) Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStub
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceBlockingStub>
-
propagateAtlassianCachePut
public CrossNodesCommunication.CommonResponse propagateAtlassianCachePut(CrossNodesCommunication.AtlassianCachePutRequest request) -
propagateAtlassianCachePutIfAbsent
public CrossNodesCommunication.CommonResponse propagateAtlassianCachePutIfAbsent(CrossNodesCommunication.AtlassianCachePutIfAbsentRequest request) -
propagateAtlassianCacheRemoveByKey
public CrossNodesCommunication.CommonResponse propagateAtlassianCacheRemoveByKey(CrossNodesCommunication.AtlassianCacheRemoveByKeyRequest request) -
propagateAtlassianCacheRemoveByKeyAndValue
public CrossNodesCommunication.CommonResponse propagateAtlassianCacheRemoveByKeyAndValue(CrossNodesCommunication.AtlassianCacheRemoveByKeyAndValueRequest request) -
propagateAtlassianCacheRemoveAll
public CrossNodesCommunication.CommonResponse propagateAtlassianCacheRemoveAll(CrossNodesCommunication.AtlassianCacheRemoveAllRequest request) -
propagateAtlassianCacheReplace
public CrossNodesCommunication.CommonResponse propagateAtlassianCacheReplace(CrossNodesCommunication.AtlassianCacheReplaceRequest request) -
propagateAtlassianCacheBulk
public CrossNodesCommunication.CommonResponse propagateAtlassianCacheBulk(CrossNodesCommunication.AtlassianCacheBulkRequest request) -
propagateAtlassianCachedReferenceReset
public CrossNodesCommunication.CommonResponse propagateAtlassianCachedReferenceReset(CrossNodesCommunication.AtlassianCachedReferenceResetRequest request)
-