We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90dca5 commit 88617daCopy full SHA for 88617da
1 file changed
core/src/main/resources/reference.conf
@@ -179,8 +179,8 @@ datastax-java-driver {
179
# A custom filter to include/exclude nodes.
180
#
181
# This option is not required; if present, it must be the fully-qualified name of a class that
182
- # implements `java.util.function.Predicate<Node>`, and has a public constructor taking a single
183
- # `DriverContext` argument.
+ # implements `java.util.function.Predicate<Node>`, and has a public constructor taking two
+ # arguments: the DriverContext and a String representing the profile name.
184
185
# Alternatively, you can pass an instance of your filter to
186
# CqlSession.builder().withNodeFilter(). In that case, this option will be ignored.
0 commit comments