Uses of Enum Class
org.apache.camel.spi.StreamCachingStrategy.SpoolUsedHeapMemoryLimit
Packages that use StreamCachingStrategy.SpoolUsedHeapMemoryLimit
Package
Description
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of StreamCachingStrategy.SpoolUsedHeapMemoryLimit in org.apache.camel.spi
Methods in org.apache.camel.spi that return StreamCachingStrategy.SpoolUsedHeapMemoryLimitModifier and TypeMethodDescriptionStreamCachingStrategy.getSpoolUsedHeapMemoryLimit()
Returns the enum constant of this class with the specified name.StreamCachingStrategy.SpoolUsedHeapMemoryLimit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.spi with parameters of type StreamCachingStrategy.SpoolUsedHeapMemoryLimitModifier and TypeMethodDescriptionvoid
StreamCachingStrategy.setSpoolUsedHeapMemoryLimit
(StreamCachingStrategy.SpoolUsedHeapMemoryLimit bounds) Sets what the upper bounds should be whenStreamCachingStrategy.setSpoolUsedHeapMemoryThreshold(int)
is in use.