public class Queues extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected static ConcurrentLinkedQueue<Boolean> |
CLEAR_STATS |
protected static BlockingQueue<Boolean> |
DISCONNECTED_FROM_MASTER |
protected static BlockingQueue<Message> |
MESSAGE_FROM_MASTER |
protected static BlockingQueue<Message> |
MESSAGE_TO_MASTER |
protected static ConcurrentLinkedQueue<com.github.myzhan.locust4j.RequestFailure> |
REPORT_FAILURE_TO_STATS |
protected static ConcurrentLinkedQueue<com.github.myzhan.locust4j.RequestSuccess> |
REPORT_SUCCESS_TO_STATS
User code reports successful and failed records to Stats, by adding message to these queue.
|
protected static BlockingQueue<Map> |
REPORT_TO_RUNNER |
protected static ConcurrentLinkedQueue<Boolean> |
TIME_TO_REPORT |
| 构造器和说明 |
|---|
Queues() |
protected static final ConcurrentLinkedQueue<com.github.myzhan.locust4j.RequestSuccess> REPORT_SUCCESS_TO_STATS
protected static final ConcurrentLinkedQueue<com.github.myzhan.locust4j.RequestFailure> REPORT_FAILURE_TO_STATS
protected static final ConcurrentLinkedQueue<Boolean> CLEAR_STATS
protected static final ConcurrentLinkedQueue<Boolean> TIME_TO_REPORT
protected static final BlockingQueue<Map> REPORT_TO_RUNNER
protected static final BlockingQueue<Message> MESSAGE_FROM_MASTER
protected static final BlockingQueue<Message> MESSAGE_TO_MASTER
protected static final BlockingQueue<Boolean> DISCONNECTED_FROM_MASTER
Copyright © 2017. All rights reserved.