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 classprivate static final classFields in org.h2.mvstore declared as MVMap.DecisionMakerModifier and TypeFieldDescriptionstatic final MVMap.DecisionMaker<Object> MVMap.DecisionMaker.DEFAULTDecision maker for transaction rollback.(package private) static final MVMap.DecisionMaker<Object> MVMap.DecisionMaker.IF_ABSENTDecision maker for putIfAbsent() key/value.(package private) static final MVMap.DecisionMaker<Object> MVMap.DecisionMaker.IF_PRESENTDecision maker for replace().static final MVMap.DecisionMaker<Object> MVMap.DecisionMaker.PUTDecision maker for put().static final MVMap.DecisionMaker<Object> MVMap.DecisionMaker.REMOVEDecision 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 classClass 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 classClass RollbackDecisionMaker process undo log record during transaction rollback.(package private) classTxDecisionMaker<K,V> Class TxDecisionMaker is a base implementation of MVMap.DecisionMaker to be used for TransactionMap modification.static classstatic final classstatic final class