public static class RestoreMetaData.Factory extends MetaData.Custom .Factory <RestoreMetaData >
| Constructor and Description |
|---|
Factory()
|
| Modifier and Type | Method and Description |
|---|---|
RestoreMetaData |
fromXContent(XContentParser
|
RestoreMetaData |
readFrom(StreamInput
|
void |
toXContent(RestoreMetaData
Serializes single restore operation
|
void |
toXContent(RestoreMetaData
|
String |
type()
|
void |
writeTo(RestoreMetaData
|
contextpublic Stringtype()
public RestoreMetaDatareadFrom(StreamInput in) throws IOException
readFrom in class
MetaData.Custom.Factory <RestoreMetaData>
IOException
public void writeTo(RestoreMetaDatarepositories, StreamOutput out) throws IOException
writeTo in class
MetaData.Custom.Factory <RestoreMetaData>
IOException
public RestoreMetaDatafromXContent(XContentParser parser) throws IOException
fromXContent in class
MetaData.Custom.Factory <RestoreMetaData>
IOException
public void toXContent(RestoreMetaDatacustomIndexMetaData, XContentBuilder builder, ToXContent .Params params) throws IOException
toXContent in class
MetaData.Custom.Factory <RestoreMetaData>
IOException
public void toXContent(RestoreMetaData.Entry entry, XContentBuilder builder, ToXContent .Params params) throws IOException
entry - restore operation metadata
builder - XContent builder
params - serialization parameters
IOException -