Class TelemetryEvent
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,Object>
-
- net.minidev.json.JSONObject
-
- net.snowflake.client.jdbc.telemetryOOB.TelemetryEvent
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Object>,net.minidev.json.JSONAware,net.minidev.json.JSONAwareEx,net.minidev.json.JSONStreamAware,net.minidev.json.JSONStreamAwareEx
public class TelemetryEvent extends net.minidev.json.JSONObjectCopyright (c) 2018-2019 Snowflake Computing Inc. All rights reserved.Telemetry Event Class
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTelemetryEvent.LogBuilderBuild log json objectstatic classTelemetryEvent.MetricBuilderBuild metric json objectstatic classTelemetryEvent.Type-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description TelemetryEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeployment()-
Methods inherited from class net.minidev.json.JSONObject
appendField, escape, getAsNumber, getAsString, merge, merge, merge, toJSONString, toJSONString, toJSONString, toJSONString, toString, toString, writeJSON, writeJSON, writeJSONKV, writeJSONString, writeJSONString
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode
-
-
-
-
Method Detail
-
getDeployment
public String getDeployment()
- Returns:
- the deployment of this event
-
-