Package org.alfresco.repo.thumbnail
Class FailureHandlingOptions
java.lang.Object
org.alfresco.repo.thumbnail.FailureHandlingOptions
Deprecated.
The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
This class holds failure-related configuration data for a
ThumbnailDefinition.
Note that a failed thumbnail creation is not the same as a creation which was not attempted for lack of transformers.- Since:
- 3.5.0
- Author:
- Neil Mc Erlean
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.static final booleanDeprecated.static final intDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongDeprecated.booleanDeprecated.intDeprecated.longDeprecated.voidsetQuietPeriod(long quietPeriod) Deprecated.Sets the minimum retry period for thumbnail creation/update.voidsetQuietPeriodRetriesEnabled(boolean quietPeriodRetriesEnabled) Deprecated.voidsetRetryCount(int retryCount) Deprecated.voidsetRetryPeriod(long retryPeriod) Deprecated.Sets the initial minimum retry period for thumbnail creation/update.
-
Field Details
-
DEFAULT_PERIOD
public static final int DEFAULT_PERIODDeprecated.- See Also:
-
DEFAULT_RETRY_COUNT
public static final int DEFAULT_RETRY_COUNTDeprecated.- See Also:
-
DEFAULT_QUIET_PERIOD_RETRIES_ENABLED
public static final boolean DEFAULT_QUIET_PERIOD_RETRIES_ENABLEDDeprecated.- See Also:
-
-
Constructor Details
-
FailureHandlingOptions
public FailureHandlingOptions()Deprecated.
-
-
Method Details
-
getRetryCount
public int getRetryCount()Deprecated. -
setRetryCount
public void setRetryCount(int retryCount) Deprecated. -
getQuietPeriodRetriesEnabled
public boolean getQuietPeriodRetriesEnabled()Deprecated. -
setQuietPeriodRetriesEnabled
public void setQuietPeriodRetriesEnabled(boolean quietPeriodRetriesEnabled) Deprecated. -
setRetryPeriod
public void setRetryPeriod(long retryPeriod) Deprecated.Sets the initial minimum retry period for thumbnail creation/update.- Parameters:
retryPeriod- minimum retry period in ms.
-
getRetryPeriod
public long getRetryPeriod()Deprecated. -
setQuietPeriod
public void setQuietPeriod(long quietPeriod) Deprecated.Sets the minimum retry period for thumbnail creation/update.- Parameters:
quietPeriod- minimum retry period in ms.
-
getQuietPeriod
public long getQuietPeriod()Deprecated.
-