- partition(T, int) - Method in class io.ray.streaming.api.partition.impl.BroadcastPartition
-
- partition(T, int) - Method in class io.ray.streaming.api.partition.impl.ForwardPartition
-
- partition(KeyRecord<K, T>, int) - Method in class io.ray.streaming.api.partition.impl.KeyPartition
-
- partition(T, int) - Method in class io.ray.streaming.api.partition.impl.RoundRobinPartition
-
- Partition<T> - Interface in io.ray.streaming.api.partition
-
Interface of the partitioning strategy.
- partition(T, int) - Method in interface io.ray.streaming.api.partition.Partition
-
Given a record and downstream partitions, determine which partition(s) should receive the
record.
- partition(Object, int) - Method in class io.ray.streaming.python.PythonPartition
-
- partitionBy(Partition<T>) - Method in class io.ray.streaming.api.stream.DataStream
-
Apply a partition to this stream.
- partitionBy(PythonPartition) - Method in class io.ray.streaming.python.stream.PythonDataStream
-
Apply a partition to this stream.
- printJobGraph() - Method in class io.ray.streaming.jobgraph.JobGraph
-
- process(T) - Method in interface io.ray.streaming.api.function.impl.ProcessFunction
-
- process() - Method in class io.ray.streaming.api.stream.DataStream
-
- processElement(Record<T>) - Method in class io.ray.streaming.operator.impl.FilterOperator
-
- processElement(Record<T>) - Method in class io.ray.streaming.operator.impl.FlatMapOperator
-
- processElement(Record<L>, Record<R>) - Method in class io.ray.streaming.operator.impl.JoinOperator
-
- processElement(Record<T>) - Method in class io.ray.streaming.operator.impl.KeyByOperator
-
- processElement(Record<T>) - Method in class io.ray.streaming.operator.impl.MapOperator
-
- processElement(Record<T>) - Method in class io.ray.streaming.operator.impl.ReduceOperator
-
- processElement(Record<T>) - Method in class io.ray.streaming.operator.impl.SinkOperator
-
- processElement(Record<T>) - Method in class io.ray.streaming.operator.impl.UnionOperator
-
- processElement(Record<T>) - Method in interface io.ray.streaming.operator.OneInputOperator
-
- processElement(Record<T>, Record<O>) - Method in interface io.ray.streaming.operator.TwoInputOperator
-
- ProcessFunction<T> - Interface in io.ray.streaming.api.function.impl
-
Interface of process functions.
- PythonDataStream - Class in io.ray.streaming.python.stream
-
Represents a stream of data whose transformations will be executed in python.
- PythonDataStream(StreamingContext, PythonOperator) - Constructor for class io.ray.streaming.python.stream.PythonDataStream
-
- PythonDataStream(StreamingContext, PythonOperator, Partition<Object>) - Constructor for class io.ray.streaming.python.stream.PythonDataStream
-
- PythonDataStream(PythonDataStream, PythonOperator) - Constructor for class io.ray.streaming.python.stream.PythonDataStream
-
- PythonDataStream(PythonDataStream, PythonOperator, Partition<Object>) - Constructor for class io.ray.streaming.python.stream.PythonDataStream
-
- PythonDataStream(DataStream) - Constructor for class io.ray.streaming.python.stream.PythonDataStream
-
Create a python stream that reference passed java stream.
- PythonFunction - Class in io.ray.streaming.python
-
Represents a user defined python function.
- PythonFunction(byte[]) - Constructor for class io.ray.streaming.python.PythonFunction
-
- PythonFunction(String, String) - Constructor for class io.ray.streaming.python.PythonFunction
-
Create a
PythonFunction from a moduleName and streaming function name.
- PythonFunction.FunctionInterface - Enum in io.ray.streaming.python
-
- PythonKeyDataStream - Class in io.ray.streaming.python.stream
-
Represents a python DataStream returned by a key-by operation.
- PythonKeyDataStream(PythonDataStream, PythonOperator) - Constructor for class io.ray.streaming.python.stream.PythonKeyDataStream
-
- PythonKeyDataStream(DataStream) - Constructor for class io.ray.streaming.python.stream.PythonKeyDataStream
-
Create a python stream that reference passed python stream.
- PythonOperator - Class in io.ray.streaming.python
-
- PythonOperator(String, String) - Constructor for class io.ray.streaming.python.PythonOperator
-
- PythonOperator(PythonFunction) - Constructor for class io.ray.streaming.python.PythonOperator
-
- PythonOperator.ChainedPythonOperator - Class in io.ray.streaming.python
-
- PythonPartition - Class in io.ray.streaming.python
-
Represents a python partition function.
- PythonPartition(byte[]) - Constructor for class io.ray.streaming.python.PythonPartition
-
- PythonPartition(String, String) - Constructor for class io.ray.streaming.python.PythonPartition
-
Create a python partition from a moduleName and partition function name
- PythonStream - Interface in io.ray.streaming.python.stream
-
A marker interface used to identify all python streams.
- PythonStreamSink - Class in io.ray.streaming.python.stream
-
Represents a sink of the PythonStream.
- PythonStreamSink(PythonDataStream, PythonOperator) - Constructor for class io.ray.streaming.python.stream.PythonStreamSink
-
- PythonStreamSource - Class in io.ray.streaming.python.stream
-
Represents a source of the PythonStream.
- PythonUnionStream - Class in io.ray.streaming.python.stream
-
Represents a union DataStream.
- PythonUnionStream(PythonDataStream, List<PythonDataStream>) - Constructor for class io.ray.streaming.python.stream.PythonUnionStream
-
- value - Variable in class io.ray.streaming.message.Record
-
- valueOf(String) - Static method in enum io.ray.streaming.api.Language
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.ray.streaming.jobgraph.VertexType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.ray.streaming.operator.ChainStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.ray.streaming.operator.OperatorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.ray.streaming.python.PythonFunction.FunctionInterface
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.ray.streaming.api.Language
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.ray.streaming.jobgraph.VertexType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.ray.streaming.operator.ChainStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.ray.streaming.operator.OperatorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.ray.streaming.python.PythonFunction.FunctionInterface
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VertexType - Enum in io.ray.streaming.jobgraph
-
Different roles for a node.