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
-
Uses of MVMap.DecisionMaker in org.h2.mvstore
Fields in org.h2.mvstore declared as MVMap.DecisionMakerModifier and TypeFieldDescriptionstatic final MVMap.DecisionMaker<Object> MVMap.DecisionMaker.DEFAULTDecision maker for transaction rollback.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