Class ConfigFileFlushResponse
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.ConfigFileFlushResponse
- 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 ConfigFileFlushResponse
extends org.elasticsearch.action.support.master.AcknowledgedResponse
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.action.ActionResponse
org.elasticsearch.action.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.Params -
Field Summary
Fields inherited from class org.elasticsearch.action.support.master.AcknowledgedResponse
acknowledged, ACKNOWLEDGED_KEY, FALSE, TRUEFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.elasticsearch.action.support.master.AcknowledgedResponse
addCustomFields, declareAcknowledgedField, equals, fromXContent, hashCode, isAcknowledged, of, readFrom, toXContent, writeToMethods inherited from class org.elasticsearch.transport.TransportMessage
decRef, hasReferences, incRef, remoteAddress, remoteAddress, tryIncRefMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Constructor Details
-
ConfigFileFlushResponse
public ConfigFileFlushResponse(boolean acknowledged)
-