org.elasticsearch.index.gateway
Interface IndexGateway

All Superinterfaces:
CloseableIndexComponent, IndexComponent
All Known Implementing Classes:
BlobStoreIndexGateway, FsIndexGateway, LocalIndexGateway, NoneIndexGateway

public interface IndexGateway
extends IndexComponent, CloseableIndexComponent


Method Summary
 Class<? extends IndexShardGateway> shardGatewayClass()
           
 String type()
           
 
Methods inherited from interface org.elasticsearch.index.IndexComponent
index
 
Methods inherited from interface org.elasticsearch.index.CloseableIndexComponent
close
 

Method Detail

type

String type()

shardGatewayClass

Class<? extends IndexShardGateway> shardGatewayClass()


Copyright © 2009-2012. All Rights Reserved.