Skip to:
When connecting to a DSE cluster, there are two additional pieces of Host information that are available:
dseVersion in system.local
dseVersion
system.local
workload in both system.local and system.peers
workload
system.peers
Including this information in the Host class can be useful to client applications.
Host
Resolution: added new methods on Host
Patch updated
the patch didn't apply cleanly, probably due to JAVA-1035. Could you please update it?
Attaching patch file java-1042-patch.diff, created on the 3.0 branch.
When connecting to a DSE cluster, there are two additional pieces of Host information that are available:
dseVersion
insystem.local
workload
in bothsystem.local
andsystem.peers
Including this information in the
Host
class can be useful to client applications.Resolution: added new methods on
Host