Class RecoverySource.EmptyStoreRecoverySource
- java.lang.Object
-
- org.elasticsearch.cluster.routing.RecoverySource
-
- org.elasticsearch.cluster.routing.RecoverySource.EmptyStoreRecoverySource
-
- All Implemented Interfaces:
Writeable
,ToXContent
,ToXContentObject
- Enclosing class:
- RecoverySource
public static final class RecoverySource.EmptyStoreRecoverySource extends RecoverySource
Recovery from a fresh copy
-
-
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.Type
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
Nested 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.EmptyStoreRecoverySource
INSTANCE
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Constructor Summary
Constructors Constructor Description EmptyStoreRecoverySource()
-
Method Summary
Modifier and Type Method Description RecoverySource.Type
getType()
java.lang.String
toString()
-
Methods inherited from class org.elasticsearch.cluster.routing.RecoverySource
addAdditionalFields, equals, expectEmptyRetentionLeases, hashCode, readFrom, shouldBootstrapNewHistoryUUID, toXContent, writeAdditionalFields, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
-
-
-
Field Detail
-
INSTANCE
public static final RecoverySource.EmptyStoreRecoverySource INSTANCE
-
-
Method Detail
-
getType
public RecoverySource.Type getType()
- Specified by:
getType
in classRecoverySource
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-