Uses of Class
org.apache.camel.spi.StreamCachingStrategy.SpoolUsedHeapMemoryLimit
-
Packages that use StreamCachingStrategy.SpoolUsedHeapMemoryLimit Package Description org.apache.camel.spi 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.SpoolUsedHeapMemoryLimit Modifier and Type Method Description StreamCachingStrategy.SpoolUsedHeapMemoryLimitStreamCachingStrategy. getSpoolUsedHeapMemoryLimit()static StreamCachingStrategy.SpoolUsedHeapMemoryLimitStreamCachingStrategy.SpoolUsedHeapMemoryLimit. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamCachingStrategy.SpoolUsedHeapMemoryLimit[]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.SpoolUsedHeapMemoryLimit Modifier and Type Method Description voidStreamCachingStrategy. setSpoolUsedHeapMemoryLimit(StreamCachingStrategy.SpoolUsedHeapMemoryLimit bounds)Sets what the upper bounds should be whenStreamCachingStrategy.setSpoolUsedHeapMemoryThreshold(int)is in use.
-