Modifier and Type | Method and Description |
---|---|
VersionContext |
IncrementalIngester.getOutputDescription(IOutputConnection outputConnection,
Specification spec)
Get an output version string for a document.
|
protected void |
IncrementalIngester.removeDocument(IOutputConnection connection,
java.lang.String documentURI,
java.lang.String outputDescription,
IOutputRemoveActivity activities)
Remove document, using the specified output connection, via the standard pool.
|
void |
IncrementalIngester.removeOutputConnection(IOutputConnection outputConnection)
Remove all knowledge of an output index from the system.
|
void |
IncrementalIngester.resetOutputConnection(IOutputConnection outputConnection)
Reset all documents belonging to a specific output connection, because we've got information that
that system has been reconfigured.
|
Modifier and Type | Method and Description |
---|---|
IOutputConnection |
IOutputConnectionManager.create()
Create a new output connection object.
|
IOutputConnection[] |
IOutputConnectionManager.getAllConnections()
Obtain a list of the output connections, ordered by name.
|
IOutputConnection[] |
IPipelineConnections.getOutputConnections()
Get the output connection instances mentioned by the IPipelineSpecification
object.
|
IOutputConnection |
IOutputConnectionManager.load(java.lang.String name)
Load an output connection by name.
|
IOutputConnection[] |
IOutputConnectionManager.loadMultiple(java.lang.String[] names)
Load a set of output connections.
|
Modifier and Type | Method and Description |
---|---|
VersionContext |
IIncrementalIngester.getOutputDescription(IOutputConnection outputConnection,
Specification spec)
Get an output version string for a document.
|
IOutputConnector |
IOutputConnectorPool.grab(IOutputConnection outputConnection)
Get an output connector.
|
IOutputConnector[] |
IOutputConnectorPool.grabMultiple(java.lang.String[] orderingKeys,
IOutputConnection[] outputConnections)
Get multiple output connectors, all at once.
|
void |
IOutputConnectorPool.release(IOutputConnection connection,
IOutputConnector connector)
Release an output connector.
|
void |
IOutputConnectorPool.releaseMultiple(IOutputConnection[] connections,
IOutputConnector[] connectors)
Release multiple output connectors.
|
void |
IIncrementalIngester.removeOutputConnection(IOutputConnection outputConnection)
Remove all knowledge of an output index from the system.
|
void |
IIncrementalIngester.resetOutputConnection(IOutputConnection outputConnection)
Reset all documents belonging to a specific output connection, because we've got information that
that system has been reconfigured.
|
boolean |
IOutputConnectionManager.save(IOutputConnection object)
Save an output connection object.
|
Modifier and Type | Class and Description |
---|---|
class |
OutputConnection
An instance of this class represents a persistently-stored output connection description.
|
Modifier and Type | Method and Description |
---|---|
IOutputConnection |
OutputConnectionManager.create()
Create a new output connection object.
|
IOutputConnection[] |
OutputConnectionManager.getAllConnections()
Obtain a list of the output connections, ordered by name.
|
IOutputConnection |
OutputConnectionManager.load(java.lang.String name)
Load an output connection by name.
|
IOutputConnection[] |
OutputConnectionManager.loadMultiple(java.lang.String[] names)
Load multiple output connections by name.
|
Modifier and Type | Method and Description |
---|---|
protected int |
OutputConnectionManager.loadMultipleInternal(IOutputConnection[] rval,
int outputIndex,
java.lang.String[] fetchNames,
int inputIndex,
int length) |
boolean |
OutputConnectionManager.save(IOutputConnection object)
Save an output connection object.
|
Modifier and Type | Method and Description |
---|---|
IOutputConnector |
OutputConnectorPool.grab(IOutputConnection outputConnection)
Get an output connector.
|
IOutputConnector[] |
OutputConnectorPool.grabMultiple(java.lang.String[] orderingKeys,
IOutputConnection[] outputConnections)
Get multiple output connectors, all at once.
|
void |
OutputConnectorPool.release(IOutputConnection connection,
IOutputConnector connector)
Release an output connector.
|
void |
OutputConnectorPool.releaseMultiple(IOutputConnection[] connections,
IOutputConnector[] connectors)
Release multiple output connectors.
|
Modifier and Type | Field and Description |
---|---|
protected IOutputConnection[] |
PipelineConnections.outputConnections |
Modifier and Type | Method and Description |
---|---|
IOutputConnection[] |
PipelineConnections.getOutputConnections() |
IOutputConnection[] |
PipelineSpecification.getOutputConnections()
Get the output connection instances mentioned by the IPipelineSpecification
object.
|
IOutputConnection[] |
PipelineSpecificationWithVersions.getOutputConnections()
Get the output connection instances mentioned by the IPipelineSpecification
object.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ManifoldCF.formatOutputConnection(ConfigurationNode connectionNode,
IOutputConnection connection)
Format an output connection.
|