public class ApptuitPutClient extends Object
| Constructor and Description |
|---|
ApptuitPutClient(String token,
Map<String,String> globalTags) |
ApptuitPutClient(String token,
Map<String,String> globalTags,
URL apiEndPoint) |
ApptuitPutClient(String userId,
String token,
Map<String,String> globalTags,
URL apiEndPoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
put(Collection<DataPoint> dataPoints)
Deprecated.
There is no way to know if points are successfully put
in this method, so replaced put(...) with send(...)
|
void |
put(Collection<DataPoint> dataPoints,
Sanitizer sanitizer)
Deprecated.
There is no way to know if points are successfully sent
in this method, so replaced put(...) with send(...)
|
void |
send(Collection<DataPoint> dataPoints) |
void |
send(Collection<DataPoint> dataPoints,
Sanitizer sanitizer) |
public ApptuitPutClient(String token, Map<String,String> globalTags, URL apiEndPoint)
public void send(Collection<DataPoint> dataPoints) throws ConnectException, ResponseStatusException, IOException
public void send(Collection<DataPoint> dataPoints, Sanitizer sanitizer) throws ConnectException, ResponseStatusException, IOException
@Deprecated public void put(Collection<DataPoint> dataPoints)
@Deprecated public void put(Collection<DataPoint> dataPoints, Sanitizer sanitizer)
Copyright © 2017–2021. All rights reserved.