Uses of Class
ratpack.dropwizard.metrics.ByteBufAllocatorConfig
-
Packages that use ByteBufAllocatorConfig Package Description ratpack.dropwizard.metrics Integration with Dropwizard Metrics Library. -
-
Uses of ByteBufAllocatorConfig in ratpack.dropwizard.metrics
Methods in ratpack.dropwizard.metrics that return ByteBufAllocatorConfig Modifier and Type Method Description ByteBufAllocatorConfigByteBufAllocatorConfig. detail(boolean detailed)Set the state of detailed metric collectrion for theByteBufAllocatormetric collector.ByteBufAllocatorConfigByteBufAllocatorConfig. enable(boolean enabled)Set the state of theByteBufAllocatormetric collector.Methods in ratpack.dropwizard.metrics that return types with arguments of type ByteBufAllocatorConfig Modifier and Type Method Description java.util.Optional<ByteBufAllocatorConfig>DropwizardMetricsConfig. getByteBufAllocator()Get the settings for the byte buf allocator metric set.Method parameters in ratpack.dropwizard.metrics with type arguments of type ByteBufAllocatorConfig Modifier and Type Method Description DropwizardMetricsConfigDropwizardMetricsConfig. byteBufAllocator(Action<? super ByteBufAllocatorConfig> configure)Configure the byte buf allocator metric set.
-