com.bigdata.service.jini.master
Class TaskMaster.DiscoveredServices
java.lang.Object
com.bigdata.service.jini.master.TaskMaster.DiscoveredServices
- Enclosing class:
- TaskMaster<S extends TaskMaster.JobState,T extends Callable<U>,U>
public static class TaskMaster.DiscoveredServices
- extends Object
Class used to return the discovered services.
- Version:
- $Id$
- Author:
- Bryan Thompson
|
Field Summary |
net.jini.core.lookup.ServiceItem[] |
aggregatorServiceItems
The services on which the aggregators will be executed (and an empty
array if no aggregator services were requested). |
net.jini.core.lookup.ServiceItem[] |
clientServiceItems
The services on which the clients will be executed. |
|
Constructor Summary |
TaskMaster.DiscoveredServices(net.jini.core.lookup.ServiceItem[] clientServiceItems,
net.jini.core.lookup.ServiceItem[] aggregatorServiceItems)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
clientServiceItems
public final net.jini.core.lookup.ServiceItem[] clientServiceItems
- The services on which the clients will be executed.
aggregatorServiceItems
public final net.jini.core.lookup.ServiceItem[] aggregatorServiceItems
- The services on which the aggregators will be executed (and an empty
array if no aggregator services were requested).
TaskMaster.DiscoveredServices
public TaskMaster.DiscoveredServices(net.jini.core.lookup.ServiceItem[] clientServiceItems,
net.jini.core.lookup.ServiceItem[] aggregatorServiceItems)
Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.