Uses of Enum
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 type with the specified name.StreamCachingStrategy.SpoolUsedHeapMemoryLimit.values()Returns an array containing the constants of this enum type, 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.