public class

ReindexComponent

extends Object
java.lang.Object
   ↳ com.atlassian.jira.index.request.ReindexComponent

Summary

Constants
String AFFECTED_INDEX
String ENTITY_TYPE
String ID
String REQUEST_ID
Public Constructors
ReindexComponent(Long id, long requestId, AffectedIndex affectedIndex, SharedEntityType entityType)
Public Methods
@Nonnull AffectedIndex getAffectedIndex()
@Nonnull SharedEntityType getEntityType()
@Nullable Long getId()
long getRequestId()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String AFFECTED_INDEX

Constant Value: "affectedIndex"

public static final String ENTITY_TYPE

Constant Value: "entityType"

public static final String ID

Constant Value: "id"

public static final String REQUEST_ID

Constant Value: "requestId"

Public Constructors

public ReindexComponent (Long id, long requestId, AffectedIndex affectedIndex, SharedEntityType entityType)

Public Methods

@Nonnull public AffectedIndex getAffectedIndex ()

@Nonnull public SharedEntityType getEntityType ()

@Nullable public Long getId ()

public long getRequestId ()