| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.blob | |
| org.apache.jackrabbit.oak.spi.blob.split |
| Modifier and Type | Method and Description |
|---|---|
BlobOptions |
BlobOptions.setUpload(BlobOptions.UploadType uploadType) |
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractBlobStore.writeBlob(InputStream in,
BlobOptions options)
Default implementation ignores options and delegates to the
AbstractBlobStore.writeBlob(InputStream)
method. |
String |
BlobStore.writeBlob(InputStream in,
BlobOptions options)
Write a blob from an input stream with specified options.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultSplitBlobStore.writeBlob(InputStream in,
BlobOptions options)
Ignores the options provided and delegates to
DefaultSplitBlobStore.writeBlob(InputStream). |
String |
WrappingSplitBlobStore.writeBlob(InputStream in,
BlobOptions options)
Ignores the options provided and delegates to
WrappingSplitBlobStore.writeBlob(InputStream). |
Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.