package

com.atlassian.jira.issue.attachment.store.strategy

Interfaces

StoreOperationStrategy Strategy for performing operation on dual attachments store 

Classes

DualStoreConsistentOperationStrategy Perform operation on dual store ensuring that consistency exists in primary store. 
FailoverOnMissingOperationStrategy Operation strategy that will ignore any NoAttachmentDataException that is thrown from primary store, in this case the operation on secondary store will be treated as primary and the error from primary will be silently ignored 
StoreOperationStrategyFactory