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 | Class and Description |
---|---|
class |
NoNodeAvailableException
Specialization of
AllNodesFailedException when no coordinators were tried. |
Modifier and Type | Method and Description |
---|---|
static AllNodesFailedException |
AllNodesFailedException.fromErrors(List<Map.Entry<Node,Throwable>> errors) |
static AllNodesFailedException |
AllNodesFailedException.fromErrors(Map<Node,Throwable> errors)
Deprecated.
Use
fromErrors(List) instead. |
AllNodesFailedException |
AllNodesFailedException.reword(String newMessage) |
Copyright © 2017–2024. All rights reserved.