| Package | Description |
|---|---|
| org.apache.pulsar.common.policies.data |
Definition of different data structures for policies.
|
| Modifier and Type | Method and Description |
|---|---|
BacklogQuota.RetentionPolicy |
BacklogQuota.getPolicy() |
static BacklogQuota.RetentionPolicy |
BacklogQuota.RetentionPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BacklogQuota.RetentionPolicy[] |
BacklogQuota.RetentionPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BacklogQuota.setPolicy(BacklogQuota.RetentionPolicy policy) |
| Constructor and Description |
|---|
BacklogQuota(long limit,
BacklogQuota.RetentionPolicy policy) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.