Interface FlinkFnApi.StateDescriptor.StateTTLConfig.CleanupStrategies.IncrementalCleanupStrategyOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getCleanupSize()
      Max number of keys pulled from queue for clean up upon state touch for any key.
      boolean getRunCleanupForEveryRecord()
      Whether to run incremental cleanup per each processed record.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getCleanupSize

        int getCleanupSize()
         Max number of keys pulled from queue for clean up upon state touch for any key.
         
        int32 cleanup_size = 1;
        Returns:
        The cleanupSize.
      • getRunCleanupForEveryRecord

        boolean getRunCleanupForEveryRecord()
         Whether to run incremental cleanup per each processed record.
         
        bool run_cleanup_for_every_record = 2;
        Returns:
        The runCleanupForEveryRecord.