Package | Description |
---|---|
com.datastax.oss.driver.api.core |
The core API of the driver, that deals with query execution and cluster metadata.
|
Modifier and Type | Method and Description |
---|---|
static DefaultConsistencyLevel |
DefaultConsistencyLevel.fromCode(int code) |
static DefaultConsistencyLevel |
DefaultConsistencyLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultConsistencyLevel[] |
DefaultConsistencyLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017–2019. All rights reserved.