| Package | Description |
|---|---|
| com.pivotal.gemfirexd.internal.client.am | |
| com.pivotal.gemfirexd.internal.client.net |
| Modifier and Type | Method and Description |
|---|---|
abstract Connection.FailoverStatus |
Connection.doFailoverOnException(String sqlState,
int errorCode,
Exception thrownEx) |
static Connection.FailoverStatus |
Connection.FailoverStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Connection.FailoverStatus[] |
Connection.FailoverStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Connection.FailoverStatus |
NetConnection.doFailoverOnException(String sqlState,
int errorCode,
Exception thrownEx) |
static Connection.FailoverStatus |
NetConnection.getFailoverStatus(String sqlState,
int errorCode,
Exception thrownEx) |
| Modifier and Type | Method and Description |
|---|---|
NetAgent |
NetConnection.createNewAgentOrReset(LogWriter logWriter,
int loginTimeout,
String thisUrl,
String serverName,
int[] port,
int clientSSLMode,
Set failedUrls,
SqlException failoverEx,
Connection.FailoverStatus status) |
protected Set |
NetConnection.handleFailover(Set failedUrls,
SqlException ex,
Connection.FailoverStatus status) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.