| Package | Description |
|---|---|
| org.elasticsearch.index.snapshots.blobstore |
| Modifier and Type | Method and Description |
|---|---|
static BlobStoreIndexShardSnapshot |
BlobStoreIndexShardSnapshot.fromXContent(XContentParser parser)
Parses shard snapshot metadata
|
static BlobStoreIndexShardSnapshot |
BlobStoreIndexShardRepository.readSnapshot(InputStream stream)
Parses JSON representation of a snapshot
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<BlobStoreIndexShardSnapshot> |
BlobStoreIndexShardSnapshots.iterator() |
com.google.common.collect.ImmutableList<BlobStoreIndexShardSnapshot> |
BlobStoreIndexShardSnapshots.snapshots()
Returns list of snapshots
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BlobStoreIndexShardSnapshot.toXContent(BlobStoreIndexShardSnapshot snapshot,
XContentBuilder builder,
ToXContent.Params params)
Serializes shard snapshot metadata info into JSON
|
static void |
BlobStoreIndexShardRepository.writeSnapshot(BlobStoreIndexShardSnapshot snapshot,
OutputStream stream)
Serializes snapshot to JSON
|
| Constructor and Description |
|---|
BlobStoreIndexShardSnapshots(List<BlobStoreIndexShardSnapshot> shardSnapshots) |
Copyright © 2009–2016. All rights reserved.