abstract class ScioResult extends AnyRef
- Alphabetic
- By Inheritance
- ScioResult
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- lazy val allCounters: Map[MetricName, MetricValue[Long]]
Retrieve aggregated values of all counters from the pipeline.
- lazy val allCountersAtSteps: Map[MetricName, Map[String, MetricValue[Long]]]
Retrieve per step values of all counters from the pipeline.
- lazy val allDistributions: Map[MetricName, MetricValue[DistributionResult]]
Retrieve aggregated values of all distributions from the pipeline.
- lazy val allDistributionsAtSteps: Map[MetricName, Map[String, MetricValue[DistributionResult]]]
Retrieve per step values of all distributions from the pipeline.
- lazy val allGauges: Map[MetricName, MetricValue[GaugeResult]]
Retrieve latest values of all gauges from the pipeline.
- lazy val allGaugesAtSteps: Map[MetricName, Map[String, MetricValue[GaugeResult]]]
Retrieve aggregated values of all gauges from the pipeline.
- def as[T <: RunnerResult](implicit arg0: ClassTag[T]): T
Get a Beam runner specific result.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def counter(c: Counter): MetricValue[Long]
Retrieve aggregated value of a single counter from the pipeline.
- def counterAtSteps(c: Counter): Map[String, MetricValue[Long]]
Retrieve per step values of a single counter from the pipeline.
- def distribution(d: Distribution): MetricValue[DistributionResult]
Retrieve aggregated value of a single distribution from the pipeline.
- def distributionAtSteps(d: Distribution): Map[String, MetricValue[DistributionResult]]
Retrieve per step values of a single distribution from the pipeline.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def gauge(g: Gauge): MetricValue[GaugeResult]
Retrieve latest value of a single gauge from the pipeline.
- def gaugeAtSteps(g: Gauge): Map[String, MetricValue[GaugeResult]]
Retrieve per step values of a single gauge from the pipeline.
- def getBeamMetrics: BeamMetrics
- Attributes
- protected
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val internal: PipelineResult
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTest: Boolean
Whether this is the result of a test.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def saveMetrics(filename: String): Unit
Save metrics of the finished pipeline to a file.
- def state: State
Pipeline's current state.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tap[T](tap: ClosedTap[T]): Tap[T]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()