public class ZoneRepository extends Object
| Modifier and Type | Method and Description |
|---|---|
List<ZoneOperations> |
getAllZoneOperations(String regionId) |
static ZoneRepository |
getInstance() |
long |
getLastRefreshTime() |
List<ZoneOperations> |
getServiceZoneOperations(String serviceId) |
ZoneOperations |
getZoneOperations(ZoneKey zoneKey) |
List<ZoneOperations> |
getZoneOperationsList(ZoneOperationModel filter) |
void |
init() |
boolean |
isLastRefreshSuccess() |
boolean |
isZoneDown(ZoneKey zoneKey) |
void |
operateGroupOperations(OperationContext operationContext,
List<ZoneOperationModel> zoneOperations,
boolean isOperationComplete) |
protected boolean |
refreshCache() |
protected void |
stopRefresh() |
public static ZoneRepository getInstance()
public void init()
public boolean isZoneDown(ZoneKey zoneKey)
public List<ZoneOperations> getAllZoneOperations(String regionId)
public ZoneOperations getZoneOperations(ZoneKey zoneKey)
public List<ZoneOperations> getServiceZoneOperations(String serviceId)
public List<ZoneOperations> getZoneOperationsList(ZoneOperationModel filter)
public void operateGroupOperations(OperationContext operationContext, List<ZoneOperationModel> zoneOperations, boolean isOperationComplete)
public boolean isLastRefreshSuccess()
public long getLastRefreshTime()
protected boolean refreshCache()
protected void stopRefresh()
Copyright © 2020 org.mydotey. All rights reserved.