Uses of Class
org.h2.mvstore.tx.Record
Packages that use Record
-
Uses of Record in org.h2.mvstore.tx
Subclasses with type arguments of type Record in org.h2.mvstore.txModifier and TypeClassDescription(package private) static final classRecord.Type<K,V> A data type for undo log values(package private) final classClass RollbackDecisionMaker process undo log record during transaction rollback.Fields in org.h2.mvstore.tx declared as RecordFields in org.h2.mvstore.tx with type parameters of type RecordModifier and TypeFieldDescriptionprivate final MVMap.Builder<Long, Record<?, ?>> TransactionStore.undoLogBuilderMethods in org.h2.mvstore.tx that return RecordModifier and TypeMethodDescriptionRecord.Type.createStorage(int size) Record.Type.read(ByteBuffer buff) Methods in org.h2.mvstore.tx that return types with arguments of type RecordModifier and TypeMethodDescription(package private) RootReference<Long, Record<?,?>>[] TransactionStore.collectUndoLogRootReferences()Get the root references (snapshots) for undo-log maps.(package private) MVMap.Builder<Long, Record<?, ?>> TransactionStore.createUndoLogBuilder()(package private) RootReference<Long, Record<?,?>>[] Transaction.getUndoLogRootReferences()Methods in org.h2.mvstore.tx with parameters of type RecordModifier and TypeMethodDescription(package private) longTransactionStore.addUndoLogRecord(int transactionId, long logId, Record<?, ?> record) Add an undo log entry.intint(package private) longAdd a log entry.voidRecord.Type.write(WriteBuffer buff, Record<K, V> record)