Uses of Class
com.atlassian.jira.index.ha.ReplicatedIndexOperation.AffectedIndex

Packages that use ReplicatedIndexOperation.AffectedIndex
com.atlassian.jira.index.ha   
 

Uses of ReplicatedIndexOperation.AffectedIndex in com.atlassian.jira.index.ha
 

Methods in com.atlassian.jira.index.ha that return ReplicatedIndexOperation.AffectedIndex
 ReplicatedIndexOperation.AffectedIndex ReplicatedIndexOperation.getAffectedIndex()
           
static ReplicatedIndexOperation.AffectedIndex ReplicatedIndexOperation.AffectedIndex.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReplicatedIndexOperation.AffectedIndex[] ReplicatedIndexOperation.AffectedIndex.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.jira.index.ha with parameters of type ReplicatedIndexOperation.AffectedIndex
 ReplicatedIndexOperation OfBizReplicatedIndexOperationStore.createIndexOperation(Timestamp indexTime, ReplicatedIndexOperation.AffectedIndex affectedIndex, ReplicatedIndexOperation.SharedEntityType entityType, ReplicatedIndexOperation.Operation operation, Set<Long> affectedIds)
          Creates and stores the index operation in the underlying database, only if the node is in a cluster.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.