Apache Tomcat 7.0.32
org.apache.catalina.tribes.tipis

Class ReplicatedMap

    • 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 7.0.32

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