CVS update: JGroups/src/org/jgroups Global.java
"Bela Ban" <[email protected]> Fri, 17 Sep 2010 11:49:38 +0000
| Newsgroups | gmane.comp.java.javagroups.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: belaban
Date: 10/09/17 11:49:38
Modified: src/org/jgroups Global.java
Log:
use of Util.createConcurrentMap() to create ConcurrentHashMaps. This is also governed by system props (https://jira.jboss.org/browse/JGRP-1049)
Revision Changes Path
1.61 +5 -1 JGroups/src/org/jgroups/Global.java
Index: Global.java
===================================================================
RCS file: /cvsroot/javagroups/JGroups/src/org/jgroups/Global.java,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- Global.java 3 Aug 2010 17:01:27 -0000 1.60
+++ Global.java 17 Sep 2010 11:49:37 -0000 1.61
@@ -8,7 +8,7 @@
* Globals used by JGroups packages.
*
* @author Bela Ban Mar 29, 2004
- * @version $Id: Global.java,v 1.60 2010/08/03 17:01:27 belaban Exp $
+ * @version $Id: Global.java,v 1.61 2010/09/17 11:49:37 belaban Exp $
*/
public class Global {
public static final int BYTE_SIZE = Byte.SIZE / 8; // 1
@@ -97,6 +97,10 @@
public static final String FD_SOCK_SRV_SOCK="jgroups.fd_sock.srv_sock";
public static final String BSH_SRV_SOCK="jgroups.bsh.srv_sock";
+ public static final String CCHM_INITIAL_CAPACITY="cchm.initial_capacity";
+ public static final String CCHM_LOAD_FACTOR="cchm.load_factor";
+ public static final String CCHM_CONCURRENCY_LEVEL="cchm.concurrency_level";
+
public static final int IPV4_SIZE=4;
public static final int IPV6_SIZE=16;
------------------------------------------------------------------------------
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