@PublicApi public class ReindexRequestBase extends Object
ReindexRequest
Modifier and Type | Field and Description |
---|---|
static String |
COMPLETION_TIME |
static String |
EXECUTION_NODE_ID |
static String |
ID |
static String |
REQUEST_TIME |
static String |
START_TIME |
static String |
STATUS |
static String |
TYPE |
Constructor and Description |
---|
ReindexRequestBase(Long id,
ReindexRequestType type,
long requestTime,
Long startTime,
Long completionTime,
String executionNodeId,
ReindexStatus status) |
Modifier and Type | Method and Description |
---|---|
Long |
getCompletionTime() |
String |
getExecutionNodeId() |
Long |
getId() |
long |
getRequestTime() |
Long |
getStartTime() |
ReindexStatus |
getStatus() |
ReindexRequestType |
getType() |
public static final String ID
public static final String TYPE
public static final String REQUEST_TIME
public static final String START_TIME
public static final String COMPLETION_TIME
public static final String STATUS
public static final String EXECUTION_NODE_ID
@Nonnull public ReindexRequestType getType()
public long getRequestTime()
@Nonnull public ReindexStatus getStatus()
Copyright © 2002-2019 Atlassian. All Rights Reserved.