Package | Description |
---|---|
net.lag.kestrel.thrift |
Modifier and Type | Method and Description |
---|---|
void |
Kestrel.AsyncIface.put(String queue_name,
List<ByteBuffer> items,
int expiration_msec,
org.apache.thrift7.async.AsyncMethodCallback<Kestrel.AsyncClient.put_call> resultHandler) |
void |
Kestrel.AsyncClient.put(String queue_name,
List<ByteBuffer> items,
int expiration_msec,
org.apache.thrift7.async.AsyncMethodCallback<Kestrel.AsyncClient.put_call> resultHandler) |
Constructor and Description |
---|
put_call(String queue_name,
List<ByteBuffer> items,
int expiration_msec,
org.apache.thrift7.async.AsyncMethodCallback<Kestrel.AsyncClient.put_call> resultHandler,
org.apache.thrift7.async.TAsyncClient client,
org.apache.thrift7.protocol.TProtocolFactory protocolFactory,
org.apache.thrift7.transport.TNonblockingTransport transport) |