com.bigdata.service.jini.master
Class MappedTaskMaster.JobState
java.lang.Object
com.bigdata.service.jini.master.TaskMaster.JobState
com.bigdata.service.jini.master.MappedTaskMaster.JobState
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MappedRDFDataLoadMaster.JobState
- Enclosing class:
- MappedTaskMaster<S extends MappedTaskMaster.JobState,T extends AbstractAsynchronousClientTask<U,V,L>,L extends ClientLocator,U,V extends Serializable>
public static class MappedTaskMaster.JobState
- extends TaskMaster.JobState
The job description for an MappedTaskMaster.
- Version:
- $Id$
- Author:
- Bryan Thompson
- See Also:
- Serialized Form
| Fields inherited from class com.bigdata.service.jini.master.TaskMaster.JobState |
aggregatorServiceMap, aggregatorsTemplate, clientServiceMap, clientsTemplate, component, forceOverflow, futures, indexDumpDir, indexDumpNamespace, jobName, naggregators, nclients, servicesDiscoveryTimeout, servicesTemplates |
conf
protected final AsynchronousIndexWriteConfiguration conf
- Configuration for the buffer used to pass resources to the client
tasks.
- See Also:
MappedTaskMaster.ConfigurationOptions.RESOURCE_BUFFER_CONFIG
scannerFactory
protected final IResourceScannerFactory<?> scannerFactory
- Factory for the scanner selecting the resources to be processed.
- See Also:
MappedTaskMaster.ConfigurationOptions.RESOURCE_SCANNER_FACTORY
pendingSetMasterInitialCapacity
public final int pendingSetMasterInitialCapacity
- See Also:
MappedTaskMaster.ConfigurationOptions.PENDING_SET_MASTER_INITIAL_CAPACITY
pendingSetSubtaskInitialCapacity
public final int pendingSetSubtaskInitialCapacity
- See Also:
MappedTaskMaster.ConfigurationOptions.PENDING_SET_SUBTASK_INITIAL_CAPACITY
clientHashFunction
public final IHashFunction clientHashFunction
- See Also:
MappedTaskMaster.ConfigurationOptions.CLIENT_HASH_FUNCTION
deleteAfter
public final boolean deleteAfter
- When
true, the each data file will be deleted once
its data has been loaded into the ITripleStore.
- See Also:
MappedTaskMaster.JobState
public MappedTaskMaster.JobState(String component,
net.jini.config.Configuration config)
throws net.jini.config.ConfigurationException
-
- Throws:
net.jini.config.ConfigurationException
toString
protected void toString(StringBuilder sb)
- Description copied from class:
TaskMaster.JobState
- Allows extension of
TaskMaster.JobState.toString()
- Overrides:
toString in class TaskMaster.JobState
Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.