Interface ITelemetryDatabase
- All Known Implementing Classes:
MootTelemetryDatabase,StandardTelemetryDatabase
public interface ITelemetryDatabase
Telemetry database for JEB clients.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Close the telemetry database.booleanConvenience method.booleanConvenience method.booleanConvenience method.booleanRecord a telemetry event with some properties.
-
Method Details
-
close
Close the telemetry database.- Throws:
TelemetryException
-
record
Convenience method. Record a telemetry event without properties.- Parameters:
eventName-- Returns:
-
record
Convenience method. Record a telemetry event with a single property.- Parameters:
eventName-key0-value0-- Returns:
-
record
Convenience method. Record a telemetry event with two properties.- Parameters:
eventName-key0-value0-key1-value1-- Returns:
-
record
Record a telemetry event with some properties. This method should never throw and should execute as quickly as possible.- Parameters:
eventName-properties-- Returns:
-