public class HoodieAtomicLongAccumulator extends HoodieAccumulator
AtomicLong implementation.| Modifier and Type | Method and Description |
|---|---|
void |
add(long increment)
Increments the count based on the input.
|
static HoodieAtomicLongAccumulator |
create() |
long |
value() |
public static HoodieAtomicLongAccumulator create()
public long value()
value in class HoodieAccumulatorpublic void add(long increment)
HoodieAccumulatoradd in class HoodieAccumulatorincrement - the value to add.Copyright © 2024 The Apache Software Foundation. All rights reserved.