Class StartReplaceSegmentsRequest
- java.lang.Object
-
- org.apache.pinot.common.restlet.resources.StartReplaceSegmentsRequest
-
public class StartReplaceSegmentsRequest extends Object
Request object for startReplaceSegments API. 1. segmentsFrom : original segments. This field can be empty in case the user tries to upload the original segments and wants to achieve the atomic update of multiple segments. 2. segmentsTo : merged segments.
-
-
Constructor Summary
Constructors Constructor Description StartReplaceSegmentsRequest(List<String> segmentsFrom, List<String> segmentsTo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getSegmentsFrom()List<String>getSegmentsTo()
-