Class ClusterBuilder
- java.lang.Object
-
- org.gcube.dataanalysis.dataminer.poolmanager.util.ClusterBuilder
-
- Direct Known Subclasses:
ClusterBuilderProduction,ClusterBuilderStaging
public abstract class ClusterBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description ClusterBuilder(Configuration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClustergetDataminerCluster()ClustergetRProtoCluster()ClustergetVRECluster(String targetVREToken, String targetVRE)
-
-
-
Constructor Detail
-
ClusterBuilder
public ClusterBuilder(Configuration configuration)
-
-
Method Detail
-
getDataminerCluster
public Cluster getDataminerCluster() throws FileNotFoundException
- Throws:
FileNotFoundException
-
getVRECluster
public Cluster getVRECluster(String targetVREToken, String targetVRE) throws IOException
- Throws:
IOException
-
getRProtoCluster
public Cluster getRProtoCluster() throws IOException
- Throws:
IOException
-
-