Package io.apicurio.registry.mt.limits
Class TenantLimitsConfiguration
- java.lang.Object
-
- io.apicurio.registry.mt.limits.TenantLimitsConfiguration
-
public class TenantLimitsConfiguration extends Object
- Author:
- Fabian Martinez
-
-
Constructor Summary
Constructors Constructor Description TenantLimitsConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetMaxArtifactLabels()LonggetMaxArtifactProperties()LonggetMaxArtifacts()LonggetMaxDescriptionLength()LonggetMaxLabelBytesSize()LonggetMaxNameLength()LonggetMaxPropertyKeyBytesSize()LonggetMaxPropertyValueBytesSize()LonggetMaxTotalSchemas()LonggetMaxVersionsPerArtifact()voidsetMaxArtifactLabels(Long maxArtifactLabels)voidsetMaxArtifactProperties(Long maxArtifactProperties)voidsetMaxArtifacts(Long maxArtifacts)voidsetMaxDescriptionLength(Long maxDescriptionLength)voidsetMaxLabelBytesSize(Long maxLabelBytesSize)voidsetMaxNameLength(Long maxNameLength)voidsetMaxPropertyKeyBytesSize(Long maxPropertyKeyBytesSize)voidsetMaxPropertyValueBytesSize(Long maxPropertyValueBytesSize)voidsetMaxTotalSchemas(Long maxTotalSchemas)voidsetMaxVersionsPerArtifact(Long maxVersionsPerArtifact)
-
-
-
Method Detail
-
getMaxTotalSchemas
public Long getMaxTotalSchemas()
- Returns:
- the maxTotalSchemas
-
setMaxTotalSchemas
public void setMaxTotalSchemas(Long maxTotalSchemas)
- Parameters:
maxTotalSchemas- the maxTotalSchemas to set
-
getMaxArtifacts
public Long getMaxArtifacts()
- Returns:
- the maxArtifacts
-
setMaxArtifacts
public void setMaxArtifacts(Long maxArtifacts)
- Parameters:
maxArtifacts- the maxArtifacts to set
-
getMaxVersionsPerArtifact
public Long getMaxVersionsPerArtifact()
- Returns:
- the maxVersionsPerArtifact
-
setMaxVersionsPerArtifact
public void setMaxVersionsPerArtifact(Long maxVersionsPerArtifact)
- Parameters:
maxVersionsPerArtifact- the maxVersionsPerArtifact to set
-
getMaxArtifactProperties
public Long getMaxArtifactProperties()
- Returns:
- the maxArtifactProperties
-
setMaxArtifactProperties
public void setMaxArtifactProperties(Long maxArtifactProperties)
- Parameters:
maxArtifactProperties- the maxArtifactProperties to set
-
getMaxPropertyKeyBytesSize
public Long getMaxPropertyKeyBytesSize()
- Returns:
- the maxPropertyKeyBytesSize
-
setMaxPropertyKeyBytesSize
public void setMaxPropertyKeyBytesSize(Long maxPropertyKeyBytesSize)
- Parameters:
maxPropertyKeyBytesSize- the maxPropertyKeyBytesSize to set
-
getMaxPropertyValueBytesSize
public Long getMaxPropertyValueBytesSize()
- Returns:
- the maxPropertyValueBytesSize
-
setMaxPropertyValueBytesSize
public void setMaxPropertyValueBytesSize(Long maxPropertyValueBytesSize)
- Parameters:
maxPropertyValueBytesSize- the maxPropertyValueBytesSize to set
-
getMaxArtifactLabels
public Long getMaxArtifactLabels()
- Returns:
- the maxArtifactLabels
-
setMaxArtifactLabels
public void setMaxArtifactLabels(Long maxArtifactLabels)
- Parameters:
maxArtifactLabels- the maxArtifactLabels to set
-
getMaxLabelBytesSize
public Long getMaxLabelBytesSize()
- Returns:
- the maxLabelBytesSize
-
setMaxLabelBytesSize
public void setMaxLabelBytesSize(Long maxLabelBytesSize)
- Parameters:
maxLabelBytesSize- the maxLabelBytesSize to set
-
getMaxNameLength
public Long getMaxNameLength()
- Returns:
- the maxNameLength
-
setMaxNameLength
public void setMaxNameLength(Long maxNameLength)
- Parameters:
maxNameLength- the maxNameLength to set
-
getMaxDescriptionLength
public Long getMaxDescriptionLength()
- Returns:
- the maxDescriptionLength
-
setMaxDescriptionLength
public void setMaxDescriptionLength(Long maxDescriptionLength)
- Parameters:
maxDescriptionLength- the maxDescriptionLength to set
-
-