@RestController("Memory Api")
@RequestMapping("/memory")
public class MemoryController
extends Object
The type Memory controller.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MemoryController
public MemoryController()
-
Method Details
-
memoryHold
@RequestMapping(value="/{bytes}/{time}",
method=GET)
public void memoryHold(@PathVariable("bytes")
Integer bytes,
@PathVariable("time")
Integer time)
Memory hold.
- Parameters:
bytes - the bytes
time - the time