| Package | Description |
|---|---|
| org.elasticsearch.indices.recovery |
| Modifier and Type | Method and Description |
|---|---|
RecoveryStatus |
RecoveriesCollection.StatusRef.status() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RecoveryTarget.retryRecovery(RecoveryStatus recoveryStatus,
String reason,
TimeValue retryAfter,
StartRecoveryRequest currentRequest) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RecoveriesCollection.cancelRecoveriesForShard(ShardId shardId,
String reason,
com.google.common.base.Predicate<RecoveryStatus> shouldCancel)
cancel all ongoing recoveries for the given shard, if their status match a predicate
|
boolean |
RecoveryTarget.cancelRecoveriesForShard(ShardId shardId,
String reason,
com.google.common.base.Predicate<RecoveryStatus> shouldCancel)
cancel all ongoing recoveries for the given shard, if their status match a predicate
|
| Constructor and Description |
|---|
RecoveriesCollection.StatusRef(RecoveryStatus status)
Important:
AbstractRefCounted.tryIncRef() should
be *successfully* called on status before |
Copyright © 2009–2017. All rights reserved.