Class RecoverySource.LocalShardsRecoverySource
java.lang.Object
org.elasticsearch.cluster.routing.RecoverySource
org.elasticsearch.cluster.routing.RecoverySource.LocalShardsRecoverySource
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentObject
- Enclosing class:
- RecoverySource
public static class RecoverySource.LocalShardsRecoverySource extends RecoverySource
recovery from other shards on same node (shrink index action)
-
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
ToXContent.DelegatingMapParams, ToXContent.MapParams, 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 RecoverySource.LocalShardsRecoverySourceINSTANCE -
Method Summary
Modifier and Type Method Description RecoverySource.TypegetType()java.lang.StringtoString()Methods inherited from class org.elasticsearch.cluster.routing.RecoverySource
addAdditionalFields, equals, expectEmptyRetentionLeases, hashCode, readFrom, shouldBootstrapNewHistoryUUID, toXContent, writeAdditionalFields, writeTo
-
Field Details
-
Method Details
-
getType
- Specified by:
getTypein classRecoverySource
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-