Modifier and Type | Method and Description |
---|---|
BlobPath |
BlobPath.add(String path) |
static BlobPath |
BlobPath.cleanPath() |
BlobPath |
BlobContainer.path() |
Modifier and Type | Method and Description |
---|---|
BlobContainer |
BlobStore.blobContainer(BlobPath path) |
void |
BlobStore.delete(BlobPath path) |
Modifier and Type | Method and Description |
---|---|
BlobContainer |
FsBlobStore.blobContainer(BlobPath path) |
void |
FsBlobStore.delete(BlobPath path) |
Constructor and Description |
---|
FsBlobContainer(FsBlobStore blobStore,
BlobPath blobPath,
File path) |
Modifier and Type | Method and Description |
---|---|
BlobPath |
AbstractBlobContainer.path() |
Constructor and Description |
---|
AbstractBlobContainer(BlobPath path) |
Modifier and Type | Method and Description |
---|---|
BlobContainer |
URLBlobStore.blobContainer(BlobPath path) |
void |
URLBlobStore.delete(BlobPath path)
This operation is not supported by URL Blob Store
|
Constructor and Description |
---|
URLBlobContainer(URLBlobStore blobStore,
BlobPath blobPath,
URL path)
Constructs new URLBlobContainer
|
Modifier and Type | Method and Description |
---|---|
void |
BlobStoreIndexShardRepository.initialize(BlobStore blobStore,
BlobPath basePath,
ByteSizeValue chunkSize,
org.apache.lucene.store.RateLimiter snapshotRateLimiter,
org.apache.lucene.store.RateLimiter restoreRateLimiter,
BlobStoreIndexShardRepository.RateLimiterListener rateLimiterListener)
Called by
BlobStoreRepository on repository startup |
Modifier and Type | Method and Description |
---|---|
protected abstract BlobPath |
BlobStoreRepository.basePath()
Returns base path of the repository
|
Modifier and Type | Method and Description |
---|---|
protected BlobPath |
FsRepository.basePath() |
Modifier and Type | Method and Description |
---|---|
protected BlobPath |
URLRepository.basePath() |
Copyright © 2009–2015. All rights reserved.