Uses of Interface
io.quarkus.redis.datasource.graph.GraphCommands
-
Packages that use GraphCommands Package Description io.quarkus.redis.datasource io.quarkus.redis.runtime.datasource -
-
Uses of GraphCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return GraphCommands Modifier and Type Method Description default GraphCommands<String>RedisDataSource. graph()Gets the object to manipulate graphs.<K> GraphCommands<K>RedisDataSource. graph(Class<K> redisKeyType)Gets the object to manipulate graphs. -
Uses of GraphCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement GraphCommands Modifier and Type Class Description classBlockingGraphCommandsImpl<K>Methods in io.quarkus.redis.runtime.datasource that return GraphCommands Modifier and Type Method Description <K> GraphCommands<K>BlockingRedisDataSourceImpl. graph(Class<K> redisKeyType)
-