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 FileStateRepositoryFileStateRepository. fileStateRepository(File fileStore)Creates a new file based repository using as 1st level cachestatic FileStateRepositoryFileStateRepository. fileStateRepository(File fileStore, long maxFileStoreSize)Creates a new file based repository using aHashMapas 1st level cache.static FileStateRepositoryFileStateRepository. fileStateRepository(File store, Map<String,String> cache)Creates a new file based repository using the givenMapas 1st level cache.
-