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 |
forTimeout(Object src,
ConfluenceEntityObject entity,
com.atlassian.util.concurrent.Timeout timeout,
int numResultsToRender,
int numResultsRendered) |
long |
getAllowedTimeInSeconds() |
ConfluenceEntityObject |
getEntity() |
long |
getExceededTimeInMilliseconds() |
int |
getNumResultsRendered() |
int |
getNumResultsToRender() |
equals, hashCode
getSource, toString
public FeedTimeoutEvent(Object src, ConfluenceEntityObject entity, long allowedTimeInSeconds, long exceededTimeInMilliseconds, int numResultsToRender, int numResultsRendered)
public static FeedTimeoutEvent forTimeout(Object src, ConfluenceEntityObject entity, com.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–2018 Atlassian. All rights reserved.