Uses of Interface
org.elasticsearch.index.fielddata.IndexFieldDataCache.Listener
-
Packages that use IndexFieldDataCache.Listener Package Description org.elasticsearch.index.fielddata org.elasticsearch.indices.fielddata.cache -
-
Uses of IndexFieldDataCache.Listener in org.elasticsearch.index.fielddata
Classes in org.elasticsearch.index.fielddata that implement IndexFieldDataCache.Listener Modifier and Type Class Description classShardFieldDataMethods in org.elasticsearch.index.fielddata with parameters of type IndexFieldDataCache.Listener Modifier and Type Method Description voidIndexFieldDataService. setListener(IndexFieldDataCache.Listener listener)Sets aIndexFieldDataCache.Listenerpassed to eachIndexFieldDatacreation to capture onCache and onRemoval events. -
Uses of IndexFieldDataCache.Listener in org.elasticsearch.indices.fielddata.cache
Fields in org.elasticsearch.indices.fielddata.cache with type parameters of type IndexFieldDataCache.Listener Modifier and Type Field Description List<IndexFieldDataCache.Listener>IndicesFieldDataCache.Key. listenersMethods in org.elasticsearch.indices.fielddata.cache with parameters of type IndexFieldDataCache.Listener Modifier and Type Method Description IndexFieldDataCacheIndicesFieldDataCache. buildIndexFieldDataCache(IndexFieldDataCache.Listener listener, Index index, String fieldName)Constructors in org.elasticsearch.indices.fielddata.cache with parameters of type IndexFieldDataCache.Listener Constructor Description IndicesFieldDataCache(Settings settings, IndexFieldDataCache.Listener indicesFieldDataCacheListener)
-