| Class | Description |
|---|---|
| BackwardsCompatability |
Contains functions for preserving backwards compatibility.
|
| Calculator |
The interface for Concourse's aggregation and calculation abilities.
|
| Concourse |
A client connection to a Concourse node or cluster.
|
| Concourse.ConnectionBuilder |
An iterative builder for
Concourse connections. |
| ConnectionPool |
A
ConnectionPool manages multiple concurrent connections to Concourse
for a single user. |
| Constants |
A collection of driver accessible constant definitions.
|
| ForwardingConcourse | |
| Link |
A
Link is a pointer to a record. |
| Manager |
The client-side interface for Concourse's management capabilities.
|
| NoOpConcourse |
A
Concourse extension that, by default, doesn't support any
functionality and is intended to be extended where there is a need to
implement a subset of functionality. |
| Tag | |
| Timestamp |
A wrapper class for a Unix timestamp with microsecond precision.
|
| Exception | Description |
|---|---|
| DuplicateEntryException |
An exception that is thrown when attempting to conditionally add or insert
data based on a condition that should be unique, but is not.
|
| EmptyOperationException |
Thrown to indicate that an operation has no primary or side-effect on its
input it's class's state or the state of anything else (e.g., the operation
is a no-op).
|
| InvalidArgumentException |
An exception that indicates an invalid argument was submitted.
|
| ManagementException |
An exception that indicates an management error occurred.
|
| ParseException |
Signals that an unexpected or invalid token was reached while parsing.
|
| PermissionException |
An exception that is thrown when the user attempts an action for which she
doesn't have permission.
|
| TransactionException |
The base class for all exceptions that happen during (staged) operations in a
transaction.
|