org.elasticsearch.indices.recovery
Class RecoverySettings

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

public class RecoverySettings
extends AbstractComponent


Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
RecoverySettings(Settings settings, NodeSettingsService nodeSettingsService)
           
 
Method Summary
 void close()
           
 boolean compress()
           
 ThreadPoolExecutor concurrentStreamPool()
           
 int concurrentStreams()
           
 ByteSizeValue fileChunkSize()
           
 RateLimiter rateLimiter()
           
 int translogOps()
           
 ByteSizeValue translogSize()
           
 
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

RecoverySettings

@Inject
public RecoverySettings(Settings settings,
                               NodeSettingsService nodeSettingsService)
Method Detail

close

public void close()

fileChunkSize

public ByteSizeValue fileChunkSize()

compress

public boolean compress()

translogOps

public int translogOps()

translogSize

public ByteSizeValue translogSize()

concurrentStreams

public int concurrentStreams()

concurrentStreamPool

public ThreadPoolExecutor concurrentStreamPool()

rateLimiter

public RateLimiter rateLimiter()


Copyright © 2009-2012. All Rights Reserved.