@Evolving public class GetCommitsResponse extends Object
CommitCoordinatorClientHandler.getCommits( String, Map, Long,
Long). Holds all the commits that have not been backfilled as per the commit coordinator.| Constructor and Description |
|---|
GetCommitsResponse(java.util.List<Commit> commits,
long latestTableVersion) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Commit> |
getCommits()
Get the list of commits that have not been backfilled as per the commit coordinator.
|
long |
getLatestTableVersion()
Get the latest table version as per the coordinator.
|
public GetCommitsResponse(java.util.List<Commit> commits, long latestTableVersion)
public java.util.List<Commit> getCommits()
public long getLatestTableVersion()