Uses of Enum Class
io.nosqlbench.adapter.cqld4.wrapper.NodeSummary
Packages that use NodeSummary
Package
Description
This package contains wrapper logic for the CQL driver to allow more
detailed diagnostic data to be captured.
-
Uses of NodeSummary in io.nosqlbench.adapter.cqld4.wrapper
Subclasses with type arguments of type NodeSummary in io.nosqlbench.adapter.cqld4.wrapperMethods in io.nosqlbench.adapter.cqld4.wrapper that return NodeSummaryModifier and TypeMethodDescriptionstatic NodeSummaryReturns the enum constant of this class with the specified name.static NodeSummary[]NodeSummary.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.nosqlbench.adapter.cqld4.wrapper with parameters of type NodeSummaryModifier and TypeMethodDescriptionvoidCqld4SessionBuilder.setNodeSummarizer(NodeSummary summarizer) com.datastax.oss.driver.api.core.context.DriverContextCqld4DriverContext.setSummarizer(NodeSummary summarizer) Constructors in io.nosqlbench.adapter.cqld4.wrapper with parameters of type NodeSummaryModifierConstructorDescriptionCqld4LoadBalancerObserver(com.datastax.oss.driver.api.core.loadbalancing.LoadBalancingPolicy delegate, NodeSummary summarizer)