Uses of Class
com.google.cloud.pubsublite.internal.CheckedApiException
-
-
Uses of CheckedApiException in com.google.cloud.pubsublite.cloudpubsub.internal
Methods in com.google.cloud.pubsublite.cloudpubsub.internal with parameters of type CheckedApiException Modifier and Type Method Description protected voidAckSetTrackerImpl. handlePermanentError(CheckedApiException error)protected voidAssigningSubscriber. handlePermanentError(CheckedApiException error)protected voidSinglePartitionSubscriber. handlePermanentError(CheckedApiException error)Methods in com.google.cloud.pubsublite.cloudpubsub.internal that throw CheckedApiException Modifier and Type Method Description SubscriberPartitionSubscriberFactory. newSubscriber(Partition partition)protected voidAckSetTrackerImpl. start()protected voidSinglePartitionSubscriber. start()protected voidAckSetTrackerImpl. stop()RunnableAckSetTrackerImpl. track(SequencedMessage message)voidAckSetTrackerImpl. waitUntilCommitted() -
Uses of CheckedApiException in com.google.cloud.pubsublite.internal
Methods in com.google.cloud.pubsublite.internal that return CheckedApiException Modifier and Type Method Description static CheckedApiExceptionExtractStatus. toCanonical(Throwable t)Methods in com.google.cloud.pubsublite.internal that return types with arguments of type CheckedApiException Modifier and Type Method Description static Optional<CheckedApiException>ExtractStatus. extract(Throwable t)Methods in com.google.cloud.pubsublite.internal with parameters of type CheckedApiException Modifier and Type Method Description static StringExtractStatus. getErrorInfoReason(CheckedApiException error)protected voidProxyService. handlePermanentError(CheckedApiException error)protected voidProxyService. onPermanentError(CheckedApiException error)Method parameters in com.google.cloud.pubsublite.internal with type arguments of type CheckedApiException Modifier and Type Method Description static voidExtractStatus. addFailureHandler(com.google.api.core.ApiFuture<?> future, Consumer<CheckedApiException> consumer)Methods in com.google.cloud.pubsublite.internal that throw CheckedApiException Modifier and Type Method Description voidExtractStatus.StatusBiconsumer. apply(K key, V value)voidExtractStatus.StatusConsumer. apply(I input)OExtractStatus.StatusFunction. apply(I input)static 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)Optional<SequencedMessage>BlockingPullSubscriber. messageIfAvailable()Pull messages if there is any ready to deliver.Optional<SequencedMessage>BlockingPullSubscriberImpl. messageIfAvailable()List<SequencedMessage>BufferingPullSubscriber. pull()List<T>PullSubscriber. pull()PartitionRoutingPolicy. route(PubSubMessage messageKey)protected voidProxyService. start()protected voidProxyService. stop()Constructors in com.google.cloud.pubsublite.internal that throw CheckedApiException Constructor Description BlockingPullSubscriberImpl(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 CheckedApiException Modifier and Type Method Description static CheckedApiExceptionTestResetSignal. newCheckedException() -
Uses of CheckedApiException in com.google.cloud.pubsublite.internal.wire
Methods in com.google.cloud.pubsublite.internal.wire with parameters of type CheckedApiException Modifier and Type Method Description protected 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 CheckedApiException Modifier and Type Method Description voidSubscriber. 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()
-