@AlfrescoPublicApi public class MetadataExtracterLimits extends Object
Constructor and Description |
---|
MetadataExtracterLimits() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxConcurrentExtractionsCount()
Gets the maximum count of allowed concurrent extractions
|
double |
getMaxDocumentSizeMB()
Gets the maximum size(MB) allowed for a transformation
|
long |
getTimeoutMs()
Gets the time in milliseconds after which the metadata extracter will be stopped.
|
void |
setMaxConcurrentExtractionsCount(int maxConcurrentExtractionsCount)
Sets the maximum number of allowed concurrent extractions
|
void |
setMaxDocumentSizeMB(double maxDocumentSizeMB)
Sets the maximum size(MB) allowed for a transformation
|
void |
setTimeoutMs(long timeoutMs)
Sets the time in milliseconds after which the metadata extracter will be stopped.
|
public long getTimeoutMs()
public void setTimeoutMs(long timeoutMs)
timeoutMs
- the timeoutpublic double getMaxDocumentSizeMB()
public void setMaxDocumentSizeMB(double maxDocumentSizeMB)
maxDocumentSizeMB
- public void setMaxConcurrentExtractionsCount(int maxConcurrentExtractionsCount)
maxConcurrentExtractionsCount
- public int getMaxConcurrentExtractionsCount()
Copyright © 2005–2017 Alfresco Software. All rights reserved.