Interface ConcurrentRegionIndex

All Superinterfaces:
ChangeTracked, RegionIndex
All Known Implementing Classes:
ChunkHashTable, HashMapIndex, PriorityRTreeIndex

public interface ConcurrentRegionIndex extends RegionIndex
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.