Packages

package statefulprocessor

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class DriverStatefulProcessorHandleImpl extends StatefulProcessorHandleImplBase

    This DriverStatefulProcessorHandleImpl is used within TransformWithExec on the driver side to collect the columnFamilySchemas before any processing is actually done.

    This DriverStatefulProcessorHandleImpl is used within TransformWithExec on the driver side to collect the columnFamilySchemas before any processing is actually done. We need this class because we can only collect the schemas after the StatefulProcessor is initialized.

  2. class QueryInfoImpl extends QueryInfo
  3. class StatefulProcessorHandleImpl extends StatefulProcessorHandleImplBase with Logging

    Class that provides a concrete implementation of a StatefulProcessorHandle.

    Class that provides a concrete implementation of a StatefulProcessorHandle. Note that we keep track of valid transitions as various functions are invoked to track object lifecycle.

  4. abstract class StatefulProcessorHandleImplBase extends StatefulProcessorHandle

Value Members

  1. object ImplicitGroupingKeyTracker

    Object used to assign/retrieve/remove grouping key passed implicitly for various state manipulation actions using the store handle.

  2. object StatefulProcessorHandleState extends Enumeration

    Enum used to track valid states for the StatefulProcessorHandle

  3. object TWSMetricsUtils

    Utility object to perform metrics updates

Ungrouped