public class ReindexLongRunningProcessQueueItem extends LongRunningProcessQueueItemBase
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_BATCH_SIZE |
| Constructor and Description |
|---|
ReindexLongRunningProcessQueueItem(ElementType elementType,
Integer batchSize,
String startId,
String endId) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchSize() |
ElementType |
getElementType() |
String |
getEndId() |
String |
getStartId() |
static boolean |
isHandled(org.json.JSONObject jsonObject) |
createFromJson, getType, isApublic static final int DEFAULT_BATCH_SIZE
public ReindexLongRunningProcessQueueItem(ElementType elementType, Integer batchSize, String startId, String endId)
public static boolean isHandled(org.json.JSONObject jsonObject)
public ElementType getElementType()
public int getBatchSize()
public String getStartId()
public String getEndId()
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.