Interface FlinkFnApi.StateDescriptor.StateTTLConfig.CleanupStrategies.RocksdbCompactFilterCleanupStrategyOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getQueryTimeAfterNumEntries()
      Number of state entries to process by compaction filter before updating current timestamp.
      • 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

      • getQueryTimeAfterNumEntries

        long getQueryTimeAfterNumEntries()
         Number of state entries to process by compaction filter before updating current timestamp.
         
        int64 query_time_after_num_entries = 1;
        Returns:
        The queryTimeAfterNumEntries.