Uses of Class
org.elasticsearch.indices.IndicesService.ShardDeletionCheckResult
-
Packages that use IndicesService.ShardDeletionCheckResult Package Description org.elasticsearch.indices -
-
Uses of IndicesService.ShardDeletionCheckResult in org.elasticsearch.indices
Methods in org.elasticsearch.indices that return IndicesService.ShardDeletionCheckResult Modifier and Type Method Description IndicesService.ShardDeletionCheckResultIndicesService. canDeleteShardContent(ShardId shardId, IndexSettings indexSettings)ReturnsShardDeletionCheckResultsignaling whether the shards content for the given shard can be deleted.static IndicesService.ShardDeletionCheckResultIndicesService.ShardDeletionCheckResult. valueOf(String name)Returns the enum constant of this type with the specified name.static IndicesService.ShardDeletionCheckResult[]IndicesService.ShardDeletionCheckResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-