Package | Description |
---|---|
com.atlassian.jira.index.summary |
Modifier and Type | Method and Description |
---|---|
Optional<IndexReplicationQueueEntry> |
IndexReplicationQueueSummary.getLastConsumedOperation()
Returns the index replication operation last consumed from the queue.
|
Optional<IndexReplicationQueueEntry> |
IndexReplicationQueueSummary.getLastOperationInQueue()
Returns index replication operation last in queue.
|
Constructor and Description |
---|
IndexReplicationQueueSummary(String sendingNodeId,
IndexReplicationQueueEntry lastConsumedOperation,
IndexReplicationQueueEntry lastOperationInQueue,
Long queueSize)
Constructor with all object fields.
|
Copyright © 2002-2021 Atlassian. All Rights Reserved.