public abstract class HoodieAccumulator extends Object implements Serializable
| Constructor and Description |
|---|
HoodieAccumulator() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
add(long increment)
Increments the count based on the input.
|
abstract long |
value() |
Copyright © 2024 The Apache Software Foundation. All rights reserved.