CVS update: JGroups/src/org/jgroups/protocols DAISYCHAIN.java
"Bela Ban" <[email protected]> Mon, 27 Sep 2010 07:10:42 +0000
| Newsgroups | gmane.comp.java.javagroups.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: belaban
Date: 10/09/27 07:10:41
Modified: src/org/jgroups/protocols DAISYCHAIN.java
Log:
ns
Revision Changes Path
1.14 +3 -3 JGroups/src/org/jgroups/protocols/DAISYCHAIN.java
Index: DAISYCHAIN.java
===================================================================
RCS file: /cvsroot/javagroups/JGroups/src/org/jgroups/protocols/DAISYCHAIN.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- DAISYCHAIN.java 14 Sep 2010 12:19:21 -0000 1.13
+++ DAISYCHAIN.java 27 Sep 2010 07:10:41 -0000 1.14
@@ -20,7 +20,7 @@
* send another message. This leads to much better throughput, see the ref in the JIRA.<p/>
* JIRA: https://jira.jboss.org/browse/JGRP-1021
* @author Bela Ban
- * @version $Id: DAISYCHAIN.java,v 1.13 2010/09/14 12:19:21 belaban Exp $
+ * @version $Id: DAISYCHAIN.java,v 1.14 2010/09/27 07:10:41 belaban Exp $
*/
@Experimental @Unsupported
@MBean(description="Protocol just above the transport which disseminates multicasts via daisy chaining")
@@ -54,10 +54,10 @@
public int msgs_sent=0;
@ManagedAttribute
- public int getForwardQueueSize() {return forward_queue.size();}
+ public int getElementsInForwardQueue() {return forward_queue.size();}
@ManagedAttribute
- public int getSendQueueSize() {return send_queue.size();}
+ public int getElementsInSendQueue() {return send_queue.size();}
public void init() throws Exception {
default_pool=getTransport().getDefaultThreadPool();
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev