Uses of Class
org.apache.pulsar.common.policies.data.InactiveTopicPolicies
-
Packages that use InactiveTopicPolicies Package Description org.apache.pulsar.client.admin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.common.policies.data Implementation of policies. -
-
Uses of InactiveTopicPolicies in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return InactiveTopicPolicies Modifier and Type Method Description InactiveTopicPoliciesNamespaces. getInactiveTopicPolicies(java.lang.String namespace)Get the inactive deletion strategy for all topics within a namespace synchronously.InactiveTopicPoliciesTopics. getInactiveTopicPolicies(java.lang.String topic)get inactive topic policies of a topic.InactiveTopicPoliciesTopics. getInactiveTopicPolicies(java.lang.String topic, boolean applied)Get inactive topic policies applied for a topic.Methods in org.apache.pulsar.client.admin that return types with arguments of type InactiveTopicPolicies Modifier and Type Method Description java.util.concurrent.CompletableFuture<InactiveTopicPolicies>Namespaces. getInactiveTopicPoliciesAsync(java.lang.String namespace)Get the inactive deletion strategy for all topics within a namespace asynchronously.java.util.concurrent.CompletableFuture<InactiveTopicPolicies>Topics. getInactiveTopicPoliciesAsync(java.lang.String topic)get inactive topic policies of a topic asynchronously.java.util.concurrent.CompletableFuture<InactiveTopicPolicies>Topics. getInactiveTopicPoliciesAsync(java.lang.String topic, boolean applied)Get inactive topic policies applied for a topic asynchronously.Methods in org.apache.pulsar.client.admin with parameters of type InactiveTopicPolicies Modifier and Type Method Description voidNamespaces. setInactiveTopicPolicies(java.lang.String namespace, InactiveTopicPolicies inactiveTopicPolicies)As same as setInactiveTopicPoliciesAsync,but it is synchronous.voidTopics. setInactiveTopicPolicies(java.lang.String topic, InactiveTopicPolicies inactiveTopicPolicies)set inactive topic policies of a topic.java.util.concurrent.CompletableFuture<java.lang.Void>Namespaces. setInactiveTopicPoliciesAsync(java.lang.String namespace, InactiveTopicPolicies inactiveTopicPolicies)You can set the inactive deletion strategy at the namespace level.java.util.concurrent.CompletableFuture<java.lang.Void>Topics. setInactiveTopicPoliciesAsync(java.lang.String topic, InactiveTopicPolicies inactiveTopicPolicies)set inactive topic policies of a topic asynchronously. -
Uses of InactiveTopicPolicies in org.apache.pulsar.common.policies.data
Fields in org.apache.pulsar.common.policies.data declared as InactiveTopicPolicies Modifier and Type Field Description InactiveTopicPoliciesPolicies. inactive_topic_policies
-