Package stroom.query.common.v2
Interface CoprocessorSettings
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
TableCoprocessorSettings
public interface CoprocessorSettings extends java.io.Serializable
-
-
Method Summary
Modifier and Type Method Description boolean
extractValues()
DocRef
getExtractionPipeline()
-
-
-
Method Detail
-
extractValues
boolean extractValues()
-
getExtractionPipeline
DocRef getExtractionPipeline()
-
-