Class InMemoryTxLockWatcher
java.lang.Object
tech.ydb.yoj.repository.test.inmemory.InMemoryTxLockWatcher
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetReadRanges(Class<T> type) getReadRows(Class<T> type) markRangeRead(Class<T> type, Map<String, Object> map) markRangeRead(Class<T> type, Range<ID> range) <T extends Entity<T>>
voidmarkRowRead(Class<T> type, Entity.Id<T> id) markTableRead(Class<T> type)
-
Field Details
-
NO_LOCKS
-
-
Constructor Details
-
InMemoryTxLockWatcher
public InMemoryTxLockWatcher()
-
-
Method Details
-
markRowRead
-
markRangeRead
-
markRangeRead
-
markTableRead
-
getReadRows
-
getReadRanges
-