| Package | Description |
|---|---|
| org.apache.pulsar.common.policies.data |
Implementation of policies.
|
| Modifier and Type | Method and Description |
|---|---|
static OffloadedReadPriority |
OffloadedReadPriority.fromString(String str) |
OffloadedReadPriority |
OffloadPolicies.getManagedLedgerOffloadedReadPriority() |
static OffloadedReadPriority |
OffloadedReadPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OffloadedReadPriority[] |
OffloadedReadPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OffloadPolicies.Builder |
OffloadPolicies.Builder.managedLedgerOffloadedReadPriority(OffloadedReadPriority managedLedgerOffloadedReadPriority) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.