public static interface FlinkFnApi.UserDefinedDataStreamFunctionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FlinkFnApi.UserDefinedDataStreamFunction.FunctionType |
getFunctionType()
.org.apache.flink.fn_execution.v1.UserDefinedDataStreamFunction.FunctionType function_type = 1; |
int |
getFunctionTypeValue()
.org.apache.flink.fn_execution.v1.UserDefinedDataStreamFunction.FunctionType function_type = 1; |
boolean |
getHasSideOutput()
bool has_side_output = 7; |
FlinkFnApi.TypeInfo |
getKeyTypeInfo()
.org.apache.flink.fn_execution.v1.TypeInfo key_type_info = 5; |
FlinkFnApi.TypeInfoOrBuilder |
getKeyTypeInfoOrBuilder()
.org.apache.flink.fn_execution.v1.TypeInfo key_type_info = 5; |
int |
getMapStateReadCacheSize()
The map state read cache size.
|
int |
getMapStateWriteCacheSize()
The map_state_write_cache_size.
|
boolean |
getMetricEnabled()
bool metric_enabled = 4; |
com.google.protobuf.ByteString |
getPayload()
bytes payload = 3; |
boolean |
getProfileEnabled()
bool profile_enabled = 6; |
FlinkFnApi.UserDefinedDataStreamFunction.RuntimeContext |
getRuntimeContext()
.org.apache.flink.fn_execution.v1.UserDefinedDataStreamFunction.RuntimeContext runtime_context = 2; |
FlinkFnApi.UserDefinedDataStreamFunction.RuntimeContextOrBuilder |
getRuntimeContextOrBuilder()
.org.apache.flink.fn_execution.v1.UserDefinedDataStreamFunction.RuntimeContext runtime_context = 2; |
int |
getStateCacheSize()
The state cache size.
|
boolean |
hasKeyTypeInfo()
.org.apache.flink.fn_execution.v1.TypeInfo key_type_info = 5; |
boolean |
hasRuntimeContext()
.org.apache.flink.fn_execution.v1.UserDefinedDataStreamFunction.RuntimeContext runtime_context = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getFunctionTypeValue()
.org.apache.flink.fn_execution.v1.UserDefinedDataStreamFunction.FunctionType function_type = 1;
FlinkFnApi.UserDefinedDataStreamFunction.FunctionType getFunctionType()
.org.apache.flink.fn_execution.v1.UserDefinedDataStreamFunction.FunctionType function_type = 1;
boolean hasRuntimeContext()
.org.apache.flink.fn_execution.v1.UserDefinedDataStreamFunction.RuntimeContext runtime_context = 2;
FlinkFnApi.UserDefinedDataStreamFunction.RuntimeContext getRuntimeContext()
.org.apache.flink.fn_execution.v1.UserDefinedDataStreamFunction.RuntimeContext runtime_context = 2;
FlinkFnApi.UserDefinedDataStreamFunction.RuntimeContextOrBuilder getRuntimeContextOrBuilder()
.org.apache.flink.fn_execution.v1.UserDefinedDataStreamFunction.RuntimeContext runtime_context = 2;
com.google.protobuf.ByteString getPayload()
bytes payload = 3;
boolean getMetricEnabled()
bool metric_enabled = 4;
boolean hasKeyTypeInfo()
.org.apache.flink.fn_execution.v1.TypeInfo key_type_info = 5;
FlinkFnApi.TypeInfo getKeyTypeInfo()
.org.apache.flink.fn_execution.v1.TypeInfo key_type_info = 5;
FlinkFnApi.TypeInfoOrBuilder getKeyTypeInfoOrBuilder()
.org.apache.flink.fn_execution.v1.TypeInfo key_type_info = 5;
boolean getProfileEnabled()
bool profile_enabled = 6;
boolean getHasSideOutput()
bool has_side_output = 7;
int getStateCacheSize()
The state cache size.
int32 state_cache_size = 8;
int getMapStateReadCacheSize()
The map state read cache size.
int32 map_state_read_cache_size = 9;
int getMapStateWriteCacheSize()
The map_state_write_cache_size.
int32 map_state_write_cache_size = 10;
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.