public class Sweeper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
LIVE_GHN_MAX_MINUTES |
Constructor and Description |
---|
Sweeper() |
Modifier and Type | Method and Description |
---|---|
protected ArrayList<String> |
applyQuery(org.gcube.common.scope.impl.ScopeBean queryScope,
QueryLocation queryPath,
QueryLocation returnPath,
QueryParameter... params) |
Boolean |
applySweep(org.gcube.common.scope.impl.ScopeBean queryScope,
List<com.extjs.gxt.ui.client.data.ModelData> elems) |
ArrayList<String> |
getDeadGHNs(org.gcube.common.scope.impl.ScopeBean queryScope) |
ArrayList<String> |
getExpiredGHNs(org.gcube.common.scope.impl.ScopeBean queryScope)
this method used to read the MAXWAIT param from the resourcemanagement.properties files, currently it reads it from the static var defined on top of this class
TODO: Make it configurable again from a property file
|
ArrayList<String> |
getOrphanRI(org.gcube.common.scope.impl.ScopeBean queryScope) |
public static String LIVE_GHN_MAX_MINUTES
protected ArrayList<String> applyQuery(org.gcube.common.scope.impl.ScopeBean queryScope, QueryLocation queryPath, QueryLocation returnPath, QueryParameter... params) throws Exception
Exception
public ArrayList<String> getExpiredGHNs(org.gcube.common.scope.impl.ScopeBean queryScope)
queryScope
- Copyright © 2017. All Rights Reserved.