Uses of Class
com.google.cloud.pubsublite.internal.CheckedApiException
Packages that use CheckedApiException
Package
Description
-
Uses of CheckedApiException in com.google.cloud.pubsublite.cloudpubsub.internal
Methods in com.google.cloud.pubsublite.cloudpubsub.internal with parameters of type CheckedApiExceptionModifier and TypeMethodDescriptionprotected voidAckSetTrackerImpl.handlePermanentError(CheckedApiException error) protected voidAssigningSubscriber.handlePermanentError(CheckedApiException error) protected voidSinglePartitionSubscriber.handlePermanentError(CheckedApiException error) Methods in com.google.cloud.pubsublite.cloudpubsub.internal that throw CheckedApiExceptionModifier and TypeMethodDescriptionPartitionSubscriberFactory.newSubscriber(Partition partition) protected voidAckSetTrackerImpl.start()protected voidSinglePartitionSubscriber.start()protected voidAckSetTrackerImpl.stop()AckSetTrackerImpl.track(SequencedMessage message) voidAckSetTrackerImpl.waitUntilCommitted() -
Uses of CheckedApiException in com.google.cloud.pubsublite.internal
Methods in com.google.cloud.pubsublite.internal that return CheckedApiExceptionModifier and TypeMethodDescriptionstatic CheckedApiExceptionExtractStatus.toCanonical(Throwable t) Methods in com.google.cloud.pubsublite.internal that return types with arguments of type CheckedApiExceptionMethods in com.google.cloud.pubsublite.internal with parameters of type CheckedApiExceptionModifier and TypeMethodDescriptionstatic StringExtractStatus.getErrorInfoReason(CheckedApiException error) protected voidProxyService.handlePermanentError(CheckedApiException error) protected final voidProxyService.onPermanentError(CheckedApiException error) Method parameters in com.google.cloud.pubsublite.internal with type arguments of type CheckedApiExceptionModifier and TypeMethodDescriptionstatic voidExtractStatus.addFailureHandler(com.google.api.core.ApiFuture<?> future, Consumer<CheckedApiException> consumer) Methods in com.google.cloud.pubsublite.internal that throw CheckedApiExceptionModifier and TypeMethodDescriptionvoidvoidstatic voidCheckedApiPreconditions.checkArgument(boolean test) static voidCheckedApiPreconditions.checkArgument(boolean test, String description) static voidCheckedApiPreconditions.checkArgument(boolean test, String descriptionFormat, Object... args) static voidCheckedApiPreconditions.checkState(boolean test) static voidCheckedApiPreconditions.checkState(boolean test, String description) static voidCheckedApiPreconditions.checkState(boolean test, String descriptionFormat, Object... args) BlockingPullSubscriber.messageIfAvailable()Pull messages if there is any ready to deliver.BlockingPullSubscriberImpl.messageIfAvailable()BufferingPullSubscriber.pull()PullSubscriber.pull()RoutingPolicy.route(PubSubMessage messageKey) protected voidProxyService.start()protected voidProxyService.stop()Constructors in com.google.cloud.pubsublite.internal that throw CheckedApiExceptionModifierConstructorDescriptionBlockingPullSubscriberImpl(SubscriberFactory factory, FlowControlSettings settings) BufferingPullSubscriber(SubscriberFactory factory, FlowControlSettings settings) -
Uses of CheckedApiException in com.google.cloud.pubsublite.internal.testing
Methods in com.google.cloud.pubsublite.internal.testing that return CheckedApiExceptionModifier and TypeMethodDescriptionstatic CheckedApiExceptionTestResetSignal.newCheckedException() -
Uses of CheckedApiException in com.google.cloud.pubsublite.internal.wire
Methods in com.google.cloud.pubsublite.internal.wire with parameters of type CheckedApiExceptionModifier and TypeMethodDescriptionprotected voidCommitterImpl.handlePermanentError(CheckedApiException error) protected voidPartitionCountWatchingPublisher.handlePermanentError(CheckedApiException error) protected voidPublisherImpl.handlePermanentError(CheckedApiException error) protected voidSubscriberImpl.handlePermanentError(CheckedApiException error) static booleanResetSignal.isResetSignal(CheckedApiException checkedApiException) protected voidSingleConnection.setError(CheckedApiException error) voidAssignerImpl.triggerReinitialize(CheckedApiException streamError) voidCommitterImpl.triggerReinitialize(CheckedApiException streamError) voidPublisherImpl.triggerReinitialize(CheckedApiException streamError) voidRetryingConnectionObserver.triggerReinitialize(CheckedApiException streamError) voidSubscriberImpl.triggerReinitialize(CheckedApiException streamError) Methods in com.google.cloud.pubsublite.internal.wire that throw CheckedApiExceptionModifier and TypeMethodDescriptionvoidSubscriber.allowFlow(FlowControlRequest request) voidSubscriberImpl.allowFlow(FlowControlRequest clientRequest) booleanSubscriberResetHandler.handleReset()protected voidConnectedAssignerImpl.handleStreamResponse(PartitionAssignment response) protected voidConnectedCommitterImpl.handleStreamResponse(StreamingCommitCursorResponse response) protected abstract voidSingleConnection.handleStreamResponse(StreamResponseT response) voidAssignerImpl.onClientResponse(PartitionAssignment value) voidCommitterImpl.onClientResponse(SequencedCommitCursorResponse value) voidPublisherImpl.onClientResponse(MessagePublishResponse publishResponse) voidRetryingConnectionObserver.onClientResponse(ClientResponseT value) voidSubscriberImpl.onClientResponse(List<SequencedMessage> messages) voidBatchingCommitter.waitUntilEmpty()voidCommitter.waitUntilEmpty()voidCommitterImpl.waitUntilEmpty()