public class Policies extends Object
| Constructor and Description |
|---|
Policies() |
| Modifier and Type | Method and Description |
|---|---|
static BundlesData |
defaultBundle() |
boolean |
equals(Object obj) |
static BundlesData |
getBundles(int numBundles) |
int |
hashCode() |
static void |
setStorageQuota(Policies polices,
BacklogQuota quota) |
String |
toString() |
public final AuthPolicies auth_policies
public BundlesData bundles
public Map<BacklogQuota.BacklogQuotaType,BacklogQuota> backlog_quota_map
@Deprecated public Map<String,DispatchRate> clusterDispatchRate
public Map<String,DispatchRate> topicDispatchRate
public Map<String,DispatchRate> subscriptionDispatchRate
public Map<String,DispatchRate> replicatorDispatchRate
public Map<String,SubscribeRate> clusterSubscribeRate
public PersistencePolicies persistence
public Boolean deduplicationEnabled
public AutoTopicCreationOverride autoTopicCreationOverride
public AutoSubscriptionCreationOverride autoSubscriptionCreationOverride
public Map<String,PublishRate> publishMaxMessageRate
public Integer message_ttl_in_seconds
public int subscription_expiration_time_minutes
public RetentionPolicies retention_policies
public boolean deleted
public static final String FIRST_BOUNDARY
public static final String LAST_BOUNDARY
public boolean encryption_required
public DelayedDeliveryPolicies delayed_delivery_policies
public InactiveTopicPolicies inactive_topic_policies
public SubscriptionAuthMode subscription_auth_mode
public Integer max_producers_per_topic
public Integer max_consumers_per_topic
public Integer max_consumers_per_subscription
public Integer max_unacked_messages_per_consumer
public Integer max_unacked_messages_per_subscription
public Integer max_subscriptions_per_topic
public Long compaction_threshold
public long offload_threshold
public Long offload_deletion_lag_ms
public Integer max_topics_per_namespace
@Deprecated public SchemaAutoUpdateCompatibilityStrategy schema_auto_update_compatibility_strategy
public SchemaCompatibilityStrategy schema_compatibility_strategy
public boolean is_allow_auto_update_schema
public boolean schema_validation_enforced
public OffloadPolicies offload_policies
public Integer deduplicationSnapshotIntervalSeconds
public Set<CommandSubscribe.SubType> subscription_types_enabled
public String resource_group_name
public static BundlesData defaultBundle()
public static void setStorageQuota(Policies polices, BacklogQuota quota)
public static BundlesData getBundles(int numBundles)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.