Package org.elasticsearch.common.collect


package org.elasticsearch.common.collect
  • Classes
    Class
    Description
    An EvictingQueue is a non-blocking queue which is limited to a maximum size; when new elements are added to a full queue, elements are evicted from the head of the queue to accommodate the new elements.
    ImmutableOpenMap<KType,VType>
    An immutable map implementation based on open hash map.