public enum DseDriverOption extends Enum<DseDriverOption> implements DriverOption
Enum Constant and Description |
---|
APPLICATION_NAME
The name of the application using the session.
|
APPLICATION_VERSION
The version of the application using the session.
|
AUTH_PROVIDER_AUTHORIZATION_ID
Proxy authentication for GSSAPI authentication: allows to login as another user or role.
|
AUTH_PROVIDER_LOGIN_CONFIGURATION
Login configuration for GSSAPI authentication.
|
AUTH_PROVIDER_SASL_PROPERTIES
Internal SASL properties, if any, such as QOP, for GSSAPI authentication.
|
AUTH_PROVIDER_SERVICE
Service name for GSSAPI authentication.
|
CONTINUOUS_PAGING_MAX_ENQUEUED_PAGES
The maximum number of continuous pages that can be stored in the local queue.
|
CONTINUOUS_PAGING_MAX_PAGES
The maximum number of continuous pages to return.
|
CONTINUOUS_PAGING_MAX_PAGES_PER_SECOND
The maximum number of continuous pages per second.
|
CONTINUOUS_PAGING_METRICS_SESSION_CQL_REQUESTS_DIGITS
The number of significant decimal digits to which internal structures will maintain for
continuous requests.
|
CONTINUOUS_PAGING_METRICS_SESSION_CQL_REQUESTS_HIGHEST
The largest latency that we expect to record for continuous requests.
|
CONTINUOUS_PAGING_METRICS_SESSION_CQL_REQUESTS_INTERVAL
The interval at which percentile data is refreshed for continuous requests.
|
CONTINUOUS_PAGING_METRICS_SESSION_CQL_REQUESTS_LOWEST
The shortest latency that we expect to record for continuous requests.
|
CONTINUOUS_PAGING_METRICS_SESSION_CQL_REQUESTS_SLO
Optional service-level objectives to meet, as a list of latencies to track.
|
CONTINUOUS_PAGING_PAGE_SIZE
The page size for continuous paging.
|
CONTINUOUS_PAGING_PAGE_SIZE_BYTES
Whether
CONTINUOUS_PAGING_PAGE_SIZE should be interpreted in number of rows or bytes. |
CONTINUOUS_PAGING_TIMEOUT_FIRST_PAGE
How long to wait for the coordinator to send the first continuous page.
|
CONTINUOUS_PAGING_TIMEOUT_OTHER_PAGES
How long to wait for the coordinator to send subsequent continuous pages.
|
GRAPH_CONTINUOUS_PAGING_MAX_ENQUEUED_PAGES
The maximum number of Graph continuous pages that can be stored in the local queue.
|
GRAPH_CONTINUOUS_PAGING_MAX_PAGES
The maximum number of Graph continuous pages to return.
|
GRAPH_CONTINUOUS_PAGING_MAX_PAGES_PER_SECOND
The maximum number of Graph continuous pages per second.
|
GRAPH_CONTINUOUS_PAGING_PAGE_SIZE
The page size for Graph continuous paging.
|
GRAPH_IS_SYSTEM_QUERY
Whether a script statement represents a system query.
|
GRAPH_NAME
The name of the graph targeted by graph statements.
|
GRAPH_PAGING_ENABLED
Whether to enable paging for Graph queries.
|
GRAPH_READ_CONSISTENCY_LEVEL
The read consistency level to use for graph statements.
|
GRAPH_SUB_PROTOCOL
The sub-protocol the driver will use to communicate with DSE Graph, on top of the Cassandra
native protocol.
|
GRAPH_TIMEOUT
How long the driver waits for a graph request to complete.
|
GRAPH_TRAVERSAL_SOURCE
The traversal source to use for graph statements.
|
GRAPH_WRITE_CONSISTENCY_LEVEL
The write consistency level to use for graph statements.
|
METRICS_NODE_GRAPH_MESSAGES_DIGITS
The number of significant decimal digits to which internal structures will maintain for graph
requests.
|
METRICS_NODE_GRAPH_MESSAGES_HIGHEST
The largest latency that we expect to record for graph requests.
|
METRICS_NODE_GRAPH_MESSAGES_INTERVAL
The interval at which percentile data is refreshed for graph requests.
|
METRICS_NODE_GRAPH_MESSAGES_LOWEST
The shortest latency that we expect to record for graph requests.
|
METRICS_NODE_GRAPH_MESSAGES_SLO
Optional service-level objectives to meet, as a list of latencies to track.
|
METRICS_SESSION_GRAPH_REQUESTS_DIGITS
The number of significant decimal digits to which internal structures will maintain for graph
requests.
|
METRICS_SESSION_GRAPH_REQUESTS_HIGHEST
The largest latency that we expect to record for graph requests.
|
METRICS_SESSION_GRAPH_REQUESTS_INTERVAL
The interval at which percentile data is refreshed for graph requests.
|
METRICS_SESSION_GRAPH_REQUESTS_LOWEST
The shortest latency that we expect to record for graph requests.
|
METRICS_SESSION_GRAPH_REQUESTS_SLO
Optional service-level objectives to meet, as a list of latencies to track.
|
MONITOR_REPORTING_ENABLED
Whether 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()
DriverOption
metadata.schema.enabled
.getPath
in interface DriverOption
Copyright © 2017–2024. All rights reserved.