- 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.