您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
所有程序包的分层结构
程序包分层结构:
io.ray.streaming.api
,
io.ray.streaming.api.collector
,
io.ray.streaming.api.context
,
io.ray.streaming.api.function
,
io.ray.streaming.api.function.impl
,
io.ray.streaming.api.function.internal
,
io.ray.streaming.api.partition
,
io.ray.streaming.api.partition.impl
,
io.ray.streaming.api.stream
,
io.ray.streaming.client
,
io.ray.streaming.jobgraph
,
io.ray.streaming.message
,
io.ray.streaming.operator
,
io.ray.streaming.operator.chain
,
io.ray.streaming.operator.impl
,
io.ray.streaming.python
,
io.ray.streaming.python.stream
,
io.ray.streaming.util
类分层结构
java.lang.
Object
io.ray.streaming.api.partition.impl.
BroadcastPartition
<T> (implements io.ray.streaming.api.partition.
Partition
<T>)
io.ray.streaming.api.collector.
CollectionCollector
<T> (implements io.ray.streaming.api.collector.
Collector
<T>)
io.ray.streaming.api.function.internal.
CollectionSourceFunction
<T> (implements io.ray.streaming.api.function.impl.
SourceFunction
<T>)
io.ray.streaming.util.
Config
io.ray.streaming.api.partition.impl.
ForwardPartition
<T> (implements io.ray.streaming.api.partition.
Partition
<T>)
io.ray.streaming.api.function.internal.
Functions
io.ray.streaming.jobgraph.
JobEdge
(implements java.io.
Serializable
)
io.ray.streaming.jobgraph.
JobGraph
(implements java.io.
Serializable
)
io.ray.streaming.jobgraph.
JobGraphBuilder
io.ray.streaming.jobgraph.
JobGraphOptimizer
io.ray.streaming.jobgraph.
JobVertex
(implements java.io.
Serializable
)
io.ray.streaming.api.partition.impl.
KeyPartition
<K,T> (implements io.ray.streaming.api.partition.
Partition
<T>)
io.ray.streaming.python.
PythonFunction
(implements io.ray.streaming.api.function.
Function
)
io.ray.streaming.python.
PythonPartition
(implements io.ray.streaming.api.partition.
Partition
<T>)
io.ray.streaming.message.
Record
<T> (implements java.io.
Serializable
)
io.ray.streaming.message.
KeyRecord
<K,T>
io.ray.streaming.api.partition.impl.
RoundRobinPartition
<T> (implements io.ray.streaming.api.partition.
Partition
<T>)
io.ray.streaming.api.stream.
Stream
<S,T> (implements java.io.
Serializable
)
io.ray.streaming.api.stream.
DataStream
<T>
io.ray.streaming.api.stream.
DataStreamSource
<T> (implements io.ray.streaming.api.stream.
StreamSource
<T>)
io.ray.streaming.api.stream.
JoinStream
<L,R,O>
io.ray.streaming.api.stream.
KeyDataStream
<K,T>
io.ray.streaming.api.stream.
UnionStream
<T>
io.ray.streaming.python.stream.
PythonDataStream
(implements io.ray.streaming.python.stream.
PythonStream
)
io.ray.streaming.python.stream.
PythonKeyDataStream
(implements io.ray.streaming.python.stream.
PythonStream
)
io.ray.streaming.python.stream.
PythonStreamSource
(implements io.ray.streaming.api.stream.
StreamSource
<T>)
io.ray.streaming.python.stream.
PythonUnionStream
io.ray.streaming.api.stream.
StreamSink
<T>
io.ray.streaming.api.stream.
DataStreamSink
<T>
io.ray.streaming.python.stream.
PythonStreamSink
(implements io.ray.streaming.python.stream.
PythonStream
)
io.ray.streaming.api.context.
StreamingContext
(implements java.io.
Serializable
)
io.ray.streaming.operator.
StreamOperator
<F> (implements io.ray.streaming.operator.
Operator
)
io.ray.streaming.operator.chain.
ChainedOperator
io.ray.streaming.operator.impl.
FilterOperator
<T> (implements io.ray.streaming.operator.
OneInputOperator
<T>)
io.ray.streaming.operator.impl.
FlatMapOperator
<T,R> (implements io.ray.streaming.operator.
OneInputOperator
<T>)
io.ray.streaming.operator.impl.
JoinOperator
<L,R,K,O> (implements io.ray.streaming.operator.
TwoInputOperator
<T,O>)
io.ray.streaming.operator.impl.
KeyByOperator
<T,K> (implements io.ray.streaming.operator.
OneInputOperator
<T>)
io.ray.streaming.operator.impl.
MapOperator
<T,R> (implements io.ray.streaming.operator.
OneInputOperator
<T>)
io.ray.streaming.python.
PythonOperator
io.ray.streaming.python.
PythonOperator.ChainedPythonOperator
io.ray.streaming.operator.impl.
ReduceOperator
<K,T> (implements io.ray.streaming.operator.
OneInputOperator
<T>)
io.ray.streaming.operator.impl.
SinkOperator
<T> (implements io.ray.streaming.operator.
OneInputOperator
<T>)
io.ray.streaming.operator.impl.
SourceOperatorImpl
<T> (implements io.ray.streaming.operator.
SourceOperator
<T>)
io.ray.streaming.operator.impl.
UnionOperator
<T> (implements io.ray.streaming.operator.
OneInputOperator
<T>)
接口分层结构
io.ray.streaming.api.collector.
Collector
<T>
io.ray.streaming.client.
JobClient
io.ray.streaming.python.stream.
PythonStream
io.ray.streaming.api.context.
RuntimeContext
java.io.
Serializable
io.ray.streaming.api.function.impl.
AggregateFunction
<I,A,O>
io.ray.streaming.api.function.impl.
FilterFunction
<T>
io.ray.streaming.api.function.impl.
FlatMapFunction
<T,R>
io.ray.streaming.api.function.
Function
io.ray.streaming.api.function.impl.
AggregateFunction
<I,A,O>
io.ray.streaming.api.function.impl.
FilterFunction
<T>
io.ray.streaming.api.function.impl.
FlatMapFunction
<T,R>
io.ray.streaming.api.function.impl.
JoinFunction
<T,O,R>
io.ray.streaming.api.function.impl.
KeyFunction
<T,K>
io.ray.streaming.api.function.impl.
MapFunction
<T,R>
io.ray.streaming.api.partition.
Partition
<T>
io.ray.streaming.api.function.impl.
ProcessFunction
<T>
io.ray.streaming.api.function.impl.
ReduceFunction
<T>
io.ray.streaming.api.function.
RichFunction
io.ray.streaming.api.function.impl.
SinkFunction
<T>
io.ray.streaming.api.function.impl.
SourceFunction
<T>
io.ray.streaming.api.function.impl.
JoinFunction
<T,O,R>
io.ray.streaming.api.function.impl.
KeyFunction
<T,K>
io.ray.streaming.api.function.impl.
MapFunction
<T,R>
io.ray.streaming.operator.
OneInputOperator
<T>
io.ray.streaming.operator.
Operator
io.ray.streaming.operator.
OneInputOperator
<T>
io.ray.streaming.operator.
SourceOperator
<T>
io.ray.streaming.operator.
TwoInputOperator
<T,O>
io.ray.streaming.api.partition.
Partition
<T>
io.ray.streaming.api.function.impl.
ProcessFunction
<T>
io.ray.streaming.api.function.impl.
ReduceFunction
<T>
io.ray.streaming.api.function.
RichFunction
io.ray.streaming.api.function.impl.
SinkFunction
<T>
io.ray.streaming.api.function.impl.
SourceFunction
<T>
io.ray.streaming.operator.
SourceOperator
<T>
io.ray.streaming.operator.
TwoInputOperator
<T,O>
io.ray.streaming.api.function.impl.
SourceFunction.SourceContext
<T>
io.ray.streaming.api.stream.
StreamSource
<T>
枚举分层结构
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
io.ray.streaming.jobgraph.
VertexType
io.ray.streaming.python.
PythonFunction.FunctionInterface
io.ray.streaming.api.
Language
io.ray.streaming.operator.
ChainStrategy
io.ray.streaming.operator.
OperatorType
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2022. All rights reserved.