Modifier and Type | Class and Description |
---|---|
class |
BlobStoreIndexShardRepository
Blob store based implementation of IndexShardRepository
|
Modifier and Type | Method and Description |
---|---|
IndexShardRepository |
RepositoriesService.indexShardRepository(String repository)
Returns registered index shard repository
This method is called only on data nodes
|
Constructor and Description |
---|
BlobStoreRepository(String repositoryName,
RepositorySettings repositorySettings,
IndexShardRepository indexShardRepository)
Constructs new BlobStoreRepository
|
Constructor and Description |
---|
FsRepository(RepositoryName name,
RepositorySettings repositorySettings,
IndexShardRepository indexShardRepository)
Constructs new shared file system repository
|
Modifier and Type | Class and Description |
---|---|
class |
URLIndexShardRepository |
Constructor and Description |
---|
URLRepository(RepositoryName name,
RepositorySettings repositorySettings,
IndexShardRepository indexShardRepository)
Constructs new read-only URL-based repository
|
Copyright © 2009–2015. All rights reserved.