Interface FlinkFnApi.UserDefinedDataStreamFunctionOrBuilder

    • Method Detail

      • getFunctionTypeValue

        int getFunctionTypeValue()
        .org.apache.flink.fn_execution.v1.UserDefinedDataStreamFunction.FunctionType function_type = 1;
        Returns:
        The enum numeric value on the wire for functionType.
      • hasRuntimeContext

        boolean hasRuntimeContext()
        .org.apache.flink.fn_execution.v1.UserDefinedDataStreamFunction.RuntimeContext runtime_context = 2;
        Returns:
        Whether the runtimeContext field is set.
      • getPayload

        com.google.protobuf.ByteString getPayload()
        bytes payload = 3;
        Returns:
        The payload.
      • getMetricEnabled

        boolean getMetricEnabled()
        bool metric_enabled = 4;
        Returns:
        The metricEnabled.
      • hasKeyTypeInfo

        boolean hasKeyTypeInfo()
        .org.apache.flink.fn_execution.v1.TypeInfo key_type_info = 5;
        Returns:
        Whether the keyTypeInfo field is set.
      • getKeyTypeInfo

        FlinkFnApi.TypeInfo getKeyTypeInfo()
        .org.apache.flink.fn_execution.v1.TypeInfo key_type_info = 5;
        Returns:
        The keyTypeInfo.
      • getKeyTypeInfoOrBuilder

        FlinkFnApi.TypeInfoOrBuilder getKeyTypeInfoOrBuilder()
        .org.apache.flink.fn_execution.v1.TypeInfo key_type_info = 5;
      • getProfileEnabled

        boolean getProfileEnabled()
        bool profile_enabled = 6;
        Returns:
        The profileEnabled.
      • getHasSideOutput

        boolean getHasSideOutput()
        bool has_side_output = 7;
        Returns:
        The hasSideOutput.
      • getStateCacheSize

        int getStateCacheSize()
         The state cache size.
         
        int32 state_cache_size = 8;
        Returns:
        The stateCacheSize.
      • getMapStateReadCacheSize

        int getMapStateReadCacheSize()
         The map state read cache size.
         
        int32 map_state_read_cache_size = 9;
        Returns:
        The mapStateReadCacheSize.
      • getMapStateWriteCacheSize

        int getMapStateWriteCacheSize()
         The map_state_write_cache_size.
         
        int32 map_state_write_cache_size = 10;
        Returns:
        The mapStateWriteCacheSize.