Package com.atlassian.jira.index.summary
Class IndexReplicationQueueEntry
java.lang.Object
com.atlassian.jira.index.summary.IndexReplicationQueueEntry
Representation of an entry in the index replication queue.
- Since:
- v7.2.10
-
Constructor Summary
ConstructorsConstructorDescriptionIndexReplicationQueueEntry
(Long id, Instant replicationTime) Constructor with all object fields. -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Returns the ID of the index replication operation.Returns time when the index replication operation was sent.
-
Constructor Details
-
IndexReplicationQueueEntry
Constructor with all object fields.- Parameters:
id
- id of index replication operationreplicationTime
- sending time of operation
-
-
Method Details
-
getId
Returns the ID of the index replication operation.- Returns:
- id of operation
-
getReplicationTime
Returns time when the index replication operation was sent.- Returns:
- sending time of operation
-