| Package | Description |
|---|---|
| org.apache.hudi.common.data | |
| org.apache.hudi.common.util |
| Modifier and Type | Field and Description |
|---|---|
protected Either<Stream<T>,List<T>> |
HoodieBaseListData.data |
| Modifier and Type | Class and Description |
|---|---|
static class |
Either.EitherLeft<L,R>
Utility that holds L value only.
|
static class |
Either.EitherRight<L,R>
Utility that holds R value only.
|
| Modifier and Type | Method and Description |
|---|---|
static <L,R> Either<L,R> |
Either.left(L left) |
static <L,R> Either<L,R> |
Either.right(R right) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.