Class Limits
java.lang.Object
io.apicurio.registry.rest.v3.beans.Limits
Root Type for Limits
List of limitations on used resources, that are applied on the current instance of Registry. Keys represent the resource type and are suffixed by the corresponding unit. Values are integers. Only non-negative values are allowed, with the exception of -1, which means that the limit is not applied.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetMaxArtifactDescriptionLengthChars(Long maxArtifactDescriptionLengthChars) voidsetMaxArtifactLabelsCount(Long maxArtifactLabelsCount) voidsetMaxArtifactNameLengthChars(Long maxArtifactNameLengthChars) voidsetMaxArtifactPropertiesCount(Long maxArtifactPropertiesCount) voidsetMaxArtifactsCount(Long maxArtifactsCount) voidsetMaxLabelSizeBytes(Long maxLabelSizeBytes) voidsetMaxPropertyKeySizeBytes(Long maxPropertyKeySizeBytes) voidsetMaxPropertyValueSizeBytes(Long maxPropertyValueSizeBytes) voidsetMaxRequestsPerSecondCount(Long maxRequestsPerSecondCount) voidsetMaxSchemaSizeBytes(Long maxSchemaSizeBytes) voidsetMaxTotalSchemasCount(Long maxTotalSchemasCount) voidsetMaxVersionsPerArtifactCount(Long maxVersionsPerArtifactCount)
-
Constructor Details
-
Limits
public Limits()
-
-
Method Details
-
getMaxTotalSchemasCount
-
setMaxTotalSchemasCount
-
getMaxSchemaSizeBytes
-
setMaxSchemaSizeBytes
-
getMaxArtifactsCount
-
setMaxArtifactsCount
-
getMaxVersionsPerArtifactCount
-
setMaxVersionsPerArtifactCount
-
getMaxArtifactPropertiesCount
-
setMaxArtifactPropertiesCount
-
getMaxPropertyKeySizeBytes
-
setMaxPropertyKeySizeBytes
-
getMaxPropertyValueSizeBytes
-
setMaxPropertyValueSizeBytes
-
getMaxArtifactLabelsCount
-
setMaxArtifactLabelsCount
-
getMaxLabelSizeBytes
-
setMaxLabelSizeBytes
-
getMaxArtifactNameLengthChars
-
setMaxArtifactNameLengthChars
-
getMaxArtifactDescriptionLengthChars
-
setMaxArtifactDescriptionLengthChars
-
getMaxRequestsPerSecondCount
-
setMaxRequestsPerSecondCount
-