Uses of Class
org.apache.camel.impl.engine.FileStateRepository
-
Packages that use FileStateRepository Package Description org.apache.camel.impl.engine -
-
Uses of FileStateRepository in org.apache.camel.impl.engine
Methods in org.apache.camel.impl.engine that return FileStateRepository Modifier and Type Method Description static 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.
-