public class ReindexComponent extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AFFECTED_INDEX |
static String |
ENTITY_TYPE |
static String |
ID |
static String |
REQUEST_ID |
Constructor and Description |
---|
ReindexComponent(Long id,
long requestId,
AffectedIndex affectedIndex,
SharedEntityType entityType) |
Modifier and Type | Method and Description |
---|---|
AffectedIndex |
getAffectedIndex() |
SharedEntityType |
getEntityType() |
Long |
getId() |
long |
getRequestId() |
public static final String ID
public static final String REQUEST_ID
public static final String AFFECTED_INDEX
public static final String ENTITY_TYPE
public ReindexComponent(@Nullable Long id, long requestId, @Nonnull AffectedIndex affectedIndex, @Nonnull SharedEntityType entityType)
public long getRequestId()
@Nonnull public AffectedIndex getAffectedIndex()
@Nonnull public SharedEntityType getEntityType()
Copyright © 2002-2019 Atlassian. All Rights Reserved.