Uses of Interface
io.ebeaninternal.server.transaction.ProfileStream
Packages that use ProfileStream
Package
Description
Transaction implementation
-
Uses of ProfileStream in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return ProfileStreamModifier and TypeMethodDescriptionSpiProfileHandler.createProfileStream(ProfileLocation location) Create a profiling stream if we are profiling this transaction.SpiTransaction.profileStream()Return the stream that profiling events are written to.SpiTransactionProxy.profileStream()Methods in io.ebeaninternal.api with parameters of type ProfileStreamModifier and TypeMethodDescriptionvoidSpiTransaction.setProfileStream(ProfileStream profileStream) Set the profileStream to catch and time all the events for this transaction.voidSpiTransactionProxy.setProfileStream(ProfileStream profileStream) -
Uses of ProfileStream in io.ebeaninternal.server.transaction
Classes in io.ebeaninternal.server.transaction that implement ProfileStreamModifier and TypeClassDescriptionfinal classDefault transaction profiling event collection.Methods in io.ebeaninternal.server.transaction that return ProfileStreamModifier and TypeMethodDescriptionDefaultProfileHandler.createProfileStream(ProfileLocation location) Create and return a ProfileStream.NoopProfileHandler.createProfileStream(ProfileLocation location)