| パッケージ | 説明 |
|---|---|
| org.elasticsearch.cluster.metadata | |
| org.elasticsearch.index.snapshots.blobstore | |
| org.elasticsearch.repositories.blobstore | |
| org.elasticsearch.snapshots |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
IndexMetaData |
class |
MetaData |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
BlobStoreIndexShardSnapshot
Shard snapshot metadata
|
class |
BlobStoreIndexShardSnapshots
Contains information about all snapshot for the given shard in repository
This class is used to find files that were already snapshoted and clear out files that no longer referenced by any
snapshots
|
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected FromXContentBuilder<T> |
BlobStoreFormat.reader |
| コンストラクタと説明 |
|---|
BlobStoreFormat(String blobNameFormat,
FromXContentBuilder<T> reader,
ParseFieldMatcher parseFieldMatcher) |
ChecksumBlobStoreFormat(String codec,
String blobNameFormat,
FromXContentBuilder<T> reader,
ParseFieldMatcher parseFieldMatcher,
boolean compress) |
ChecksumBlobStoreFormat(String codec,
String blobNameFormat,
FromXContentBuilder<T> reader,
ParseFieldMatcher parseFieldMatcher,
boolean compress,
XContentType xContentType) |
LegacyBlobStoreFormat(String blobNameFormat,
FromXContentBuilder<T> reader,
ParseFieldMatcher parseFieldMatcher) |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
Snapshot
Represent information about snapshot
|
Copyright © 2009–2016. All rights reserved.