AbstractReplicatedMap.memberDisappeared
Code IndexAdd Codota to your IDE (free)

Best Java code snippets using org.apache.catalina.tribes.tipis.AbstractReplicatedMap.memberDisappeared (Showing top 8 results out of 315)

origin: org.apache.geronimo.ext.tomcat/tribes

  memberDisappeared(faultyMember.getMember());
if ( (now - access) > timeout ) {
  it.remove();
  memberDisappeared(entry.getKey());
origin: org.apache.catalina.springsource/com.springsource.org.apache.catalina.tribes.springsource

  memberDisappeared(faultyMember.getMember());
if ( (now - access) > timeout ) {
  it.remove();
  memberDisappeared( (Member) entry.getKey());
origin: codefollower/Tomcat-Research

  memberDisappeared(faultyMember.getMember());
long access = mapMembers.get(member).longValue();
if ( (now - access) > timeout ) {
  memberDisappeared(member);
origin: org.apache.tomcat/tomcat-tribes

  memberDisappeared(faultyMember.getMember());
if ( (now - access) > timeout ) {
  log.warn(sm.getString("abstractReplicatedMap.ping.timeout", member, mapname));
  memberDisappeared(member);
origin: codefollower/Tomcat-Research

memberDisappeared(mapmsg.getPrimary());
origin: org.apache.catalina.springsource/com.springsource.org.apache.catalina.tribes.springsource

memberDisappeared(mapmsg.getPrimary());
origin: org.apache.geronimo.ext.tomcat/tribes

memberDisappeared(mapmsg.getPrimary());
origin: org.apache.tomcat/tomcat-tribes

memberDisappeared(mapmsg.getPrimary());
org.apache.catalina.tribes.tipisAbstractReplicatedMapmemberDisappeared

Popular methods of AbstractReplicatedMap

  • broadcast
    Helper method to broadcast a message to all members in a channel
  • clear
  • containsKey
    Returns true if the key has an entry in the map. The entry can be a proxy or a backup entry, invokin
  • getChannel
  • getChannelSendOptions
  • getExternalLoaders
  • getMapContextName
  • getMapMembers
  • getMapMembersExcl
  • getMapOwner
  • getNextBackupIndex
  • getRpcChannel
  • getNextBackupIndex,
  • getRpcChannel,
  • getRpcTimeout,
  • getStateMessageType,
  • inSet,
  • init,
  • keySet,
  • mapMemberAdded,
  • memberAlive

Popular in Java

  • Running tasks concurrently on multiple threads
  • getSystemService (Context)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • scheduleAtFixedRate (ScheduledExecutorService)
    Creates and executes a periodic action that becomes enabled first after the given initial delay, and
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • Reference (javax.naming)
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Option (scala)

For IntelliJ IDEA,
Android Studio or Eclipse

  • Search for JavaScript code betaCodota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutBlogContact Us
  • Plugin user guideTerms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)