public class RestrictedHostsUtil extends Object
Modifier and Type | Class and Description |
---|---|
protected class |
RestrictedHostsUtil.HostAssginmentComparator |
protected class |
RestrictedHostsUtil.HostAssignment |
Modifier and Type | Field and Description |
---|---|
static
org.apache.commons.logging.Log |
LOG |
protected Map<String,RestrictedHostsUtil.HostAssignment> |
mp |
protected PriorityQueue<String> |
q |
protected List<String> |
restrictHosts |
Constructor and Description |
---|
RestrictedHostsUtil(String[] restrictHosts) |
Modifier and Type | Method and Description |
---|---|
void |
addForestHost(String hostname) |
String |
getNextHost(String hostName) |
public static final org.apache.commons.logging.Log LOG
protected Map<String,RestrictedHostsUtil.HostAssignment> mp
protected PriorityQueue<String> q
public RestrictedHostsUtil(String[] restrictHosts)
hosts
-Copyright © 2020 MarkLogic
Corporation. All Rights Reserved.
Complete online documentation for MarkLogic Server,
XQuery and related components may be found at
developer.marklogic.com