public interface Scheduler
Modifier and Type | Method and Description |
---|---|
void |
clear(Task task)
清空任务
|
Request |
poll(Task task)
从资源调度器里获取一个请求任务
|
void |
push(Task task,
Request request)
接收所有的请求任并存储起来
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.