|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.elasticsearch.common.blobstore.support.AbstractBlobContainer
org.elasticsearch.common.blobstore.fs.AbstractFsBlobContainer
org.elasticsearch.common.blobstore.fs.FsImmutableBlobContainer
public class FsImmutableBlobContainer
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.elasticsearch.common.blobstore.ImmutableBlobContainer |
|---|
ImmutableBlobContainer.WriterListener |
| Nested classes/interfaces inherited from interface org.elasticsearch.common.blobstore.BlobContainer |
|---|
BlobContainer.BlobNameFilter, BlobContainer.ReadBlobListener |
| Field Summary |
|---|
| Fields inherited from class org.elasticsearch.common.blobstore.fs.AbstractFsBlobContainer |
|---|
blobStore, path |
| Constructor Summary | |
|---|---|
FsImmutableBlobContainer(FsBlobStore blobStore,
BlobPath blobPath,
java.io.File path)
|
|
| 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 class org.elasticsearch.common.blobstore.fs.AbstractFsBlobContainer |
|---|
blobExists, deleteBlob, filePath, listBlobs, readBlob |
| Methods inherited from class org.elasticsearch.common.blobstore.support.AbstractBlobContainer |
|---|
deleteBlobsByFilter, deleteBlobsByPrefix, listBlobsByPrefix, path, readBlobFully |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.elasticsearch.common.blobstore.BlobContainer |
|---|
blobExists, deleteBlob, deleteBlobsByFilter, deleteBlobsByPrefix, listBlobs, listBlobsByPrefix, path, readBlob, readBlobFully |
| Constructor Detail |
|---|
public FsImmutableBlobContainer(FsBlobStore blobStore,
BlobPath blobPath,
java.io.File path)
| Method Detail |
|---|
public void writeBlob(java.lang.String blobName,
java.io.InputStream is,
long sizeInBytes,
ImmutableBlobContainer.WriterListener listener)
writeBlob in interface ImmutableBlobContainer
public void writeBlob(java.lang.String blobName,
java.io.InputStream is,
long sizeInBytes)
throws java.io.IOException
writeBlob in interface ImmutableBlobContainerjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||