See: Description
Interface | Description |
---|---|
Attribute |
Programmatic representation of a schema attribute.
|
Connection |
A connection to a database for submitting and monitoring transactions,
and retrieving the current value of the database.
|
Database |
An immutable, point-in-time database value.
|
Database.Predicate<T> |
Boolean-valued function for
filtering a
database. |
Datom |
An immmutable, point-in-time fact:
[entity, attribute, value, transaction, added] |
Entity |
Implements the Entity API for associative
navigation by attribute keys.
|
ListenableFuture<T> |
A future that supports completion listeners.
|
Log |
Implements the Log API.
|
Class | Description |
---|---|
Peer |
Main entry point, used to manage connections, submit transactions, and query.
|
QueryRequest |
Container for parameters to
Peer.query(QueryRequest) |
Util |
Utilities for creating and using data structures.
|