Uses of Interface
com.sun.sgs.profile.ProfileSample

Packages that use ProfileSample
com.sun.sgs.impl.profile Provides an implementation for some interfaces in com.sun.sgs.profile
com.sun.sgs.impl.service.data.store Provides facilities for storing objects used by DataServiceImpl
com.sun.sgs.profile Interfaces used to create profiling information. 
 

Uses of ProfileSample in com.sun.sgs.impl.profile
 

Methods in com.sun.sgs.impl.profile that return ProfileSample
 ProfileSample ProfileConsumerImpl.createSample(String name, ProfileConsumer.ProfileDataType type, ProfileCollector.ProfileLevel minLevel)
          Creates the named sample collection in this consumer.
 

Uses of ProfileSample in com.sun.sgs.impl.service.data.store
 

Fields in com.sun.sgs.impl.service.data.store declared as ProfileSample
(package private)  ProfileSample DataStoreStats.readBytesSample
          Records a list of the number of bytes read by calls to the getObject method.
(package private)  ProfileSample DataStoreStats.writtenBytesSample
          Records a list of the number of bytes written by calls to the setObject and setObjects methods.
 

Uses of ProfileSample in com.sun.sgs.profile
 

Subinterfaces of ProfileSample in com.sun.sgs.profile
 interface AggregateProfileSample
          A profile sample which is aggregated until explicitly cleared.
 interface TaskProfileSample
          A profile sample which provides information to ProfileReports.
 

Methods in com.sun.sgs.profile that return ProfileSample
 ProfileSample ProfileConsumer.createSample(String name, ProfileConsumer.ProfileDataType type, ProfileCollector.ProfileLevel minLevel)
          Creates the named sample collection in this consumer.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved