xmlBlaster 2.2.0 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, java.lang.String keyOidForLogging)
          Your plugin should determine which xmlBlaster node to choose.
 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.
 NodeMasterInfo PublishRetQosWrapper.getNodeMasterInfo()
           
 NodeMasterInfo[] ClusterNode.getNodeMasterInfos()
          Access the filter rules to determine the master of a message.
 

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

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, java.lang.String keyOidForLogging)
          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 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.