| Package | Description |
|---|---|
| org.apache.pulsar.client.admin |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.pulsar.client.admin.utils |
Helpers which provide useful functionality for the implementation of Pulsar Client API.
|
| Modifier and Type | Method and Description |
|---|---|
static OffloadProcessStatus |
OffloadProcessStatus.forError(String lastError) |
static OffloadProcessStatus |
OffloadProcessStatus.forStatus(LongRunningProcessStatus.Status status) |
static OffloadProcessStatus |
OffloadProcessStatus.forSuccess(MessageId messageId) |
OffloadProcessStatus |
Topics.offloadStatus(String topic)
Check the status of an ongoing offloading operation for a topic.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<OffloadProcessStatus> |
Topics.offloadStatusAsync(String topic)
Check the status of an ongoing offloading operation for a topic asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
static OffloadProcessStatus |
DefaultImplementation.newOffloadProcessStatus(LongRunningProcessStatus.Status status,
String lastError,
MessageId messageId) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.