所有程序包的分层结构
- com.github.myzhan.locust4j,
- com.github.myzhan.locust4j.message,
- com.github.myzhan.locust4j.ratelimit,
- com.github.myzhan.locust4j.rpc,
- com.github.myzhan.locust4j.runtime,
- com.github.myzhan.locust4j.stats,
- com.github.myzhan.locust4j.taskfactory,
- com.github.myzhan.locust4j.taskset,
- com.github.myzhan.locust4j.utils
类分层结构
- java.lang.Object
- com.github.myzhan.locust4j.ratelimit.AbstractRateLimiter
- com.github.myzhan.locust4j.ratelimit.RampUpRateLimiter
- com.github.myzhan.locust4j.ratelimit.StableRateLimiter (implements java.lang.Runnable)
- com.github.myzhan.locust4j.AbstractTask (implements java.lang.Runnable)
- com.github.myzhan.locust4j.taskfactory.AbstractTaskFactory
- com.github.myzhan.locust4j.taskfactory.ThreadLocalTaskFactory
- com.github.myzhan.locust4j.taskset.AbstractTaskSet
- com.github.myzhan.locust4j.taskset.WeighingTaskSet
- com.github.myzhan.locust4j.taskfactory.AbstractTaskFactory
- com.github.myzhan.locust4j.Locust
- com.github.myzhan.locust4j.message.LongIntMap
- com.github.myzhan.locust4j.message.Message
- com.github.myzhan.locust4j.stats.RequestFailure
- com.github.myzhan.locust4j.stats.RequestSuccess
- com.github.myzhan.locust4j.runtime.Runner
- com.github.myzhan.locust4j.stats.Stats (implements java.lang.Runnable)
- com.github.myzhan.locust4j.stats.StatsEntry
- com.github.myzhan.locust4j.stats.StatsError
- com.github.myzhan.locust4j.utils.Utils
- com.github.myzhan.locust4j.message.Visitor
- com.github.myzhan.locust4j.rpc.ZeromqClient (implements com.github.myzhan.locust4j.rpc.Client)
- com.github.myzhan.locust4j.ratelimit.AbstractRateLimiter
接口分层结构
- com.github.myzhan.locust4j.rpc.Client
枚举类分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.github.myzhan.locust4j.runtime.RunnerState
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)