Uses of Interface
org.elasticsearch.common.blobstore.BlobStore

Packages that use BlobStore
org.elasticsearch.common.blobstore.fs   
org.elasticsearch.gateway.blobstore   
org.elasticsearch.index.gateway.blobstore   
 

Uses of BlobStore in org.elasticsearch.common.blobstore.fs
 

Classes in org.elasticsearch.common.blobstore.fs that implement BlobStore
 class FsBlobStore
           
 

Uses of BlobStore in org.elasticsearch.gateway.blobstore
 

Methods in org.elasticsearch.gateway.blobstore that return BlobStore
 BlobStore BlobStoreGateway.blobStore()
           
 

Methods in org.elasticsearch.gateway.blobstore with parameters of type BlobStore
protected  void BlobStoreGateway.initialize(BlobStore blobStore, ClusterName clusterName, ByteSizeValue defaultChunkSize)
           
 

Uses of BlobStore in org.elasticsearch.index.gateway.blobstore
 

Fields in org.elasticsearch.index.gateway.blobstore declared as BlobStore
protected  BlobStore BlobStoreIndexShardGateway.blobStore
           
 

Methods in org.elasticsearch.index.gateway.blobstore that return BlobStore
 BlobStore BlobStoreIndexGateway.blobStore()
           
 



Copyright © 2009-2012. All Rights Reserved.