influxdata / influxdata/influxdb-java
Could you make add methods(getTags, getField) in Point Class?
- Lingua principale
- Java
- Stelle
- 1.2k
- Fork
- 469
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Hi,
I want to extract only the Tags and Fields in the failedPoints(Iterable) in the lower part and create them as a file.
influxDB.enableBatch(BatchOptions.DEFAULTS.exceptionHandler(
(failedPoints, throwable) -> { /* custom error handling here */ })
);
However, Point does not seem to be serialized(implements Serializable) so it can not be created file in object form(writeObject)
I want to directly extract the Iteralable my Tags and Fields and create it as a file.
Are there any plans to create public getTags and getFields methods in Point class?
(GetTags method should only add public access modifier.)
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Inizia individuando la classe Point e verificando come vengono rappresentati e a cui si accede per i relativi tag e campi. Controlla i test Point esistenti, quindi aggiungi gli accessor pubblici richiesti e verifica che i chiamanti che gestiscono failedPoints possano recuperare tag e campi per la creazione dei file.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- java
- Ambito
- api
- Tipo di issue
- Funzionalità
- Difficoltà
- 2/5
- Tempo stimato
- 1-3 ore
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 42/100