[Java] FlightStream: how to check whether data is available in the stream in a nonblocking way;
- Langage dominant
- Java
- Étoiles
- 94
- Forks
- 152
- Merge moyen
- 3 j 16 h
- PR mergées (30 j)
- 11
Description
### Describe the usage question you have. Please include as many useful details as possible.
as the title:
How to check whether data is available in the stream in a nonblocking way;
It seems that the FlightStream API only supports fetching data by calling the `next()` method in blocking; I think a nonblocking method like `tryNext()` should also be needed.
### Component(s)
Java
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Commencez par l’API Java FlightStream et sa méthode bloquante next(). Déterminez le contrat attendu pour vérifier la disponibilité des données sans bloquer, notamment la manière dont la fin du flux est représentée. Le travail est terminé lorsque les appelants peuvent vérifier la disponibilité sans blocage via l’API FlightStream.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- java
- Domaine
- api
- Type d'issue
- Fonctionnalité
- Difficulté
- 5/5
- Temps estimé
- Plus d'une semaine
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100