@ExperimentalApi public class IndexReplicationQueueEntry extends Object
| Constructor and Description |
|---|
IndexReplicationQueueEntry(Long id,
java.time.Instant replicationTime)
Constructor with all object fields.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Returns the ID of the index replication operation.
|
java.time.Instant |
getReplicationTime()
Returns time when the index replication operation was sent.
|
public IndexReplicationQueueEntry(Long id, java.time.Instant replicationTime)
id - id of index replication operationreplicationTime - sending time of operationpublic Long getId()
public java.time.Instant getReplicationTime()
Copyright © 2002-2019 Atlassian. All Rights Reserved.