| Package | Description |
|---|---|
| io.baltoro.service |
| Modifier and Type | Method and Description |
|---|---|
BaltoroInstance |
InstanceService.get(String uuid) |
BaltoroInstance |
InstanceServiceImpl.get(String uuid) |
BaltoroInstance |
InstanceDAO.getInstance(String uuid) |
BaltoroInstance |
ServiceImpl.getInstance(String uuid) |
BaltoroInstance |
InstanceDAOImpl.getInstance(String uuid) |
BaltoroInstance |
InstanceService.insert(BaltoroInstance obj) |
BaltoroInstance |
InstanceServiceImpl.insert(BaltoroInstance obj) |
BaltoroInstance |
InstanceDAO.insertInstance(BaltoroInstance obj) |
BaltoroInstance |
InstanceDAOImpl.insertInstance(BaltoroInstance obj) |
BaltoroInstance |
InstanceService.update(String uuid,
String state,
int cpuPercent,
int freeMemGB) |
BaltoroInstance |
InstanceServiceImpl.update(String uuid,
String state,
int cpuPercent,
int memGB) |
| Modifier and Type | Method and Description |
|---|---|
List<BaltoroInstance> |
InstanceService.find(String appUuid) |
List<BaltoroInstance> |
InstanceDAO.find(String appUuid) |
List<BaltoroInstance> |
InstanceDAOImpl.find(String appUuid) |
List<BaltoroInstance> |
InstanceServiceImpl.find(String appUuid) |
| Modifier and Type | Method and Description |
|---|---|
BaltoroInstance |
InstanceService.insert(BaltoroInstance obj) |
BaltoroInstance |
InstanceServiceImpl.insert(BaltoroInstance obj) |
BaltoroInstance |
InstanceDAO.insertInstance(BaltoroInstance obj) |
BaltoroInstance |
InstanceDAOImpl.insertInstance(BaltoroInstance obj) |
Copyright © 2018. All rights reserved.