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

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

Uses of ImmutableBlobContainer in org.elasticsearch.common.blobstore
 

Methods in org.elasticsearch.common.blobstore that return ImmutableBlobContainer
 ImmutableBlobContainer BlobStore.immutableBlobContainer(BlobPath path)
           
 

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

Classes in org.elasticsearch.common.blobstore.fs that implement ImmutableBlobContainer
 class FsImmutableBlobContainer
           
 

Methods in org.elasticsearch.common.blobstore.fs that return ImmutableBlobContainer
 ImmutableBlobContainer FsBlobStore.immutableBlobContainer(BlobPath path)
           
 

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

Methods in org.elasticsearch.common.blobstore.support with parameters of type ImmutableBlobContainer
static void BlobStores.syncWriteBlob(ImmutableBlobContainer blobContainer, String blobName, InputStream is, long sizeInBytes)
           
 

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

Fields in org.elasticsearch.index.gateway.blobstore declared as ImmutableBlobContainer
protected  ImmutableBlobContainer BlobStoreIndexShardGateway.blobContainer
           
 



Copyright © 2009-2012. All Rights Reserved.