public class NodeStat extends Object
Constructor and Description |
---|
NodeStat(Node node) |
NodeStat(SocketAddress address,
Boolean healthy,
Boolean usedForRouting,
com.google.common.collect.ImmutableList<String> filters) |
Modifier and Type | Method and Description |
---|---|
SocketAddress |
getAddress() |
com.google.common.collect.ImmutableList<String> |
getFilters() |
Boolean |
getHealthy() |
Boolean |
getUsedForRouting() |
void |
setHealthy(Boolean healthy) |
void |
setUsedForRouting(Boolean usedForRouting) |
public NodeStat(SocketAddress address, Boolean healthy, Boolean usedForRouting, com.google.common.collect.ImmutableList<String> filters)
public NodeStat(Node node)
public Boolean getUsedForRouting()
public void setUsedForRouting(Boolean usedForRouting)
public Boolean getHealthy()
public void setHealthy(Boolean healthy)
public SocketAddress getAddress()
public com.google.common.collect.ImmutableList<String> getFilters()
Copyright © 2016. All Rights Reserved.