Class ShardFieldData

java.lang.Object
org.elasticsearch.index.fielddata.ShardFieldData
All Implemented Interfaces:
IndexFieldDataCache.Listener

public class ShardFieldData
extends java.lang.Object
implements IndexFieldDataCache.Listener
  • Constructor Summary

    Constructors
    Constructor Description
    ShardFieldData()  
  • Method Summary

    Modifier and Type Method Description
    void onCache​(ShardId shardId, java.lang.String fieldName, org.apache.lucene.util.Accountable ramUsage)
    Called after the fielddata is loaded during the cache phase
    void onRemoval​(ShardId shardId, java.lang.String fieldName, boolean wasEvicted, long sizeInBytes)
    Called after the fielddata is unloaded
    FieldDataStats stats​(java.lang.String... fields)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait