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

A

add(int, D) - 类 中的方法org.apache.flink.python.api.util.SetCache
Adds the given DataSet to this cache for the given ID.
add(int, U) - 类 中的方法org.apache.flink.python.api.util.SetCache
Adds the given UnsortedGrouping to this cache for the given ID.
add(int, S) - 类 中的方法org.apache.flink.python.api.util.SetCache
Adds the given SortedGrouping to this cache for the given ID.

B

BooleanSerializer() - 类 的构造器org.apache.flink.python.api.streaming.util.SerializationUtils.BooleanSerializer
 
buffer - 类 中的变量org.apache.flink.python.api.streaming.data.PythonSender.Serializer
 
ByteSerializer() - 类 的构造器org.apache.flink.python.api.streaming.util.SerializationUtils.ByteSerializer
 
BytesSerializer() - 类 的构造器org.apache.flink.python.api.streaming.util.SerializationUtils.BytesSerializer
 

C

close() - 类 中的方法org.apache.flink.python.api.functions.PythonCoGroup
Closes this function.
close() - 类 中的方法org.apache.flink.python.api.functions.PythonMapPartition
Closes this function.
close() - 类 中的方法org.apache.flink.python.api.streaming.data.PythonReceiver
 
close() - 类 中的方法org.apache.flink.python.api.streaming.data.PythonSender
 
close() - 类 中的方法org.apache.flink.python.api.streaming.data.PythonStreamer
Closes this streamer.
close() - 类 中的方法org.apache.flink.python.api.streaming.plan.PythonPlanStreamer
 
coGroup(Iterable<IN1>, Iterable<IN2>, Collector<OUT>) - 类 中的方法org.apache.flink.python.api.functions.PythonCoGroup
Calls the external python function.
collectBuffer(Collector<OUT>, int) - 类 中的方法org.apache.flink.python.api.streaming.data.PythonReceiver
Reads a buffer of the given size from the memory-mapped file, and collects all records contained.
count - 类 中的变量org.apache.flink.python.api.PythonOperationInfo
 
createTuple(int) - 类 中的静态方法org.apache.flink.python.api.streaming.data.PythonReceiver
 
CustomTypeWrapper - org.apache.flink.python.api.types中的类
Container for serialized python objects, generally assumed to be custom objects.
CustomTypeWrapper(byte, byte[]) - 类 的构造器org.apache.flink.python.api.types.CustomTypeWrapper
 
CustomTypeWrapperSerializer(CustomTypeWrapper) - 类 的构造器org.apache.flink.python.api.streaming.util.SerializationUtils.CustomTypeWrapperSerializer
 

D

DATA_TMP_DIR - 类 中的静态变量org.apache.flink.python.api.PythonOptions
The config parameter defining where the memory-mapped files will be created.
destroyProcess(Process) - 类 中的静态方法org.apache.flink.python.api.streaming.data.PythonStreamer
 
DoubleSerializer() - 类 的构造器org.apache.flink.python.api.streaming.util.SerializationUtils.DoubleSerializer
 

E

envID - 类 中的变量org.apache.flink.python.api.PythonOperationInfo
 
errorPrinter - 类 中的变量org.apache.flink.python.api.streaming.data.PythonStreamer
 

F

field - 类 中的变量org.apache.flink.python.api.PythonOperationInfo
 
fieldDelimiter - 类 中的变量org.apache.flink.python.api.PythonOperationInfo
 
finishPlanMode() - 类 中的方法org.apache.flink.python.api.streaming.plan.PythonPlanStreamer
 
FLINK_PYTHON_DC_ID - 类 中的静态变量org.apache.flink.python.api.PythonPlanBinder
 
FLINK_PYTHON_PLAN_NAME - 类 中的静态变量org.apache.flink.python.api.PythonPlanBinder
 
FloatSerializer() - 类 的构造器org.apache.flink.python.api.streaming.util.SerializationUtils.FloatSerializer
 
frm - 类 中的变量org.apache.flink.python.api.PythonOperationInfo
 
function - 类 中的变量org.apache.flink.python.api.streaming.data.PythonStreamer
 

G

getData() - 类 中的方法org.apache.flink.python.api.types.CustomTypeWrapper
 
getDataSet(int) - 类 中的方法org.apache.flink.python.api.util.SetCache
Returns the cached DataSet for the given ID.
getProducedType() - 类 中的方法org.apache.flink.python.api.functions.PythonCoGroup
 
getProducedType() - 类 中的方法org.apache.flink.python.api.functions.PythonMapPartition
 
getRecord() - 类 中的方法org.apache.flink.python.api.streaming.plan.PythonPlanReceiver
 
getRecord(boolean) - 类 中的方法org.apache.flink.python.api.streaming.plan.PythonPlanReceiver
 
getRecord() - 类 中的方法org.apache.flink.python.api.streaming.plan.PythonPlanStreamer
 
getRecord(boolean) - 类 中的方法org.apache.flink.python.api.streaming.plan.PythonPlanStreamer
 
getSerializer(IN) - 类 中的方法org.apache.flink.python.api.streaming.data.PythonSender
 
getSerializer(IN) - 类 中的静态方法org.apache.flink.python.api.streaming.util.SerializationUtils
 
getSortedGrouping(int) - 类 中的方法org.apache.flink.python.api.util.SetCache
Returns the cached SortedGrouping for the given ID.
getType() - 类 中的方法org.apache.flink.python.api.types.CustomTypeWrapper
 
getTypeInfoSize() - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.Serializer
 
getTypeInfoSize() - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.TupleSerializer
 
getUnsortedGrouping(int) - 类 中的方法org.apache.flink.python.api.util.SetCache
Returns the cached UnsortedGrouping for the given ID.

I

identifier - 类 中的变量org.apache.flink.python.api.PythonOperationInfo
 
IdentityGroupReduce<IN> - org.apache.flink.python.api.functions.util中的类
Utility function to group and sort data.
IdentityGroupReduce() - 类 的构造器org.apache.flink.python.api.functions.util.IdentityGroupReduce
 
in - 类 中的变量org.apache.flink.python.api.streaming.data.PythonStreamer
 
IntSerializer() - 类 的构造器org.apache.flink.python.api.streaming.util.SerializationUtils.IntSerializer
 
isDataSet(int) - 类 中的方法org.apache.flink.python.api.util.SetCache
Checks whether the cached set for the given ID is a DataSet.
isSortedGrouping(int) - 类 中的方法org.apache.flink.python.api.util.SetCache
Checks whether the cached set for the given ID is a SortedGrouping.
isUnsortedGrouping(int) - 类 中的方法org.apache.flink.python.api.util.SetCache
Checks whether the cached set for the given ID is an UnsortedGrouping.

K

KeyDiscarder<T> - org.apache.flink.python.api.functions.util中的类
Utility function to extract the value from a Key-Value Tuple.
KeyDiscarder() - 类 的构造器org.apache.flink.python.api.functions.util.KeyDiscarder
 
keys - 类 中的变量org.apache.flink.python.api.PythonOperationInfo
 
keys1 - 类 中的变量org.apache.flink.python.api.PythonOperationInfo
 
keys2 - 类 中的变量org.apache.flink.python.api.PythonOperationInfo
 

L

lineDelimiter - 类 中的变量org.apache.flink.python.api.PythonOperationInfo
 
LOG - 类 中的静态变量org.apache.flink.python.api.streaming.data.PythonStreamer
 
LOG - 类 中的静态变量org.apache.flink.python.api.streaming.plan.PythonPlanStreamer
 
LongSerializer() - 类 的构造器org.apache.flink.python.api.streaming.util.SerializationUtils.LongSerializer
 

M

main(String[]) - 类 中的静态方法org.apache.flink.python.api.PythonPlanBinder
Entry point for the execution of a python plan.
map(Tuple2<T, byte[]>) - 类 中的方法org.apache.flink.python.api.functions.util.KeyDiscarder
 
map(IN) - 类 中的方法org.apache.flink.python.api.functions.util.NestedKeyDiscarder
 
map(IN) - 类 中的方法org.apache.flink.python.api.functions.util.SerializerMap
 
map(byte[]) - 类 中的方法org.apache.flink.python.api.functions.util.StringDeserializerMap
 
map(byte[]) - 类 中的方法org.apache.flink.python.api.functions.util.StringTupleDeserializerMap
 
mapPartition(Iterable<IN>, Collector<OUT>) - 类 中的方法org.apache.flink.python.api.functions.PythonMapPartition
 
MMAP_FILE_SIZE - 类 中的静态变量org.apache.flink.python.api.PythonOptions
The config parameter defining the size of the memory-mapped files, in kb.
msg - 类 中的变量org.apache.flink.python.api.streaming.data.PythonStreamer
 

N

name - 类 中的变量org.apache.flink.python.api.PythonOperationInfo
 
NestedKeyDiscarder<IN> - org.apache.flink.python.api.functions.util中的类
Utility function to extract values from 2 Key-Value Tuples after a DefaultJoin.
NestedKeyDiscarder() - 类 的构造器org.apache.flink.python.api.functions.util.NestedKeyDiscarder
 
NullSerializer() - 类 的构造器org.apache.flink.python.api.streaming.util.SerializationUtils.NullSerializer
 

O

open(Configuration) - 类 中的方法org.apache.flink.python.api.functions.PythonCoGroup
Opens this function.
open(Configuration) - 类 中的方法org.apache.flink.python.api.functions.PythonMapPartition
Opens this function.
open(File) - 类 中的方法org.apache.flink.python.api.streaming.data.PythonReceiver
 
open(File) - 类 中的方法org.apache.flink.python.api.streaming.data.PythonSender
 
open() - 类 中的方法org.apache.flink.python.api.streaming.data.PythonStreamer
Starts the python script.
open(String, String) - 类 中的方法org.apache.flink.python.api.streaming.plan.PythonPlanStreamer
 
order - 类 中的变量org.apache.flink.python.api.PythonOperationInfo
 
org.apache.flink.python.api - 程序包 org.apache.flink.python.api
 
org.apache.flink.python.api.functions - 程序包 org.apache.flink.python.api.functions
 
org.apache.flink.python.api.functions.util - 程序包 org.apache.flink.python.api.functions.util
 
org.apache.flink.python.api.streaming.data - 程序包 org.apache.flink.python.api.streaming.data
 
org.apache.flink.python.api.streaming.plan - 程序包 org.apache.flink.python.api.streaming.plan
 
org.apache.flink.python.api.streaming.util - 程序包 org.apache.flink.python.api.streaming.util
 
org.apache.flink.python.api.types - 程序包 org.apache.flink.python.api.types
 
org.apache.flink.python.api.util - 程序包 org.apache.flink.python.api.util
 
otherID - 类 中的变量org.apache.flink.python.api.PythonOperationInfo
 
out - 类 中的变量org.apache.flink.python.api.streaming.data.PythonStreamer
 
outPrinter - 类 中的变量org.apache.flink.python.api.streaming.data.PythonStreamer
 

P

parallelism - 类 中的变量org.apache.flink.python.api.PythonOperationInfo
 
parentID - 类 中的变量org.apache.flink.python.api.PythonOperationInfo
 
path - 类 中的变量org.apache.flink.python.api.PythonOperationInfo
 
PLAN_ARGUMENTS_KEY - 类 中的静态变量org.apache.flink.python.api.PythonPlanBinder
 
PLAN_TMP_DIR - 类 中的静态变量org.apache.flink.python.api.PythonOptions
The config parameter defining where temporary plan-related files are stored on the client.
PLANBINDER_CONFIG_BCVAR_COUNT - 类 中的静态变量org.apache.flink.python.api.PythonPlanBinder
 
PLANBINDER_CONFIG_BCVAR_NAME_PREFIX - 类 中的静态变量org.apache.flink.python.api.PythonPlanBinder
 
port - 类 中的变量org.apache.flink.python.api.streaming.data.PythonStreamer
 
preparePlanMode() - 类 中的方法org.apache.flink.python.api.streaming.plan.PythonPlanStreamer
 
putTypeInfo(ByteBuffer) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.BooleanSerializer
 
putTypeInfo(ByteBuffer) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.ByteSerializer
 
putTypeInfo(ByteBuffer) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.BytesSerializer
 
putTypeInfo(ByteBuffer) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.CustomTypeWrapperSerializer
 
putTypeInfo(ByteBuffer) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.DoubleSerializer
 
putTypeInfo(ByteBuffer) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.FloatSerializer
 
putTypeInfo(ByteBuffer) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.IntSerializer
 
putTypeInfo(ByteBuffer) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.LongSerializer
 
putTypeInfo(ByteBuffer) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.NullSerializer
 
putTypeInfo(ByteBuffer) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.Serializer
 
putTypeInfo(ByteBuffer) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.StringSerializer
 
putTypeInfo(ByteBuffer) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.TupleSerializer
 
PYTHON_BINARY_PATH - 类 中的静态变量org.apache.flink.python.api.PythonOptions
The config parameter defining the path to the python binary to use.
PythonCoGroup<IN1,IN2,OUT> - org.apache.flink.python.api.functions中的类
CoGroupFunction that uses a python script.
PythonCoGroup(Configuration, int, int, TypeInformation<OUT>) - 类 的构造器org.apache.flink.python.api.functions.PythonCoGroup
 
PythonDualInputSender<IN1,IN2> - org.apache.flink.python.api.streaming.data中的类
This class is a PythonSender for operations with two input streams.
PythonDualInputSender(Configuration) - 类 的构造器org.apache.flink.python.api.streaming.data.PythonDualInputSender
 
PythonDualInputStreamer<IN1,IN2,OUT> - org.apache.flink.python.api.streaming.data中的类
This class is a PythonStreamer for operations with two input stream.
PythonDualInputStreamer(AbstractRichFunction, Configuration, int, int, boolean) - 类 的构造器org.apache.flink.python.api.streaming.data.PythonDualInputStreamer
 
PythonMapPartition<IN,OUT> - org.apache.flink.python.api.functions中的类
Multi-purpose class, usable by all operations using a python script with one input source and possibly differing in-/output types.
PythonMapPartition(Configuration, int, int, TypeInformation<OUT>) - 类 的构造器org.apache.flink.python.api.functions.PythonMapPartition
 
PythonOperationInfo - org.apache.flink.python.api中的类
Generic container for all information required to an operation to the DataSet API.
PythonOperationInfo(PythonPlanStreamer, int) - 类 的构造器org.apache.flink.python.api.PythonOperationInfo
 
PythonOptions - org.apache.flink.python.api中的类
Configuration options for the Python API.
PythonPlanBinder - org.apache.flink.python.api中的类
This class allows the execution of a Flink plan written in python.
PythonPlanBinder(Configuration) - 类 的构造器org.apache.flink.python.api.PythonPlanBinder
 
PythonPlanBinder.Operation - org.apache.flink.python.api中的枚举
This enum contains the identifiers for all supported DataSet operations.
PythonPlanReceiver - org.apache.flink.python.api.streaming.plan中的类
Instances of this class can be used to receive data from the plan process.
PythonPlanReceiver(InputStream) - 类 的构造器org.apache.flink.python.api.streaming.plan.PythonPlanReceiver
 
PythonPlanSender - org.apache.flink.python.api.streaming.plan中的类
Instances of this class can be used to send data to the plan process.
PythonPlanSender(OutputStream) - 类 的构造器org.apache.flink.python.api.streaming.plan.PythonPlanSender
 
PythonPlanStreamer - org.apache.flink.python.api.streaming.plan中的类
Generic class to exchange data during the plan phase.
PythonPlanStreamer(Configuration) - 类 的构造器org.apache.flink.python.api.streaming.plan.PythonPlanStreamer
 
PythonReceiver<OUT> - org.apache.flink.python.api.streaming.data中的类
This class is used to read data from memory-mapped files.
PythonReceiver(Configuration, boolean) - 类 的构造器org.apache.flink.python.api.streaming.data.PythonReceiver
 
PythonSender - org.apache.flink.python.api.streaming.data中的类
General-purpose class to write data to memory-mapped files.
PythonSender(Configuration) - 类 的构造器org.apache.flink.python.api.streaming.data.PythonSender
 
PythonSender.Serializer<T> - org.apache.flink.python.api.streaming.data中的类
Interface for all serializers used by PythonSender classes to write container objects.
PythonSingleInputSender<IN> - org.apache.flink.python.api.streaming.data中的类
This class is a PythonSender for operations with one input stream.
PythonSingleInputSender(Configuration) - 类 的构造器org.apache.flink.python.api.streaming.data.PythonSingleInputSender
 
PythonSingleInputStreamer<IN,OUT> - org.apache.flink.python.api.streaming.data中的类
This class is a PythonStreamer for operations with one input stream.
PythonSingleInputStreamer(AbstractRichFunction, Configuration, int, int, boolean) - 类 的构造器org.apache.flink.python.api.streaming.data.PythonSingleInputStreamer
 
PythonStreamer<S extends PythonSender,OUT> - org.apache.flink.python.api.streaming.data中的类
This streamer is used by functions to send/receive data to/from an external python process.
PythonStreamer(AbstractRichFunction, Configuration, int, int, boolean, S) - 类 的构造器org.apache.flink.python.api.streaming.data.PythonStreamer
 

R

receiver - 类 中的变量org.apache.flink.python.api.streaming.data.PythonStreamer
 
receiver - 类 中的变量org.apache.flink.python.api.streaming.plan.PythonPlanStreamer
 
reduce(Iterable<IN>, Collector<IN>) - 类 中的方法org.apache.flink.python.api.functions.util.IdentityGroupReduce
 
reset() - 类 中的方法org.apache.flink.python.api.util.SetCache
Resets this SetCache, removing any cached sets.
run() - 类 中的方法org.apache.flink.python.api.streaming.util.StreamPrinter
 

S

sendBroadCastVariables(Configuration) - 类 中的方法org.apache.flink.python.api.streaming.data.PythonStreamer
Sends all broadcast-variables encoded in the configuration to the external process.
sendBuffer(SingleElementPushBackIterator<IN>, PythonSender.Serializer<IN>) - 类 中的方法org.apache.flink.python.api.streaming.data.PythonSender
Extracts records from an iterator and writes them to the memory-mapped file.
sendBuffer(SingleElementPushBackIterator<IN>) - 类 中的方法org.apache.flink.python.api.streaming.data.PythonSingleInputSender
Extracts records from an iterator and writes them to the memory-mapped file.
sendBuffer1(SingleElementPushBackIterator<IN1>) - 类 中的方法org.apache.flink.python.api.streaming.data.PythonDualInputSender
Extracts records from an iterator and writes them to the memory-mapped file.
sendBuffer2(SingleElementPushBackIterator<IN2>) - 类 中的方法org.apache.flink.python.api.streaming.data.PythonDualInputSender
Extracts records from an iterator and writes them to the memory-mapped file.
sender - 类 中的变量org.apache.flink.python.api.streaming.data.PythonStreamer
 
sender - 类 中的变量org.apache.flink.python.api.streaming.plan.PythonPlanStreamer
 
sendReadConfirmation() - 类 中的方法org.apache.flink.python.api.streaming.data.PythonStreamer
 
sendRecord(Object) - 类 中的方法org.apache.flink.python.api.streaming.plan.PythonPlanSender
 
sendRecord(Object) - 类 中的方法org.apache.flink.python.api.streaming.plan.PythonPlanStreamer
 
sendWriteNotification(int, boolean) - 类 中的方法org.apache.flink.python.api.streaming.data.PythonStreamer
 
SerializationUtils - org.apache.flink.python.api.streaming.util中的类
Utility class containing serializers for all supported types.
SerializationUtils() - 类 的构造器org.apache.flink.python.api.streaming.util.SerializationUtils
 
SerializationUtils.BooleanSerializer - org.apache.flink.python.api.streaming.util中的类
A serializer for booleans.
SerializationUtils.ByteSerializer - org.apache.flink.python.api.streaming.util中的类
A serializer for bytes.
SerializationUtils.BytesSerializer - org.apache.flink.python.api.streaming.util中的类
A serializer for byte arrays.
SerializationUtils.CustomTypeWrapperSerializer - org.apache.flink.python.api.streaming.util中的类
A serializer for CustomTypeWrappers.
SerializationUtils.DoubleSerializer - org.apache.flink.python.api.streaming.util中的类
A serializer for doubles.
SerializationUtils.FloatSerializer - org.apache.flink.python.api.streaming.util中的类
A serializer for floats.
SerializationUtils.IntSerializer - org.apache.flink.python.api.streaming.util中的类
A serializer for ints.
SerializationUtils.LongSerializer - org.apache.flink.python.api.streaming.util中的类
A serializer for longs.
SerializationUtils.NullSerializer - org.apache.flink.python.api.streaming.util中的类
A serializer for null.
SerializationUtils.Serializer<IN> - org.apache.flink.python.api.streaming.util中的类
Super class for all serializers used to serialize data.
SerializationUtils.StringSerializer - org.apache.flink.python.api.streaming.util中的类
A serializer for strings.
SerializationUtils.TupleSerializer - org.apache.flink.python.api.streaming.util中的类
A serializer for tuples.
serialize(T) - 类 中的方法org.apache.flink.python.api.streaming.data.PythonSender.Serializer
Serializes the given value into a ByteBuffer.
serialize(IN) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.Serializer
 
serializeInternal(T) - 类 中的方法org.apache.flink.python.api.streaming.data.PythonSender.Serializer
 
Serializer() - 类 的构造器org.apache.flink.python.api.streaming.data.PythonSender.Serializer
 
Serializer() - 类 的构造器org.apache.flink.python.api.streaming.util.SerializationUtils.Serializer
 
SerializerMap<IN> - org.apache.flink.python.api.functions.util中的类
Utility function to serialize values, usually directly from data sources.
SerializerMap() - 类 的构造器org.apache.flink.python.api.functions.util.SerializerMap
 
serializeWithoutTypeInfo(Boolean) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.BooleanSerializer
 
serializeWithoutTypeInfo(Byte) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.ByteSerializer
 
serializeWithoutTypeInfo(byte[]) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.BytesSerializer
 
serializeWithoutTypeInfo(CustomTypeWrapper) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.CustomTypeWrapperSerializer
 
serializeWithoutTypeInfo(Double) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.DoubleSerializer
 
serializeWithoutTypeInfo(Float) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.FloatSerializer
 
serializeWithoutTypeInfo(Integer) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.IntSerializer
 
serializeWithoutTypeInfo(Long) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.LongSerializer
 
serializeWithoutTypeInfo(Object) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.NullSerializer
 
serializeWithoutTypeInfo(IN) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.Serializer
 
serializeWithoutTypeInfo(String) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.StringSerializer
 
serializeWithoutTypeInfo(Tuple) - 类 中的方法org.apache.flink.python.api.streaming.util.SerializationUtils.TupleSerializer
 
server - 类 中的变量org.apache.flink.python.api.streaming.data.PythonStreamer
 
SetCache - org.apache.flink.python.api.util中的类
A container holding DataSets, sorted andunsorted groupings.
SetCache() - 类 的构造器org.apache.flink.python.api.util.SetCache
 
setID - 类 中的变量org.apache.flink.python.api.PythonOperationInfo
 
SIGNAL_BUFFER_REQUEST - 类 中的静态变量org.apache.flink.python.api.streaming.data.PythonStreamer
 
SIGNAL_BUFFER_REQUEST_G0 - 类 中的静态变量org.apache.flink.python.api.streaming.data.PythonStreamer
 
SIGNAL_BUFFER_REQUEST_G1 - 类 中的静态变量org.apache.flink.python.api.streaming.data.PythonStreamer
 
SIGNAL_ERROR - 类 中的静态变量org.apache.flink.python.api.streaming.data.PythonStreamer
 
SIGNAL_FINISHED - 类 中的静态变量org.apache.flink.python.api.streaming.data.PythonStreamer
 
SIGNAL_LAST - 类 中的静态变量org.apache.flink.python.api.streaming.data.PythonStreamer
 
socket - 类 中的变量org.apache.flink.python.api.streaming.data.PythonStreamer
 
streamBufferWithGroups(Iterator<IN1>, Iterator<IN2>, Collector<OUT>) - 类 中的方法org.apache.flink.python.api.streaming.data.PythonDualInputStreamer
Sends all values contained in both iterators to the external process and collects all results.
streamBufferWithoutGroups(Iterator<IN>, Collector<OUT>) - 类 中的方法org.apache.flink.python.api.streaming.data.PythonSingleInputStreamer
Sends all values contained in the iterator to the external process and collects all results.
StreamPrinter - org.apache.flink.python.api.streaming.util中的类
Simple utility class to print all contents of an inputstream to stdout.
StreamPrinter(InputStream) - 类 的构造器org.apache.flink.python.api.streaming.util.StreamPrinter
 
StreamPrinter(InputStream, AtomicReference<String>) - 类 的构造器org.apache.flink.python.api.streaming.util.StreamPrinter
 
StringDeserializerMap - org.apache.flink.python.api.functions.util中的类
Utility function to deserialize strings, used for non-CSV sinks.
StringDeserializerMap() - 类 的构造器org.apache.flink.python.api.functions.util.StringDeserializerMap
 
StringSerializer() - 类 的构造器org.apache.flink.python.api.streaming.util.SerializationUtils.StringSerializer
 
StringTupleDeserializerMap - org.apache.flink.python.api.functions.util中的类
Utility function to deserialize strings, used for CSV sinks.
StringTupleDeserializerMap() - 类 的构造器org.apache.flink.python.api.functions.util.StringTupleDeserializerMap
 

T

to - 类 中的变量org.apache.flink.python.api.PythonOperationInfo
 
toError - 类 中的变量org.apache.flink.python.api.PythonOperationInfo
 
toString() - 类 中的方法org.apache.flink.python.api.PythonOperationInfo
 
TupleSerializer(Tuple) - 类 的构造器org.apache.flink.python.api.streaming.util.SerializationUtils.TupleSerializer
 
TYPE_ARRAY - 类 中的静态变量org.apache.flink.python.api.streaming.data.PythonSender
 
TYPE_BOOLEAN - 类 中的静态变量org.apache.flink.python.api.streaming.util.SerializationUtils
 
TYPE_BYTE - 类 中的静态变量org.apache.flink.python.api.streaming.util.SerializationUtils
 
TYPE_BYTES - 类 中的静态变量org.apache.flink.python.api.streaming.util.SerializationUtils
 
TYPE_DOUBLE - 类 中的静态变量org.apache.flink.python.api.streaming.util.SerializationUtils
 
TYPE_FLOAT - 类 中的静态变量org.apache.flink.python.api.streaming.util.SerializationUtils
 
TYPE_INTEGER - 类 中的静态变量org.apache.flink.python.api.streaming.util.SerializationUtils
 
TYPE_KEY_VALUE - 类 中的静态变量org.apache.flink.python.api.streaming.data.PythonSender
 
TYPE_LONG - 类 中的静态变量org.apache.flink.python.api.streaming.util.SerializationUtils
 
TYPE_NULL - 类 中的静态变量org.apache.flink.python.api.streaming.util.SerializationUtils
 
TYPE_STRING - 类 中的静态变量org.apache.flink.python.api.streaming.util.SerializationUtils
 
TYPE_VALUE_VALUE - 类 中的静态变量org.apache.flink.python.api.streaming.data.PythonSender
 
types - 类 中的变量org.apache.flink.python.api.PythonOperationInfo
 

U

usesUDF - 类 中的变量org.apache.flink.python.api.PythonOperationInfo
 

V

valueOf(String) - 枚举 中的静态方法org.apache.flink.python.api.PythonPlanBinder.Operation
返回带有指定名称的该类型的枚举常量。
values - 类 中的变量org.apache.flink.python.api.PythonOperationInfo
 
values() - 枚举 中的静态方法org.apache.flink.python.api.PythonPlanBinder.Operation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

writeMode - 类 中的变量org.apache.flink.python.api.PythonOperationInfo
 
A B C D E F G I K L M N O P R S T U V W 
跳过导航链接

Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.