Class GetSegmentFilesRequest

java.lang.Object
org.opensearch.core.transport.TransportMessage
All Implemented Interfaces:
org.opensearch.core.common.io.stream.Writeable, TaskAwareRequest

public class GetSegmentFilesRequest extends SegmentReplicationTransportRequest
Request object for fetching a list of segment files metadata from a SegmentReplicationSource. This object is created by the target node and sent to the source node.
Opensearch.internal: