git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/dataminer-pool-manager@147001 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
6741085c75
commit
f0480731ac
|
@ -19,13 +19,15 @@ Authors
|
|||
--------------------------------------------------
|
||||
* Paolo Fabriani (paolo.fabriani-AT-eng.it)
|
||||
Engineering Ingegneria Informatica S.p.A., Italy
|
||||
|
||||
* Nunzio Andrea Galante (nunzioandrea.galante-AT-eng.it)
|
||||
Engineering Ingegneria Informatica S.p.A., Italy
|
||||
|
||||
Maintainers
|
||||
--------------------------------------------------
|
||||
* Paolo Fabriani (paolo.fabriani-AT-eng.it)
|
||||
Engineering Ingegneria Informatica S.p.A., Italy
|
||||
|
||||
* Nunzio Andrea Galante (nunzioandrea.galante-AT-eng.it)
|
||||
Engineering Ingegneria Informatica S.p.A., Italy
|
||||
|
||||
Download information
|
||||
--------------------------------------------------
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="dataminer-pool-manager.1-0-0" date="${buildDate***REMOVED***">
|
||||
<Change>First Release</Change>
|
||||
</Changeset>
|
||||
</ReleaseNotes>
|
|
@ -337,23 +337,23 @@ public class RestPoolManager implements PoolManager {
|
|||
|
||||
|
||||
RestPoolManager a = new RestPoolManager();
|
||||
a.addAlgorithmToVRE(
|
||||
"http:***REMOVED***data.d4science.org/TVc0TW9Ud1FjYlppK0NHd2pvU0owNmRFWHE4OW4xSGNHbWJQNStIS0N6Yz0",
|
||||
"test",
|
||||
null,
|
||||
null,
|
||||
"N",
|
||||
"transducerers",
|
||||
true,
|
||||
false);
|
||||
***REMOVED*** a.addAlgorithmToVRE(
|
||||
***REMOVED*** "http:***REMOVED***data.d4science.org/TVc0TW9Ud1FjYlppK0NHd2pvU0owNmRFWHE4OW4xSGNHbWJQNStIS0N6Yz0",
|
||||
***REMOVED*** "test",
|
||||
***REMOVED*** null,
|
||||
***REMOVED*** null,
|
||||
***REMOVED*** "N",
|
||||
***REMOVED*** "transducerers",
|
||||
***REMOVED*** true,
|
||||
***REMOVED*** false);
|
||||
|
||||
***REMOVED*** a.addAlgorithmToHost(
|
||||
***REMOVED*** "http:***REMOVED***data.d4science.org/dENQTTMxdjNZcGRpK0NHd2pvU0owMFFzN0VWemw3Zy9HbWJQNStIS0N6Yz0",
|
||||
***REMOVED*** "dataminer1-devnext.d4science.org",
|
||||
***REMOVED*** "ICHTHYOP_MODEL_ONE_BY_ONE", null, "ICHTHYOP_MODEL", "transducerers",
|
||||
***REMOVED*** "N",false);
|
||||
***REMOVED***
|
||||
***REMOVED***
|
||||
a.addAlgorithmToHost(
|
||||
"http:***REMOVED***data.d4science.org/dENQTTMxdjNZcGRpK0NHd2pvU0owMFFzN0VWemw3Zy9HbWJQNStIS0N6Yz0",
|
||||
"dataminer2-d-d4s.d4science.org",
|
||||
"ICHTHYOP_MODEL_ONE_BY_ONE", null, "ICHTHYOP_MODEL", "transducerers",
|
||||
"N",false, false);
|
||||
|
||||
|
||||
|
||||
***REMOVED*** PoolManager aa = new DataminerPoolManager();
|
||||
***REMOVED*** List<String> ls = new LinkedList<String>();
|
||||
|
|
Loading…
Reference in New Issue