Module org.elasticsearch.server
Class GetDataStreamLifecycleAction.Response
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.ActionResponse
org.elasticsearch.action.datastreams.lifecycle.GetDataStreamLifecycleAction.Response
- All Implemented Interfaces:
Writeable
,ChunkedToXContent
,ChunkedToXContentObject
,RefCounted
- Enclosing class:
GetDataStreamLifecycleAction
public static class GetDataStreamLifecycleAction.Response
extends ActionResponse
implements ChunkedToXContentObject
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record
Nested classes/interfaces inherited from class org.elasticsearch.action.ActionResponse
ActionResponse.Empty
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Field Summary
FieldsFields inherited from interface org.elasticsearch.common.xcontent.ChunkedToXContent
EMPTY
Fields inherited from interface org.elasticsearch.core.RefCounted
ALWAYS_REFERENCED
-
Constructor Summary
ConstructorsConstructorDescriptionResponse
(List<GetDataStreamLifecycleAction.Response.DataStreamLifecycle> dataStreamLifecycles) Response
(List<GetDataStreamLifecycleAction.Response.DataStreamLifecycle> dataStreamLifecycles, RolloverConfiguration rolloverConfiguration, DataStreamGlobalRetention globalRetention) Response
(StreamInput in) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
toXContentChunked
(ToXContent.Params outerParams) Create an iterator ofToXContent
chunks for a REST response.void
writeTo
(StreamOutput out) Write this into the StreamOutput.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.common.xcontent.ChunkedToXContent
toXContentChunkedV7
Methods inherited from interface org.elasticsearch.common.xcontent.ChunkedToXContentObject
isFragment
Methods inherited from interface org.elasticsearch.core.RefCounted
mustIncRef
-
Field Details
-
DATA_STREAMS_FIELD
-
-
Constructor Details
-
Response
public Response(List<GetDataStreamLifecycleAction.Response.DataStreamLifecycle> dataStreamLifecycles) -
Response
public Response(List<GetDataStreamLifecycleAction.Response.DataStreamLifecycle> dataStreamLifecycles, @Nullable RolloverConfiguration rolloverConfiguration, @Nullable DataStreamGlobalRetention globalRetention) -
Response
- Throws:
IOException
-
-
Method Details
-
getDataStreamLifecycles
-
getRolloverConfiguration
-
getGlobalRetention
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-
toXContentChunked
Description copied from interface:ChunkedToXContent
Create an iterator ofToXContent
chunks for a REST response. Each chunk is serialized with the sameXContentBuilder
andToXContent.Params
, which is also the same as theToXContent.Params
passed as theparams
argument. For best results, all chunks should beO(1)
size. The last chunk in the iterator must always yield at least one byte of output. See alsoChunkedToXContentHelper
for some handy utilities.Note that chunked response bodies cannot send deprecation warning headers once transmission has started, so implementations must check for deprecated feature use before returning.
- Specified by:
toXContentChunked
in interfaceChunkedToXContent
- Returns:
- iterator over chunks of
ToXContent
-
equals
-
hashCode
public int hashCode()
-