public class FeedTimeoutEvent extends ConfluenceEvent
Timeout occurs when rendering a SyndEntry.source| Constructor and Description |
|---|
FeedTimeoutEvent(Object src,
ConfluenceEntityObject entity,
long allowedTimeInSeconds,
long exceededTimeInMilliseconds,
int numResultsToRender,
int numResultsRendered) |
| Modifier and Type | Method and Description |
|---|---|
static FeedTimeoutEvent |
createForTimeout(Object src,
ConfluenceEntityObject entity,
io.atlassian.util.concurrent.Timeout timeout,
int numResultsToRender,
int numResultsRendered) |
static FeedTimeoutEvent |
forTimeout(Object src,
ConfluenceEntityObject entity,
com.atlassian.util.concurrent.Timeout timeout,
int numResultsToRender,
int numResultsRendered)
Deprecated.
since 7.0.1. Use
createForTimeout(Object, ConfluenceEntityObject, Timeout, int, int) |
long |
getAllowedTimeInSeconds() |
ConfluenceEntityObject |
getEntity() |
long |
getExceededTimeInMilliseconds() |
int |
getNumResultsRendered() |
int |
getNumResultsToRender() |
equals, hashCodegetSource, toStringpublic FeedTimeoutEvent(Object src, ConfluenceEntityObject entity, long allowedTimeInSeconds, long exceededTimeInMilliseconds, int numResultsToRender, int numResultsRendered)
@Deprecated public static FeedTimeoutEvent forTimeout(Object src, ConfluenceEntityObject entity, com.atlassian.util.concurrent.Timeout timeout, int numResultsToRender, int numResultsRendered)
createForTimeout(Object, ConfluenceEntityObject, Timeout, int, int)public static FeedTimeoutEvent createForTimeout(Object src, ConfluenceEntityObject entity, io.atlassian.util.concurrent.Timeout timeout, int numResultsToRender, int numResultsRendered)
public ConfluenceEntityObject getEntity()
public long getAllowedTimeInSeconds()
public long getExceededTimeInMilliseconds()
public int getNumResultsToRender()
public int getNumResultsRendered()
Copyright © 2003–2022 Atlassian. All rights reserved.