public abstract class TimelineLayout extends Object implements Serializable
| Constructor and Description |
|---|
TimelineLayout() |
| Modifier and Type | Method and Description |
|---|---|
abstract Stream<HoodieInstant> |
filterHoodieInstants(Stream<HoodieInstant> instantStream) |
static TimelineLayout |
getLayout(TimelineLayoutVersion version) |
public static TimelineLayout getLayout(TimelineLayoutVersion version)
public abstract Stream<HoodieInstant> filterHoodieInstants(Stream<HoodieInstant> instantStream)
Copyright © 2024 The Apache Software Foundation. All rights reserved.