com.atlassian.jira.index.ha
Class ReplicatedIndexOperation

java.lang.Object
  extended by com.atlassian.jira.index.ha.ReplicatedIndexOperation

public class ReplicatedIndexOperation
extends Object

This class represents an Indexing Operation on a node

Since:
v6.1

Nested Class Summary
static class ReplicatedIndexOperation.AffectedIndex
           
static class ReplicatedIndexOperation.Operation
           
static class ReplicatedIndexOperation.SharedEntityType
           
 
Field Summary
static String AFFECTED_IDS
           
static String AFFECTED_INDEX
           
static String ENTITY
           
static String ENTITY_TYPE
           
static String ID
           
static String INDEX_TIME
           
static String NODE_ID
           
static String OPERATION
           
 
Method Summary
 boolean equals(Object o)
           
 Set<Long> getAffectedIds()
           
 ReplicatedIndexOperation.AffectedIndex getAffectedIndex()
           
 ReplicatedIndexOperation.SharedEntityType getEntityType()
           
 long getId()
           
 Date getIndexTime()
           
 String getNodeId()
           
 ReplicatedIndexOperation.Operation getOperation()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENTITY

public static final String ENTITY
See Also:
Constant Field Values

ID

public static final String ID
See Also:
Constant Field Values

INDEX_TIME

public static final String INDEX_TIME
See Also:
Constant Field Values

OPERATION

public static final String OPERATION
See Also:
Constant Field Values

AFFECTED_INDEX

public static final String AFFECTED_INDEX
See Also:
Constant Field Values

ENTITY_TYPE

public static final String ENTITY_TYPE
See Also:
Constant Field Values

NODE_ID

public static final String NODE_ID
See Also:
Constant Field Values

AFFECTED_IDS

public static final String AFFECTED_IDS
See Also:
Constant Field Values
Method Detail

getIndexTime

public Date getIndexTime()

getId

public long getId()

getNodeId

public String getNodeId()

getAffectedIndex

public ReplicatedIndexOperation.AffectedIndex getAffectedIndex()

getEntityType

public ReplicatedIndexOperation.SharedEntityType getEntityType()

getOperation

public ReplicatedIndexOperation.Operation getOperation()

getAffectedIds

public Set<Long> getAffectedIds()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.