跳过导航链接
B C D G I J K L M O P R S T U W 

B

BadFormatException - com.dinstone.beanstalkc中的异常错误
The client sent a command line that was not well-formed.
BadFormatException() - 异常错误 的构造器com.dinstone.beanstalkc.BadFormatException
 
BadFormatException(String) - 异常错误 的构造器com.dinstone.beanstalkc.BadFormatException
 
BeanstalkClient - com.dinstone.beanstalkc中的接口
BeanstalkClient is a full amount interface, mainly used for management.
BeanstalkClientFactory - com.dinstone.beanstalkc中的类
BeanstalkClientFactory is a factory class, that is responsible for the creation beanstalk client.
BeanstalkClientFactory(Configuration) - 类 的构造器com.dinstone.beanstalkc.BeanstalkClientFactory
factory construction.
buryJob(long, int) - 接口 中的方法com.dinstone.beanstalkc.JobConsumer
The bury command puts a job into the "buried" state.

C

close() - 接口 中的方法com.dinstone.beanstalkc.BeanstalkClient
close the current connection and release resources. that's status is closed, and is no longer available.
close() - 接口 中的方法com.dinstone.beanstalkc.JobConsumer
close the current connection and release resources. that's status is closed, and is no longer available.
close() - 接口 中的方法com.dinstone.beanstalkc.JobProducer
close the current connection and release resources. that's status is closed, and is no longer available.
com.dinstone.beanstalkc - 程序包 com.dinstone.beanstalkc
 
Configuration - com.dinstone.beanstalkc中的类
 
Configuration() - 类 的构造器com.dinstone.beanstalkc.Configuration
 
Configuration(Configuration) - 类 的构造器com.dinstone.beanstalkc.Configuration
 
Configuration(String) - 类 的构造器com.dinstone.beanstalkc.Configuration
 
ConnectionException - com.dinstone.beanstalkc中的异常错误
 
ConnectionException() - 异常错误 的构造器com.dinstone.beanstalkc.ConnectionException
 
ConnectionException(String) - 异常错误 的构造器com.dinstone.beanstalkc.ConnectionException
 
ConnectionException(Throwable) - 异常错误 的构造器com.dinstone.beanstalkc.ConnectionException
 
ConnectionException(String, Throwable) - 异常错误 的构造器com.dinstone.beanstalkc.ConnectionException
 
createBeanstalkClient() - 类 中的方法com.dinstone.beanstalkc.BeanstalkClientFactory
create a beanstalk client.
createJobConsumer(String...) - 类 中的方法com.dinstone.beanstalkc.BeanstalkClientFactory
create a job consumer.
createJobProducer(String) - 类 中的方法com.dinstone.beanstalkc.BeanstalkClientFactory
create a job producer.

D

deleteJob(long) - 接口 中的方法com.dinstone.beanstalkc.JobConsumer
The delete command removes a job from the server entirely.
DrainingException - com.dinstone.beanstalkc中的异常错误
This means that the server has been put into "drain mode" and is no longer accepting new jobs.
DrainingException() - 异常错误 的构造器com.dinstone.beanstalkc.DrainingException
 
DrainingException(String) - 异常错误 的构造器com.dinstone.beanstalkc.DrainingException
 
DrainingException(Throwable) - 异常错误 的构造器com.dinstone.beanstalkc.DrainingException
 
DrainingException(String, Throwable) - 异常错误 的构造器com.dinstone.beanstalkc.DrainingException
 

G

get(String) - 类 中的方法com.dinstone.beanstalkc.Configuration
Get the value of the name property, null if no such property exists.
get(String, String) - 类 中的方法com.dinstone.beanstalkc.Configuration
Get the value of the name property, defaultValue if no such property exists.
getBoolean(String, boolean) - 类 中的方法com.dinstone.beanstalkc.Configuration
Get the value of the name property as a boolean .
getConnectTimeout() - 类 中的方法com.dinstone.beanstalkc.Configuration
the connect timeout to get,default is 3 seconds.
getData() - 类 中的方法com.dinstone.beanstalkc.Job
the data to get
getFloat(String, float) - 类 中的方法com.dinstone.beanstalkc.Configuration
Get the value of the name property as a float.
getId() - 类 中的方法com.dinstone.beanstalkc.Job
the id to get
getInt(String, int) - 类 中的方法com.dinstone.beanstalkc.Configuration
Get the value of the name property as an int.
getJobMaxSize() - 类 中的方法com.dinstone.beanstalkc.Configuration
the jobMaxSize to get,default is 65536.
getLong(String, long) - 类 中的方法com.dinstone.beanstalkc.Configuration
Get the value of the name property as a long.
getOperationTimeout() - 类 中的方法com.dinstone.beanstalkc.Configuration
the operationTimeout to get,default is 10 seconds.
getProtocolCharset() - 类 中的方法com.dinstone.beanstalkc.Configuration
protocol charset is 'ASCII'.
getReadTimeout() - 类 中的方法com.dinstone.beanstalkc.Configuration
the read timeout to get,default is 3 seconds.
getServiceHost() - 类 中的方法com.dinstone.beanstalkc.Configuration
get service host
getServicePort() - 类 中的方法com.dinstone.beanstalkc.Configuration
get service port,default is 11300.

I

ignoreTube(String) - 接口 中的方法com.dinstone.beanstalkc.BeanstalkClient
The "ignore" command is for consumers.
InternalErrorException - com.dinstone.beanstalkc中的异常错误
This indicates a bug in the server.
InternalErrorException() - 异常错误 的构造器com.dinstone.beanstalkc.InternalErrorException
 
InternalErrorException(String, Throwable) - 异常错误 的构造器com.dinstone.beanstalkc.InternalErrorException
 
InternalErrorException(String) - 异常错误 的构造器com.dinstone.beanstalkc.InternalErrorException
 
InternalErrorException(Throwable) - 异常错误 的构造器com.dinstone.beanstalkc.InternalErrorException
 

J

Job - com.dinstone.beanstalkc中的类
beanstalk job entity.
Job() - 类 的构造器com.dinstone.beanstalkc.Job
 
JobConsumer - com.dinstone.beanstalkc中的接口
JobConsumer is a kind of client beanstalk, that is responsible for the consumer job.
JobProducer - com.dinstone.beanstalkc中的接口
JobProducer is a kind of client beanstalk, that is responsible for the production job.

K

kick(long) - 接口 中的方法com.dinstone.beanstalkc.BeanstalkClient
The kick command applies only to the currently used tube.

L

listTubes() - 接口 中的方法com.dinstone.beanstalkc.BeanstalkClient
The list-tubes command returns a list of all existing tubes.
listTubeUsed() - 接口 中的方法com.dinstone.beanstalkc.BeanstalkClient
The list-tube-used command returns the tube currently being used by the client.
listTubeWatched() - 接口 中的方法com.dinstone.beanstalkc.BeanstalkClient
The list-tubes-watched command returns a list tubes currently being watched by the client.
loadConfiguration(String) - 类 中的方法com.dinstone.beanstalkc.Configuration
load config file from classpath.

M

merge(Configuration) - 类 中的方法com.dinstone.beanstalkc.Configuration
 

O

OutOfMemoryException - com.dinstone.beanstalkc中的异常错误
The server cannot allocate enough memory for the job.
OutOfMemoryException() - 异常错误 的构造器com.dinstone.beanstalkc.OutOfMemoryException
 
OutOfMemoryException(String, Throwable) - 异常错误 的构造器com.dinstone.beanstalkc.OutOfMemoryException
 
OutOfMemoryException(String) - 异常错误 的构造器com.dinstone.beanstalkc.OutOfMemoryException
 
OutOfMemoryException(Throwable) - 异常错误 的构造器com.dinstone.beanstalkc.OutOfMemoryException
 

P

peek(long) - 接口 中的方法com.dinstone.beanstalkc.BeanstalkClient
The peek commands let the client inspect a job in the system.
peekBuried() - 接口 中的方法com.dinstone.beanstalkc.BeanstalkClient
The peek commands let the client inspect a job in the system, return the next job in the list of buried jobs.
peekDelayed() - 接口 中的方法com.dinstone.beanstalkc.BeanstalkClient
The peek commands let the client inspect a job in the system, return the delayed job with the shortest delay left.
peekReady() - 接口 中的方法com.dinstone.beanstalkc.BeanstalkClient
The peek commands let the client inspect a job in the system, return the next ready job.
putJob(int, int, int, byte[]) - 接口 中的方法com.dinstone.beanstalkc.JobProducer
It inserts a job into the client's currently used tube.

R

releaseJob(long, int, int) - 接口 中的方法com.dinstone.beanstalkc.JobConsumer
The release command puts a reserved job back into the ready queue (and marks its state as "ready") to be run by any client.
reserveJob(long) - 接口 中的方法com.dinstone.beanstalkc.JobConsumer
beanstalkd will wait to send a response until one becomes available.

S

set(String, String) - 类 中的方法com.dinstone.beanstalkc.Configuration
Set the value of the name property.
setBoolean(String, boolean) - 类 中的方法com.dinstone.beanstalkc.Configuration
Set the value of the name property to a boolean .
setConnectTimeout(int) - 类 中的方法com.dinstone.beanstalkc.Configuration
the connect timeout to set
setData(byte[]) - 类 中的方法com.dinstone.beanstalkc.Job
the data to set
setFloat(String, float) - 类 中的方法com.dinstone.beanstalkc.Configuration
Set the value of the name property to a float.
setId(long) - 类 中的方法com.dinstone.beanstalkc.Job
the id to set
setInt(String, int) - 类 中的方法com.dinstone.beanstalkc.Configuration
Set the value of the name property to an int.
setJobMaxSize(int) - 类 中的方法com.dinstone.beanstalkc.Configuration
the jobMaxSize to set
setLong(String, long) - 类 中的方法com.dinstone.beanstalkc.Configuration
Set the value of the name property to a long.
setOperationTimeout(int) - 类 中的方法com.dinstone.beanstalkc.Configuration
the operationTimeout to set
setReadTimeout(int) - 类 中的方法com.dinstone.beanstalkc.Configuration
the read timeout to set
setServiceHost(String) - 类 中的方法com.dinstone.beanstalkc.Configuration
set service host
setServicePort(int) - 类 中的方法com.dinstone.beanstalkc.Configuration
set remote port
stats() - 接口 中的方法com.dinstone.beanstalkc.BeanstalkClient
The stats command gives statistical information about the system as a whole.
statsJob(long) - 接口 中的方法com.dinstone.beanstalkc.BeanstalkClient
The stats-job command gives statistical information about the specified job if it exists.
statsTube(String) - 接口 中的方法com.dinstone.beanstalkc.BeanstalkClient
The stats-tube command gives statistical information about the specified tube if it exists.

T

toString() - 类 中的方法com.dinstone.beanstalkc.Configuration
touchJob(long) - 接口 中的方法com.dinstone.beanstalkc.JobConsumer
The "touch" command allows a worker to request more time to work on a job.

U

UnknownCommandException - com.dinstone.beanstalkc中的异常错误
The client/server sent a command that the server/client does not know.
UnknownCommandException() - 异常错误 的构造器com.dinstone.beanstalkc.UnknownCommandException
 
UnknownCommandException(String) - 异常错误 的构造器com.dinstone.beanstalkc.UnknownCommandException
 
UnknownCommandException(Throwable) - 异常错误 的构造器com.dinstone.beanstalkc.UnknownCommandException
 
UnknownCommandException(String, Throwable) - 异常错误 的构造器com.dinstone.beanstalkc.UnknownCommandException
 
useTube(String) - 接口 中的方法com.dinstone.beanstalkc.BeanstalkClient
The "use" command is for producers.

W

watchTube(String) - 接口 中的方法com.dinstone.beanstalkc.BeanstalkClient
The "watch" command adds the named tube to the watch list for the current connection.
writeConfiguration(OutputStream) - 类 中的方法com.dinstone.beanstalkc.Configuration
 
B C D G I J K L M O P R S T U W 
跳过导航链接

Copyright © 2012~2016–2019 dinstone. All rights reserved.