Apache Tomcat 7.0.47
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
      • ReplicatedMap

        public ReplicatedMap(AbstractReplicatedMap.MapOwner owner,
                     Channel channel,
                     long timeout,
                     java.lang.String mapContextName,
                     java.lang.ClassLoader[] cls,
                     boolean terminate)
        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
        terminate - boolean - Flag for whether to terminate this map that failed to start.
Apache Tomcat 7.0.47

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