xmlBlaster 1.6.2 API

Uses of Class
org.xmlBlaster.engine.cluster.NodeMasterInfo

Packages that use NodeMasterInfo
org.xmlBlaster.engine.cluster   
org.xmlBlaster.engine.cluster.simpledomain   
 

Uses of NodeMasterInfo in org.xmlBlaster.engine.cluster
 

Fields in org.xmlBlaster.engine.cluster declared as NodeMasterInfo
private  NodeMasterInfo PublishRetQosWrapper.nodeMasterInfo
           
private  NodeMasterInfo NodeParser.tmpMaster
           
 

Methods in org.xmlBlaster.engine.cluster that return NodeMasterInfo
 NodeMasterInfo I_LoadBalancer.getClusterNode(java.util.Set nodeMasterInfoSet)
          Your plugin should determine which xmlBlaster node to choose.
 NodeMasterInfo[] ClusterNode.getNodeMasterInfos()
          Access the filter rules to determine the master of a message.
 NodeMasterInfo PublishRetQosWrapper.getNodeMasterInfo()
           
 NodeMasterInfo ClusterManager.getConnection(SessionInfo publisherSession, MsgUnit msgUnit)
           
 NodeMasterInfo ClusterManager.getConnection(SessionInfo publisherSession, MsgUnit msgUnit, Destination destination)
          Get connection to the master node (or a node at a closer stratum to the master).
 NodeMasterInfo I_MapMsgToMasterId.getMasterId(NodeMasterInfo nodeMasterInfo, MsgUnit msgUnit)
          Find out who is the master of the provided message.
 

Methods in org.xmlBlaster.engine.cluster with parameters of type NodeMasterInfo
 java.lang.String ClusterNode.replace(NodeMasterInfo old, java.lang.String xmlNew)
           
 void ClusterNode.addNodeMasterInfo(NodeMasterInfo domainInfo)
          Set the filter rules to determine the master of a message.
 void ClusterNode.removeNodeMasterInfo(NodeMasterInfo domainInfo)
           
 NodeMasterInfo I_MapMsgToMasterId.getMasterId(NodeMasterInfo nodeMasterInfo, MsgUnit msgUnit)
          Find out who is the master of the provided message.
 

Constructors in org.xmlBlaster.engine.cluster with parameters of type NodeMasterInfo
PublishRetQosWrapper(NodeMasterInfo nodeMasterInfo, PublishReturnQos publishRetQos)
           
 

Uses of NodeMasterInfo in org.xmlBlaster.engine.cluster.simpledomain
 

Methods in org.xmlBlaster.engine.cluster.simpledomain that return NodeMasterInfo
 NodeMasterInfo RoundRobin.getClusterNode(java.util.Set nodeMasterInfoSet)
          We determine which xmlBlaster node to choose with a simple counter.
 NodeMasterInfo DomainToMaster.getMasterId(NodeMasterInfo nodeMasterInfo, MsgUnit msgUnit)
          Find out who is the master of the provided message.
 

Methods in org.xmlBlaster.engine.cluster.simpledomain with parameters of type NodeMasterInfo
 NodeMasterInfo DomainToMaster.getMasterId(NodeMasterInfo nodeMasterInfo, MsgUnit msgUnit)
          Find out who is the master of the provided message.
 


xmlBlaster 1.6.2 API

Copyright © 1999-2007 The xmlBlaster.org contributers.