public enum PolicyName extends Enum<PolicyName>
| Modifier and Type | Method and Description |
|---|---|
static PolicyName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolicyName ALL
public static final PolicyName ANTI_AFFINITY
public static final PolicyName BACKLOG
public static final PolicyName COMPACTION
public static final PolicyName DELAYED_DELIVERY
public static final PolicyName INACTIVE_TOPIC
public static final PolicyName DEDUPLICATION
public static final PolicyName MAX_CONSUMERS
public static final PolicyName MAX_PRODUCERS
public static final PolicyName DEDUPLICATION_SNAPSHOT
public static final PolicyName MAX_UNACKED
public static final PolicyName MAX_SUBSCRIPTIONS
public static final PolicyName OFFLOAD
public static final PolicyName PERSISTENCE
public static final PolicyName RATE
public static final PolicyName RETENTION
public static final PolicyName REPLICATION
public static final PolicyName REPLICATION_RATE
public static final PolicyName SCHEMA_COMPATIBILITY_STRATEGY
public static final PolicyName SUBSCRIPTION_AUTH_MODE
public static final PolicyName ENCRYPTION
public static final PolicyName TTL
public static PolicyName[] values()
for (PolicyName c : PolicyName.values()) System.out.println(c);
public static PolicyName valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017–2021 Apache Software Foundation. All rights reserved.