Package com.atlassian.bamboo.grpc
Class AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceFutureStub>
com.atlassian.bamboo.grpc.AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceFutureStub
- Enclosing class:
- AtlassianCacheCrossNodesEventsServiceGrpc
public static final class AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceFutureStub>
A stub to allow clients to do ListenableFuture-style 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 TypeMethodDescriptionbuild
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
propagateAtlassianCachedReferenceReset
(CrossNodesCommunication.AtlassianCachedReferenceResetRequest request) com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
propagateAtlassianCachePutIfAbsent
(CrossNodesCommunication.AtlassianCachePutIfAbsentRequest request) com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
propagateAtlassianCacheRemoveByKey
(CrossNodesCommunication.AtlassianCacheRemoveByKeyRequest request) com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
propagateAtlassianCacheRemoveByKeyAndValue
(CrossNodesCommunication.AtlassianCacheRemoveByKeyAndValueRequest request) com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
Methods inherited from class io.grpc.stub.AbstractFutureStub
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.AtlassianCacheCrossNodesEventsServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceFutureStub>
-
propagateAtlassianCachePut
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> propagateAtlassianCachePut(CrossNodesCommunication.AtlassianCachePutRequest request) -
propagateAtlassianCachePutIfAbsent
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> propagateAtlassianCachePutIfAbsent(CrossNodesCommunication.AtlassianCachePutIfAbsentRequest request) -
propagateAtlassianCacheRemoveByKey
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> propagateAtlassianCacheRemoveByKey(CrossNodesCommunication.AtlassianCacheRemoveByKeyRequest request) -
propagateAtlassianCacheRemoveByKeyAndValue
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> propagateAtlassianCacheRemoveByKeyAndValue(CrossNodesCommunication.AtlassianCacheRemoveByKeyAndValueRequest request) -
propagateAtlassianCacheRemoveAll
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> propagateAtlassianCacheRemoveAll(CrossNodesCommunication.AtlassianCacheRemoveAllRequest request) -
propagateAtlassianCacheReplace
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> propagateAtlassianCacheReplace(CrossNodesCommunication.AtlassianCacheReplaceRequest request) -
propagateAtlassianCacheBulk
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> propagateAtlassianCacheBulk(CrossNodesCommunication.AtlassianCacheBulkRequest request) -
propagateAtlassianCachedReferenceReset
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> propagateAtlassianCachedReferenceReset(CrossNodesCommunication.AtlassianCachedReferenceResetRequest request)
-