c
Collection

A NoSQL document collection with Task/Stream semantics.

c
CollectionConnectionFailed

Error thrown when connecting to a collection fails.

c
CollectionDeleteFailed

Error thrown when a document delete operation fails.

c
CollectionFindFailed

Error thrown when a query operation fails.

c
CollectionGetFailed

Error thrown when a document get operation fails.

c
CollectionPutFailed

Error thrown when a document put operation fails.

c
CollectionPutManyFailed

Error thrown when a batch put operation fails.

f
createInMemory

Creates an in-memory NoSQL document store for testing and development.

I
DocumentAdapter

Document adapter interface for NoSQL database operations.

I
DocumentConnector

Connector that produces connected DocumentAdapter instances.

I
InMemoryConnector

Connector interface for the in-memory document store.

T
InMemoryQuery

Predicate function type for filtering documents in the in-memory store.