Uses of Enum Class
org.apache.pulsar.broker.loadbalance.extensions.channel.ServiceUnitState.StorageType
Packages that use ServiceUnitState.StorageType
-
Uses of ServiceUnitState.StorageType in org.apache.pulsar.broker.loadbalance.extensions.channel
Methods in org.apache.pulsar.broker.loadbalance.extensions.channel that return ServiceUnitState.StorageTypeModifier and TypeMethodDescriptionstatic ServiceUnitState.StorageTypeReturns the enum constant of this class with the specified name.static ServiceUnitState.StorageType[]ServiceUnitState.StorageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.broker.loadbalance.extensions.channel with parameters of type ServiceUnitState.StorageTypeModifier and TypeMethodDescriptionstatic booleanServiceUnitState.isValidTransition(ServiceUnitState from, ServiceUnitState to, ServiceUnitState.StorageType storageType)