|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProfileCollector.ProfileLevel | |
|---|---|
| com.sun.sgs.impl.profile | Provides an implementation for some interfaces in
com.sun.sgs.profile. |
| com.sun.sgs.management | Provides the RedDwarf management interfaces exposed via JMX. |
| com.sun.sgs.profile | Interfaces used to create profiling information. |
| Uses of ProfileCollector.ProfileLevel in com.sun.sgs.impl.profile |
|---|
| Methods in com.sun.sgs.impl.profile that return ProfileCollector.ProfileLevel | |
|---|---|
ProfileCollector.ProfileLevel |
ProfileController.getConsumerLevel(String consumer)
Gets the current profile level of the named consumer. |
ProfileCollector.ProfileLevel |
ProfileCollectorImpl.getDefaultProfileLevel()
Gets the default system profiling level, which is the default level for any newly created ProfileConsumer. |
ProfileCollector.ProfileLevel |
ProfileController.getDefaultProfileLevel()
Gets the default profile level for all newly created consumers. |
ProfileCollector.ProfileLevel |
ProfileConsumerImpl.getProfileLevel()
Get the local profiling level for this consumer. |
| Methods in com.sun.sgs.impl.profile with parameters of type ProfileCollector.ProfileLevel | |
|---|---|
ProfileCounter |
ProfileConsumerImpl.createCounter(String name,
ProfileConsumer.ProfileDataType type,
ProfileCollector.ProfileLevel minLevel)
Creates the named counter in this consumer. |
ProfileOperation |
ProfileConsumerImpl.createOperation(String name,
ProfileConsumer.ProfileDataType type,
ProfileCollector.ProfileLevel minLevel)
Creates the named operation in this consumer. |
ProfileSample |
ProfileConsumerImpl.createSample(String name,
ProfileConsumer.ProfileDataType type,
ProfileCollector.ProfileLevel minLevel)
Creates the named sample collection in this consumer. |
void |
ProfileController.setConsumerLevel(String consumer,
ProfileCollector.ProfileLevel level)
Sets the current profile level of the named consumer. |
void |
ProfileCollectorImpl.setDefaultProfileLevel(ProfileCollector.ProfileLevel level)
Sets the default profile level, used as the initial level when creating new ProfileConsumers. |
void |
ProfileController.setDefaultProfileLevel(ProfileCollector.ProfileLevel level)
Sets the default profile level for all newly created consumers. |
void |
ProfileConsumerImpl.setProfileLevel(ProfileCollector.ProfileLevel level)
Set the local profiling level for this consumer. |
| Constructors in com.sun.sgs.impl.profile with parameters of type ProfileCollector.ProfileLevel | |
|---|---|
ProfileCollectorImpl(ProfileCollector.ProfileLevel level,
Properties appProperties,
ComponentRegistry systemRegistry)
Creates an instance of ProfileCollectorImpl. |
|
| Uses of ProfileCollector.ProfileLevel in com.sun.sgs.management |
|---|
| Methods in com.sun.sgs.management that return ProfileCollector.ProfileLevel | |
|---|---|
ProfileCollector.ProfileLevel |
ProfileControllerMXBean.getConsumerLevel(String consumer)
Gets the current profile level of the named consumer. |
ProfileCollector.ProfileLevel |
ProfileControllerMXBean.getDefaultProfileLevel()
Gets the default profile level for all newly created consumers. |
| Methods in com.sun.sgs.management with parameters of type ProfileCollector.ProfileLevel | |
|---|---|
void |
ProfileControllerMXBean.setConsumerLevel(String consumer,
ProfileCollector.ProfileLevel level)
Sets the current profile level of the named consumer. |
void |
ProfileControllerMXBean.setDefaultProfileLevel(ProfileCollector.ProfileLevel level)
Sets the default profile level for all newly created consumers. |
| Uses of ProfileCollector.ProfileLevel in com.sun.sgs.profile |
|---|
| Methods in com.sun.sgs.profile that return ProfileCollector.ProfileLevel | |
|---|---|
ProfileCollector.ProfileLevel |
ProfileCollector.getDefaultProfileLevel()
Gets the default system profiling level, which is the default level for any newly created ProfileConsumer. |
ProfileCollector.ProfileLevel |
ProfileConsumer.getProfileLevel()
Get the local profiling level for this consumer. |
static ProfileCollector.ProfileLevel |
ProfileCollector.ProfileLevel.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ProfileCollector.ProfileLevel[] |
ProfileCollector.ProfileLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.sun.sgs.profile with parameters of type ProfileCollector.ProfileLevel | |
|---|---|
ProfileCounter |
ProfileConsumer.createCounter(String name,
ProfileConsumer.ProfileDataType type,
ProfileCollector.ProfileLevel minLevel)
Creates the named counter in this consumer. |
ProfileOperation |
ProfileConsumer.createOperation(String name,
ProfileConsumer.ProfileDataType type,
ProfileCollector.ProfileLevel minLevel)
Creates the named operation in this consumer. |
ProfileSample |
ProfileConsumer.createSample(String name,
ProfileConsumer.ProfileDataType type,
ProfileCollector.ProfileLevel minLevel)
Creates the named sample collection in this consumer. |
void |
ProfileCollector.setDefaultProfileLevel(ProfileCollector.ProfileLevel level)
Sets the default profile level, used as the initial level when creating new ProfileConsumers. |
void |
ProfileConsumer.setProfileLevel(ProfileCollector.ProfileLevel level)
Set the local profiling level for this consumer. |
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||