Package stroom.query.common.v2
Class TableCoprocessorSettings
- java.lang.Object
-
- stroom.query.common.v2.TableCoprocessorSettings
-
- All Implemented Interfaces:
java.io.Serializable
,CoprocessorSettings
public class TableCoprocessorSettings extends java.lang.Object implements CoprocessorSettings
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableCoprocessorSettings(TableSettings tableSettings)
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object o)
boolean
extractValues()
DocRef
getExtractionPipeline()
int
getQueueCapacity()
TableSettings
getTableSettings()
int
hashCode()
void
setQueueCapacity(int queueCapacity)
-
-
-
Constructor Detail
-
TableCoprocessorSettings
public TableCoprocessorSettings(TableSettings tableSettings)
-
-
Method Detail
-
getTableSettings
public TableSettings getTableSettings()
-
extractValues
public boolean extractValues()
- Specified by:
extractValues
in interfaceCoprocessorSettings
-
getExtractionPipeline
public DocRef getExtractionPipeline()
- Specified by:
getExtractionPipeline
in interfaceCoprocessorSettings
-
getQueueCapacity
public int getQueueCapacity()
-
setQueueCapacity
public void setQueueCapacity(int queueCapacity)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-