public static interface FlinkFnApi.StateDescriptor.StateTTLConfig.CleanupStrategies.IncrementalCleanupStrategyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
int getCleanupSize()
Max number of keys pulled from queue for clean up upon state touch for any key.
int32 cleanup_size = 1;boolean getRunCleanupForEveryRecord()
Whether to run incremental cleanup per each processed record.
bool run_cleanup_for_every_record = 2;Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.