Class GlobalConfigDescriptor
java.lang.Object
org.nuxeo.ecm.core.convert.extension.GlobalConfigDescriptor
Deprecated, for removal: This API element is subject to removal in a future version.
XMap Descriptor for the
ConversionService
configuration.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Deprecated, for removal: This API element is subject to removal in a future version.static final boolean
Deprecated, for removal: This API element is subject to removal in a future version.static final String
Deprecated, for removal: This API element is subject to removal in a future version.static final int
Deprecated, for removal: This API element is subject to removal in a future version.static final long
Deprecated, for removal: This API element is subject to removal in a future version.protected Integer
Deprecated, for removal: This API element is subject to removal in a future version.protected Boolean
Deprecated, for removal: This API element is subject to removal in a future version.protected Long
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.protected String
Deprecated, for removal: This API element is subject to removal in a future version.int
Deprecated, for removal: This API element is subject to removal in a future version.long
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.void
setDiskCacheSize
(int size) Deprecated, for removal: This API element is subject to removal in a future version.void
setGCInterval
(long value) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.void
update
(GlobalConfigDescriptor other) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
DEFAULT_CACHE_ENABLED
public static final boolean DEFAULT_CACHE_ENABLEDDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
DEFAULT_GC_INTERVAL_IN_MIN
public static final long DEFAULT_GC_INTERVAL_IN_MINDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
DEFAULT_DISK_CACHE_IN_KB
public static final int DEFAULT_DISK_CACHE_IN_KBDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
DEFAULT_CACHING_DIRECTORY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
enableCache
Deprecated, for removal: This API element is subject to removal in a future version. -
cachingDirectory
Deprecated, for removal: This API element is subject to removal in a future version. -
gcInterval
Deprecated, for removal: This API element is subject to removal in a future version. -
diskCacheSize
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
GlobalConfigDescriptor
public GlobalConfigDescriptor()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
isCacheEnabled
public boolean isCacheEnabled()Deprecated, for removal: This API element is subject to removal in a future version. -
getCachingDirectory
Deprecated, for removal: This API element is subject to removal in a future version. -
getDefaultCachingDirectory
Deprecated, for removal: This API element is subject to removal in a future version. -
clearCachingDirectory
public void clearCachingDirectory()Deprecated, for removal: This API element is subject to removal in a future version.- Since:
- 9.1
-
setGCInterval
public void setGCInterval(long value) Deprecated, for removal: This API element is subject to removal in a future version. -
getGCInterval
public long getGCInterval()Deprecated, for removal: This API element is subject to removal in a future version. -
setDiskCacheSize
public void setDiskCacheSize(int size) Deprecated, for removal: This API element is subject to removal in a future version. -
getDiskCacheSize
public int getDiskCacheSize()Deprecated, for removal: This API element is subject to removal in a future version. -
update
Deprecated, for removal: This API element is subject to removal in a future version. -
toConvertCacheDescriptor
Deprecated, for removal: This API element is subject to removal in a future version.- Since:
- 2025.0
-
ConvertCacheDescriptor
instead