Uses of Annotation Interface
org.graylog2.validation.SizeInBytes
Packages that use SizeInBytes
Package
Description
-
Uses of SizeInBytes in org.graylog2.indexer.indexset
Methods in org.graylog2.indexer.indexset with annotations of type SizeInBytesModifier and TypeMethodDescriptionabstract @NotBlank @Pattern(regexp="^[a-z0-9][a-z0-9_+-]*$") @SizeInBytes(message="Index prefix must have a length in bytes between {min} and {max}",min=1,max=250) StringIndexSetConfig.indexPrefix() -
Uses of SizeInBytes in org.graylog2.rest.resources.system.indexer.responses
Methods in org.graylog2.rest.resources.system.indexer.responses with annotations of type SizeInBytesModifier and TypeMethodDescriptionabstract @Pattern(regexp="^[a-z0-9][a-z0-9_+-]*$") @SizeInBytes(message="Index prefix must have a length in bytes between {min} and {max}",min=1,max=250) StringIndexSetSummary.indexPrefix() -
Uses of SizeInBytes in org.graylog2.validation
Methods in org.graylog2.validation with parameters of type SizeInBytes