Package reasoner
Class Reasoner
java.lang.Object
reasoner.Reasoner
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
void
Preloads cache with commonly queried tables.void
Main loop.
-
Constructor Details
-
Reasoner
public Reasoner(Database connection, org.apache.spark.SparkConf conf, redis.clients.jedis.JedisPool pool)
-
-
Method Details
-
main
-
preloadCache
public void preloadCache()Preloads cache with commonly queried tables. This step is not required. -
startLoop
public void startLoop()Main loop. Reasoners are executed in a loop until no new instances are found.
-