Uses of Class
io.streamthoughts.azkarra.api.query.result.ErrorResultSet
-
Packages that use ErrorResultSet Package Description io.streamthoughts.azkarra.api.query.result -
-
Uses of ErrorResultSet in io.streamthoughts.azkarra.api.query.result
Methods in io.streamthoughts.azkarra.api.query.result that return types with arguments of type ErrorResultSet Modifier and Type Method Description List<ErrorResultSet>
GlobalResultSet. getFailure()
List<Either<SuccessResultSet<K,V>,ErrorResultSet>>
GlobalResultSet. unwrap()
Methods in io.streamthoughts.azkarra.api.query.result with parameters of type ErrorResultSet Modifier and Type Method Description QueryResultBuilder<K,V>
QueryResultBuilder. setFailedResultSet(ErrorResultSet result)
Method parameters in io.streamthoughts.azkarra.api.query.result with type arguments of type ErrorResultSet Modifier and Type Method Description QueryResultBuilder<K,V>
QueryResultBuilder. setFailedResultSet(List<ErrorResultSet> results)
Constructor parameters in io.streamthoughts.azkarra.api.query.result with type arguments of type ErrorResultSet Constructor Description GlobalResultSet(String store, String type, String error, List<ErrorResultSet> failure, List<SuccessResultSet<K,V>> success)
Creates a newGlobalResultSet
instance.GlobalResultSet(String store, String type, List<ErrorResultSet> failure, List<SuccessResultSet<K,V>> success)
Creates a newGlobalResultSet
instance.
-