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

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

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

Methods in com.atlassian.jira.index.ha that return ReplicatedIndexOperation
 ReplicatedIndexOperation ReplicatedIndexOperationFactory.build(org.ofbiz.core.entity.GenericValue gv)
           
 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.
 ReplicatedIndexOperation OfBizReplicatedIndexOperationStore.getOperation(long id)
          get an operation by id
 

Methods in com.atlassian.jira.index.ha that return types with arguments of type ReplicatedIndexOperation
 Set<ReplicatedIndexOperation> OfBizReplicatedIndexOperationStore.getIndexOperationsAfter(Date sinceTime)
          Returns a set of IndexOperations that have happened since the time specified.
 Set<ReplicatedIndexOperation> OfBizReplicatedIndexOperationStore.getIndexOperationsAfter(String sourceNodeId, Long id)
          Returns a set of IndexOperations that have happened since the time specified.
 

Methods in com.atlassian.jira.index.ha with parameters of type ReplicatedIndexOperation
 Map<String,Object> ReplicatedIndexOperationFactory.fieldMapFrom(ReplicatedIndexOperation value)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.