Package | Description |
---|---|
com.xjeffrose.xio.config | |
com.xjeffrose.xio.config.thrift |
Modifier and Type | Method and Description |
---|---|
Result |
IpRules.add(IpRule ipRule,
RuleType ruleType,
BlockingQueue<UpdateMessage> workLoad) |
Result |
IpRules.remove(IpRule ipRule,
BlockingQueue<UpdateMessage> workLoad) |
Modifier and Type | Field and Description |
---|---|
IpRule |
ConfigurationService.addIpRule_args.ipRule |
IpRule |
ConfigurationService.removeIpRule_args.ipRule |
Modifier and Type | Method and Description |
---|---|
IpRule |
IpRule.deepCopy() |
IpRule |
ConfigurationService.addIpRule_args.getIpRule() |
IpRule |
ConfigurationService.removeIpRule_args.getIpRule() |
IpRule |
IpRule.setIpAddress(byte[] ipAddress) |
IpRule |
IpRule.setIpAddress(ByteBuffer ipAddress) |
Modifier and Type | Method and Description |
---|---|
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) |
int |
IpRule.compareTo(IpRule other) |
boolean |
IpRule.equals(IpRule that) |
Result |
ConfigurationService.Iface.removeIpRule(IpRule ipRule) |
Result |
ConfigurationService.Client.removeIpRule(IpRule ipRule) |
void |
ConfigurationService.AsyncIface.removeIpRule(IpRule ipRule,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
ConfigurationService.AsyncClient.removeIpRule(IpRule ipRule,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
ConfigurationService.Client.send_addIpRule(IpRule ipRule,
RuleType ruleType) |
void |
ConfigurationService.Client.send_removeIpRule(IpRule ipRule) |
ConfigurationService.addIpRule_args |
ConfigurationService.addIpRule_args.setIpRule(IpRule ipRule) |
ConfigurationService.removeIpRule_args |
ConfigurationService.removeIpRule_args.setIpRule(IpRule ipRule) |
Constructor and Description |
---|
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) |
IpRule(IpRule other)
Performs a deep copy on other.
|
removeIpRule_args(IpRule ipRule) |
removeIpRule_call(IpRule ipRule,
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.