public class HostnameDeterministicRuleEngineConfig extends Object implements Marshallable
Constructor and Description |
---|
HostnameDeterministicRuleEngineConfig() |
Modifier and Type | Method and Description |
---|---|
void |
blacklistHost(String host) |
com.google.common.collect.ImmutableSet<String> |
getBlacklistHosts() |
byte[] |
getBytes(Marshaller marshaller) |
com.google.common.collect.ImmutableSet<String> |
getWhitelistHosts() |
String |
keyName() |
void |
putBytes(Unmarshaller unmarshaller,
byte[] data) |
void |
whitelistHost(String host) |
public HostnameDeterministicRuleEngineConfig()
public void blacklistHost(String host)
public void whitelistHost(String host)
public com.google.common.collect.ImmutableSet<String> getBlacklistHosts()
public com.google.common.collect.ImmutableSet<String> getWhitelistHosts()
public String keyName()
keyName
in interface Marshallable
public byte[] getBytes(Marshaller marshaller)
getBytes
in interface Marshallable
public void putBytes(Unmarshaller unmarshaller, byte[] data)
putBytes
in interface Marshallable
Copyright © 2016. All Rights Reserved.