Uses of Class
org.apache.activemq.partition.dto.Target
-
Packages that use Target Package Description org.apache.activemq.partition org.apache.activemq.partition.dto -
-
Uses of Target in org.apache.activemq.partition
Methods in org.apache.activemq.partition that return Target Modifier and Type Method Description protected TargetPartitionBroker. getTarget(ActiveMQDestination dest)protected TargetPartitionBroker. pickBestBroker(org.apache.activemq.partition.PartitionBroker.ConnectionMonitor monitor) -
Uses of Target in org.apache.activemq.partition.dto
Fields in org.apache.activemq.partition.dto with type parameters of type Target Modifier and Type Field Description HashMap<String,Target>Partitioning. byClientIdIf a client connects with a clientId which is listed in the map, then he will be immediately reconnected to the partition target immediately.HashMap<String,Target>Partitioning. byQueueUsed to map the preferred partitioning of queues across a set of brokers.HashMap<String,Target>Partitioning. bySourceIpIf a client connects with source ip which is listed in the map, then he will be immediately reconnected to the partition target immediately.HashMap<String,Target>Partitioning. byTopicUsed to map the preferred partitioning of topics across a set of brokers.HashMap<String,Target>Partitioning. byUserNameIf a client connects with a user priciple which is listed in the map, then he will be immediately reconnected to the partition target immediately.Methods in org.apache.activemq.partition.dto that return types with arguments of type Target Modifier and Type Method Description HashMap<String,Target>Partitioning. getByClientId()HashMap<String,Target>Partitioning. getByQueue()HashMap<String,Target>Partitioning. getBySourceIp()HashMap<String,Target>Partitioning. getByTopic()HashMap<String,Target>Partitioning. getByUserName()Method parameters in org.apache.activemq.partition.dto with type arguments of type Target Modifier and Type Method Description voidPartitioning. setByClientId(HashMap<String,Target> byClientId)voidPartitioning. setByQueue(HashMap<String,Target> byQueue)voidPartitioning. setBySourceIp(HashMap<String,Target> bySourceIp)voidPartitioning. setByTopic(HashMap<String,Target> byTopic)voidPartitioning. setByUserName(HashMap<String,Target> byUserName)
-