Package io.activej.aggregation
Class ChunkLockerNoOp<C>
java.lang.Object
io.activej.aggregation.ChunkLockerNoOp<C>
- All Implemented Interfaces:
ChunkLocker<C>,io.activej.common.initializer.WithInitializer<ChunkLockerNoOp<C>>
public final class ChunkLockerNoOp<C>
extends Object
implements ChunkLocker<C>, io.activej.common.initializer.WithInitializer<ChunkLockerNoOp<C>>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <C> ChunkLockerNoOp<C>create()io.activej.promise.Promise<Void>lockChunks(Set<C> chunkIds) io.activej.promise.Promise<Void>releaseChunks(Set<C> chunkIds) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.activej.common.initializer.WithInitializer
withInitializer
-
Method Details
-
create
-
lockChunks
- Specified by:
lockChunksin interfaceChunkLocker<C>
-
releaseChunks
- Specified by:
releaseChunksin interfaceChunkLocker<C>
-
getLockedChunks
- Specified by:
getLockedChunksin interfaceChunkLocker<C>
-