Uses of Enum Class
org.apache.camel.spi.StreamCachingStrategy.SpoolUsedHeapMemoryLimit
Packages that use StreamCachingStrategy.SpoolUsedHeapMemoryLimit
-
Uses of StreamCachingStrategy.SpoolUsedHeapMemoryLimit in org.apache.camel.spi
Subclasses with type arguments of type StreamCachingStrategy.SpoolUsedHeapMemoryLimit in org.apache.camel.spiModifier and TypeClassDescriptionstatic enumUsed for selecting if the memory limit is committed or maximum heap memory setting.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 TypeMethodDescriptionvoidStreamCachingStrategy.setSpoolUsedHeapMemoryLimit(StreamCachingStrategy.SpoolUsedHeapMemoryLimit bounds) Sets what the upper bounds should be whenStreamCachingStrategy.setSpoolUsedHeapMemoryThreshold(int)is in use.