Package | Description |
---|---|
com.atlassian.jira.index.ha |
Modifier and Type | Method and Description |
---|---|
ReplicatedIndexOperation |
ReplicatedIndexOperationFactory.build(org.ofbiz.core.entity.GenericValue gv) |
ReplicatedIndexOperation |
OfBizReplicatedIndexOperationStore.createIndexOperation(Timestamp indexTime,
AffectedIndex affectedIndex,
SharedEntityType entityType,
ReplicatedIndexOperation.Operation operation,
Set<Long> affectedIds,
String backupFilename)
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
ReplicatedIndexOperationFactory.fieldMapFrom(ReplicatedIndexOperation value) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.