Class IndicesFieldDataCache.Key

java.lang.Object
org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache.Key
Enclosing class:
IndicesFieldDataCache

public static class IndicesFieldDataCache.Key
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache.IndexFieldCache indexCache  
    java.util.List<IndexFieldDataCache.Listener> listeners  
    org.apache.lucene.index.IndexReader.CacheKey readerKey  
    ShardId shardId  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    int hashCode()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • indexCache

      public final org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache.IndexFieldCache indexCache
    • readerKey

      public final org.apache.lucene.index.IndexReader.CacheKey readerKey
    • shardId

      public final ShardId shardId
    • listeners

      public final java.util.List<IndexFieldDataCache.Listener> listeners
  • Method Details

    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object