Modifier and Type | Class and Description |
---|---|
class |
AttachmentFileGetData
Represents attachment data based on files system.
|
class |
AttachmentStreamGetData |
Modifier and Type | Method and Description |
---|---|
<A> com.atlassian.util.concurrent.Promise<A> |
BackwardCompatibleAttachmentStore.getAttachmentData(AttachmentKey attachmentKey,
com.atlassian.util.concurrent.Function<AttachmentGetData,A> attachmentGetDataProcessor) |
<A> com.atlassian.util.concurrent.Promise<A> |
StreamAttachmentStore.getAttachmentData(AttachmentKey attachmentKey,
com.atlassian.util.concurrent.Function<AttachmentGetData,A> attachmentGetDataProcessor)
Retrieve data for a given attachment.
|
Modifier and Type | Method and Description |
---|---|
<A> com.atlassian.util.concurrent.Promise<A> |
DualSendingAttachmentStore.getAttachmentData(AttachmentKey attachmentKey,
com.atlassian.util.concurrent.Function<AttachmentGetData,A> attachmentGetDataProcessor) |
<A> com.atlassian.util.concurrent.Promise<A> |
DefaultFileSystemAttachmentStore.getAttachmentData(AttachmentKey attachmentKey,
com.atlassian.util.concurrent.Function<AttachmentGetData,A> attachmentGetDataProcessor) |
<A> com.atlassian.util.concurrent.Promise<A> |
BackwardCompatibleStoreAdapter.getAttachmentData(AttachmentKey attachmentKey,
com.atlassian.util.concurrent.Function<AttachmentGetData,A> attachmentGetDataProcessor) |
<A> com.atlassian.util.concurrent.Promise<A> |
BlobStoreAttachmentStore.getAttachmentData(AttachmentKey attachmentKey,
com.atlassian.util.concurrent.Function<AttachmentGetData,A> attachmentGetDataProcessor) |
<A> com.atlassian.util.concurrent.Promise<A> |
NullAttachmentStore.getAttachmentData(AttachmentKey attachmentKey,
com.atlassian.util.concurrent.Function<AttachmentGetData,A> attachmentGetDataProcessor) |
Modifier and Type | Method and Description |
---|---|
<A> com.atlassian.util.concurrent.Promise<A> |
SingleStoreAttachmentGetStrategy.getAttachmentData(AttachmentKey attachmentKey,
com.atlassian.util.concurrent.Function<AttachmentGetData,A> attachmentGetDataProcessor) |
<A> com.atlassian.util.concurrent.Promise<A> |
DualAttachmentGetStrategy.getAttachmentData(AttachmentKey attachmentKey,
com.atlassian.util.concurrent.Function<AttachmentGetData,A> attachmentGetDataProcessor) |
<A> com.atlassian.util.concurrent.Promise<A> |
AttachmentGetStrategy.getAttachmentData(AttachmentKey attachmentKey,
com.atlassian.util.concurrent.Function<AttachmentGetData,A> attachmentGetDataProcessor) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Function<AttachmentGetData,com.atlassian.fugue.Unit> |
SendToStoreFunctionFactory.createFunction(AttachmentKey destinationKey,
StreamAttachmentStore secondaryStore) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Unit |
ResendToStoreFunction.get(AttachmentGetData attachmentGetData) |
Pair<InputStream,com.atlassian.util.concurrent.Effect<Object>> |
ResendingAttachmentStreamCreator.getInputStreamWithCloseHandler(AttachmentGetData attachmentGetData) |
Copyright © 2002-2015 Atlassian. All Rights Reserved.