Uses of Class
org.apache.wayang.commons.util.profiledb.ProfileDB
-
Packages that use ProfileDB Package Description org.apache.wayang.commons.util.profiledb org.apache.wayang.commons.util.profiledb.storage org.apache.wayang.core.profiling -
-
Uses of ProfileDB in org.apache.wayang.commons.util.profiledb
Methods in org.apache.wayang.commons.util.profiledb that return ProfileDB Modifier and Type Method Description ProfileDB
ProfileDB. registerMeasurementClass(java.lang.Class<? extends Measurement> measurementClass)
Register aMeasurement
type.ProfileDB
ProfileDB. withGsonPreparation(java.util.function.Consumer<com.google.gson.GsonBuilder> preparation)
Apply any changes necessary toGson
so that it can be used for de/serialization of custom objects. -
Uses of ProfileDB in org.apache.wayang.commons.util.profiledb.storage
Methods in org.apache.wayang.commons.util.profiledb.storage with parameters of type ProfileDB Modifier and Type Method Description void
Storage. setContext(ProfileDB context)
Sets the ProfileDB for this instance that manages all the Measurement subclasses -
Uses of ProfileDB in org.apache.wayang.core.profiling
Methods in org.apache.wayang.core.profiling that return ProfileDB Modifier and Type Method Description static ProfileDB
ProfileDBs. createProfileDB()
Create and customize aProfileDB
.Methods in org.apache.wayang.core.profiling with parameters of type ProfileDB Modifier and Type Method Description static void
ProfileDBs. customize(ProfileDB profileDB)
Customize aProfileDB
for use with Wayang.
-