Package org.nuxeo.ecm.core.convert.cache
Class ConversionCacheGCManager
java.lang.Object
org.nuxeo.ecm.core.convert.cache.ConversionCacheGCManager
Deprecated, for removal: This API element is subject to removal in a future version.
Manages GC processing to clean up disk cache.
- Author:
- tiry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longDeprecated, for removal: This API element is subject to removal in a future version.static final StringDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddoGC(long deltaInKB) Deprecated, for removal: This API element is subject to removal in a future version.static booleanDeprecated, for removal: This API element is subject to removal in a future version.static longDeprecated, for removal: This API element is subject to removal in a future version.static intDeprecated, for removal: This API element is subject to removal in a future version.static intDeprecated, for removal: This API element is subject to removal in a future version.protected static intDeprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
MAX_DISK_SPACE_USAGE_KEY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
MAX_DISK_SPACE_USAGE_KB
public static final long MAX_DISK_SPACE_USAGE_KBDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Method Details
-
getMaxDiskSpaceUsageKB
protected static int getMaxDiskSpaceUsageKB()Deprecated, for removal: This API element is subject to removal in a future version. -
getGCRuns
public static int getGCRuns()Deprecated, for removal: This API element is subject to removal in a future version. -
getGCCalls
public static int getGCCalls()Deprecated, for removal: This API element is subject to removal in a future version. -
getCacheSizeInKB
public static long getCacheSizeInKB()Deprecated, for removal: This API element is subject to removal in a future version. -
gcIfNeeded
public static boolean gcIfNeeded()Deprecated, for removal: This API element is subject to removal in a future version. -
doGC
public static void doGC(long deltaInKB) Deprecated, for removal: This API element is subject to removal in a future version.
-
ConversionCacheGCTaskhandles everything