Uses of Class
org.h2.mvstore.MVMap.DecisionMaker
Packages that use MVMap.DecisionMaker
Package
Description
A persistent storage for tree maps.
An R-tree implementation
Helper classes to use the MVStore in a transactional manner.
-
Uses of MVMap.DecisionMaker in org.h2.mvstore
Subclasses of MVMap.DecisionMaker in org.h2.mvstoreModifier and TypeClassDescriptionprivate static final class
private static final class
Fields in org.h2.mvstore declared as MVMap.DecisionMakerModifier and TypeFieldDescriptionstatic final MVMap.DecisionMaker
<Object> MVMap.DecisionMaker.DEFAULT
Decision maker for transaction rollback.(package private) static final MVMap.DecisionMaker
<Object> MVMap.DecisionMaker.IF_ABSENT
Decision maker for putIfAbsent() key/value.(package private) static final MVMap.DecisionMaker
<Object> MVMap.DecisionMaker.IF_PRESENT
Decision maker for replace().static final MVMap.DecisionMaker
<Object> MVMap.DecisionMaker.PUT
Decision maker for put().static final MVMap.DecisionMaker
<Object> MVMap.DecisionMaker.REMOVE
Decision maker for remove().Methods in org.h2.mvstore with parameters of type MVMap.DecisionMaker -
Uses of MVMap.DecisionMaker in org.h2.mvstore.rtree
Methods in org.h2.mvstore.rtree with parameters of type MVMap.DecisionMaker -
Uses of MVMap.DecisionMaker in org.h2.mvstore.tx
Subclasses of MVMap.DecisionMaker in org.h2.mvstore.txModifier and TypeClassDescription(package private) final class
Class CommitDecisionMaker makes a decision during post-commit processing about how to transform uncommitted map entry into committed one, based on undo log information.(package private) final class
Class RollbackDecisionMaker process undo log record during transaction rollback.(package private) class
TxDecisionMaker<K,
V> Class TxDecisionMaker is a base implementation of MVMap.DecisionMaker to be used for TransactionMap modification.static class
static final class
static final class