@Controller @Scope(value="prototype") @RequestMapping(value="/trace") public class ContainerTraceController extends Object
| 构造器和说明 |
|---|
ContainerTraceController() |
| 限定符和类型 | 方法和说明 |
|---|---|
EventContainerTraceCollection |
getContainerTraceCollection() |
Object |
houseKeeping(Integer keepdays) |
Object |
list(String nodeId,
Integer pageNo,
Integer pageSize,
Long start,
Long end) |
void |
setContainerTraceCollection(EventContainerTraceCollection containerTraceCollection) |
public EventContainerTraceCollection getContainerTraceCollection()
public void setContainerTraceCollection(EventContainerTraceCollection containerTraceCollection)
@RequestMapping(value="/list",
method=GET)
@ResponseBody
public Object list(String nodeId,
Integer pageNo,
Integer pageSize,
Long start,
Long end)
Copyright © 2018 Jue Ming. All rights reserved.