Uses of Class
org.graylog2.outputs.BatchSizeConfig
Packages that use BatchSizeConfig
-
Uses of BatchSizeConfig in org.graylog2
Methods in org.graylog2 that return BatchSizeConfig -
Uses of BatchSizeConfig in org.graylog2.configuration
Methods in org.graylog2.configuration that return BatchSizeConfigModifier and TypeMethodDescriptionabstract BatchSizeConfigExposedConfiguration.outputBatchSize()Methods in org.graylog2.configuration with parameters of type BatchSizeConfigModifier and TypeMethodDescriptionstatic ExposedConfigurationExposedConfiguration.create(int inputBufferProcessors, int processBufferProcessors, int outputBufferProcessors, BatchSizeConfig outputBatchSize, String processorWaitStrategy, String inputBufferWaitStrategy, int inputBufferRingSize, int ringSize, Path binDir, Path dataDir, Path pluginDir, String nodeIdFile, boolean allowHighlighting, boolean allowLeadingWildcardSearches, long streamProcessingTimeout, int streamProcessingMaxFaults, long outputModuleTimeout, int staleLeaderTimeout, org.joda.time.Period minimumAutoRefreshInterval) -
Uses of BatchSizeConfig in org.graylog2.outputs
Methods in org.graylog2.outputs that return BatchSizeConfigModifier and TypeMethodDescriptionBatchSizeConfig.Converter.convertFrom(String value) static BatchSizeConfigBatchSizeConfig.forCount(int count) Create a count based config for backwards compatibility.static BatchSizeConfigCreate a config by parsing the supplied string as aSize, or anIntegerfor backwards compatibility.Methods in org.graylog2.outputs with parameters of type BatchSizeConfigModifier and TypeMethodDescriptionBatchSizeConfig.Converter.convertTo(BatchSizeConfig value) voidBatchSizeConfig.Validator.validate(String name, BatchSizeConfig config) Constructors in org.graylog2.outputs with parameters of type BatchSizeConfigModifierConstructorDescriptionIndexSetAwareMessageOutputBuffer(BatchSizeConfig maxBufferSize, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Creates a new buffer with the given size.