Class ShardBitsetFilterCache
- java.lang.Object
-
- org.elasticsearch.index.shard.AbstractIndexShardComponent
-
- org.elasticsearch.index.cache.bitset.ShardBitsetFilterCache
-
- All Implemented Interfaces:
IndexShardComponent
public class ShardBitsetFilterCache extends AbstractIndexShardComponent
-
-
Field Summary
-
Fields inherited from class org.elasticsearch.index.shard.AbstractIndexShardComponent
deprecationLogger, indexSettings, logger, shardId
-
-
Constructor Summary
Constructors Constructor Description ShardBitsetFilterCache(ShardId shardId, IndexSettings indexSettings)
-
Method Summary
Modifier and Type Method Description longgetMemorySizeInBytes()voidonCached(long sizeInBytes)voidonRemoval(long sizeInBytes)-
Methods inherited from class org.elasticsearch.index.shard.AbstractIndexShardComponent
indexSettings, nodeName, shardId
-
-
-
-
Constructor Detail
-
ShardBitsetFilterCache
public ShardBitsetFilterCache(ShardId shardId, IndexSettings indexSettings)
-
-