org.elasticsearch.index.translog
Class TranslogService

java.lang.Object
  extended by org.elasticsearch.index.shard.AbstractIndexShardComponent
      extended by org.elasticsearch.index.translog.TranslogService
All Implemented Interfaces:
IndexShardComponent

public class TranslogService
extends AbstractIndexShardComponent


Field Summary
 
Fields inherited from class org.elasticsearch.index.shard.AbstractIndexShardComponent
componentSettings, indexSettings, logger, shardId
 
Constructor Summary
TranslogService(ShardId shardId, Settings indexSettings, IndexSettingsService indexSettingsService, ThreadPool threadPool, IndexShard indexShard, Translog translog)
           
 
Method Summary
 void close()
           
 
Methods inherited from class org.elasticsearch.index.shard.AbstractIndexShardComponent
indexSettings, managementGroupName, nodeName, shardId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranslogService

@Inject
public TranslogService(ShardId shardId,
                              @IndexSettings
                              Settings indexSettings,
                              IndexSettingsService indexSettingsService,
                              ThreadPool threadPool,
                              IndexShard indexShard,
                              Translog translog)
Method Detail

close

public void close()


Copyright © 2009-2012. All Rights Reserved.