| 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 | Field and Description |
|---|---|
LongRunningProcessStatus.Status |
LongRunningProcessStatus.status |
| Modifier and Type | Method and Description |
|---|---|
LongRunningProcessStatus.Status |
OffloadProcessStatus.getStatus() |
static LongRunningProcessStatus.Status |
LongRunningProcessStatus.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LongRunningProcessStatus.Status[] |
LongRunningProcessStatus.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static OffloadProcessStatus |
OffloadProcessStatus.forStatus(LongRunningProcessStatus.Status status) |
static LongRunningProcessStatus |
LongRunningProcessStatus.forStatus(LongRunningProcessStatus.Status status) |
| 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.