| Package | Description |
|---|---|
| com.amazon.redshift | |
| com.amazon.redshift.core | |
| com.amazon.redshift.jdbc |
| Modifier and Type | Method and Description |
|---|---|
RedshiftNotification[] |
RedshiftConnection.getNotifications()
This method returns any notifications that have been received since the last call to this
method.
|
RedshiftNotification[] |
RedshiftConnection.getNotifications(int timeoutMillis)
This method returns any notifications that have been received since the last call to this
method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Notification |
| Modifier and Type | Method and Description |
|---|---|
RedshiftNotification[] |
QueryExecutorBase.getNotifications() |
RedshiftNotification[] |
QueryExecutor.getNotifications()
Retrieve and clear the set of asynchronous notifications pending on this connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryExecutorBase.addNotification(RedshiftNotification notification) |
| Modifier and Type | Method and Description |
|---|---|
RedshiftNotification[] |
RedshiftConnectionImpl.getNotifications() |
RedshiftNotification[] |
RedshiftConnectionImpl.getNotifications(int timeoutMillis) |
Copyright © 2024 Amazon.com Inc.. All rights reserved.