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
 java.lang.Class<? extends IndexShardGateway> shardGatewayClass()
           
 java.lang.String type()
           
 
Methods inherited from interface org.elasticsearch.index.IndexComponent
index
 
Methods inherited from interface org.elasticsearch.index.CloseableIndexComponent
close
 

Method Detail

type

java.lang.String type()

shardGatewayClass

java.lang.Class<? extends IndexShardGateway> shardGatewayClass()