public enum DseDriverOption extends Enum<DseDriverOption> implements DriverOption
| Enum Constant and Description | 
|---|
| APPLICATION_NAMEThe name of the application using the session. | 
| APPLICATION_VERSIONThe version of the application using the session. | 
| AUTH_PROVIDER_AUTHORIZATION_IDProxy authentication for GSSAPI authentication: allows to login as another user or role. | 
| AUTH_PROVIDER_LOGIN_CONFIGURATIONLogin configuration for GSSAPI authentication. | 
| AUTH_PROVIDER_SASL_PROPERTIESInternal SASL properties, if any, such as QOP, for GSSAPI authentication. | 
| AUTH_PROVIDER_SERVICEService name for GSSAPI authentication. | 
| CONTINUOUS_PAGING_MAX_ENQUEUED_PAGESThe maximum number of continuous pages that can be stored in the local queue. | 
| CONTINUOUS_PAGING_MAX_PAGESThe maximum number of continuous pages to return. | 
| CONTINUOUS_PAGING_MAX_PAGES_PER_SECONDThe maximum number of continuous pages per second. | 
| CONTINUOUS_PAGING_METRICS_SESSION_CQL_REQUESTS_DIGITSThe number of significant decimal digits to which internal structures will maintain for
 continuous requests. | 
| CONTINUOUS_PAGING_METRICS_SESSION_CQL_REQUESTS_HIGHESTThe largest latency that we expect to record for continuous requests. | 
| CONTINUOUS_PAGING_METRICS_SESSION_CQL_REQUESTS_INTERVALThe interval at which percentile data is refreshed for continuous requests. | 
| CONTINUOUS_PAGING_METRICS_SESSION_CQL_REQUESTS_LOWESTThe shortest latency that we expect to record for continuous requests. | 
| CONTINUOUS_PAGING_METRICS_SESSION_CQL_REQUESTS_SLOOptional service-level objectives to meet, as a list of latencies to track. | 
| CONTINUOUS_PAGING_PAGE_SIZEThe page size for continuous paging. | 
| CONTINUOUS_PAGING_PAGE_SIZE_BYTESWhether  CONTINUOUS_PAGING_PAGE_SIZEshould be interpreted in number of rows or bytes. | 
| CONTINUOUS_PAGING_TIMEOUT_FIRST_PAGEHow long to wait for the coordinator to send the first continuous page. | 
| CONTINUOUS_PAGING_TIMEOUT_OTHER_PAGESHow long to wait for the coordinator to send subsequent continuous pages. | 
| GRAPH_CONTINUOUS_PAGING_MAX_ENQUEUED_PAGESThe maximum number of Graph continuous pages that can be stored in the local queue. | 
| GRAPH_CONTINUOUS_PAGING_MAX_PAGESThe maximum number of Graph continuous pages to return. | 
| GRAPH_CONTINUOUS_PAGING_MAX_PAGES_PER_SECONDThe maximum number of Graph continuous pages per second. | 
| GRAPH_CONTINUOUS_PAGING_PAGE_SIZEThe page size for Graph continuous paging. | 
| GRAPH_IS_SYSTEM_QUERYWhether a script statement represents a system query. | 
| GRAPH_NAMEThe name of the graph targeted by graph statements. | 
| GRAPH_PAGING_ENABLEDWhether to enable paging for Graph queries. | 
| GRAPH_READ_CONSISTENCY_LEVELThe read consistency level to use for graph statements. | 
| GRAPH_SUB_PROTOCOLThe sub-protocol the driver will use to communicate with DSE Graph, on top of the Cassandra
 native protocol. | 
| GRAPH_TIMEOUTHow long the driver waits for a graph request to complete. | 
| GRAPH_TRAVERSAL_SOURCEThe traversal source to use for graph statements. | 
| GRAPH_WRITE_CONSISTENCY_LEVELThe write consistency level to use for graph statements. | 
| METRICS_NODE_GRAPH_MESSAGES_DIGITSThe number of significant decimal digits to which internal structures will maintain for graph
 requests. | 
| METRICS_NODE_GRAPH_MESSAGES_HIGHESTThe largest latency that we expect to record for graph requests. | 
| METRICS_NODE_GRAPH_MESSAGES_INTERVALThe interval at which percentile data is refreshed for graph requests. | 
| METRICS_NODE_GRAPH_MESSAGES_LOWESTThe shortest latency that we expect to record for graph requests. | 
| METRICS_NODE_GRAPH_MESSAGES_SLOOptional service-level objectives to meet, as a list of latencies to track. | 
| METRICS_SESSION_GRAPH_REQUESTS_DIGITSThe number of significant decimal digits to which internal structures will maintain for graph
 requests. | 
| METRICS_SESSION_GRAPH_REQUESTS_HIGHESTThe largest latency that we expect to record for graph requests. | 
| METRICS_SESSION_GRAPH_REQUESTS_INTERVALThe interval at which percentile data is refreshed for graph requests. | 
| METRICS_SESSION_GRAPH_REQUESTS_LOWESTThe shortest latency that we expect to record for graph requests. | 
| METRICS_SESSION_GRAPH_REQUESTS_SLOOptional service-level objectives to meet, as a list of latencies to track. | 
| MONITOR_REPORTING_ENABLEDWhether to send events for Insights monitoring. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getPath()The option's path. | 
| static DseDriverOption | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static DseDriverOption[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final DseDriverOption APPLICATION_NAME
Value type: String
public static final DseDriverOption APPLICATION_VERSION
Value type: String
public static final DseDriverOption AUTH_PROVIDER_AUTHORIZATION_ID
Value type: String
public static final DseDriverOption AUTH_PROVIDER_SERVICE
Value type: String
public static final DseDriverOption AUTH_PROVIDER_LOGIN_CONFIGURATION
public static final DseDriverOption AUTH_PROVIDER_SASL_PROPERTIES
public static final DseDriverOption CONTINUOUS_PAGING_PAGE_SIZE
Value type: int
public static final DseDriverOption CONTINUOUS_PAGING_PAGE_SIZE_BYTES
CONTINUOUS_PAGING_PAGE_SIZE should be interpreted in number of rows or bytes.
 Value type: boolean
public static final DseDriverOption CONTINUOUS_PAGING_MAX_PAGES
Value type: int
public static final DseDriverOption CONTINUOUS_PAGING_MAX_PAGES_PER_SECOND
Value type: int
public static final DseDriverOption CONTINUOUS_PAGING_MAX_ENQUEUED_PAGES
Value type: int
public static final DseDriverOption CONTINUOUS_PAGING_TIMEOUT_FIRST_PAGE
Value-type: Duration
public static final DseDriverOption CONTINUOUS_PAGING_TIMEOUT_OTHER_PAGES
Value-type: Duration
public static final DseDriverOption CONTINUOUS_PAGING_METRICS_SESSION_CQL_REQUESTS_HIGHEST
Value-type: Duration
public static final DseDriverOption CONTINUOUS_PAGING_METRICS_SESSION_CQL_REQUESTS_DIGITS
Value-type: int
public static final DseDriverOption CONTINUOUS_PAGING_METRICS_SESSION_CQL_REQUESTS_INTERVAL
Value-type: Duration
public static final DseDriverOption GRAPH_READ_CONSISTENCY_LEVEL
Value type: String
public static final DseDriverOption GRAPH_WRITE_CONSISTENCY_LEVEL
Value type: String
public static final DseDriverOption GRAPH_TRAVERSAL_SOURCE
Value type: String
public static final DseDriverOption GRAPH_SUB_PROTOCOL
Value type: String
public static final DseDriverOption GRAPH_IS_SYSTEM_QUERY
Value type: boolean
public static final DseDriverOption GRAPH_NAME
Value type: String
public static final DseDriverOption GRAPH_TIMEOUT
Value-type: Duration
public static final DseDriverOption MONITOR_REPORTING_ENABLED
Value type: boolean
public static final DseDriverOption GRAPH_PAGING_ENABLED
Value type: String
public static final DseDriverOption GRAPH_CONTINUOUS_PAGING_PAGE_SIZE
Value type: int
public static final DseDriverOption GRAPH_CONTINUOUS_PAGING_MAX_PAGES
Value type: int
public static final DseDriverOption GRAPH_CONTINUOUS_PAGING_MAX_PAGES_PER_SECOND
Value type: int
public static final DseDriverOption GRAPH_CONTINUOUS_PAGING_MAX_ENQUEUED_PAGES
Value type: int
public static final DseDriverOption METRICS_SESSION_GRAPH_REQUESTS_HIGHEST
Value-type: Duration
public static final DseDriverOption METRICS_SESSION_GRAPH_REQUESTS_DIGITS
Value-type: int
public static final DseDriverOption METRICS_SESSION_GRAPH_REQUESTS_INTERVAL
Value-type: Duration
public static final DseDriverOption METRICS_NODE_GRAPH_MESSAGES_HIGHEST
Value-type: Duration
public static final DseDriverOption METRICS_NODE_GRAPH_MESSAGES_DIGITS
Value-type: int
public static final DseDriverOption METRICS_NODE_GRAPH_MESSAGES_INTERVAL
Value-type: Duration
public static final DseDriverOption CONTINUOUS_PAGING_METRICS_SESSION_CQL_REQUESTS_LOWEST
Value-type: Duration
public static final DseDriverOption CONTINUOUS_PAGING_METRICS_SESSION_CQL_REQUESTS_SLO
Value-type: Duration
public static final DseDriverOption METRICS_SESSION_GRAPH_REQUESTS_LOWEST
Value-type: Duration
public static final DseDriverOption METRICS_SESSION_GRAPH_REQUESTS_SLO
Value-type: Duration
public static final DseDriverOption METRICS_NODE_GRAPH_MESSAGES_LOWEST
Value-type: Duration
public static final DseDriverOption METRICS_NODE_GRAPH_MESSAGES_SLO
Value-type: Duration
public static DseDriverOption[] values()
for (DseDriverOption c : DseDriverOption.values()) System.out.println(c);
public static DseDriverOption valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@NonNull public String getPath()
DriverOptionmetadata.schema.enabled.getPath in interface DriverOptionCopyright © 2017–2025. All rights reserved.