Package com.sk89q.worldguard.protection.managers.index
package com.sk89q.worldguard.protection.managers.index
-
Interface SummaryInterfaceDescriptionAn implementation of a region index that supports concurrent access.An index of regions to allow for fast lookups of regions by their ID and through spatial queries.
-
Class SummaryClassDescriptionMaintains a hash table for each chunk containing a list of regions that are contained within that chunk, allowing for fast spatial lookup.A factory for instances of
ChunkHashCache.An index that stores regions in a hash map, which allows for fast lookup by ID but O(n) performance for spatial queries.A factory for new instances using this index.An implementation of an index that usesHashMapIndexfor queries by region name and a priority R-tree for spatial queries.A factory for new instances using this index.