Uses of Class
org.eclipse.persistence.tools.profiler.Profile
-
Packages that use Profile Package Description org.eclipse.persistence.tools.profiler -
-
Uses of Profile in org.eclipse.persistence.tools.profiler
Fields in org.eclipse.persistence.tools.profiler with type parameters of type Profile Modifier and Type Field Description protected List<Profile>PerformanceProfiler. profilesMethods in org.eclipse.persistence.tools.profiler that return Profile Modifier and Type Method Description ProfilePerformanceProfiler. buildProfileSummary()INTERNAL: Return a summary profile reporting on the profiles contained.Methods in org.eclipse.persistence.tools.profiler that return types with arguments of type Profile Modifier and Type Method Description Hashtable<Class<?>,Profile>PerformanceProfiler. buildProfileSummaryByClass()INTERNAL: Return a map of summary profiles reporting on the profile contained.Hashtable<Class<?>,Profile>PerformanceProfiler. buildProfileSummaryByQuery()INTERNAL: Return a map of summary profiles reporting on the profile contained.List<Profile>PerformanceProfiler. getProfiles()Return the profiles logged in this profiler.Methods in org.eclipse.persistence.tools.profiler with parameters of type Profile Modifier and Type Method Description protected voidPerformanceProfiler. addProfile(Profile profile)Method parameters in org.eclipse.persistence.tools.profiler with type arguments of type Profile Modifier and Type Method Description protected voidPerformanceProfiler. setProfiles(Vector<Profile> profiles)
-