Module org.elasticsearch.server
Interface ChunkedToXContentObject
- All Superinterfaces:
ChunkedToXContent
- All Known Implementing Classes:
ChunkedBroadcastResponse
,ClusterRerouteResponse
,DesiredBalanceResponse
,FieldCapabilitiesResponse
,FieldUsageStatsResponse
,GetIndexResponse
,GetMappingsResponse
,GetSettingsResponse
,GetSnapshotsResponse
,HealthIndicatorResult
,IndicesSegmentResponse
,IndicesShardStoresResponse
,IndicesStatsResponse
,PendingClusterTasksResponse
,RecoveryResponse
,SnapshotsStatusResponse
,SnapshotStatus
Chunked equivalent of
ToXContentObject
that serializes as a full object.-
Field Summary
Fields inherited from interface org.elasticsearch.common.xcontent.ChunkedToXContent
EMPTY
-
Method Summary
Methods inherited from interface org.elasticsearch.common.xcontent.ChunkedToXContent
toXContentChunked, toXContentChunkedV7
-
Method Details
-
isFragment
default boolean isFragment()- Specified by:
isFragment
in interfaceChunkedToXContent
- Returns:
- true iff this instance serializes as a fragment. See
ToXContentObject
for additional details.
-