@@ -1041,7 +1041,7 @@ datastax-java-driver {
1041
1041
# an incompatible node joins the cluster later, connection will fail and the driver will force
1042
1042
# it down (i.e. never try to connect to it again).
1043
1043
#
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().
1045
1045
#
1046
1046
# Required: no
1047
1047
# Modifiable at runtime: no
@@ -1925,7 +1925,7 @@ datastax-java-driver {
1925
1925
max-events = 20
1926
1926
}
1927
1927
1928
- # Options relating to schema metadata (Cluster .getMetadata.getKeyspaces).
1928
+ # Options relating to schema metadata (Session .getMetadata.getKeyspaces).
1929
1929
# This metadata is exposed by the driver for informational purposes, and is also necessary for
1930
1930
# token-aware routing.
1931
1931
schema {
@@ -1934,7 +1934,7 @@ datastax-java-driver {
1934
1934
#
1935
1935
# Required: yes
1936
1936
# 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.
1938
1938
# Overridable in a profile: no
1939
1939
enabled = true
1940
1940
@@ -2013,7 +2013,7 @@ datastax-java-driver {
2013
2013
}
2014
2014
}
2015
2015
2016
- # Whether token metadata (Cluster .getMetadata.getTokenMap) is enabled.
2016
+ # Whether token metadata (Session .getMetadata.getTokenMap) is enabled.
2017
2017
# This metadata is exposed by the driver for informational purposes, and is also necessary for
2018
2018
# token-aware routing.
2019
2019
# If this is false, it will remain empty, or to the last known value. Note that its computation
0 commit comments