Module org.elasticsearch.xcore
Class MigrateToDataTiersResponse
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.ActionResponse
org.elasticsearch.xpack.cluster.action.MigrateToDataTiersResponse
- All Implemented Interfaces:
Writeable,org.elasticsearch.core.RefCounted,org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
public class MigrateToDataTiersResponse
extends ActionResponse
implements org.elasticsearch.xcontent.ToXContentObject
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.action.ActionResponse
ActionResponse.EmptyNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldFields inherited from interface org.elasticsearch.core.RefCounted
ALWAYS_REFERENCEDFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanisDryRun()org.elasticsearch.xcontent.XContentBuildertoXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) voidwriteTo(StreamOutput out) Methods inherited from class org.elasticsearch.transport.TransportMessage
decRef, hasReferences, incRef, tryIncRefMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.core.RefCounted
mustIncRefMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
REMOVED_LEGACY_TEMPLATE
public static final org.elasticsearch.xcontent.ParseField REMOVED_LEGACY_TEMPLATE -
MIGRATED_INDICES
public static final org.elasticsearch.xcontent.ParseField MIGRATED_INDICES -
MIGRATED_ILM_POLICIES
public static final org.elasticsearch.xcontent.ParseField MIGRATED_ILM_POLICIES -
MIGRATED_LEGACY_TEMPLATES
public static final org.elasticsearch.xcontent.ParseField MIGRATED_LEGACY_TEMPLATES -
MIGRATED_COMPOSABLE_TEMPLATES
public static final org.elasticsearch.xcontent.ParseField MIGRATED_COMPOSABLE_TEMPLATES -
MIGRATED_COMPONENT_TEMPLATES
public static final org.elasticsearch.xcontent.ParseField MIGRATED_COMPONENT_TEMPLATES -
DRY_RUN
public static final org.elasticsearch.xcontent.ParseField DRY_RUN
-
-
Constructor Details
-
MigrateToDataTiersResponse
-
MigrateToDataTiersResponse
- Throws:
IOException
-
-
Method Details
-
toXContent
public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceorg.elasticsearch.xcontent.ToXContent- Throws:
IOException
-
getRemovedIndexTemplateName
-
getMigratedPolicies
-
getMigratedIndices
-
isDryRun
public boolean isDryRun() -
getMigratedLegacyTemplates
-
getMigratedComposableTemplates
-
getMigratedComponentTemplates
-
writeTo
- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-