Package org.opennms.nephron
Interface CortexOptions
-
- All Superinterfaces:
org.apache.beam.sdk.transforms.display.HasDisplayData,org.apache.beam.sdk.options.PipelineOptions
- All Known Subinterfaces:
NephronOptions
public interface CortexOptions extends org.apache.beam.sdk.options.PipelineOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.beam.sdk.options.PipelineOptions
org.apache.beam.sdk.options.PipelineOptions.AtomicLongFactory, org.apache.beam.sdk.options.PipelineOptions.CheckEnabled, org.apache.beam.sdk.options.PipelineOptions.DirectRunner, org.apache.beam.sdk.options.PipelineOptions.JobNameFactory, org.apache.beam.sdk.options.PipelineOptions.UserAgentFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCortexAccumulationDelayMs()StringgetCortexConsideredHosts()intgetCortexMaxBatchBytes()intgetCortexMaxBatchSize()StringgetCortexOrgId()StringgetCortexWriteUrl()voidsetCortexAccumulationDelayMs(long value)voidsetCortexConsideredHosts(String value)voidsetCortexMaxBatchBytes(int value)voidsetCortexMaxBatchSize(int value)voidsetCortexOrgId(String value)voidsetCortexWriteUrl(String value)
-
-
-
Method Detail
-
getCortexWriteUrl
String getCortexWriteUrl()
-
setCortexWriteUrl
void setCortexWriteUrl(String value)
-
getCortexOrgId
String getCortexOrgId()
-
setCortexOrgId
void setCortexOrgId(String value)
-
getCortexMaxBatchSize
@Integer(10000) int getCortexMaxBatchSize()
-
setCortexMaxBatchSize
void setCortexMaxBatchSize(int value)
-
getCortexMaxBatchBytes
@Integer(524288) int getCortexMaxBatchBytes()
-
setCortexMaxBatchBytes
void setCortexMaxBatchBytes(int value)
-
getCortexAccumulationDelayMs
@Long(0L) long getCortexAccumulationDelayMs()
-
setCortexAccumulationDelayMs
void setCortexAccumulationDelayMs(long value)
-
getCortexConsideredHosts
@String("") String getCortexConsideredHosts()
-
setCortexConsideredHosts
void setCortexConsideredHosts(String value)
-
-