跳过导航链接
A B C D E F G H I J K L M N O P R S T U V W 

A

add(I, A) - 接口 中的方法io.ray.streaming.api.function.impl.AggregateFunction
 
addEdge(JobEdge) - 类 中的方法io.ray.streaming.jobgraph.JobGraph
 
addSink(StreamSink) - 类 中的方法io.ray.streaming.api.context.StreamingContext
 
addVertex(JobVertex) - 类 中的方法io.ray.streaming.jobgraph.JobGraph
 
aggregate(AggregateFunction<T, A, O>) - 类 中的方法io.ray.streaming.api.stream.KeyDataStream
Apply an aggregate Function to this stream.
AggregateFunction<I,A,O> - io.ray.streaming.api.function.impl中的接口
Interface of aggregate functions.
asJavaStream() - 类 中的方法io.ray.streaming.python.stream.PythonDataStream
Convert this stream as a java stream.
asJavaStream() - 类 中的方法io.ray.streaming.python.stream.PythonKeyDataStream
Convert this stream as a java stream.
asPythonStream() - 类 中的方法io.ray.streaming.api.stream.DataStream
Convert this stream as a python stream.
asPythonStream() - 类 中的方法io.ray.streaming.api.stream.KeyDataStream
Convert this stream as a python stream.

B

broadcast() - 类 中的方法io.ray.streaming.api.stream.DataStream
Apply broadcast to this stream.
broadcast() - 类 中的方法io.ray.streaming.python.stream.PythonDataStream
Apply broadcast to this stream.
BroadcastPartition<T> - io.ray.streaming.api.partition.impl中的类
Broadcast the record to all downstream partitions.
BroadcastPartition() - 类 的构造器io.ray.streaming.api.partition.impl.BroadcastPartition
 
BroadcastPartition - 类 中的静态变量io.ray.streaming.python.PythonPartition
 
build() - 类 中的方法io.ray.streaming.jobgraph.JobGraphBuilder
 
buildContext() - 类 中的静态方法io.ray.streaming.api.context.StreamingContext
 

C

ChainedOperator - io.ray.streaming.operator.chain中的类
Abstract base class for chained operators.
ChainedOperator(List<StreamOperator>, List<Map<String, String>>) - 类 的构造器io.ray.streaming.operator.chain.ChainedOperator
 
ChainedPythonOperator(List<PythonOperator>, List<Map<String, String>>) - 类 的构造器io.ray.streaming.python.PythonOperator.ChainedPythonOperator
 
ChainStrategy - io.ray.streaming.operator中的枚举
Chain strategy for streaming operators.
CHANNEL_SIZE - 类 中的静态变量io.ray.streaming.util.Config
 
CHANNEL_SIZE_DEFAULT - 类 中的静态变量io.ray.streaming.util.Config
 
CHANNEL_TYPE - 类 中的静态变量io.ray.streaming.util.Config
 
close() - 接口 中的方法io.ray.streaming.api.function.impl.SourceFunction
 
close() - 类 中的方法io.ray.streaming.api.function.internal.CollectionSourceFunction
 
close() - 接口 中的方法io.ray.streaming.api.function.RichFunction
Tear-down method for the user function which called after the last call to the user function.
close() - 接口 中的方法io.ray.streaming.operator.Operator
 
close() - 类 中的方法io.ray.streaming.operator.StreamOperator
 
close() - 类 中的方法io.ray.streaming.python.PythonOperator
 
collect(T) - 类 中的方法io.ray.streaming.api.collector.CollectionCollector
 
collect(T) - 接口 中的方法io.ray.streaming.api.collector.Collector
 
collect(T) - 接口 中的方法io.ray.streaming.api.function.impl.SourceFunction.SourceContext
 
collect(Record) - 类 中的方法io.ray.streaming.operator.StreamOperator
 
collect(KeyRecord) - 类 中的方法io.ray.streaming.operator.StreamOperator
 
CollectionCollector<T> - io.ray.streaming.api.collector中的类
Combination of multiple collectors.
CollectionCollector(List<Collector>) - 类 的构造器io.ray.streaming.api.collector.CollectionCollector
 
CollectionSourceFunction<T> - io.ray.streaming.api.function.internal中的类
The SourceFunction that fetch data from a Java Collection object.
CollectionSourceFunction(Collection<T>) - 类 的构造器io.ray.streaming.api.function.internal.CollectionSourceFunction
 
Collector<T> - io.ray.streaming.api.collector中的接口
The collector that collects data from an upstream operator, and emits data to downstream operators.
collectorList - 类 中的变量io.ray.streaming.operator.StreamOperator
 
Config - io.ray.streaming.util中的类
 
Config() - 类 的构造器io.ray.streaming.util.Config
 
createAccumulator() - 接口 中的方法io.ray.streaming.api.function.impl.AggregateFunction
 

D

DataStream<T> - io.ray.streaming.api.stream中的类
Represents a stream of data.
DataStream(StreamingContext, StreamOperator) - 类 的构造器io.ray.streaming.api.stream.DataStream
 
DataStream(StreamingContext, StreamOperator, Partition<T>) - 类 的构造器io.ray.streaming.api.stream.DataStream
 
DataStream(DataStream<R>, StreamOperator) - 类 的构造器io.ray.streaming.api.stream.DataStream
 
DataStream(DataStream<R>, StreamOperator, Partition<T>) - 类 的构造器io.ray.streaming.api.stream.DataStream
 
DataStream(PythonDataStream) - 类 的构造器io.ray.streaming.api.stream.DataStream
Create a java stream that reference passed python stream.
DataStreamSink<T> - io.ray.streaming.api.stream中的类
Represents a sink of the DataStream.
DataStreamSink(DataStream, SinkOperator) - 类 的构造器io.ray.streaming.api.stream.DataStreamSink
 
DataStreamSource<T> - io.ray.streaming.api.stream中的类
Represents a source of the DataStream.
DEFAULT_READ_TIMEOUT_MS - 类 中的静态变量io.ray.streaming.util.Config
 
disableChain() - 类 中的方法io.ray.streaming.api.stream.Stream
Disable chain for this stream

E

emptyFunction() - 类 中的静态方法io.ray.streaming.api.function.internal.Functions
 
equals(Object) - 类 中的方法io.ray.streaming.message.KeyRecord
 
equals(Object) - 类 中的方法io.ray.streaming.message.Record
 
execute(String) - 类 中的方法io.ray.streaming.api.context.StreamingContext
Construct job DAG, and execute the job.

F

fetch(SourceFunction.SourceContext<T>) - 接口 中的方法io.ray.streaming.api.function.impl.SourceFunction
 
fetch(SourceFunction.SourceContext<T>) - 类 中的方法io.ray.streaming.api.function.internal.CollectionSourceFunction
 
fetch() - 类 中的方法io.ray.streaming.operator.impl.SourceOperatorImpl
 
fetch() - 接口 中的方法io.ray.streaming.operator.SourceOperator
 
filter(T) - 接口 中的方法io.ray.streaming.api.function.impl.FilterFunction
The filter function that evaluates the predicate.
filter(FilterFunction<T>) - 类 中的方法io.ray.streaming.api.stream.DataStream
 
filter(String, String) - 类 中的方法io.ray.streaming.python.stream.PythonDataStream
 
filter(PythonFunction) - 类 中的方法io.ray.streaming.python.stream.PythonDataStream
Apply a filter function to this stream.
FilterFunction<T> - io.ray.streaming.api.function.impl中的接口
A filter function is a predicate applied individually to each record.
FilterOperator<T> - io.ray.streaming.operator.impl中的类
 
FilterOperator(FilterFunction<T>) - 类 的构造器io.ray.streaming.operator.impl.FilterOperator
 
finish() - 接口 中的方法io.ray.streaming.operator.Operator
 
finish() - 类 中的方法io.ray.streaming.operator.StreamOperator
 
finish() - 类 中的方法io.ray.streaming.python.PythonOperator
 
flatMap(T, Collector<R>) - 接口 中的方法io.ray.streaming.api.function.impl.FlatMapFunction
 
flatMap(FlatMapFunction<T, R>) - 类 中的方法io.ray.streaming.api.stream.DataStream
Apply a flat-map function to this stream.
flatMap(String, String) - 类 中的方法io.ray.streaming.python.stream.PythonDataStream
 
flatMap(PythonFunction) - 类 中的方法io.ray.streaming.python.stream.PythonDataStream
Apply a flat-map function to this stream.
FlatMapFunction<T,R> - io.ray.streaming.api.function.impl中的接口
Interface of flat-map functions.
FlatMapOperator<T,R> - io.ray.streaming.operator.impl中的类
 
FlatMapOperator(FlatMapFunction<T, R>) - 类 的构造器io.ray.streaming.operator.impl.FlatMapOperator
 
FLOW_CONTROL_TYPE - 类 中的静态变量io.ray.streaming.util.Config
 
forward() - 类 中的方法io.ray.streaming.api.stream.Stream
Set the partition function of this Stream so that output elements are forwarded to next operator locally.
FORWARD_PARTITION_CLASS - 类 中的静态变量io.ray.streaming.python.PythonPartition
 
ForwardPartition<T> - io.ray.streaming.api.partition.impl中的类
Default partition for operator if the operator can be chained with succeeding operators.
ForwardPartition() - 类 的构造器io.ray.streaming.api.partition.impl.ForwardPartition
 
ForwardPartition - 类 中的静态变量io.ray.streaming.python.PythonPartition
 
from(StreamingContext, PythonFunction) - 类 中的静态方法io.ray.streaming.python.stream.PythonStreamSource
 
fromCollection(StreamingContext, Collection<T>) - 类 中的静态方法io.ray.streaming.api.stream.DataStreamSource
Build a DataStreamSource source from a collection.
fromSource(StreamingContext, SourceFunction<T>) - 类 中的静态方法io.ray.streaming.api.stream.DataStreamSource
 
Function - io.ray.streaming.api.function中的接口
Interface of streaming functions.
function - 类 中的变量io.ray.streaming.operator.StreamOperator
 
Functions - io.ray.streaming.api.function.internal中的类
A util class for Function
Functions() - 类 的构造器io.ray.streaming.api.function.internal.Functions
 

G

generateDigraph() - 类 中的方法io.ray.streaming.jobgraph.JobGraph
Generate direct-graph(made up of a set of vertices and connected by edges) by current job graph for simple log printing.
generateId() - 类 中的方法io.ray.streaming.api.context.StreamingContext
 
getChainStrategy() - 接口 中的方法io.ray.streaming.operator.Operator
 
getChainStrategy() - 类 中的方法io.ray.streaming.operator.StreamOperator
 
getCheckpointId() - 接口 中的方法io.ray.streaming.api.context.RuntimeContext
 
getClassName() - 类 中的方法io.ray.streaming.python.PythonOperator.ChainedPythonOperator
 
getClassName() - 类 中的方法io.ray.streaming.python.PythonOperator
 
getConfig() - 接口 中的方法io.ray.streaming.api.context.RuntimeContext
Returns config of current function
getConfig() - 类 中的方法io.ray.streaming.api.stream.Stream
 
getConfig() - 类 中的方法io.ray.streaming.jobgraph.JobVertex
 
getConfigs() - 类 中的方法io.ray.streaming.python.PythonOperator.ChainedPythonOperator
 
getDigraph() - 类 中的方法io.ray.streaming.jobgraph.JobGraph
 
getFunction() - 接口 中的方法io.ray.streaming.operator.Operator
 
getFunction() - 类 中的方法io.ray.streaming.operator.StreamOperator
 
getFunction() - 类 中的方法io.ray.streaming.python.PythonFunction
 
getFunction() - 类 中的方法io.ray.streaming.python.PythonOperator.ChainedPythonOperator
 
getFunctionInterface() - 类 中的方法io.ray.streaming.python.PythonFunction
 
getFunctionName() - 类 中的方法io.ray.streaming.python.PythonFunction
 
getFunctionName() - 类 中的方法io.ray.streaming.python.PythonPartition
 
getHeadOperator() - 类 中的方法io.ray.streaming.operator.chain.ChainedOperator
 
getHeadOperator() - 类 中的方法io.ray.streaming.python.PythonOperator.ChainedPythonOperator
 
getId() - 类 中的方法io.ray.streaming.api.stream.Stream
 
getInputStream() - 类 中的方法io.ray.streaming.api.stream.Stream
 
getJobConfig() - 接口 中的方法io.ray.streaming.api.context.RuntimeContext
Returns config of the job
getJobConfig() - 类 中的方法io.ray.streaming.jobgraph.JobGraph
 
getJobEdges() - 类 中的方法io.ray.streaming.jobgraph.JobGraph
 
getJobName() - 类 中的方法io.ray.streaming.jobgraph.JobGraph
 
getJobVertices() - 类 中的方法io.ray.streaming.jobgraph.JobGraph
 
getKey() - 类 中的方法io.ray.streaming.message.KeyRecord
 
getKeyStateBackend() - 接口 中的方法io.ray.streaming.api.context.RuntimeContext
 
getLanguage() - 类 中的方法io.ray.streaming.api.stream.DataStream
 
getLanguage() - 类 中的方法io.ray.streaming.api.stream.DataStreamSink
 
getLanguage() - 类 中的方法io.ray.streaming.api.stream.Stream
 
getLanguage() - 类 中的方法io.ray.streaming.jobgraph.JobVertex
 
getLanguage() - 类 中的方法io.ray.streaming.operator.chain.ChainedOperator
 
getLanguage() - 接口 中的方法io.ray.streaming.operator.Operator
 
getLanguage() - 类 中的方法io.ray.streaming.operator.StreamOperator
 
getLanguage() - 类 中的方法io.ray.streaming.python.PythonOperator.ChainedPythonOperator
 
getLanguage() - 类 中的方法io.ray.streaming.python.PythonOperator
 
getLanguage() - 类 中的方法io.ray.streaming.python.stream.PythonDataStream
 
getLanguage() - 类 中的方法io.ray.streaming.python.stream.PythonStreamSink
 
getListState(ListStateDescriptor<T>) - 接口 中的方法io.ray.streaming.api.context.RuntimeContext
 
getMapState(MapStateDescriptor<S, T>) - 接口 中的方法io.ray.streaming.api.context.RuntimeContext
 
getModuleName() - 类 中的方法io.ray.streaming.python.PythonFunction
 
getModuleName() - 类 中的方法io.ray.streaming.python.PythonOperator.ChainedPythonOperator
 
getModuleName() - 类 中的方法io.ray.streaming.python.PythonOperator
 
getModuleName() - 类 中的方法io.ray.streaming.python.PythonPartition
 
getName() - 类 中的方法io.ray.streaming.operator.chain.ChainedOperator
 
getName() - 接口 中的方法io.ray.streaming.operator.Operator
 
getName() - 类 中的方法io.ray.streaming.operator.StreamOperator
 
getName() - 类 中的方法io.ray.streaming.python.PythonOperator.ChainedPythonOperator
 
getName() - 类 中的方法io.ray.streaming.python.PythonOperator
 
getOperator() - 类 中的方法io.ray.streaming.api.stream.Stream
 
getOperators() - 类 中的方法io.ray.streaming.operator.chain.ChainedOperator
 
getOperators() - 类 中的方法io.ray.streaming.python.PythonOperator.ChainedPythonOperator
 
getOpType() - 类 中的方法io.ray.streaming.operator.chain.ChainedOperator
 
getOpType() - 类 中的方法io.ray.streaming.operator.impl.JoinOperator
 
getOpType() - 类 中的方法io.ray.streaming.operator.impl.SourceOperatorImpl
 
getOpType() - 接口 中的方法io.ray.streaming.operator.OneInputOperator
 
getOpType() - 接口 中的方法io.ray.streaming.operator.Operator
 
getOpType() - 接口 中的方法io.ray.streaming.operator.SourceOperator
 
getOpType() - 接口 中的方法io.ray.streaming.operator.TwoInputOperator
 
getOpType() - 类 中的方法io.ray.streaming.python.PythonOperator.ChainedPythonOperator
 
getOpType() - 类 中的方法io.ray.streaming.python.PythonOperator
 
getOriginalStream() - 类 中的方法io.ray.streaming.api.stream.Stream
 
getParallelism() - 接口 中的方法io.ray.streaming.api.context.RuntimeContext
 
getParallelism() - 类 中的方法io.ray.streaming.api.stream.Stream
 
getParallelism() - 类 中的方法io.ray.streaming.jobgraph.JobVertex
 
getPartition() - 类 中的方法io.ray.streaming.api.stream.Stream
 
getPartition() - 类 中的方法io.ray.streaming.jobgraph.JobEdge
 
getPartition() - 类 中的方法io.ray.streaming.python.PythonPartition
 
getResult(A) - 接口 中的方法io.ray.streaming.api.function.impl.AggregateFunction
 
getRightStream() - 类 中的方法io.ray.streaming.api.stream.JoinStream
 
getSinkVertices() - 类 中的方法io.ray.streaming.jobgraph.JobGraph
 
getSourceContext() - 类 中的方法io.ray.streaming.operator.impl.SourceOperatorImpl
 
getSourceContext() - 接口 中的方法io.ray.streaming.operator.SourceOperator
 
getSourceVertices() - 类 中的方法io.ray.streaming.jobgraph.JobGraph
 
getSrcVertexId() - 类 中的方法io.ray.streaming.jobgraph.JobEdge
 
getStream() - 类 中的方法io.ray.streaming.message.Record
 
getStreamingContext() - 类 中的方法io.ray.streaming.api.stream.Stream
 
getStreamOperator() - 类 中的方法io.ray.streaming.jobgraph.JobVertex
 
getStreamSinks() - 类 中的方法io.ray.streaming.api.context.StreamingContext
 
getTailOperator() - 类 中的方法io.ray.streaming.operator.chain.ChainedOperator
 
getTailOperator() - 类 中的方法io.ray.streaming.python.PythonOperator.ChainedPythonOperator
 
getTargetVertexId() - 类 中的方法io.ray.streaming.jobgraph.JobEdge
 
getTaskId() - 接口 中的方法io.ray.streaming.api.context.RuntimeContext
 
getTaskIndex() - 接口 中的方法io.ray.streaming.api.context.RuntimeContext
 
getUnionStreams() - 类 中的方法io.ray.streaming.api.stream.UnionStream
 
getUnionStreams() - 类 中的方法io.ray.streaming.python.stream.PythonUnionStream
 
getValue() - 类 中的方法io.ray.streaming.message.Record
 
getValueState(ValueStateDescriptor<T>) - 接口 中的方法io.ray.streaming.api.context.RuntimeContext
 
getVertex(int) - 类 中的方法io.ray.streaming.jobgraph.JobGraph
 
getVertexId() - 类 中的方法io.ray.streaming.jobgraph.JobVertex
 
getVertexInputEdges(int) - 类 中的方法io.ray.streaming.jobgraph.JobGraph
 
getVertexOutputEdges(int) - 类 中的方法io.ray.streaming.jobgraph.JobGraph
 
getVertexType() - 类 中的方法io.ray.streaming.jobgraph.JobVertex
 

H

hashCode() - 类 中的方法io.ray.streaming.message.KeyRecord
 
hashCode() - 类 中的方法io.ray.streaming.message.Record
 
headOperator - 类 中的变量io.ray.streaming.operator.chain.ChainedOperator
 

I

init(int, int) - 接口 中的方法io.ray.streaming.api.function.impl.SourceFunction
 
init(int, int) - 类 中的方法io.ray.streaming.api.function.internal.CollectionSourceFunction
 
io.ray.streaming.api - 程序包 io.ray.streaming.api
 
io.ray.streaming.api.collector - 程序包 io.ray.streaming.api.collector
 
io.ray.streaming.api.context - 程序包 io.ray.streaming.api.context
 
io.ray.streaming.api.function - 程序包 io.ray.streaming.api.function
 
io.ray.streaming.api.function.impl - 程序包 io.ray.streaming.api.function.impl
 
io.ray.streaming.api.function.internal - 程序包 io.ray.streaming.api.function.internal
 
io.ray.streaming.api.partition - 程序包 io.ray.streaming.api.partition
 
io.ray.streaming.api.partition.impl - 程序包 io.ray.streaming.api.partition.impl
 
io.ray.streaming.api.stream - 程序包 io.ray.streaming.api.stream
 
io.ray.streaming.client - 程序包 io.ray.streaming.client
 
io.ray.streaming.jobgraph - 程序包 io.ray.streaming.jobgraph
 
io.ray.streaming.message - 程序包 io.ray.streaming.message
 
io.ray.streaming.operator - 程序包 io.ray.streaming.operator
 
io.ray.streaming.operator.chain - 程序包 io.ray.streaming.operator.chain
 
io.ray.streaming.operator.impl - 程序包 io.ray.streaming.operator.impl
 
io.ray.streaming.python - 程序包 io.ray.streaming.python
 
io.ray.streaming.python.stream - 程序包 io.ray.streaming.python.stream
 
io.ray.streaming.util - 程序包 io.ray.streaming.util
 
IS_RECREATE - 类 中的静态变量io.ray.streaming.util.Config
 
isConstructedFromBinary() - 类 中的方法io.ray.streaming.python.PythonPartition
 
isProxyStream() - 类 中的方法io.ray.streaming.api.stream.Stream
 

J

JobClient - io.ray.streaming.client中的接口
Interface of the job client.
JobEdge - io.ray.streaming.jobgraph中的类
Job edge is connection and partition rules of upstream and downstream execution nodes.
JobEdge(int, int, Partition) - 类 的构造器io.ray.streaming.jobgraph.JobEdge
 
JobGraph - io.ray.streaming.jobgraph中的类
Job graph, the logical plan of streaming job.
JobGraph(String, Map<String, String>) - 类 的构造器io.ray.streaming.jobgraph.JobGraph
 
JobGraph(String, Map<String, String>, List<JobVertex>, List<JobEdge>) - 类 的构造器io.ray.streaming.jobgraph.JobGraph
 
JobGraphBuilder - io.ray.streaming.jobgraph中的类
 
JobGraphBuilder(List<StreamSink>) - 类 的构造器io.ray.streaming.jobgraph.JobGraphBuilder
 
JobGraphBuilder(List<StreamSink>, String) - 类 的构造器io.ray.streaming.jobgraph.JobGraphBuilder
 
JobGraphBuilder(List<StreamSink>, String, Map<String, String>) - 类 的构造器io.ray.streaming.jobgraph.JobGraphBuilder
 
JobGraphOptimizer - io.ray.streaming.jobgraph中的类
Optimize job graph by chaining some operators so that some operators can be run in the same thread.
JobGraphOptimizer(JobGraph) - 类 的构造器io.ray.streaming.jobgraph.JobGraphOptimizer
 
JobVertex - io.ray.streaming.jobgraph中的类
Job vertex is a cell node where logic is executed.
JobVertex(int, int, VertexType, StreamOperator, Map<String, String>) - 类 的构造器io.ray.streaming.jobgraph.JobVertex
 
join(T, O) - 接口 中的方法io.ray.streaming.api.function.impl.JoinFunction
 
join(DataStream<O>) - 类 中的方法io.ray.streaming.api.stream.DataStream
Apply a join transformation to this stream, with another stream.
JoinFunction<T,O,R> - io.ray.streaming.api.function.impl中的接口
Interface of join functions.
JoinOperator<L,R,K,O> - io.ray.streaming.operator.impl中的类
Join operator
JoinOperator() - 类 的构造器io.ray.streaming.operator.impl.JoinOperator
 
JoinOperator(JoinFunction<L, R, O>) - 类 的构造器io.ray.streaming.operator.impl.JoinOperator
 
JoinStream<L,R,O> - io.ray.streaming.api.stream中的类
Represents a DataStream of two joined DataStream.
JoinStream(DataStream<L>, DataStream<R>) - 类 的构造器io.ray.streaming.api.stream.JoinStream
 

K

keyBy(T) - 接口 中的方法io.ray.streaming.api.function.impl.KeyFunction
 
keyBy(KeyFunction<T, K>) - 类 中的方法io.ray.streaming.api.stream.DataStream
Apply a key-by function to this stream.
keyBy(String, String) - 类 中的方法io.ray.streaming.python.stream.PythonDataStream
 
keyBy(PythonFunction) - 类 中的方法io.ray.streaming.python.stream.PythonDataStream
Apply a key-by function to this stream.
KeyByOperator<T,K> - io.ray.streaming.operator.impl中的类
 
KeyByOperator(KeyFunction<T, K>) - 类 的构造器io.ray.streaming.operator.impl.KeyByOperator
 
KeyDataStream<K,T> - io.ray.streaming.api.stream中的类
Represents a DataStream returned by a key-by operation.
KeyDataStream(DataStream<T>, StreamOperator) - 类 的构造器io.ray.streaming.api.stream.KeyDataStream
 
KeyDataStream(PythonDataStream) - 类 的构造器io.ray.streaming.api.stream.KeyDataStream
Create a java stream that reference passed python stream.
KeyFunction<T,K> - io.ray.streaming.api.function.impl中的接口
Interface of key-by functions.
KeyPartition<K,T> - io.ray.streaming.api.partition.impl中的类
Partition the record by the key.
KeyPartition() - 类 的构造器io.ray.streaming.api.partition.impl.KeyPartition
 
KeyPartition - 类 中的静态变量io.ray.streaming.python.PythonPartition
 
KeyRecord<K,T> - io.ray.streaming.message中的类
 
KeyRecord(K, T) - 类 的构造器io.ray.streaming.message.KeyRecord
 

L

Language - io.ray.streaming.api中的枚举
 
loadCheckpoint(Serializable) - 接口 中的方法io.ray.streaming.api.function.Function
This method will be called by framework when a worker died and been restarted.
loadCheckpoint(Serializable) - 类 中的方法io.ray.streaming.operator.chain.ChainedOperator
 
loadCheckpoint(Serializable) - 接口 中的方法io.ray.streaming.operator.Operator
loadCheckpoint(Serializable) - 类 中的方法io.ray.streaming.operator.StreamOperator
 

M

map(T) - 接口 中的方法io.ray.streaming.api.function.impl.MapFunction
 
map(MapFunction<T, R>) - 类 中的方法io.ray.streaming.api.stream.DataStream
Apply a map function to this stream.
map(String, String) - 类 中的方法io.ray.streaming.python.stream.PythonDataStream
 
map(PythonFunction) - 类 中的方法io.ray.streaming.python.stream.PythonDataStream
Apply a map function to this stream.
MapFunction<T,R> - io.ray.streaming.api.function.impl中的接口
Interface of map functions.
MapOperator<T,R> - io.ray.streaming.operator.impl中的类
 
MapOperator(MapFunction<T, R>) - 类 的构造器io.ray.streaming.operator.impl.MapOperator
 
MEMORY_CHANNEL - 类 中的静态变量io.ray.streaming.util.Config
 
merge(A, A) - 接口 中的方法io.ray.streaming.api.function.impl.AggregateFunction
 

N

name - 类 中的变量io.ray.streaming.operator.StreamOperator
 
NATIVE_CHANNEL - 类 中的静态变量io.ray.streaming.util.Config
 
newChainedOperator(List<StreamOperator>, List<Map<String, String>>) - 类 中的静态方法io.ray.streaming.operator.chain.ChainedOperator
 

O

OneInputOperator<T> - io.ray.streaming.operator中的接口
 
open(RuntimeContext) - 接口 中的方法io.ray.streaming.api.function.RichFunction
Initialization method for user function which called before the first call to the user function.
open(List<Collector>, RuntimeContext) - 类 中的方法io.ray.streaming.operator.chain.ChainedOperator
 
open(List<Collector>, RuntimeContext) - 类 中的方法io.ray.streaming.operator.impl.FlatMapOperator
 
open(List<Collector>, RuntimeContext) - 类 中的方法io.ray.streaming.operator.impl.ReduceOperator
 
open(List<Collector>, RuntimeContext) - 类 中的方法io.ray.streaming.operator.impl.SourceOperatorImpl
 
open(List<Collector>, RuntimeContext) - 接口 中的方法io.ray.streaming.operator.Operator
 
open(List<Collector>, RuntimeContext) - 类 中的方法io.ray.streaming.operator.StreamOperator
 
open(List, RuntimeContext) - 类 中的方法io.ray.streaming.python.PythonOperator
 
Operator - io.ray.streaming.operator中的接口
 
OPERATOR_TYPE - 类 中的静态变量io.ray.streaming.util.Config
 
operators - 类 中的变量io.ray.streaming.operator.chain.ChainedOperator
 
OperatorType - io.ray.streaming.operator中的枚举
 
optimize() - 类 中的方法io.ray.streaming.jobgraph.JobGraphOptimizer
 

P

partition(T, int) - 类 中的方法io.ray.streaming.api.partition.impl.BroadcastPartition
 
partition(T, int) - 类 中的方法io.ray.streaming.api.partition.impl.ForwardPartition
 
partition(KeyRecord<K, T>, int) - 类 中的方法io.ray.streaming.api.partition.impl.KeyPartition
 
partition(T, int) - 类 中的方法io.ray.streaming.api.partition.impl.RoundRobinPartition
 
Partition<T> - io.ray.streaming.api.partition中的接口
Interface of the partitioning strategy.
partition(T, int) - 接口 中的方法io.ray.streaming.api.partition.Partition
Given a record and downstream partitions, determine which partition(s) should receive the record.
partition(Object, int) - 类 中的方法io.ray.streaming.python.PythonPartition
 
partitionBy(Partition<T>) - 类 中的方法io.ray.streaming.api.stream.DataStream
Apply a partition to this stream.
partitionBy(PythonPartition) - 类 中的方法io.ray.streaming.python.stream.PythonDataStream
Apply a partition to this stream.
printJobGraph() - 类 中的方法io.ray.streaming.jobgraph.JobGraph
 
process(T) - 接口 中的方法io.ray.streaming.api.function.impl.ProcessFunction
 
process() - 类 中的方法io.ray.streaming.api.stream.DataStream
 
processElement(Record<T>) - 类 中的方法io.ray.streaming.operator.impl.FilterOperator
 
processElement(Record<T>) - 类 中的方法io.ray.streaming.operator.impl.FlatMapOperator
 
processElement(Record<L>, Record<R>) - 类 中的方法io.ray.streaming.operator.impl.JoinOperator
 
processElement(Record<T>) - 类 中的方法io.ray.streaming.operator.impl.KeyByOperator
 
processElement(Record<T>) - 类 中的方法io.ray.streaming.operator.impl.MapOperator
 
processElement(Record<T>) - 类 中的方法io.ray.streaming.operator.impl.ReduceOperator
 
processElement(Record<T>) - 类 中的方法io.ray.streaming.operator.impl.SinkOperator
 
processElement(Record<T>) - 类 中的方法io.ray.streaming.operator.impl.UnionOperator
 
processElement(Record<T>) - 接口 中的方法io.ray.streaming.operator.OneInputOperator
 
processElement(Record<T>, Record<O>) - 接口 中的方法io.ray.streaming.operator.TwoInputOperator
 
ProcessFunction<T> - io.ray.streaming.api.function.impl中的接口
Interface of process functions.
PythonDataStream - io.ray.streaming.python.stream中的类
Represents a stream of data whose transformations will be executed in python.
PythonDataStream(StreamingContext, PythonOperator) - 类 的构造器io.ray.streaming.python.stream.PythonDataStream
 
PythonDataStream(StreamingContext, PythonOperator, Partition<Object>) - 类 的构造器io.ray.streaming.python.stream.PythonDataStream
 
PythonDataStream(PythonDataStream, PythonOperator) - 类 的构造器io.ray.streaming.python.stream.PythonDataStream
 
PythonDataStream(PythonDataStream, PythonOperator, Partition<Object>) - 类 的构造器io.ray.streaming.python.stream.PythonDataStream
 
PythonDataStream(DataStream) - 类 的构造器io.ray.streaming.python.stream.PythonDataStream
Create a python stream that reference passed java stream.
PythonFunction - io.ray.streaming.python中的类
Represents a user defined python function.
PythonFunction(byte[]) - 类 的构造器io.ray.streaming.python.PythonFunction
Create a PythonFunction from a serialized streaming python function.
PythonFunction(String, String) - 类 的构造器io.ray.streaming.python.PythonFunction
Create a PythonFunction from a moduleName and streaming function name.
PythonFunction.FunctionInterface - io.ray.streaming.python中的枚举
 
PythonKeyDataStream - io.ray.streaming.python.stream中的类
Represents a python DataStream returned by a key-by operation.
PythonKeyDataStream(PythonDataStream, PythonOperator) - 类 的构造器io.ray.streaming.python.stream.PythonKeyDataStream
 
PythonKeyDataStream(DataStream) - 类 的构造器io.ray.streaming.python.stream.PythonKeyDataStream
Create a python stream that reference passed python stream.
PythonOperator - io.ray.streaming.python中的类
Represents a StreamOperator that wraps python PythonFunction.
PythonOperator(String, String) - 类 的构造器io.ray.streaming.python.PythonOperator
 
PythonOperator(PythonFunction) - 类 的构造器io.ray.streaming.python.PythonOperator
 
PythonOperator.ChainedPythonOperator - io.ray.streaming.python中的类
 
PythonPartition - io.ray.streaming.python中的类
Represents a python partition function.
PythonPartition(byte[]) - 类 的构造器io.ray.streaming.python.PythonPartition
 
PythonPartition(String, String) - 类 的构造器io.ray.streaming.python.PythonPartition
Create a python partition from a moduleName and partition function name
PythonStream - io.ray.streaming.python.stream中的接口
A marker interface used to identify all python streams.
PythonStreamSink - io.ray.streaming.python.stream中的类
Represents a sink of the PythonStream.
PythonStreamSink(PythonDataStream, PythonOperator) - 类 的构造器io.ray.streaming.python.stream.PythonStreamSink
 
PythonStreamSource - io.ray.streaming.python.stream中的类
Represents a source of the PythonStream.
PythonUnionStream - io.ray.streaming.python.stream中的类
Represents a union DataStream.
PythonUnionStream(PythonDataStream, List<PythonDataStream>) - 类 的构造器io.ray.streaming.python.stream.PythonUnionStream
 

R

READ_TIMEOUT_MS - 类 中的静态变量io.ray.streaming.util.Config
 
READER_CONSUMED_STEP - 类 中的静态变量io.ray.streaming.util.Config
 
Record<T> - io.ray.streaming.message中的类
 
Record(T) - 类 的构造器io.ray.streaming.message.Record
 
reduce(T, T) - 接口 中的方法io.ray.streaming.api.function.impl.ReduceFunction
 
reduce(ReduceFunction) - 类 中的方法io.ray.streaming.api.stream.KeyDataStream
Apply a reduce function to this stream.
reduce(String, String) - 类 中的方法io.ray.streaming.python.stream.PythonKeyDataStream
 
reduce(PythonFunction) - 类 中的方法io.ray.streaming.python.stream.PythonKeyDataStream
Apply a reduce function to this stream.
ReduceFunction<T> - io.ray.streaming.api.function.impl中的接口
Interface of reduce functions.
ReduceOperator<K,T> - io.ray.streaming.operator.impl中的类
 
ReduceOperator(ReduceFunction<T>) - 类 的构造器io.ray.streaming.operator.impl.ReduceOperator
 
retract(A, I) - 接口 中的方法io.ray.streaming.api.function.impl.AggregateFunction
 
RichFunction - io.ray.streaming.api.function中的接口
An interface for all user-defined functions to define the life cycle methods of the functions, and access the task context where the functions get executed.
richFunction - 类 中的变量io.ray.streaming.operator.StreamOperator
 
RoundRobinPartition<T> - io.ray.streaming.api.partition.impl中的类
Partition record to downstream tasks in a round-robin matter.
RoundRobinPartition() - 类 的构造器io.ray.streaming.api.partition.impl.RoundRobinPartition
 
RoundRobinPartition - 类 中的静态变量io.ray.streaming.python.PythonPartition
 
RuntimeContext - io.ray.streaming.api.context中的接口
Encapsulate the runtime information of a streaming task.
runtimeContext - 类 中的变量io.ray.streaming.operator.StreamOperator
 

S

saveCheckpoint() - 接口 中的方法io.ray.streaming.api.function.Function
This method will be called periodically by framework, you should return a a serializable object which represents function state, framework will help you to serialize this object, save it to storage, and load it back when in fail-over through.
saveCheckpoint() - 类 中的方法io.ray.streaming.operator.chain.ChainedOperator
 
saveCheckpoint() - 接口 中的方法io.ray.streaming.operator.Operator
saveCheckpoint() - 类 中的方法io.ray.streaming.operator.StreamOperator
 
setChainStrategy(ChainStrategy) - 类 中的方法io.ray.streaming.operator.StreamOperator
 
setCheckpointId(long) - 接口 中的方法io.ray.streaming.api.context.RuntimeContext
 
setConfig(Map<String, String>) - 类 中的方法io.ray.streaming.jobgraph.JobVertex
 
setCurrentKey(Object) - 接口 中的方法io.ray.streaming.api.context.RuntimeContext
 
setFunction(F) - 类 中的方法io.ray.streaming.operator.StreamOperator
 
setFunctionInterface(PythonFunction.FunctionInterface) - 类 中的方法io.ray.streaming.python.PythonFunction
 
setKey(K) - 类 中的方法io.ray.streaming.message.KeyRecord
 
setKeyStateBackend(KeyStateBackend) - 接口 中的方法io.ray.streaming.api.context.RuntimeContext
 
setParallelism(int) - 类 中的方法io.ray.streaming.api.stream.Stream
 
setPartition(Partition<T>) - 类 中的方法io.ray.streaming.api.stream.Stream
 
setPartition(Partition) - 类 中的方法io.ray.streaming.jobgraph.JobEdge
 
setSrcVertexId(int) - 类 中的方法io.ray.streaming.jobgraph.JobEdge
 
setStream(String) - 类 中的方法io.ray.streaming.message.Record
 
setTargetVertexId(int) - 类 中的方法io.ray.streaming.jobgraph.JobEdge
 
setValue(T) - 类 中的方法io.ray.streaming.message.Record
 
sink(T) - 接口 中的方法io.ray.streaming.api.function.impl.SinkFunction
 
sink(SinkFunction<T>) - 类 中的方法io.ray.streaming.api.stream.DataStream
Apply a sink function and get a StreamSink.
sink(String, String) - 类 中的方法io.ray.streaming.python.stream.PythonDataStream
 
sink(PythonFunction) - 类 中的方法io.ray.streaming.python.stream.PythonDataStream
Apply a sink function and get a StreamSink.
SinkFunction<T> - io.ray.streaming.api.function.impl中的接口
Interface of sink functions.
SinkOperator<T> - io.ray.streaming.operator.impl中的类
 
SinkOperator(SinkFunction<T>) - 类 的构造器io.ray.streaming.operator.impl.SinkOperator
 
SourceFunction<T> - io.ray.streaming.api.function.impl中的接口
Interface of Source functions.
SourceFunction.SourceContext<T> - io.ray.streaming.api.function.impl中的接口
 
SourceOperator<T> - io.ray.streaming.operator中的接口
 
SourceOperatorImpl<T> - io.ray.streaming.operator.impl中的类
 
SourceOperatorImpl(SourceFunction<T>) - 类 的构造器io.ray.streaming.operator.impl.SourceOperatorImpl
 
stop() - 类 中的方法io.ray.streaming.api.context.StreamingContext
 
Stream<S extends Stream<S,T>,T> - io.ray.streaming.api.stream中的类
Abstract base class of all stream types.
Stream(StreamingContext, StreamOperator) - 类 的构造器io.ray.streaming.api.stream.Stream
 
Stream(StreamingContext, StreamOperator, Partition<T>) - 类 的构造器io.ray.streaming.api.stream.Stream
 
Stream(Stream, StreamOperator) - 类 的构造器io.ray.streaming.api.stream.Stream
 
Stream(Stream, StreamOperator, Partition<T>) - 类 的构造器io.ray.streaming.api.stream.Stream
 
Stream(StreamingContext, Stream, StreamOperator, Partition<T>) - 类 的构造器io.ray.streaming.api.stream.Stream
 
Stream(Stream) - 类 的构造器io.ray.streaming.api.stream.Stream
Create a proxy stream of original stream.
stream - 类 中的变量io.ray.streaming.message.Record
 
STREAMING_EMPTY_MESSAGE_INTERVAL - 类 中的静态变量io.ray.streaming.util.Config
 
STREAMING_JOB_NAME - 类 中的静态变量io.ray.streaming.util.Config
 
STREAMING_OP_NAME - 类 中的静态变量io.ray.streaming.util.Config
 
STREAMING_RING_BUFFER_CAPACITY - 类 中的静态变量io.ray.streaming.util.Config
 
STREAMING_WORKER_NAME - 类 中的静态变量io.ray.streaming.util.Config
 
StreamingContext - io.ray.streaming.api.context中的类
Encapsulate the context information of a streaming Job.
StreamOperator<F extends Function> - io.ray.streaming.operator中的类
 
StreamOperator() - 类 的构造器io.ray.streaming.operator.StreamOperator
 
StreamOperator(F) - 类 的构造器io.ray.streaming.operator.StreamOperator
 
StreamSink<T> - io.ray.streaming.api.stream中的类
Represents a sink of the Stream.
StreamSink(Stream, StreamOperator) - 类 的构造器io.ray.streaming.api.stream.StreamSink
 
StreamSource<T> - io.ray.streaming.api.stream中的接口
A mark interface that represents a source of the Stream.
submit(JobGraph, Map<String, String>) - 接口 中的方法io.ray.streaming.client.JobClient
Submit job with logical plan to run.

T

tailOperator - 类 中的变量io.ray.streaming.operator.chain.ChainedOperator
 
TIMER_INTERVAL_MS - 类 中的静态变量io.ray.streaming.util.Config
 
toSimpleString() - 类 中的方法io.ray.streaming.python.PythonFunction
 
toString() - 类 中的方法io.ray.streaming.jobgraph.JobEdge
 
toString() - 类 中的方法io.ray.streaming.jobgraph.JobVertex
 
toString() - 类 中的方法io.ray.streaming.message.Record
 
toString() - 类 中的方法io.ray.streaming.python.PythonFunction
 
toString() - 类 中的方法io.ray.streaming.python.PythonOperator
 
toString() - 类 中的方法io.ray.streaming.python.PythonPartition
 
TwoInputOperator<T,O> - io.ray.streaming.operator中的接口
 

U

union(DataStream<T>, DataStream<T>...) - 类 中的方法io.ray.streaming.api.stream.DataStream
Apply union transformations to this stream by merging DataStream outputs of the same type with each other.
union(List<DataStream<T>>) - 类 中的方法io.ray.streaming.api.stream.DataStream
Apply union transformations to this stream by merging DataStream outputs of the same type with each other.
union(PythonDataStream, PythonDataStream...) - 类 中的方法io.ray.streaming.python.stream.PythonDataStream
Apply union transformations to this stream by merging PythonDataStream outputs of the same type with each other.
union(List<PythonDataStream>) - 类 中的方法io.ray.streaming.python.stream.PythonDataStream
Apply union transformations to this stream by merging PythonDataStream outputs of the same type with each other.
UnionOperator<T> - io.ray.streaming.operator.impl中的类
 
UnionOperator() - 类 的构造器io.ray.streaming.operator.impl.UnionOperator
 
UnionStream<T> - io.ray.streaming.api.stream中的类
Represents a union DataStream.
UnionStream(DataStream<T>, List<DataStream<T>>) - 类 的构造器io.ray.streaming.api.stream.UnionStream
 

V

value - 类 中的变量io.ray.streaming.message.Record
 
valueOf(String) - 枚举 中的静态方法io.ray.streaming.api.Language
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.ray.streaming.jobgraph.VertexType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.ray.streaming.operator.ChainStrategy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.ray.streaming.operator.OperatorType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.ray.streaming.python.PythonFunction.FunctionInterface
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法io.ray.streaming.api.Language
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.ray.streaming.jobgraph.VertexType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.ray.streaming.operator.ChainStrategy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.ray.streaming.operator.OperatorType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.ray.streaming.python.PythonFunction.FunctionInterface
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VertexType - io.ray.streaming.jobgraph中的枚举
Different roles for a node.

W

where(KeyFunction<L, K>) - 类 中的方法io.ray.streaming.api.stream.JoinStream
Apply key-by to the left join stream.
withChainStrategy(ChainStrategy) - 类 中的方法io.ray.streaming.api.stream.Stream
Set chain strategy for this stream
withConfig(Map<String, String>) - 类 中的方法io.ray.streaming.api.context.StreamingContext
 
withConfig(Map<String, String>) - 类 中的方法io.ray.streaming.api.stream.Stream
 
withConfig(String, String) - 类 中的方法io.ray.streaming.api.stream.Stream
 
wrap(Function) - 类 中的静态方法io.ray.streaming.api.function.internal.Functions
 
WRITER_CONSUMED_STEP - 类 中的静态变量io.ray.streaming.util.Config
 
A B C D E F G H I J K L M N O P R S T U V W 
跳过导航链接

Copyright © 2021. All rights reserved.