final case class WindowContext(ctx: org.apache.pulsar.functions.api.WindowContext) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WindowContext
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new WindowContext(ctx: org.apache.pulsar.functions.api.WindowContext)
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def functionId: FunctionId
- def functionName: FunctionName
- def functionVersion: FunctionVersion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getCounter(key: String): Long
- def getState(key: String): Option[ByteBuffer]
- def incrCounter(key: String, amount: Long): Unit
- def inputTopics: Seq[InputTopic]
- def instanceId: InstanceId
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logger: Logger
- def namespace: Namespace
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def numInstances: NumInstances
- def outputSchemaType: OutputSchemaType
- def outputTopic: OutputTopic
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def publish[T](topicName: OutputTopic, obj: T)(implicit ec: ExecutionContext): Future[Unit]
- def publish[T](topicName: OutputTopic, obj: T, schemaOrSerdeClassName: String)(implicit ec: ExecutionContext): Future[Unit]
- def putState(key: String, value: ByteBuffer): Unit
- def recordMetric(metricName: String, value: Double): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tenant: Tenant
- def userConfigMap: Map[String, AnyRef]
- def userConfigValue[T](key: String)(implicit arg0: ClassTag[T]): Option[T]
- def userConfigValueOrElse[T](key: String, defaultValue: T)(implicit arg0: ClassTag[T]): T
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])