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 aMeasurementtype.ProfileDB.withGsonPreparation(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 ProfileDBModifier and TypeMethodDescriptionvoidStorage.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 ProfileDBProfileDBs.createProfileDB()Create and customize aProfileDB.Methods in org.apache.wayang.core.profiling with parameters of type ProfileDB