org.elasticsearch.common.blobstore.support
Class BlobStores

java.lang.Object
  extended by org.elasticsearch.common.blobstore.support.BlobStores

public class BlobStores
extends java.lang.Object


Constructor Summary
BlobStores()
           
 
Method Summary
static void syncWriteBlob(ImmutableBlobContainer blobContainer, java.lang.String blobName, java.io.InputStream is, long sizeInBytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlobStores

public BlobStores()
Method Detail

syncWriteBlob

public static void syncWriteBlob(ImmutableBlobContainer blobContainer,
                                 java.lang.String blobName,
                                 java.io.InputStream is,
                                 long sizeInBytes)
                          throws java.io.IOException
Throws:
java.io.IOException