Uses of Class
org.elasticsearch.indices.recovery.RecoveriesCollection.RecoveryRef
-
Packages that use RecoveriesCollection.RecoveryRef Package Description org.elasticsearch.indices.recovery -
-
Uses of RecoveriesCollection.RecoveryRef in org.elasticsearch.indices.recovery
Methods in org.elasticsearch.indices.recovery that return RecoveriesCollection.RecoveryRef Modifier and Type Method Description RecoveriesCollection.RecoveryRefRecoveriesCollection. getRecovery(long id)gets theRecoveryTargetfor a given id.RecoveriesCollection.RecoveryRefRecoveriesCollection. getRecoverySafe(long id, ShardId shardId)Similar toRecoveriesCollection.getRecovery(long)but throws an exception if no recovery is found
-