Index
All Classes and Interfaces|All Packages
C
- commit() - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryRepositoryTransaction
- count(String, FilterExpression<T>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- countAll() - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
D
- DbMemory(Class<T>, InMemoryRepositoryTransaction) - Constructor for record class tech.ydb.yoj.repository.test.inmemory.InMemoryTable.DbMemory
-
Deprecated.Creates an instance of a
DbMemoryrecord class. - delete(Entity.Id<T>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- deleteAll() - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- dropDb() - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryRepository
E
- equals(Object) - Method in record class tech.ydb.yoj.repository.test.inmemory.InMemoryTable.DbMemory
-
Deprecated.Indicates whether some other object is "equal to" this one.
F
- find(Class<V>, String, Set<KEY>, FilterExpression<T>, OrderExpression<T>, Integer) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- find(Class<V>, String, FilterExpression<T>, OrderExpression<T>, Integer, Long, boolean) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- find(Class<V>, Set<ID>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- find(Class<V>, Set<ID>, FilterExpression<T>, OrderExpression<T>, Integer) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- find(Class<V>, Entity.Id<T>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- find(Class<V>, Range<ID>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- find(String, Set<KEY>, FilterExpression<T>, OrderExpression<T>, Integer) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- find(String, FilterExpression<T>, OrderExpression<T>, Integer, Long) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- find(Set<ID>, FilterExpression<T>, OrderExpression<T>, Integer) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- find(Entity.Id<T>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- find(Range<ID>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- findAll() - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- findAll(Class<V>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- findIds(String, FilterExpression<T>, OrderExpression<T>, Integer, Long) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- findIds(Set<ID>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- findIds(Range<ID>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- findUncached(Set<ID>, FilterExpression<T>, OrderExpression<T>, Integer) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
G
- getFirstLevelCache() - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- getMemory(Class<T>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryRepositoryTransaction
-
Deprecated.
- getReadRanges(TableDescriptor<T>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTxLockWatcher
- getReadRows(TableDescriptor<T>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTxLockWatcher
- getType() - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
H
- hashCode() - Method in record class tech.ydb.yoj.repository.test.inmemory.InMemoryTable.DbMemory
-
Deprecated.Returns a hash code value for this object.
I
- InMemoryRepository - Class in tech.ydb.yoj.repository.test.inmemory
- InMemoryRepository() - Constructor for class tech.ydb.yoj.repository.test.inmemory.InMemoryRepository
- InMemoryRepositoryTransaction - Class in tech.ydb.yoj.repository.test.inmemory
- InMemoryRepositoryTransaction(TxOptions, InMemoryRepository) - Constructor for class tech.ydb.yoj.repository.test.inmemory.InMemoryRepositoryTransaction
- InMemoryTable<T extends Entity<T>> - Class in tech.ydb.yoj.repository.test.inmemory
- InMemoryTable(InMemoryRepositoryTransaction, Class<T>) - Constructor for class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- InMemoryTable(InMemoryRepositoryTransaction, TableDescriptor<T>) - Constructor for class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- InMemoryTable(InMemoryTable.DbMemory<T>) - Constructor for class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
-
Deprecated.
- InMemoryTable.DbMemory<T extends Entity<T>> - Record Class in tech.ydb.yoj.repository.test.inmemory
-
Deprecated.
- InMemoryTxLockWatcher - Class in tech.ydb.yoj.repository.test.inmemory
- InMemoryTxLockWatcher() - Constructor for class tech.ydb.yoj.repository.test.inmemory.InMemoryTxLockWatcher
- insert(T) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
L
- loadSnapshot(String) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryRepository
M
- makeSnapshot() - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryRepository
- markRangeRead(TableDescriptor<T>, Map<String, Object>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTxLockWatcher
- markRangeRead(TableDescriptor<T>, Range<ID>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTxLockWatcher
- markRowRead(TableDescriptor<T>, Entity.Id<T>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTxLockWatcher
- markTableRead(TableDescriptor<T>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTxLockWatcher
N
- NO_LOCKS - Static variable in class tech.ydb.yoj.repository.test.inmemory.InMemoryTxLockWatcher
P
- postLoad(T) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
R
- readTable(Class<V>, ReadTableParams<ID>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- readTable(ReadTableParams<ID>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- readTableIds(ReadTableParams<ID>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- rollback() - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryRepositoryTransaction
S
- save(T) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- schema(TableDescriptor<T>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryRepository
- startTransaction(TxOptions) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryRepository
- streamAll(int) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- streamAll(Class<V>, int) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- streamAllIds(int) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- streamPartial(ID, int) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- streamPartial(Class<V>, ID, int) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
- streamPartialIds(ID, int) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
T
- table(Class<T>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryRepositoryTransaction
- table(TableDescriptor<T>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryRepositoryTransaction
- tables() - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryRepository
- tech.ydb.yoj.repository.test.inmemory - package tech.ydb.yoj.repository.test.inmemory
- toString() - Method in record class tech.ydb.yoj.repository.test.inmemory.InMemoryTable.DbMemory
-
Deprecated.Returns a string representation of this record class.
- transaction() - Method in record class tech.ydb.yoj.repository.test.inmemory.InMemoryTable.DbMemory
-
Deprecated.Returns the value of the
transactionrecord component. - type() - Method in record class tech.ydb.yoj.repository.test.inmemory.InMemoryTable.DbMemory
-
Deprecated.Returns the value of the
typerecord component.
U
- update(Entity.Id<T>, Changeset) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
-
Deprecated.
All Classes and Interfaces|All Packages