Class TypeIndex

  • All Implemented Interfaces:
    Index, IndexInternal, RangeIndex

    public class TypeIndex
    extends Object
    implements RangeIndex, IndexInternal
    It represent an index on a type. It's backed by one or multiple underlying indexes, one per bucket. By using multiple buckets, the read/write operation can work concurrently and lock-free.
    Author:
    Luca Garulli