| Package | Description |
|---|---|
| org.apache.pulsar.client.admin |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
static OffloadProcessStatus |
OffloadProcessStatus.forError(String lastError) |
static OffloadProcessStatus |
OffloadProcessStatus.forStatus(LongRunningProcessStatus.Status status) |
static OffloadProcessStatus |
OffloadProcessStatus.forSuccess(MessageIdImpl 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.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.