|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.service.jini.master.TaskMaster.JobState
com.bigdata.service.jini.master.MappedTaskMaster.JobState
com.bigdata.rdf.load.MappedRDFDataLoadMaster.JobState
public static class MappedRDFDataLoadMaster.JobState
The job description for an MappedRDFDataLoadMaster.
| Field Summary | |
|---|---|
int |
bnodesInitialCapacity
|
boolean |
computeClosure
When true, the closure of the data set will be
computed once all data have been loaded. |
boolean |
create
When true, the master will create the
ITripleStore identified by namespace if it does not
exist. |
String |
defaultGraph
The value that will be used for the graph/context co-ordinate when loading data represented in a triple format into a quad store. |
boolean |
loadData
When true, the clients will load data. |
String |
namespace
The namespace of the ITripleStore into which the data will be
loaded (must exist). |
int |
notifyPoolSize
|
File |
ontology
The file or directory from which files will be loaded when the ITripleStore is first created. |
FilenameFilter |
ontologyFileFilter
Only files matched by the filter will be processed (optional, but must be Serializable). |
int |
otherWriterPoolSize
|
RDFParserOptions |
parserOptions
The options for the RDFParser instances. |
int |
parserPoolSize
|
int |
parserQueueCapacity
|
int |
producerChunkSize
|
long |
rejectedExecutionDelay
|
int |
term2IdWriterPoolSize
|
long |
unbufferedStatementThreshold
|
int |
valuesInitialCapacity
|
| Fields inherited from class com.bigdata.service.jini.master.MappedTaskMaster.JobState |
|---|
clientHashFunction, conf, deleteAfter, pendingSetMasterInitialCapacity, pendingSetSubtaskInitialCapacity, scannerFactory |
| 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 |
| Constructor Summary | |
|---|---|
MappedRDFDataLoadMaster.JobState(String component,
net.jini.config.Configuration config)
|
|
| Method Summary | |
|---|---|
RDFFormat |
getRDFFormat()
The RDFFormat that will be used when the format can not be
deduced from the file extension or other metadata. |
protected void |
toString(StringBuilder sb)
Allows extension of TaskMaster.JobState.toString() |
| Methods inherited from class com.bigdata.service.jini.master.TaskMaster.JobState |
|---|
getClientZPath, getElapsedMillis, getJobClassZPath, getJobZPath, getLockNodeZPath, isResumedJob, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final String namespace
ITripleStore into which the data will be
loaded (must exist).
public final File ontology
ITripleStore is first created.
MappedRDFDataLoadMaster.ConfigurationOptions.ONTOLOGYpublic final FilenameFilter ontologyFileFilter
Serializable).
MappedRDFDataLoadMaster.ConfigurationOptions.ONTOLOGY_FILE_FILTERpublic final int parserPoolSize
MappedRDFDataLoadMaster.ConfigurationOptions.PARSER_POOL_SIZEpublic final int parserQueueCapacity
MappedRDFDataLoadMaster.ConfigurationOptions.PARSER_QUEUE_CAPACITYpublic final long rejectedExecutionDelay
MappedRDFDataLoadMaster.ConfigurationOptions.REJECTED_EXECUTION_DELAYpublic final int term2IdWriterPoolSize
MappedRDFDataLoadMaster.ConfigurationOptions.TERM2ID_WRITER_POOL_SIZEpublic final int otherWriterPoolSize
MappedRDFDataLoadMaster.ConfigurationOptions.OTHER_WRITER_POOL_SIZEpublic final int notifyPoolSize
MappedRDFDataLoadMaster.ConfigurationOptions.NOTIFY_POOL_SIZEpublic final long unbufferedStatementThreshold
MappedRDFDataLoadMaster.ConfigurationOptions.UNBUFFERED_STATEMENT_THRESHOLDpublic final int producerChunkSize
MappedRDFDataLoadMaster.ConfigurationOptions.PRODUCER_CHUNK_SIZEpublic final int valuesInitialCapacity
MappedRDFDataLoadMaster.ConfigurationOptions.VALUES_INITIAL_CAPACITYpublic final int bnodesInitialCapacity
MappedRDFDataLoadMaster.ConfigurationOptions.BNODES_INITIAL_CAPACITYpublic final boolean create
true, the master will create the
ITripleStore identified by namespace if it does not
exist.
public final boolean loadData
true, the clients will load data.
public final boolean computeClosure
true, the closure of the data set will be
computed once all data have been loaded.
public final RDFParserOptions parserOptions
RDFParser instances.
MappedRDFDataLoadMaster.ConfigurationOptions.PARSER_OPTIONSpublic final String defaultGraph
| Constructor Detail |
|---|
public MappedRDFDataLoadMaster.JobState(String component,
net.jini.config.Configuration config)
throws net.jini.config.ConfigurationException
net.jini.config.ConfigurationException| Method Detail |
|---|
public RDFFormat getRDFFormat()
RDFFormat that will be used when the format can not be
deduced from the file extension or other metadata.
protected void toString(StringBuilder sb)
TaskMaster.JobStateTaskMaster.JobState.toString()
toString in class MappedTaskMaster.JobState
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||