Package | Description |
---|---|
com.atlassian.jira.index.ha |
Modifier and Type | Method and Description |
---|---|
ReplicatedIndexOperation.Operation |
ReplicatedIndexOperation.getOperation() |
static ReplicatedIndexOperation.Operation |
ReplicatedIndexOperation.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicatedIndexOperation.Operation[] |
ReplicatedIndexOperation.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2002-2020 Atlassian. All Rights Reserved.