Uses of Interface
com.redislabs.redisgraph.RedisGraphContext
-
Packages that use RedisGraphContext Package Description com.redislabs.redisgraph com.redislabs.redisgraph.impl.api -
-
Uses of RedisGraphContext in com.redislabs.redisgraph
Methods in com.redislabs.redisgraph that return RedisGraphContext Modifier and Type Method Description RedisGraphContextRedisGraphContextGenerator. getContext()Generate a connection bounded api -
Uses of RedisGraphContext in com.redislabs.redisgraph.impl.api
Classes in com.redislabs.redisgraph.impl.api that implement RedisGraphContext Modifier and Type Class Description classContextedRedisGraphAn implementation of RedisGraphContext.Methods in com.redislabs.redisgraph.impl.api that return RedisGraphContext Modifier and Type Method Description RedisGraphContextRedisGraph. getContext()Returns a new ContextedRedisGraph bounded to a Jedis connection from the Jedis pool
-