Uses of Class
org.teamapps.universaldb.index.transaction.resolved.ResolvedTransaction
| Package | Description |
|---|---|
| org.teamapps.universaldb.index.transaction | |
| org.teamapps.universaldb.index.transaction.resolved | |
| org.teamapps.universaldb.index.versioning |
-
Uses of ResolvedTransaction in org.teamapps.universaldb.index.transaction
Methods in org.teamapps.universaldb.index.transaction that return ResolvedTransaction Modifier and Type Method Description ResolvedTransactionTransactionIndex. getLastTransaction()Methods in org.teamapps.universaldb.index.transaction that return types with arguments of type ResolvedTransaction Modifier and Type Method Description java.util.stream.Stream<ResolvedTransaction>TransactionIndex. getTransactions(long lastTransactionId)Methods in org.teamapps.universaldb.index.transaction with parameters of type ResolvedTransaction Modifier and Type Method Description voidTransactionIndex. writeTransaction(ResolvedTransaction transaction) -
Uses of ResolvedTransaction in org.teamapps.universaldb.index.transaction.resolved
Methods in org.teamapps.universaldb.index.transaction.resolved that return ResolvedTransaction Modifier and Type Method Description static ResolvedTransactionResolvedTransaction. createFromRequest(long transactionId, TransactionRequest request)static ResolvedTransactionResolvedTransaction. createResolvedTransaction(byte[] bytes) -
Uses of ResolvedTransaction in org.teamapps.universaldb.index.versioning
Methods in org.teamapps.universaldb.index.versioning with parameters of type ResolvedTransaction Modifier and Type Method Description static RecordUpdateRecordUpdate. createUpdate(ResolvedTransaction transaction, ResolvedTransactionRecord record)voidRecordVersioningIndex. writeRecordUpdate(ResolvedTransaction transaction, ResolvedTransactionRecord record)