org.elasticsearch.index.gateway.hdfs
Class HdfsIndexGateway
java.lang.Object
org.elasticsearch.index.AbstractIndexComponent
org.elasticsearch.index.gateway.blobstore.BlobStoreIndexGateway
org.elasticsearch.index.gateway.hdfs.HdfsIndexGateway
- All Implemented Interfaces:
- org.elasticsearch.index.CloseableIndexComponent, org.elasticsearch.index.gateway.IndexGateway, org.elasticsearch.index.IndexComponent
public class HdfsIndexGateway
- extends org.elasticsearch.index.gateway.blobstore.BlobStoreIndexGateway
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 |
HdfsIndexGateway(org.elasticsearch.index.Index index,
org.elasticsearch.common.settings.Settings indexSettings,
org.elasticsearch.gateway.Gateway gateway)
|
Method Summary |
java.lang.Class<? extends org.elasticsearch.index.gateway.IndexShardGateway> |
shardGatewayClass()
|
java.lang.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 |
HdfsIndexGateway
@Inject
public HdfsIndexGateway(org.elasticsearch.index.Index index,
@IndexSettings
org.elasticsearch.common.settings.Settings indexSettings,
org.elasticsearch.gateway.Gateway gateway)
type
public java.lang.String type()
shardGatewayClass
public java.lang.Class<? extends org.elasticsearch.index.gateway.IndexShardGateway> shardGatewayClass()