protected final class BinaryClient.NIOLoader extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.schooner.MemCached.BinaryClient.NIOLoader.Connection[] |
conns |
protected BinaryClient |
mc |
protected int |
numConns |
protected Selector |
selector |
| Constructor and Description |
|---|
BinaryClient.NIOLoader(BinaryClient mc) |
| Modifier and Type | Method and Description |
|---|---|
void |
doMulti(boolean asString,
Map<String,ArrayList<String>> sockKeys,
String[] keys,
Map<String,Object> ret) |
void |
doMulti(Map<String,ArrayList<String>> sockKeys,
String[] keys,
Map<String,Object> ret) |
void |
readResponse(SelectionKey key) |
void |
writeRequest(SelectionKey key) |
protected Selector selector
protected int numConns
protected BinaryClient mc
protected com.schooner.MemCached.BinaryClient.NIOLoader.Connection[] conns
public BinaryClient.NIOLoader(BinaryClient mc)
public void doMulti(Map<String,ArrayList<String>> sockKeys, String[] keys, Map<String,Object> ret)
public void doMulti(boolean asString,
Map<String,ArrayList<String>> sockKeys,
String[] keys,
Map<String,Object> ret)
public void writeRequest(SelectionKey key) throws IOException
IOExceptionpublic void readResponse(SelectionKey key) throws IOException
IOExceptionCopyright © 2013 Schooner Information Technology. All Rights Reserved.