Uses of Class
io.streamthoughts.azkarra.api.query.result.SuccessResultSet
-
Packages that use SuccessResultSet Package Description io.streamthoughts.azkarra.api.query.result -
-
Uses of SuccessResultSet in io.streamthoughts.azkarra.api.query.result
Methods in io.streamthoughts.azkarra.api.query.result that return types with arguments of type SuccessResultSet Modifier and Type Method Description List<SuccessResultSet<K,V>>
GlobalResultSet. getSuccess()
List<Either<SuccessResultSet<K,V>,ErrorResultSet>>
GlobalResultSet. unwrap()
Method parameters in io.streamthoughts.azkarra.api.query.result with type arguments of type SuccessResultSet Modifier and Type Method Description QueryResultBuilder<K,V>
QueryResultBuilder. setSuccessResultSet(List<SuccessResultSet<K,V>> results)
-