Class RecoverySource.SnapshotRecoverySource
java.lang.Object
org.elasticsearch.cluster.routing.RecoverySource
org.elasticsearch.cluster.routing.RecoverySource.SnapshotRecoverySource
- All Implemented Interfaces:
Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
- Enclosing class:
- RecoverySource
public static class RecoverySource.SnapshotRecoverySource extends RecoverySource
recovery from a snapshot
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.cluster.routing.RecoverySource
RecoverySource.EmptyStoreRecoverySource, RecoverySource.ExistingStoreRecoverySource, RecoverySource.LocalShardsRecoverySource, RecoverySource.PeerRecoverySource, RecoverySource.SnapshotRecoverySource, RecoverySource.TypeNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNO_API_RESTORE_UUIDFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
Constructors Constructor Description SnapshotRecoverySource(java.lang.String restoreUUID, Snapshot snapshot, Version version, IndexId indexId) -
Method Summary
Modifier and Type Method Description voidaddAdditionalFields(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)to be overridden by subclassesbooleanequals(java.lang.Object o)RecoverySource.TypegetType()inthashCode()IndexIdindex()Gets theIndexIdof the recovery source.java.lang.StringrestoreUUID()Snapshotsnapshot()java.lang.StringtoString()Versionversion()protected voidwriteAdditionalFields(StreamOutput out)to be overridden by subclassesMethods inherited from class org.elasticsearch.cluster.routing.RecoverySource
expectEmptyRetentionLeases, readFrom, shouldBootstrapNewHistoryUUID, toXContent, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
Field Details
-
NO_API_RESTORE_UUID
public static final java.lang.String NO_API_RESTORE_UUID- See Also:
- Constant Field Values
-
-
Constructor Details
-
SnapshotRecoverySource
-
-
Method Details
-
restoreUUID
public java.lang.String restoreUUID() -
snapshot
-
index
Gets theIndexIdof the recovery source. May containIndexMetadata.INDEX_UUID_NA_VALUEas the index uuid if it was created by an older version master in a mixed version cluster.- Returns:
- IndexId
-
version
-
writeAdditionalFields
Description copied from class:RecoverySourceto be overridden by subclasses- Overrides:
writeAdditionalFieldsin classRecoverySource- Throws:
java.io.IOException
-
getType
- Specified by:
getTypein classRecoverySource
-
addAdditionalFields
public void addAdditionalFields(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOExceptionDescription copied from class:RecoverySourceto be overridden by subclasses- Overrides:
addAdditionalFieldsin classRecoverySource- Throws:
java.io.IOException
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classRecoverySource
-
hashCode
public int hashCode()- Overrides:
hashCodein classRecoverySource
-