Uses of Class
org.kairosdb.client.DataPointTypeRegistry
-
Packages that use DataPointTypeRegistry Package Description org.kairosdb.client org.kairosdb.client.deserializer org.kairosdb.client.response -
-
Uses of DataPointTypeRegistry in org.kairosdb.client
Methods in org.kairosdb.client that return DataPointTypeRegistry Modifier and Type Method Description DataPointTypeRegistryHttpClient. getTypeRegistry()Constructors in org.kairosdb.client with parameters of type DataPointTypeRegistry Constructor Description JsonMapper(DataPointTypeRegistry typeRegistry) -
Uses of DataPointTypeRegistry in org.kairosdb.client.deserializer
Constructors in org.kairosdb.client.deserializer with parameters of type DataPointTypeRegistry Constructor Description ResultsDeserializer(DataPointTypeRegistry typeRegistry) -
Uses of DataPointTypeRegistry in org.kairosdb.client.response
Constructors in org.kairosdb.client.response with parameters of type DataPointTypeRegistry Constructor Description DefaultJsonResponseHandler(Class<T> clazz, DataPointTypeRegistry typeRegistry)DefaultJsonResponseHandler(Type type, DataPointTypeRegistry typeRegistry)
-