Interface ConcurrentRegionIndex
- All Superinterfaces:
ChangeTracked,RegionIndex
- All Known Implementing Classes:
ChunkHashTable,HashMapIndex,PriorityRTreeIndex
An implementation of a region index that supports concurrent access.
The mechanics of concurrent access should be similar to that of
ConcurrentMap. Spatial queries can lag behind changes on the data
for brief periods of time.
-
Method Summary
Methods inherited from interface com.sk89q.worldguard.util.ChangeTracked
isDirty, setDirtyMethods inherited from interface com.sk89q.worldguard.protection.managers.index.RegionIndex
add, addAll, apply, applyContaining, applyIntersecting, bias, biasAll, contains, forget, forgetAll, get, getAndClearDifference, remove, setDirty, size, values