| Interface | Description |
|---|---|
| BatchAsyncOperation |
Interface to implement batch operations that are executed on a cache writer after being called by the async
coordinator
|
| SingleAsyncOperation |
Interface to implement single operations that are performed in the write behind implementation that using an
AsyncCoordinator underneath
|
| Class | Description |
|---|---|
| DeleteAllAsyncOperation |
Implements the delete all operation for write behind
|
| DeleteAsyncOperation | |
| WriteAllAsyncOperation |
Implements the write all operation for write behind
|
| WriteAsyncOperation |
Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.