public class DBRMessage<T> extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
long |
getCost()
cost of the indexing operations covered by this DBR message
|
long |
getCreatedLocalTimestamp()
message create timestamp (local source node time), can be used to determine TTL (note: the Document contains the common db update time)
|
com.atlassian.jira.cluster.dbr.DBRMessageDataSerialized<T> |
getDbrMessageDataSerialized() |
String |
getEntityId() |
Long |
getEntityVersion() |
IndexDirectoryFactory.Name |
getIndex() |
com.atlassian.jira.cluster.dbr.DBRMessage.Operation |
getOperation() |
String |
getSourceNode()
node id of the node the document was created
|
int |
messageSize() |
String |
toString() |
public IndexDirectoryFactory.Name getIndex()
public com.atlassian.jira.cluster.dbr.DBRMessage.Operation getOperation()
public String getEntityId()
public Long getEntityVersion()
public com.atlassian.jira.cluster.dbr.DBRMessageDataSerialized<T> getDbrMessageDataSerialized()
public int messageSize()
public String getSourceNode()
public long getCreatedLocalTimestamp()
public long getCost()
Copyright © 2002-2023 Atlassian. All Rights Reserved.