Package org.apache.wayang.core.profiling
Class ProfileDBs
- java.lang.Object
-
- org.apache.wayang.core.profiling.ProfileDBs
-
public class ProfileDBs extends java.lang.Object
Utilities to work withProfileDB
s.
-
-
Constructor Summary
Constructors Constructor Description ProfileDBs()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProfileDB
createProfileDB()
Create and customize aProfileDB
.static void
customize(ProfileDB profileDB)
Customize aProfileDB
for use with Wayang.
-