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 ProfileDBProfileDB. registerMeasurementClass(java.lang.Class<? extends Measurement> measurementClass)Register aMeasurementtype.ProfileDBProfileDB. withGsonPreparation(java.util.function.Consumer<com.google.gson.GsonBuilder> preparation)Apply any changes necessary toGsonso 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 voidStorage. 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 ProfileDBProfileDBs. createProfileDB()Create and customize aProfileDB.Methods in org.apache.wayang.core.profiling with parameters of type ProfileDB Modifier and Type Method Description static voidProfileDBs. customize(ProfileDB profileDB)Customize aProfileDBfor use with Wayang.
-