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

Packages that use ProfileCounter
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 ProfileCounter in com.sun.sgs.impl.profile
 

Methods in com.sun.sgs.impl.profile that return ProfileCounter
 ProfileCounter ProfileConsumerImpl.createCounter(String name, ProfileConsumer.ProfileDataType type, ProfileCollector.ProfileLevel minLevel)
          Creates the named counter in this consumer.
 

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

Fields in com.sun.sgs.impl.service.data.store declared as ProfileCounter
(package private)  ProfileCounter DataStoreStats.readBytesCounter
          Records the number of bytes read by the getObject method.
(package private)  ProfileCounter DataStoreStats.readObjectsCounter
          Records the number of objects read by the getObject method.
(package private)  ProfileCounter DataStoreStats.writtenBytesCounter
          Records the number of bytes written by the setObject and setObjects methods.
(package private)  ProfileCounter DataStoreStats.writtenObjectsCounter
          Records the number of objects written by the setObject and setObjects methods.
 

Uses of ProfileCounter in com.sun.sgs.profile
 

Subinterfaces of ProfileCounter in com.sun.sgs.profile
 interface AggregateProfileCounter
          A profile counter which is initially 0, and increments until it is explicitly cleared.
 interface TaskProfileCounter
          A counter which provides task-local information to ProfileReports.
 

Methods in com.sun.sgs.profile that return ProfileCounter
 ProfileCounter ProfileConsumer.createCounter(String name, ProfileConsumer.ProfileDataType type, ProfileCollector.ProfileLevel minLevel)
          Creates the named counter 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