Uses of Class
net.rubyeye.xmemcached.FlowControl
-
Packages that use FlowControl Package Description net.rubyeye.xmemcached.impl Manage tcp connection,memcached protocol optimized,and some MBeans for monitor.net.rubyeye.xmemcached.networking Networking layout to talk with memcached. -
-
Uses of FlowControl in net.rubyeye.xmemcached.impl
Fields in net.rubyeye.xmemcached.impl declared as FlowControl Modifier and Type Field Description private FlowControl
FlowControlLinkedTransferQueue. flowControl
private FlowControl
MemcachedConnector. flowControl
Methods in net.rubyeye.xmemcached.impl that return FlowControl Modifier and Type Method Description FlowControl
MemcachedConnector. getNoReplyOpsFlowControl()
Constructors in net.rubyeye.xmemcached.impl with parameters of type FlowControl Constructor Description FlowControlLinkedTransferQueue(FlowControl flowControl)
-
Uses of FlowControl in net.rubyeye.xmemcached.networking
Methods in net.rubyeye.xmemcached.networking that return FlowControl Modifier and Type Method Description FlowControl
Connector. getNoReplyOpsFlowControl()
Returns the noreply operations flow control manager.
-