Uses of Enum Class
org.apache.pulsar.client.api.SizeUnit
Packages that use SizeUnit
-
Uses of SizeUnit in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return SizeUnitModifier and TypeMethodDescriptionstatic SizeUnit
Returns the enum constant of this class with the specified name.static SizeUnit[]
SizeUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.client.api with parameters of type SizeUnitModifier and TypeMethodDescriptionClientBuilder.memoryLimit
(long memoryLimit, SizeUnit unit) Configure a limit on the amount of direct memory that will be allocated by this client instance.