T - Object value type.public abstract class HoodieBaseListData<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Either<Stream<T>,List<T>> |
data |
protected boolean |
lazy |
| Modifier | Constructor and Description |
|---|---|
protected |
HoodieBaseListData(List<T> data,
boolean lazy) |
protected |
HoodieBaseListData(Stream<T> dataStream,
boolean lazy) |
| Modifier and Type | Method and Description |
|---|---|
protected Stream<T> |
asStream() |
protected List<T> |
collectAsList() |
protected long |
count() |
protected boolean |
isEmpty() |
Copyright © 2024 The Apache Software Foundation. All rights reserved.