public class MigrationUtils extends Object
| Constructor and Description |
|---|
MigrationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
bulkUpdate(org.apache.http.impl.client.CloseableHttpClient httpClient,
String url,
String jsonData) |
static org.json.JSONObject |
continueQueryWithScroll(org.apache.http.impl.client.CloseableHttpClient httpClient,
String url,
String scrollId) |
static org.json.JSONObject |
queryWithScroll(org.apache.http.impl.client.CloseableHttpClient httpClient,
String url) |
public static org.json.JSONObject queryWithScroll(org.apache.http.impl.client.CloseableHttpClient httpClient,
String url)
throws IOException
IOExceptionpublic static org.json.JSONObject continueQueryWithScroll(org.apache.http.impl.client.CloseableHttpClient httpClient,
String url,
String scrollId)
throws IOException
IOExceptionpublic static void bulkUpdate(org.apache.http.impl.client.CloseableHttpClient httpClient,
String url,
String jsonData)
throws IOException
IOExceptionCopyright © 2014–2022 Apache Software Foundation. All rights reserved.