org.elasticsearch.common.blobstore.support
Class BlobStores

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

public class BlobStores
extends Object


Constructor Summary
BlobStores()
           
 
Method Summary
static void syncWriteBlob(ImmutableBlobContainer blobContainer, String blobName, 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,
                                 String blobName,
                                 InputStream is,
                                 long sizeInBytes)
                          throws IOException
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.