| Modifier and Type | Method and Description |
|---|---|
protected void |
AckSetTrackerImpl.handlePermanentError(CheckedApiException error) |
protected void |
AssigningSubscriber.handlePermanentError(CheckedApiException error) |
protected void |
SinglePartitionSubscriber.handlePermanentError(CheckedApiException error) |
| Modifier and Type | Method and Description |
|---|---|
Subscriber |
PartitionSubscriberFactory.newSubscriber(Partition partition) |
protected void |
AckSetTrackerImpl.start() |
protected void |
SinglePartitionSubscriber.start() |
protected void |
AckSetTrackerImpl.stop() |
Runnable |
AckSetTrackerImpl.track(SequencedMessage message) |
void |
AckSetTrackerImpl.waitUntilCommitted() |
| Modifier and Type | Method and Description |
|---|---|
static CheckedApiException |
ExtractStatus.toCanonical(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<CheckedApiException> |
ExtractStatus.extract(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProxyService.handlePermanentError(CheckedApiException error) |
protected void |
ProxyService.onPermanentError(CheckedApiException error) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ExtractStatus.addFailureHandler(com.google.api.core.ApiFuture<?> future,
Consumer<CheckedApiException> consumer) |
| Modifier and Type | Method and Description |
|---|---|
O |
ExtractStatus.StatusFunction.apply(I input) |
void |
ExtractStatus.StatusConsumer.apply(I input) |
void |
ExtractStatus.StatusBiconsumer.apply(K key,
V value) |
static void |
CheckedApiPreconditions.checkArgument(boolean test) |
static void |
CheckedApiPreconditions.checkArgument(boolean test,
String description) |
static void |
CheckedApiPreconditions.checkState(boolean test) |
static void |
CheckedApiPreconditions.checkState(boolean test,
String description) |
Optional<SequencedMessage> |
BlockingPullSubscriber.messageIfAvailable()
Pull messages if there is any ready to deliver.
|
Optional<SequencedMessage> |
BlockingPullSubscriberImpl.messageIfAvailable() |
List<T> |
PullSubscriber.pull() |
List<SequencedMessage> |
BufferingPullSubscriber.pull() |
Partition |
RoutingPolicy.route(com.google.protobuf.ByteString messageKey) |
Partition |
RoutingPolicy.routeWithoutKey() |
protected void |
ProxyService.start() |
protected void |
ProxyService.stop() |
| Constructor and Description |
|---|
BlockingPullSubscriberImpl(SubscriberFactory factory,
FlowControlSettings settings) |
BufferingPullSubscriber(SubscriberFactory factory,
FlowControlSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
static CheckedApiException |
TestResetSignal.newCheckedException() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PublisherImpl.handlePermanentError(CheckedApiException error) |
protected void |
CommitterImpl.handlePermanentError(CheckedApiException error) |
protected void |
SubscriberImpl.handlePermanentError(CheckedApiException error) |
protected void |
PartitionCountWatchingPublisher.handlePermanentError(CheckedApiException error) |
static boolean |
ResetSignal.isResetSignal(CheckedApiException checkedApiException) |
protected void |
SingleConnection.setError(CheckedApiException error) |
void |
RetryingConnectionObserver.triggerReinitialize(CheckedApiException streamError) |
void |
PublisherImpl.triggerReinitialize(CheckedApiException streamError) |
void |
CommitterImpl.triggerReinitialize(CheckedApiException streamError) |
void |
AssignerImpl.triggerReinitialize(CheckedApiException streamError) |
void |
SubscriberImpl.triggerReinitialize(CheckedApiException streamError) |
| Modifier and Type | Method and Description |
|---|---|
void |
Subscriber.allowFlow(FlowControlRequest request) |
void |
SubscriberImpl.allowFlow(FlowControlRequest clientRequest) |
protected void |
ConnectedAssignerImpl.handleInitialResponse(PartitionAssignment response) |
protected void |
ConnectedCommitterImpl.handleInitialResponse(StreamingCommitCursorResponse response) |
protected abstract void |
SingleConnection.handleInitialResponse(StreamResponseT response) |
boolean |
SubscriberResetHandler.handleReset() |
protected void |
ConnectedAssignerImpl.handleStreamResponse(PartitionAssignment response) |
protected void |
ConnectedCommitterImpl.handleStreamResponse(StreamingCommitCursorResponse response) |
protected abstract void |
SingleConnection.handleStreamResponse(StreamResponseT response) |
void |
RetryingConnectionObserver.onClientResponse(ClientResponseT value) |
void |
SubscriberImpl.onClientResponse(List<SequencedMessage> messages) |
void |
PublisherImpl.onClientResponse(Offset value) |
void |
AssignerImpl.onClientResponse(PartitionAssignment value) |
void |
CommitterImpl.onClientResponse(SequencedCommitCursorResponse value) |
void |
BatchingCommitter.waitUntilEmpty() |
void |
CommitterImpl.waitUntilEmpty() |
void |
Committer.waitUntilEmpty() |
Copyright © 2021 Google LLC. All rights reserved.