Package io.activej.aggregation
Interface ChunkLocker<C>
- All Known Implementing Classes:
ChunkLockerNoOp
public interface ChunkLocker<C>
-
Method Summary
Modifier and TypeMethodDescriptionio.activej.promise.Promise<Void>lockChunks(Set<C> chunkIds) io.activej.promise.Promise<Void>releaseChunks(Set<C> chunkIds)
-
Method Details
-
lockChunks
-
releaseChunks
-
getLockedChunks
-