Package | Description |
---|---|
com.xjeffrose.xio.config | |
com.xjeffrose.xio.config.thrift |
Modifier and Type | Field and Description |
---|---|
protected RuleType |
UpdateMessage.ruleType |
Modifier and Type | Method and Description |
---|---|
Result |
Http1Rules.add(Http1Rule http1Rule,
RuleType ruleType,
BlockingQueue<UpdateMessage> workLoad) |
Result |
IpRules.add(IpRule ipRule,
RuleType ruleType,
BlockingQueue<UpdateMessage> workLoad) |
static UpdateMessage |
UpdateMessage.addHttp1Rule(Http1DeterministicRuleEngineConfig.Rule http1Rule,
RuleType ruleType) |
static UpdateMessage |
UpdateMessage.addIpRule(InetAddress address,
RuleType ruleType) |
void |
ZooKeeperUpdateHandler.process(UpdateType updateType,
Http1DeterministicRuleEngineConfig.Rule http1Rule,
RuleType ruleType) |
void |
ZooKeeperUpdateHandler.process(UpdateType updateType,
InetAddress address,
RuleType ruleType) |
Modifier and Type | Method and Description |
---|---|
void |
Ruleset.populateHttp1Rules(Map<Http1DeterministicRuleEngineConfig.Rule,RuleType> rules) |
void |
Ruleset.populateIpRules(Map<InetAddress,RuleType> rules) |
Modifier and Type | Field and Description |
---|---|
RuleType |
ConfigurationService.addIpRule_args.ruleType |
RuleType |
ConfigurationService.addHttp1Rule_args.ruleType |
Modifier and Type | Method and Description |
---|---|
static RuleType |
RuleType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
RuleType |
ConfigurationService.addIpRule_args.getRuleType() |
RuleType |
ConfigurationService.addHttp1Rule_args.getRuleType() |
static RuleType |
RuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleType[] |
RuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Result |
ConfigurationService.Iface.addHttp1Rule(Http1Rule http1Rule,
RuleType ruleType) |
Result |
ConfigurationService.Client.addHttp1Rule(Http1Rule http1Rule,
RuleType ruleType) |
void |
ConfigurationService.AsyncIface.addHttp1Rule(Http1Rule http1Rule,
RuleType ruleType,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
ConfigurationService.AsyncClient.addHttp1Rule(Http1Rule http1Rule,
RuleType ruleType,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
Result |
ConfigurationService.Iface.addIpRule(IpRule ipRule,
RuleType ruleType) |
Result |
ConfigurationService.Client.addIpRule(IpRule ipRule,
RuleType ruleType) |
void |
ConfigurationService.AsyncIface.addIpRule(IpRule ipRule,
RuleType ruleType,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
ConfigurationService.AsyncClient.addIpRule(IpRule ipRule,
RuleType ruleType,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
ConfigurationService.Client.send_addHttp1Rule(Http1Rule http1Rule,
RuleType ruleType) |
void |
ConfigurationService.Client.send_addIpRule(IpRule ipRule,
RuleType ruleType) |
ConfigurationService.addIpRule_args |
ConfigurationService.addIpRule_args.setRuleType(RuleType ruleType) |
ConfigurationService.addHttp1Rule_args |
ConfigurationService.addHttp1Rule_args.setRuleType(RuleType ruleType) |
Constructor and Description |
---|
addHttp1Rule_args(Http1Rule http1Rule,
RuleType ruleType) |
addHttp1Rule_call(Http1Rule http1Rule,
RuleType ruleType,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
addIpRule_args(IpRule ipRule,
RuleType ruleType) |
addIpRule_call(IpRule ipRule,
RuleType ruleType,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
Copyright © 2016. All Rights Reserved.