public interface InstanceDAO
BaltoroInstance getInstance(String uuid) throws ServiceException
ServiceExceptionList<BaltoroInstance> find(String appUuid) throws ServiceException
ServiceExceptionBaltoroInstance insertInstance(BaltoroInstance obj) throws ServiceException
ServiceExceptionvoid updateInstance(String uuid, String state, int cpuPercent, int memGB) throws ServiceException
ServiceExceptionvoid updateInstanceStartedOn(String uuid, String clusterPath, String remoteAddress, int threads) throws ServiceException
ServiceExceptionvoid closeDeadInstances()
throws ServiceException
ServiceExceptionvoid deleteInstances(String uuid) throws ServiceException
ServiceExceptionList<BaltoroAppAPI> getAppAPI(String appUuid) throws ServiceException
ServiceExceptionBaltoroAppAPI insert(BaltoroAppAPI obj) throws ServiceException
ServiceExceptionvoid update(String uuid, BaltoroAppAPI obj) throws ServiceException
ServiceExceptionBaltoroInstanceRequest insert(BaltoroInstanceRequest obj) throws ServiceException
ServiceExceptionvoid updateRequest(String uuid, int millis, int sizeKB, String error) throws ServiceException
ServiceExceptionvoid createUserSession(AppUserSession session) throws ServiceException
ServiceExceptionvoid touchAppUserSession(String uuid) throws ServiceException
ServiceExceptionvoid updateAppUserSessionAtt(String uuid, String userName, String json) throws ServiceException
ServiceExceptionvoid closeAppUserSession(String uuid) throws ServiceException
ServiceExceptionAppUserSession getUserSessionByUuid(String uuid) throws ServiceException
ServiceExceptionList<AppUserSession> getUserSessionByAppUuid(String appUuid) throws ServiceException
ServiceExceptionCopyright © 2017. All rights reserved.