Interface | Description |
---|---|
TransactionFun<Result> |
Implement this interface to create transaction funs that can be passed to
Connection 's
runTransaction. |
Class | Description |
---|---|
Certs |
Class for managing the cluster ECDSA certificate and public key, and the client ECDSA certificate
and key pair.
|
Connection |
Objects of this type represent connections to a GoshawkDB node and are created through use of the
ConnectionFactory . |
ConnectionFactory |
This class is used to construct connections to a GoshawkDB node or cluster.
|
GoshawkObj |
Objects of this class represent nodes in the object graph stored by GoshawkDB.
|
Transaction<Result> |
An object of this type is supplied to
TransactionFun s to provide access to the object
graph stored by GoshawkDB. |
TxnId |
Representation of GoshawkDB Transaction Ids.
|
VarUUId |
Representation of GoshawkDB Object Ids.
|