Class PolicyHierarchyValue<T>
- java.lang.Object
-
- org.apache.pulsar.common.policies.data.PolicyHierarchyValue<T>
-
public class PolicyHierarchyValue<T> extends java.lang.ObjectPolicy value holder for different hierarchy level. Currently, we have three hierarchy with priority : topic > namespace > broker.
-
-
Constructor Summary
Constructors Constructor Description PolicyHierarchyValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tget()voidupdateBrokerValue(T brokerValue)voidupdateNamespaceValue(T namespaceValue)voidupdateTopicValue(T topicValue)
-