Holger's
Java API

Uses of Class
com.antelmann.math.DataMap

Packages that use DataMap
com.antelmann.db This package contains generally useful classes for generic database management. 
com.antelmann.math This package contains classes to ease calculations. 
com.antelmann.sql This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes 
 

Uses of DataMap in com.antelmann.db
 

Methods in com.antelmann.db that return DataMap
 DataMap<String> DBStoreProfiler.getProfile(Class<?> type)
          the returned profile contains DataPoints that represent the duration of each store call in milliseconds
 

Uses of DataMap in com.antelmann.math
 

Methods in com.antelmann.math that return DataMap
 DataMap<T> DataMap.clone()
           
 

Methods in com.antelmann.math with parameters of type DataMap
 void DataMap.addAll(DataMap<T> data)
           
 

Constructors in com.antelmann.math with parameters of type DataMap
DataMap.SnapshotModel(DataMap<?> data)
           
 

Uses of DataMap in com.antelmann.sql
 

Methods in com.antelmann.sql that return DataMap
 DataMap<String> MySQLLog.getDataMap()
          by default, this DataMap is not filled by the logged events.
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads