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 io.streamthoughts.azkarra.http.query -
-
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 class
PreparedQuery<K,V>
-
Uses of QueryInfo in io.streamthoughts.azkarra.http.query
Methods in io.streamthoughts.azkarra.http.query that return types with arguments of type QueryInfo Modifier and Type Method Description static Tuple<QueryInfo,Queried>
JsonQuerySerde. deserialize(String storeName, byte[] data)
Methods in io.streamthoughts.azkarra.http.query with parameters of type QueryInfo Modifier and Type Method Description <K,V>
CompletableFuture<QueryResult<K,V>>HttpRemoteQueryClient. query(StreamsServerInfo serverInfo, QueryInfo query, Queried options)
Executes a query to the specified server.static String
JsonQuerySerde. serialize(QueryInfo query, Queried options)
-