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 Target
PartitionBroker. getTarget(ActiveMQDestination dest)
protected Target
PartitionBroker. 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. byClientId
If 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. byQueue
Used to map the preferred partitioning of queues across a set of brokers.HashMap<String,Target>
Partitioning. bySourceIp
If 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. byTopic
Used to map the preferred partitioning of topics across a set of brokers.HashMap<String,Target>
Partitioning. byUserName
If 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 void
Partitioning. setByClientId(HashMap<String,Target> byClientId)
void
Partitioning. setByQueue(HashMap<String,Target> byQueue)
void
Partitioning. setBySourceIp(HashMap<String,Target> bySourceIp)
void
Partitioning. setByTopic(HashMap<String,Target> byTopic)
void
Partitioning. setByUserName(HashMap<String,Target> byUserName)
-