Project

General

Profile

« Previous | Next » 

Revision 48139

integrated (hopefully) all required changes from dnet40

View differences:

PromoteShadowCacheStatsJobNode.java
1 1
package eu.dnetlib.msro.openaireplus.workflows.nodes.stats;
2 2

  
3
import com.googlecode.sarasvati.NodeToken;
4
import eu.dnetlib.enabling.tools.blackboard.BlackboardJob;
3 5
import org.apache.commons.lang.StringUtils;
4 6
import org.apache.commons.logging.Log;
5 7
import org.apache.commons.logging.LogFactory;
6 8

  
7
import com.googlecode.sarasvati.NodeToken;
8

  
9
import eu.dnetlib.enabling.tools.blackboard.BlackboardJob;
10

  
11 9
/**
12 10
 * Ask the StatsManagerService to promote the shadow cache so that its entries can be used by the portal specified by the additional BB
13 11
 * parameter <code>StatsManagerServiceBBAction.PROMOTE_SHADOW_CACHE.getTargetPortalParamName()</code>.
14
 * 
12
 *
15 13
 * @author alessia
16
 * 
17 14
 */
18 15
public class PromoteShadowCacheStatsJobNode extends AbstractStatsJobNode {
19 16

  

Also available in: Unified diff