public static interface FlinkFnApi.StateDescriptor.StateTTLConfig.CleanupStrategies.IncrementalCleanupStrategyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint 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–2021 The Apache Software Foundation. All rights reserved.