Class Target
- java.lang.Object
-
- org.apache.activemq.partition.dto.Target
-
public class Target extends Object
Represents a partition target. This identifies the brokers that a partition lives on.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HashSet<String>
getIds()
void
setIds(Collection<String> ids)
String
toString()
-