Uses of Class
org.apache.pulsar.common.policies.data.BrokerAssignment
-
Packages that use BrokerAssignment Package Description org.apache.pulsar.common.policies.data Implementation of policies. -
-
Uses of BrokerAssignment in org.apache.pulsar.common.policies.data
Fields in org.apache.pulsar.common.policies.data declared as BrokerAssignment Modifier and Type Field Description BrokerAssignmentNamespaceOwnershipStatus. broker_assignmentMethods in org.apache.pulsar.common.policies.data that return BrokerAssignment Modifier and Type Method Description static BrokerAssignmentBrokerAssignment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BrokerAssignment[]BrokerAssignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.pulsar.common.policies.data with parameters of type BrokerAssignment Constructor Description NamespaceOwnershipStatus(BrokerAssignment brokerStatus, boolean controlled, boolean active)
-