Package net.rubyeye.xmemcached
Class FlowControl
java.lang.Object
net.rubyeye.xmemcached.FlowControl
Flow control for noreply operations.
- Since:
- 1.3.8
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
permits
-
max
private int max
-
-
Constructor Details
-
FlowControl
public FlowControl(int permits)
-
-
Method Details
-
max
public int max() -
permits
public int permits() -
aquire
public boolean aquire() -
release
public void release()
-