SPL Operator Runtime Python API  7.2.1.0
  • streams
Classes | Namespaces
__init__.py File Reference

Classes

class   streams.timestamp
  Class that represents a timestamp type. More...
 
class   streams.Meta
 
class   streams.Meta.Type
 
class   streams.Meta.BaseType
  Class that serves as a base for all meta-type classes. More...
 
class   streams.Meta.PrimitiveType
  Class that provides a meta-type representation of a primitive type. More...
 
class   streams.Meta.SimplePrimitiveType
  Class that provides a meta-type representation of a simple primitive type. More...
 
class   streams.Meta.XmlType
  Class that provides a meta-type representation of an xml primitive type. More...
 
class   streams.Meta.OptionalType
 
class   streams.Meta.EnumType
  Class that provides a meta-type representation of an enum type. More...
 
class   streams.Meta.BStringType
  Class that provides a meta-type representation of a bounded string type. More...
 
class   streams.Meta.CompositeType
  Class that provides a meta-type representation of a composite type. More...
 
class   streams.Meta.CollectionType
  Class that provides a meta-type representation of a collection type. More...
 
class   streams.Meta.ListType
  Class that provides a meta-type representation of a list type. More...
 
class   streams.Meta.SetType
  Class that provides a meta-type representation of a set type. More...
 
class   streams.Meta.MapType
  Class that provides a meta-type representation of a map type. More...
 
class   streams.Meta.BCollectionType
  Class that provides a meta-type representation of a bounded collection type. More...
 
class   streams.Meta.BListType
  Class that provides a meta-type representation of a bounded list type. More...
 
class   streams.Meta.BSetType
  Class that provides a meta-type representation of a bounded set type. More...
 
class   streams.Meta.BMapType
  Class that provides a meta-type representation of a bounded map type. More...
 
class   streams.Meta.TupleType
  Class that provides a meta-type representation of a tuple type. More...
 
class   streams.Checkpoint
  Class that represents an individual checkpoint i.e. More...
 
class   streams.CheckpointContext
  Class that represents a checkpointing context for an operator. More...
 
class   streams.CheckpointContext.Kind
 
class   streams.Collection
  Class that serves as an interface for the. More...
 
class   streams.Notification
  Represents a notification emitted by an MBean. More...
 
class   streams.ConnectionNotification
 
class   streams.OptionalContext
  Class that serves as a base for all optional operator contexts. More...
 
class   streams.ConsistentRegionContext
  This is an optional context that can be acquired by using the CONSISTENT_REGION string defined in. More...
 
class   streams.ConsistentRegionContext.DrainResult
 
class   streams.ConstTupleAttribute
  Class that serves as a reflective interface for const tuple attributes. More...
 
class   streams.ConstValueHandle
  Class for reflective manipulation of const values of spl types. More...
 
class   streams.ValueHandle
  Class for reflective manipulation of values of SPL types. More...
 
class   streams.Tuple
  Class that serves as a reflective interface for the tuple types. More...
 
class   streams.WindowPolicy
  Class that represents the eviction policies or the trigger policies of a window. More...
 
class   streams.WindowPolicy.Type
 
class   streams.BaseWindow
 
class   streams.WindowTracker
  Class for tracking which window is active at any time. More...
 
class   streams.OperatorPort
  Class that forms a common base for operator ports. More...
 
class   streams.OperatorInputPort
  Class that represents an operator input port. More...
 
class   streams.OperatorInputPort.ImportType
 
class   streams.SubscriptionExpression
  Class that represents a subscription expression clause for import specifications. More...
 
class   streams.SubscriptionExpression.Kind
 
class   streams.SubscriptionExpression.Op
 
class   streams.SubscriptionExpression.Literal
  Class that represents subscription expression literals. More...
 
class   streams.SubscriptionExpression.Literal.Kind
 
class   streams.PartitionEvictionPolicy
  Class that represents when partitions should be evicted from the window. More...
 
class   streams.PartitionEvictionPolicy.When
 
class   streams.PartitionEvictionPolicy.How
 
class   streams.PartitionAgePartitionEvictionPolicy
  Eviction policy based on the age of partition. More...
 
class   streams.PartitionCountPartitionEvictionPolicy
  Partitions should be evicted when there are too many partitions. More...
 
class   streams.TupleCountPartitionEvictionPolicy
  Partitions should be evicted when there are too many tuples. More...
 
class   streams.FilterExpression
  Class that represents a filter expression clause for import specifications. More...
 
class   streams.FilterExpression.Kind
 
class   streams.FilterExpression.Op
 
class   streams.FilterExpression.ArithmeticOp
 
class   streams.FilterExpression.Literal
  Class that represents filter expression literals. More...
 
class   streams.FilterExpression.Literal.Kind
 
class   streams.FilterExpression.ArithmeticOperation
 
class   streams.StreamProperty
  Class that represents a stream property. More...
 
class   streams.OperatorOutputPort
  Class that represents an operator output port. More...
 
class   streams.OperatorOutputPort.ExportType
 
class   streams.OperatorThread
  Class that represents an operator thread. More...
 
class   streams.Metric
  Class that represents a metric object, used for port, operator, and pe metrics. More...
 
class   streams.Metric.Kind
 
class   streams.OperatorMetrics
  Class that represents operator metrics. More...
 
class   streams.OperatorMetrics.InputPortMetricName
 
class   streams.OperatorMetrics.OutputPortMetricName
 
class   streams.OperatorMetrics.SystemMetricName
 
class   streams.OperatorContext
  Class that represents the context of an operator. More...
 
class   streams.PEMetrics
  Class that represents PE metrics. More...
 
class   streams.PEMetrics.InputPortMetricName
 
class   streams.PEMetrics.OutputPortMetricName
 
class   streams.ProcessingElement
  Class that represents a processing element. More...
 
class   streams.ParameterValue
  Class representing one parameter value at runtime. More...
 
class   streams.Punctuation
 
class   streams.Operator
  Class that serves as the base class of all SPL primitive operators. More...
 
class   streams.Python
 
class   streams.Python.PythonOperator
 

Namespaces

  streams
 

Streams