Class ConfigResetSyncResponse

java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.ActionResponse
org.elasticsearch.action.support.master.AcknowledgedResponse
org.codelibs.elasticsearch.configsync.action.ConfigResetSyncResponse
All Implemented Interfaces:
org.elasticsearch.action.support.master.IsAcknowledgedSupplier, org.elasticsearch.common.io.stream.Writeable, org.elasticsearch.core.RefCounted, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class ConfigResetSyncResponse extends org.elasticsearch.action.support.master.AcknowledgedResponse
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.elasticsearch.action.ActionResponse

    org.elasticsearch.action.ActionResponse.Empty

    Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent

    org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.Params

    Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable

    org.elasticsearch.common.io.stream.Writeable.Reader<V extends Object>, org.elasticsearch.common.io.stream.Writeable.Writer<V extends Object>
  • Field Summary

    Fields inherited from class org.elasticsearch.action.support.master.AcknowledgedResponse

    acknowledged, ACKNOWLEDGED_KEY, FALSE, TRUE

    Fields inherited from interface org.elasticsearch.xcontent.ToXContent

    EMPTY, EMPTY_PARAMS
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConfigResetSyncResponse(boolean acknowledged)
     
  • Method Summary

    Methods inherited from class org.elasticsearch.action.support.master.AcknowledgedResponse

    addCustomFields, declareAcknowledgedField, equals, fromXContent, hashCode, isAcknowledged, of, readFrom, toXContent, writeTo

    Methods inherited from class org.elasticsearch.transport.TransportMessage

    decRef, hasReferences, incRef, remoteAddress, remoteAddress, tryIncRef

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.xcontent.ToXContentObject

    isFragment
  • Constructor Details

    • ConfigResetSyncResponse

      public ConfigResetSyncResponse(boolean acknowledged)