Skip to content

Commit b1cf8a8

Browse files
authored
Update dangling Cluster references in reference.conf to Session (#1596)
1 parent 82d61d8 commit b1cf8a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/src/main/resources/reference.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ datastax-java-driver {
10411041
# an incompatible node joins the cluster later, connection will fail and the driver will force
10421042
# it down (i.e. never try to connect to it again).
10431043
#
1044-
# You can check the actual version at runtime with Cluster.getContext().getProtocolVersion().
1044+
# You can check the actual version at runtime with Session.getContext().getProtocolVersion().
10451045
#
10461046
# Required: no
10471047
# Modifiable at runtime: no
@@ -1925,7 +1925,7 @@ datastax-java-driver {
19251925
max-events = 20
19261926
}
19271927

1928-
# Options relating to schema metadata (Cluster.getMetadata.getKeyspaces).
1928+
# Options relating to schema metadata (Session.getMetadata.getKeyspaces).
19291929
# This metadata is exposed by the driver for informational purposes, and is also necessary for
19301930
# token-aware routing.
19311931
schema {
@@ -1934,7 +1934,7 @@ datastax-java-driver {
19341934
#
19351935
# Required: yes
19361936
# Modifiable at runtime: yes, the new value will be used for refreshes issued after the
1937-
# change. It can also be overridden programmatically via Cluster.setSchemaMetadataEnabled.
1937+
# change. It can also be overridden programmatically via Session.setSchemaMetadataEnabled.
19381938
# Overridable in a profile: no
19391939
enabled = true
19401940

@@ -2013,7 +2013,7 @@ datastax-java-driver {
20132013
}
20142014
}
20152015

2016-
# Whether token metadata (Cluster.getMetadata.getTokenMap) is enabled.
2016+
# Whether token metadata (Session.getMetadata.getTokenMap) is enabled.
20172017
# This metadata is exposed by the driver for informational purposes, and is also necessary for
20182018
# token-aware routing.
20192019
# If this is false, it will remain empty, or to the last known value. Note that its computation

0 commit comments

Comments
 (0)