public interface InstanceService
BaltoroInstance get(String uuid) throws ServiceException
ServiceExceptionList<BaltoroInstance> find(String appUuid)
BaltoroInstance insert(BaltoroInstance obj) throws ServiceException
ServiceExceptionBaltoroInstance update(String uuid, String state, int cpuPercent, int freeMemGB) throws ServiceException
ServiceExceptionvoid updateInstanceStartedOn(String uuid, String clusterPath, String remoteAddress, int threads) throws ServiceException
ServiceExceptionvoid closeDeadInstances()
void deleteInstance(String uuid)
List<BaltoroAppAPI> getAppAPI(String appUuid)
List<BaltoroAppAPI> registerAppAPI(String instanceUuid, String appUuid, List<PathTO> paths) throws ServiceException
ServiceExceptionBaltoroInstanceRequest insert(BaltoroInstanceRequest obj) throws ServiceException
ServiceExceptionvoid updateRequestTime(String uuid, int millis, int sizeKB, String error) throws ServiceException
ServiceExceptionvoid createUserSession(AppUserSession obj)
void touchAppUserSession(String uuid) throws ServiceException
ServiceExceptionvoid closeAppUserSession(String uuid)
AppUserSession getUserSessionByUuid(String uuid)
List<AppUserSession> getUserSessionByAppUuid(String appUuid) throws ServiceException
ServiceExceptionvoid insert(String appUuuid, String instUuid, ReplicationContext ctx)
List<ReplicationContext> getReplication(ReplicationTO to)
Copyright © 2017. All rights reserved.