| 限定符和类型 | 方法和说明 |
|---|---|
Job |
BeanstalkClient.peek(long jobId)
The peek commands let the client inspect a job in the system.
|
Job |
BeanstalkClient.peekBuried()
The peek commands let the client inspect a job in the system, return the next
job in the list of buried jobs.
|
Job |
BeanstalkClient.peekDelayed()
The peek commands let the client inspect a job in the system, return the
delayed job with the shortest delay left.
|
Job |
BeanstalkClient.peekReady()
The peek commands let the client inspect a job in the system, return the next
ready job.
|
Job |
JobConsumer.reserveJob(long timeout)
beanstalkd will wait to send a response until one becomes available.
|
Copyright © 2012~2016–2019 dinstone. All rights reserved.