Apache Tomcat 6.0.24

org.apache.catalina.tribes.tipis

Class ReplicatedMap

    • Field Detail

      • log

        protected static Log log
    • Constructor Detail

      • ReplicatedMap

        public ReplicatedMap(AbstractReplicatedMap.MapOwner owner,
                     Channel channel,
                     long timeout,
                     java.lang.String mapContextName,
                     int initialCapacity,
                     float loadFactor,
                     java.lang.ClassLoader[] cls)
        Creates a new map
        Parameters:
        channel - The channel to use for communication
        timeout - long - timeout for RPC messags
        mapContextName - String - unique name for this map, to allow multiple maps per channel
        initialCapacity - int - the size of this map, see HashMap
        loadFactor - float - load factor, see HashMap
      • ReplicatedMap

        public ReplicatedMap(AbstractReplicatedMap.MapOwner owner,
                     Channel channel,
                     long timeout,
                     java.lang.String mapContextName,
                     int initialCapacity,
                     java.lang.ClassLoader[] cls)
        Creates a new map
        Parameters:
        channel - The channel to use for communication
        timeout - long - timeout for RPC messags
        mapContextName - String - unique name for this map, to allow multiple maps per channel
        initialCapacity - int - the size of this map, see HashMap
      • ReplicatedMap

        public ReplicatedMap(AbstractReplicatedMap.MapOwner owner,
                     Channel channel,
                     long timeout,
                     java.lang.String mapContextName,
                     java.lang.ClassLoader[] cls)
        Creates a new map
        Parameters:
        channel - The channel to use for communication
        timeout - long - timeout for RPC messags
        mapContextName - String - unique name for this map, to allow multiple maps per channel
Apache Tomcat 6.0.24

Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.