Class Policies


  • public class Policies
    extends java.lang.Object
    Definition of Pulsar policies.
    • Field Detail

      • replication_clusters

        public java.util.Set<java.lang.String> replication_clusters
      • clusterDispatchRate

        @Deprecated
        public java.util.Map<java.lang.String,​DispatchRateImpl> clusterDispatchRate
        Deprecated.
      • topicDispatchRate

        public java.util.Map<java.lang.String,​DispatchRateImpl> topicDispatchRate
      • subscriptionDispatchRate

        public java.util.Map<java.lang.String,​DispatchRateImpl> subscriptionDispatchRate
      • replicatorDispatchRate

        public java.util.Map<java.lang.String,​DispatchRateImpl> replicatorDispatchRate
      • clusterSubscribeRate

        public java.util.Map<java.lang.String,​SubscribeRate> clusterSubscribeRate
      • deduplicationEnabled

        public java.lang.Boolean deduplicationEnabled
      • publishMaxMessageRate

        public java.util.Map<java.lang.String,​PublishRate> publishMaxMessageRate
      • latency_stats_sample_rate

        public java.util.Map<java.lang.String,​java.lang.Integer> latency_stats_sample_rate
      • message_ttl_in_seconds

        public java.lang.Integer message_ttl_in_seconds
      • subscription_expiration_time_minutes

        public int subscription_expiration_time_minutes
      • deleted

        public boolean deleted
      • encryption_required

        public boolean encryption_required
      • max_producers_per_topic

        public java.lang.Integer max_producers_per_topic
      • max_consumers_per_topic

        public java.lang.Integer max_consumers_per_topic
      • max_consumers_per_subscription

        public java.lang.Integer max_consumers_per_subscription
      • max_unacked_messages_per_consumer

        public java.lang.Integer max_unacked_messages_per_consumer
      • max_unacked_messages_per_subscription

        public java.lang.Integer max_unacked_messages_per_subscription
      • max_subscriptions_per_topic

        public java.lang.Integer max_subscriptions_per_topic
      • compaction_threshold

        public java.lang.Long compaction_threshold
      • offload_threshold

        public long offload_threshold
      • offload_deletion_lag_ms

        public java.lang.Long offload_deletion_lag_ms
      • max_topics_per_namespace

        public java.lang.Integer max_topics_per_namespace
      • is_allow_auto_update_schema

        public boolean is_allow_auto_update_schema
      • schema_validation_enforced

        public boolean schema_validation_enforced
      • deduplicationSnapshotIntervalSeconds

        public java.lang.Integer deduplicationSnapshotIntervalSeconds
      • subscription_types_enabled

        public java.util.Set<java.lang.String> subscription_types_enabled
      • properties

        public java.util.Map<java.lang.String,​java.lang.String> properties
      • resource_group_name

        public java.lang.String resource_group_name
    • Constructor Detail

      • Policies

        public Policies()
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object