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 ByteBufAllocatorConfig
ByteBufAllocatorConfig. detail(boolean detailed)
Set the state of detailed metric collectrion for theByteBufAllocator
metric collector.ByteBufAllocatorConfig
ByteBufAllocatorConfig. enable(boolean enabled)
Set the state of theByteBufAllocator
metric collector.Methods in ratpack.dropwizard.metrics that return types with arguments of type ByteBufAllocatorConfig Modifier and Type Method Description 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 DropwizardMetricsConfig
DropwizardMetricsConfig. byteBufAllocator(Action<? super ByteBufAllocatorConfig> configure)
Configure the byte buf allocator metric set.
-