| Package | Description |
|---|---|
| org.elasticsearch.repositories.blobstore |
| Modifier and Type | Method and Description |
|---|---|
BlobStoreSnapshot |
BlobStoreSnapshot.Builder.build()
Builds new BlobStoreSnapshot
|
static BlobStoreSnapshot |
BlobStoreSnapshot.Builder.fromXContent(XContentParser parser)
Parses the snapshot
|
| Modifier and Type | Method and Description |
|---|---|
BlobStoreSnapshot.Builder |
BlobStoreSnapshot.Builder.snapshot(BlobStoreSnapshot snapshot)
Copies data from another snapshot into the builder
|
static void |
BlobStoreSnapshot.Builder.toXContent(BlobStoreSnapshot snapshot,
XContentBuilder builder,
ToXContent.Params params)
Serializes the snapshot
|
Copyright © 2009–2016. All rights reserved.