Uses of Interface
io.streamthoughts.azkarra.api.query.RemoteQueryClient
-
Packages that use RemoteQueryClient Package Description io.streamthoughts.azkarra.api.query -
-
Uses of RemoteQueryClient in io.streamthoughts.azkarra.api.query
Constructors in io.streamthoughts.azkarra.api.query with parameters of type RemoteQueryClient Constructor Description DistributedQuery(RemoteQueryClient remoteQueryClient, PreparedQuery<K,V> query)Creates a newDistributedQueryinstance.
-