Package com.atlassian.bamboo.grpc
Class BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceFutureStub>
com.atlassian.bamboo.grpc.BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceFutureStub
- Enclosing class:
- BambooCrossNodesEventsServiceGrpc
public static final class BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service BambooCrossNodesEventsService.
-
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>
com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
Plan cache related eventscom.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
Repository cache related eventscom.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
User sessions related eventscom.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
refreshAdministrationConfiguration
(CrossNodesCommunication.RefreshAdministrationConfigurationRequest request) Administration configuration related eventscom.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
Server lifecycle related eventsMethods 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 BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceFutureStub>
-
invalidatePlanCache
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> invalidatePlanCache(CrossNodesCommunication.InvalidatePlanCacheRequest request) Plan cache related events
-
hidePlan
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> hidePlan(CrossNodesCommunication.HidePlanRequest request) -
hideStage
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> hideStage(CrossNodesCommunication.HideStageRequest request) -
invalidateBuildNumbersRange
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> invalidateBuildNumbersRange(CrossNodesCommunication.InvalidateBuildNumbersRangeRequest request) -
invalidateLatestResultSummary
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> invalidateLatestResultSummary(CrossNodesCommunication.InvalidateLatestResultSummaryRequest request) -
invalidateAllLatestResultSummaries
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> invalidateAllLatestResultSummaries(CrossNodesCommunication.Metadata request) -
invalidateSpecsStateForPlan
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> invalidateSpecsStateForPlan(CrossNodesCommunication.InvalidateSpecsStateForPlanRequest request) -
invalidateRepositoryCache
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> invalidateRepositoryCache(CrossNodesCommunication.InvalidateRepositoryCacheRequest request) Repository cache related events
-
invalidateUserSessions
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> invalidateUserSessions(CrossNodesCommunication.InvalidateUserSessionsRequest request) User sessions related events
-
refreshClusterLifecycleState
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> refreshClusterLifecycleState(CrossNodesCommunication.RefreshClusterLifecycleStateRequest request) Server lifecycle related events
-
refreshAdministrationConfiguration
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> refreshAdministrationConfiguration(CrossNodesCommunication.RefreshAdministrationConfigurationRequest request) Administration configuration related events
-