org.gcube.dataanalysis.ecoengine.utils
Class ResourceFactory

java.lang.Object
  extended by org.gcube.dataanalysis.ecoengine.utils.ResourceFactory

public class ResourceFactory
extends Object


Constructor Summary
ResourceFactory()
           
 
Method Summary
static String getLoad(int processedRecords)
           
static String getOverallResourceLoad(List<String> resourceLoadJson)
           
static String getOverallResources(List<String> resourcesJson)
           
 String getResourceLoad(int processedRecords)
           
static String getResources(float... values)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceFactory

public ResourceFactory()
Method Detail

getResources

public static String getResources(float... values)

getLoad

public static String getLoad(int processedRecords)

getResourceLoad

public String getResourceLoad(int processedRecords)

getOverallResourceLoad

public static String getOverallResourceLoad(List<String> resourceLoadJson)

getOverallResources

public static String getOverallResources(List<String> resourcesJson)

main

public static void main(String[] args)


Copyright © 2012. All Rights Reserved.