Uses of Class
org.h2.mvstore.tx.Record
Packages that use Record
-
Uses of Record in org.h2.mvstore.tx
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.undoLogBuilder
Methods 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) long
TransactionStore.addUndoLogRecord
(int transactionId, long logId, Record<?, ?> record) Add an undo log entry.int
int
(package private) long
Add a log entry.void
Record.Type.write
(WriteBuffer buff, Record<K, V> record)