| Package | Description |
|---|---|
| org.elasticsearch.index.snapshots.blobstore |
| Modifier and Type | Method and Description |
|---|---|
BlobStoreIndexShardSnapshot.FileInfo |
BlobStoreIndexShardSnapshots.findNameFile(String name)
Finds reference to a snapshotted file by its snapshot name
|
BlobStoreIndexShardSnapshot.FileInfo |
SnapshotFiles.findPhysicalIndexFile(String physicalName)
Returns information about a physical file with the given name
|
static BlobStoreIndexShardSnapshot.FileInfo |
BlobStoreIndexShardSnapshot.FileInfo.fromXContent(XContentParser parser)
Parses JSON that represents file info
|
| Modifier and Type | Method and Description |
|---|---|
List<BlobStoreIndexShardSnapshot.FileInfo> |
BlobStoreIndexShardSnapshots.findPhysicalIndexFiles(String physicalName)
Finds reference to a snapshotted file by its original name
|
List<BlobStoreIndexShardSnapshot.FileInfo> |
BlobStoreIndexShardSnapshot.indexFiles()
Returns list of files in the shard
|
List<BlobStoreIndexShardSnapshot.FileInfo> |
SnapshotFiles.indexFiles()
Returns a list of file in the snapshot
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BlobStoreIndexShardSnapshot.FileInfo.isSame(BlobStoreIndexShardSnapshot.FileInfo fileInfo)
Checks if a file in a store is the same file
|
static void |
BlobStoreIndexShardSnapshot.FileInfo.toXContent(BlobStoreIndexShardSnapshot.FileInfo file,
XContentBuilder builder,
ToXContent.Params params)
Serializes file info into JSON
|
| Constructor and Description |
|---|
BlobStoreIndexShardSnapshot(String snapshot,
long indexVersion,
List<BlobStoreIndexShardSnapshot.FileInfo> indexFiles,
long startTime,
long time,
int numberOfFiles,
long totalSize)
Constructs new shard snapshot metadata from snapshot metadata
|
SnapshotFiles(String snapshot,
List<BlobStoreIndexShardSnapshot.FileInfo> indexFiles) |
Copyright © 2009–2017. All rights reserved.