Uses of Class
org.elasticsearch.common.blobstore.BlobPath

Packages that use BlobPath
org.elasticsearch.common.blobstore   
org.elasticsearch.common.blobstore.fs   
org.elasticsearch.common.blobstore.support   
org.elasticsearch.gateway.blobstore   
org.elasticsearch.index.gateway.blobstore   
 

Uses of BlobPath in org.elasticsearch.common.blobstore
 

Methods in org.elasticsearch.common.blobstore that return BlobPath
 BlobPath BlobPath.add(String path)
           
static BlobPath BlobPath.cleanPath()
           
 BlobPath BlobContainer.path()
           
 

Methods in org.elasticsearch.common.blobstore with parameters of type BlobPath
 void BlobStore.delete(BlobPath path)
           
 ImmutableBlobContainer BlobStore.immutableBlobContainer(BlobPath path)
           
 

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

Methods in org.elasticsearch.common.blobstore.fs with parameters of type BlobPath
 void FsBlobStore.delete(BlobPath path)
           
 ImmutableBlobContainer FsBlobStore.immutableBlobContainer(BlobPath path)
           
 

Constructors in org.elasticsearch.common.blobstore.fs with parameters of type BlobPath
AbstractFsBlobContainer(FsBlobStore blobStore, BlobPath blobPath, File path)
           
FsImmutableBlobContainer(FsBlobStore blobStore, BlobPath blobPath, File path)
           
 

Uses of BlobPath in org.elasticsearch.common.blobstore.support
 

Methods in org.elasticsearch.common.blobstore.support that return BlobPath
 BlobPath AbstractBlobContainer.path()
           
 

Constructors in org.elasticsearch.common.blobstore.support with parameters of type BlobPath
AbstractBlobContainer(BlobPath path)
           
 

Uses of BlobPath in org.elasticsearch.gateway.blobstore
 

Methods in org.elasticsearch.gateway.blobstore that return BlobPath
 BlobPath BlobStoreGateway.basePath()
           
 

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

Fields in org.elasticsearch.index.gateway.blobstore declared as BlobPath
protected  BlobPath BlobStoreIndexShardGateway.shardPath
           
 

Methods in org.elasticsearch.index.gateway.blobstore that return BlobPath
static BlobPath BlobStoreIndexGateway.shardPath(BlobPath basePath, String index, int shardId)
           
 BlobPath BlobStoreIndexGateway.shardPath(int shardId)
           
 

Methods in org.elasticsearch.index.gateway.blobstore with parameters of type BlobPath
static BlobPath BlobStoreIndexGateway.shardPath(BlobPath basePath, String index, int shardId)
           
 



Copyright © 2009-2012. All Rights Reserved.