Modifier and Type | Method and Description |
---|---|
int |
Observation.compareTo(Observation another) |
void |
JsonEdgePoster.doPostAsync(Observation observation,
ObservationPoster.PostCallback callback)
Not implemented in this class.
|
void |
AsyncEdgePoster.doPostAsync(Observation observation,
ObservationPoster.PostCallback callback)
Version of doPostAsync for single Observation.
|
void |
ObservationPoster.doPostAsync(Observation observation,
ObservationPoster.PostCallback callback)
Version of doPostAsync for single Observation.
|
Modifier and Type | Method and Description |
---|---|
PostResult |
JsonEdgePoster.doPost(java.util.List<Observation> observations) |
PostResult |
ObservationPoster.doPost(java.util.List<Observation> observations)
Performs a transaction sending observations to the edge.
|
void |
JsonEdgePoster.doPostAsync(java.util.List<Observation> observations,
ObservationPoster.PostCallback callback)
Not implemented in this class.
|
void |
AsyncEdgePoster.doPostAsync(java.util.List<Observation> observations,
ObservationPoster.PostCallback callback)
Asynchronous version of the post transaction method,
sending observations to the edge.
|
void |
ObservationPoster.doPostAsync(java.util.List<Observation> observations,
ObservationPoster.PostCallback callback)
Asynchronous version of the post transaction method,
sending observations to the edge.
|