Uses of Class
org.apache.camel.component.leveldb.LevelDBFile
-
-
Uses of LevelDBFile in org.apache.camel.component.leveldb
Methods in org.apache.camel.component.leveldb that return LevelDBFile Modifier and Type Method Description LevelDBFile
LevelDBAggregationRepository. getLevelDBFile()
Deprecated.Methods in org.apache.camel.component.leveldb with parameters of type LevelDBFile Modifier and Type Method Description void
LevelDBAggregationRepository. setLevelDBFile(LevelDBFile levelDBFile)
Deprecated.Constructors in org.apache.camel.component.leveldb with parameters of type LevelDBFile Constructor Description LevelDBAggregationRepository(String repositoryName, LevelDBFile levelDBFile)
Deprecated.Creates an aggregation repository using the providedLevelDBFile
.
-