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
-
-
-
Field Detail
-
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
-
-