Uses of Class
org.apache.pulsar.client.api.SizeUnit
-
Packages that use SizeUnit Package Description org.apache.pulsar.client.api Pulsar Client API. -
-
Uses of SizeUnit in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return SizeUnit Modifier and Type Method Description static SizeUnitSizeUnit. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SizeUnit[]SizeUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pulsar.client.api with parameters of type SizeUnit Modifier and Type Method Description ClientBuilderClientBuilder. memoryLimit(long memoryLimit, SizeUnit unit)Configure a limit on the amount of direct memory that will be allocated by this client instance.
-