Skip navigation links

Package com.terracottatech.store.async

Contains types for performing asynchronous operations on datasets.

See: Description

Package com.terracottatech.store.async Description

Contains types for performing asynchronous operations on datasets.

Asynchronous operations can be performed on a Dataset by accessing an AsyncDatasetReader or AsyncDatasetWriterReader via an existing synchronous equivalent. Via these asynchronous classes you can execute asynchronous CRUD operations and access a complete asynchronous equivalent of the JDK Streams API. Asynchronous executions are represented through the returned Operation instances. Operation extends both Future and CompletionStage, and so allows both interfacing with synchronous code, and the building of more complicated composite operations.

Skip navigation links