com.sun.sgs.impl.service.nodemap
Class NodeMappingServiceStats

java.lang.Object
  extended by com.sun.sgs.impl.service.nodemap.NodeMappingServiceStats
All Implemented Interfaces:
NodeMappingServiceMXBean

 class NodeMappingServiceStats
extends Object
implements NodeMappingServiceMXBean

The Statistics MBean object for the node mapping service.


Field Summary
(package private)  AggregateProfileOperation addIdentityRelocationListenerOp
           
(package private)  AggregateProfileOperation addNodeMappingListenerOp
           
(package private)  ProfileOperation assignNodeOp
           
(package private)  ProfileOperation getIdentitiesOp
           
(package private)  ProfileOperation getNodeOp
           
(package private)  ProfileOperation setStatusOp
           
 
Fields inherited from interface com.sun.sgs.management.NodeMappingServiceMXBean
MXBEAN_NAME
 
Constructor Summary
NodeMappingServiceStats(ProfileCollector collector)
           
 
Method Summary
 long getAddIdentityRelocationListenerCalls()
          Returns the number of times addIdentityRelocationListener has been called.
 long getAddNodeMappingListenerCalls()
          Returns the number of times addNodeMappingListener has been called.
 long getAssignNodeCalls()
          Returns the number of times assignNode has been called.
 long getGetIdentitiesCalls()
          Returns the number of times getIdentities has been called.
 long getGetNodeCalls()
          Returns the number of times getNode has been called.
 long getSetStatusCalls()
          Returns the number of times setStatus has been called.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

addNodeMappingListenerOp

final AggregateProfileOperation addNodeMappingListenerOp

addIdentityRelocationListenerOp

final AggregateProfileOperation addIdentityRelocationListenerOp

assignNodeOp

final ProfileOperation assignNodeOp

getIdentitiesOp

final ProfileOperation getIdentitiesOp

getNodeOp

final ProfileOperation getNodeOp

setStatusOp

final ProfileOperation setStatusOp
Constructor Detail

NodeMappingServiceStats

NodeMappingServiceStats(ProfileCollector collector)
Method Detail

getAddNodeMappingListenerCalls

public long getAddNodeMappingListenerCalls()
Returns the number of times addNodeMappingListener has been called.

Specified by:
getAddNodeMappingListenerCalls in interface NodeMappingServiceMXBean
Returns:
the number of times addNodeMappingListener has been called

getAddIdentityRelocationListenerCalls

public long getAddIdentityRelocationListenerCalls()
Returns the number of times addIdentityRelocationListener has been called.

Specified by:
getAddIdentityRelocationListenerCalls in interface NodeMappingServiceMXBean
Returns:
the number of times addIdentityRelocationListener has been called

getAssignNodeCalls

public long getAssignNodeCalls()
Returns the number of times assignNode has been called.

Specified by:
getAssignNodeCalls in interface NodeMappingServiceMXBean
Returns:
the number of times assignNode has been called

getGetIdentitiesCalls

public long getGetIdentitiesCalls()
Returns the number of times getIdentities has been called.

Specified by:
getGetIdentitiesCalls in interface NodeMappingServiceMXBean
Returns:
the number of times getIdentities has been called

getGetNodeCalls

public long getGetNodeCalls()
Returns the number of times getNode has been called.

Specified by:
getGetNodeCalls in interface NodeMappingServiceMXBean
Returns:
the number of times getNode has been called

getSetStatusCalls

public long getSetStatusCalls()
Returns the number of times setStatus has been called.

Specified by:
getSetStatusCalls in interface NodeMappingServiceMXBean
Returns:
the number of times setStatus has been called

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