Uses of Class
org.apache.camel.impl.engine.FileStateRepository
Packages that use FileStateRepository
-
Uses of FileStateRepository in org.apache.camel.impl.engine
Methods in org.apache.camel.impl.engine that return FileStateRepositoryModifier and TypeMethodDescriptionstatic FileStateRepository
FileStateRepository.fileStateRepository
(File fileStore) Creates a new file based repository using as 1st level cachestatic FileStateRepository
FileStateRepository.fileStateRepository
(File fileStore, long maxFileStoreSize) Creates a new file based repository using aHashMap
as 1st level cache.static FileStateRepository
FileStateRepository.fileStateRepository
(File store, Map<String, String> cache) Creates a new file based repository using the givenMap
as 1st level cache.