Index

C D E F G H I L M N P R S T U 
All Classes and Interfaces|All Packages

C

commit() - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryRepositoryTransaction
 
commit() - Method in class tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryRepositoryTransaction
 
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
Creates an instance of a DbMemory record 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
 
doInTransaction(String, Class<T>, Function<LegacyReadOnlyTxDataShard<T>, R>) - Method in class tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryRepositoryTransaction
 
doInWriteTransaction(String, Class<T>, Consumer<LegacyWriteTxDataShard<T>>) - Method in class tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryRepositoryTransaction
 
dropDb() - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryRepository
 
dropDb() - Method in class tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryRepository
 

E

equals(Object) - Method in record class tech.ydb.yoj.repository.test.inmemory.InMemoryTable.DbMemory
Indicates whether some other object is "equal to" this one.
execute(Runnable) - Method in class tech.ydb.yoj.repository.test.inmemory.legacy.NormalExecutionWatcher
 
execute(Supplier<RESULT>) - Method in class tech.ydb.yoj.repository.test.inmemory.legacy.NormalExecutionWatcher
 

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
 
getMemory(Class<T>) - Method in class tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryRepositoryTransaction
 
getReadRanges(Class<T>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTxLockWatcher
 
getReadRows(Class<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
Returns a hash code value for this object.
hasLastStatementCompletedExceptionally() - Method in class tech.ydb.yoj.repository.test.inmemory.legacy.NormalExecutionWatcher
 

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(InMemoryTable.DbMemory<T>) - Constructor for class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
 
InMemoryTable.DbMemory<T extends Entity<T>> - Record Class in tech.ydb.yoj.repository.test.inmemory
 
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

LegacyInMemoryRepository - Class in tech.ydb.yoj.repository.test.inmemory.legacy
 
LegacyInMemoryRepository() - Constructor for class tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryRepository
 
LegacyInMemoryRepositoryTransaction - Class in tech.ydb.yoj.repository.test.inmemory.legacy
 
LegacyInMemoryRepositoryTransaction(TxOptions, LegacyInMemoryRepository) - Constructor for class tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryRepositoryTransaction
 
LegacyInMemoryTxLockWatcher - Class in tech.ydb.yoj.repository.test.inmemory.legacy
 
LegacyInMemoryTxLockWatcher() - Constructor for class tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryTxLockWatcher
 
loadSnapshot(String) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryRepository
 
loadSnapshot(String) - Method in class tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryRepository
 

M

makeSnapshot() - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryRepository
 
makeSnapshot() - Method in class tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryRepository
 
markRangeRead(Class<T>, Map<String, Object>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTxLockWatcher
 
markRangeRead(Class<T>, Map<String, Object>) - Method in class tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryTxLockWatcher
 
markRangeRead(Class<T>, Range<ID>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTxLockWatcher
 
markRangeRead(Class<T>, Range<ID>) - Method in class tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryTxLockWatcher
 
markRowRead(Class<T>, Entity.Id<T>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTxLockWatcher
 
markRowRead(Class<T>, Entity.Id<T>) - Method in class tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryTxLockWatcher
 
markTableRead(Class<T>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTxLockWatcher
 
markTableRead(Class<T>) - Method in class tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryTxLockWatcher
 

N

NO_LOCKS - Static variable in class tech.ydb.yoj.repository.test.inmemory.InMemoryTxLockWatcher
 
NormalExecutionWatcher - Class in tech.ydb.yoj.repository.test.inmemory.legacy
 
NormalExecutionWatcher() - Constructor for class tech.ydb.yoj.repository.test.inmemory.legacy.NormalExecutionWatcher
 

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
 
rollback() - Method in class tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryRepositoryTransaction
 

S

save(T) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
 
schema(Class<T>) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryRepository
 
schema(Class<T>) - Method in class tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryRepository
 
startTransaction(TxOptions) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryRepository
 
startTransaction(TxOptions) - Method in class tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryRepository
 
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(Class<T>) - Method in class tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryRepositoryTransaction
 
tables() - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryRepository
 
tables() - Method in class tech.ydb.yoj.repository.test.inmemory.legacy.LegacyInMemoryRepository
 
tech.ydb.yoj.repository.test.inmemory - package tech.ydb.yoj.repository.test.inmemory
 
tech.ydb.yoj.repository.test.inmemory.legacy - package tech.ydb.yoj.repository.test.inmemory.legacy
 
toString() - Method in record class tech.ydb.yoj.repository.test.inmemory.InMemoryTable.DbMemory
Returns a string representation of this record class.
transaction() - Method in record class tech.ydb.yoj.repository.test.inmemory.InMemoryTable.DbMemory
Returns the value of the transaction record component.
type() - Method in record class tech.ydb.yoj.repository.test.inmemory.InMemoryTable.DbMemory
Returns the value of the type record component.

U

update(Entity.Id<T>, Changeset) - Method in class tech.ydb.yoj.repository.test.inmemory.InMemoryTable
Deprecated.
C D E F G H I L M N P R S T U 
All Classes and Interfaces|All Packages