Uses of Class
org.apache.wayang.commons.util.profiledb.ProfileDB
Packages that use ProfileDB
Package
Description
-
Uses of ProfileDB in org.apache.wayang.commons.util.profiledb
Methods in org.apache.wayang.commons.util.profiledb that return ProfileDBModifier and TypeMethodDescriptionProfileDB.registerMeasurementClass
(Class<? extends Measurement> measurementClass) Register aMeasurement
type.ProfileDB.withGsonPreparation
(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 ProfileDBModifier and TypeMethodDescriptionvoid
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 ProfileDBModifier and TypeMethodDescriptionstatic ProfileDB
ProfileDBs.createProfileDB()
Create and customize aProfileDB
.Methods in org.apache.wayang.core.profiling with parameters of type ProfileDB