| Interface and Description | 
|---|
| com.datastax.dse.driver.api.core.DseSession All DSE functionality is now available directly on  CqlSession. This type is
     preserved for backward compatibility, but you should now useCqlSessioninstead. | 
| com.datastax.dse.driver.api.core.graph.GraphExecutionInfo This interface is not used by any driver component anymore; the driver now exposes
     instances of  ExecutionInfofor all Graph
     queries. | 
| Class and Description | 
|---|
| com.datastax.dse.driver.api.core.config.DseDriverConfigLoader This class only exists for backward compatibility. All of its methods delegate to
     their counterparts on  DriverConfigLoader, which you should call directly instead. | 
| com.datastax.dse.driver.api.core.auth.DsePlainTextAuthProviderBase The driver's default plain text providers now support both Apache Cassandra and DSE.
     This type was preserved for backward compatibility, but implementors should now extend  PlainTextAuthProviderBaseinstead. | 
| com.datastax.dse.driver.api.core.DseSessionBuilder DSE functionality is now exposed directly on  CqlSession. This class is
     preserved for backward compatibility, butCqlSession.builder()should be used
     instead. | 
| Field and Description | 
|---|
| com.datastax.oss.driver.api.core.config.TypedDriverOption.COALESCER_MAX_RUNS This option was removed in version 4.6.1. | 
| com.datastax.dse.driver.api.core.DseSession.DSE_DRIVER_COORDINATES the DSE driver is no longer published as a separate artifact. This field is
     preserved for backward compatibility, but it returns the same value as  Session.OSS_DRIVER_COORDINATES. | 
| com.datastax.oss.driver.api.core.config.TypedDriverOption.LOAD_BALANCING_FILTER_CLASS | 
| com.datastax.oss.driver.api.core.config.TypedDriverOption.METADATA_NODE_STATE_LISTENER_CLASS | 
| com.datastax.oss.driver.api.core.config.TypedDriverOption.METADATA_SCHEMA_CHANGE_LISTENER_CLASS | 
| com.datastax.oss.driver.api.core.config.TypedDriverOption.REQUEST_TRACKER_CLASS Use  TypedDriverOption.REQUEST_TRACKER_CLASSESinstead. | 
| Constructor and Description | 
|---|
| com.datastax.oss.driver.api.core.AllNodesFailedException(String, ExecutionInfo, Map<Node, Throwable>) | 
| com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderBase.PlainTextAuthenticator(PlainTextAuthProviderBase.Credentials) Preserved for backward compatibility, implementors should use the 3-arg
     constructor  PlainTextAuthenticator(Credentials, EndPoint, String)instead. | 
Copyright © 2017–2023. All rights reserved.