org.elasticsearch.index.gateway.fs
Class FsIndexGateway

java.lang.Object
  extended by org.elasticsearch.index.AbstractIndexComponent
      extended by org.elasticsearch.index.gateway.blobstore.BlobStoreIndexGateway
          extended by org.elasticsearch.index.gateway.fs.FsIndexGateway
All Implemented Interfaces:
CloseableIndexComponent, IndexGateway, IndexComponent

public class FsIndexGateway
extends BlobStoreIndexGateway


Field Summary
 
Fields inherited from class org.elasticsearch.index.gateway.blobstore.BlobStoreIndexGateway
chunkSize
 
Fields inherited from class org.elasticsearch.index.AbstractIndexComponent
componentSettings, index, indexSettings, logger
 
Constructor Summary
FsIndexGateway(Index index, Settings indexSettings, Gateway gateway)
           
 
Method Summary
 Class<? extends IndexShardGateway> shardGatewayClass()
           
 String type()
           
 
Methods inherited from class org.elasticsearch.index.gateway.blobstore.BlobStoreIndexGateway
blobStore, chunkSize, close, shardPath, shardPath, toString
 
Methods inherited from class org.elasticsearch.index.AbstractIndexComponent
index, nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.elasticsearch.index.IndexComponent
index
 

Constructor Detail

FsIndexGateway

@Inject
public FsIndexGateway(Index index,
                             @IndexSettings
                             Settings indexSettings,
                             Gateway gateway)
Method Detail

type

public String type()

shardGatewayClass

public Class<? extends IndexShardGateway> shardGatewayClass()


Copyright © 2009-2012. All Rights Reserved.