org.elasticsearch.indices.recovery
Class RecoverySource

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.indices.recovery.RecoverySource

public class RecoverySource
extends AbstractComponent

The source recovery accepts recovery requests from other peer shards and start the recovery process from this source shard to the target shard.


Nested Class Summary
static class RecoverySource.Actions
           
 
Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
RecoverySource(Settings settings, TransportService transportService, IndicesService indicesService, RecoverySettings recoverySettings)
           
 
Method Summary
 
Methods inherited from class org.elasticsearch.common.component.AbstractComponent
nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecoverySource

@Inject
public RecoverySource(Settings settings,
                             TransportService transportService,
                             IndicesService indicesService,
                             RecoverySettings recoverySettings)


Copyright © 2009-2012. All Rights Reserved.