|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ImmutableBlobContainer
| Nested Class Summary | |
|---|---|
static interface |
ImmutableBlobContainer.WriterListener
|
| Nested classes/interfaces inherited from interface org.elasticsearch.common.blobstore.BlobContainer |
|---|
BlobContainer.BlobNameFilter, BlobContainer.ReadBlobListener |
| Method Summary | |
|---|---|
void |
writeBlob(java.lang.String blobName,
java.io.InputStream is,
long sizeInBytes)
|
void |
writeBlob(java.lang.String blobName,
java.io.InputStream is,
long sizeInBytes,
ImmutableBlobContainer.WriterListener listener)
|
| Methods inherited from interface org.elasticsearch.common.blobstore.BlobContainer |
|---|
blobExists, deleteBlob, deleteBlobsByFilter, deleteBlobsByPrefix, listBlobs, listBlobsByPrefix, path, readBlob, readBlobFully |
| Method Detail |
|---|
void writeBlob(java.lang.String blobName,
java.io.InputStream is,
long sizeInBytes,
ImmutableBlobContainer.WriterListener listener)
void writeBlob(java.lang.String blobName,
java.io.InputStream is,
long sizeInBytes)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||