| Package | Description |
|---|---|
| org.elasticsearch.common.blobstore | |
| org.elasticsearch.common.blobstore.fs | |
| org.elasticsearch.common.blobstore.support | |
| org.elasticsearch.common.blobstore.url |
| Modifier and Type | Method and Description |
|---|---|
Map<String,BlobMetaData> |
BlobContainer.listBlobs()
Lists all blobs in the container
|
Map<String,BlobMetaData> |
BlobContainer.listBlobsByPrefix(String blobNamePrefix)
Lists all blobs in the container that match specified prefix
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<String,BlobMetaData> |
FsBlobContainer.listBlobs() |
com.google.common.collect.ImmutableMap<String,BlobMetaData> |
FsBlobContainer.listBlobsByPrefix(String blobNamePrefix) |
| Modifier and Type | Class and Description |
|---|---|
class |
PlainBlobMetaData |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<String,BlobMetaData> |
URLBlobContainer.listBlobs()
This operation is not supported by URLBlobContainer
|
com.google.common.collect.ImmutableMap<String,BlobMetaData> |
URLBlobContainer.listBlobsByPrefix(String blobNamePrefix)
This operation is not supported by URLBlobContainer
|
Copyright © 2009–2017. All rights reserved.