| Package | Description |
|---|---|
| org.apache.pulsar.client.admin |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OffloadProcessStatus
Status of offload process.
|
| Modifier and Type | Method and Description |
|---|---|
LongRunningProcessStatus |
Topics.compactionStatus(String topic)
Check the status of an ongoing compaction for a topic.
|
static LongRunningProcessStatus |
LongRunningProcessStatus.forError(String lastError) |
static LongRunningProcessStatus |
LongRunningProcessStatus.forStatus(LongRunningProcessStatus.Status status) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<LongRunningProcessStatus> |
Topics.compactionStatusAsync(String topic)
Check the status of an ongoing compaction for a topic asynchronously.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.