Class ShardFieldData
java.lang.Object
org.elasticsearch.index.fielddata.ShardFieldData
- All Implemented Interfaces:
IndexFieldDataCache.Listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called after the fielddata is loaded during the cache phasevoid
Called after the fielddata is unloaded
-
Constructor Details
-
ShardFieldData
public ShardFieldData()
-
-
Method Details
-
stats
-
onCache
Description copied from interface:IndexFieldDataCache.Listener
Called after the fielddata is loaded during the cache phase- Specified by:
onCache
in interfaceIndexFieldDataCache.Listener
-
onRemoval
Description copied from interface:IndexFieldDataCache.Listener
Called after the fielddata is unloaded- Specified by:
onRemoval
in interfaceIndexFieldDataCache.Listener
-