Uses of Interface
io.streamthoughts.azkarra.api.query.RemoteQueryClient
-
Packages that use RemoteQueryClient Package Description io.streamthoughts.azkarra.api.query io.streamthoughts.azkarra.http.query io.streamthoughts.azkarra.runtime.service -
-
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 newDistributedQuery
instance. -
Uses of RemoteQueryClient in io.streamthoughts.azkarra.http.query
Classes in io.streamthoughts.azkarra.http.query that implement RemoteQueryClient Modifier and Type Class Description class
HttpRemoteQueryClient
-
Uses of RemoteQueryClient in io.streamthoughts.azkarra.runtime.service
Constructors in io.streamthoughts.azkarra.runtime.service with parameters of type RemoteQueryClient Constructor Description LocalAzkarraStreamsService(AzkarraContext context, RemoteQueryClient remoteQueryClient)
Creates a newLocalAzkarraStreamsService
instance.
-