| 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 |
|---|---|
com.google.common.collect.ImmutableMap<String,BlobMetaData> |
BlobContainer.listBlobs() |
com.google.common.collect.ImmutableMap<String,BlobMetaData> |
BlobContainer.listBlobsByPrefix(String blobNamePrefix) |
| 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–2016. All rights reserved.