Uses of Class
io.streamthoughts.azkarra.api.query.QueryInfo
-
Packages that use QueryInfo Package Description io.streamthoughts.azkarra.api.query io.streamthoughts.azkarra.api.query.internal -
-
Uses of QueryInfo in io.streamthoughts.azkarra.api.query
Methods in io.streamthoughts.azkarra.api.query with parameters of type QueryInfo Modifier and Type Method Description <K,V>
CompletableFuture<QueryResult<K,V>>RemoteQueryClient. query(StreamsServerInfo server, QueryInfo query, Queried options)Executes a query to the specified server. -
Uses of QueryInfo in io.streamthoughts.azkarra.api.query.internal
Subclasses of QueryInfo in io.streamthoughts.azkarra.api.query.internal Modifier and Type Class Description classPreparedQuery<K,V>
-