Uses of Interface
org.projectnessie.client.api.GetCommitLogBuilder
-
Packages that use GetCommitLogBuilder Package Description org.projectnessie.client org.projectnessie.client.api org.projectnessie.client.http.v1api -
-
Uses of GetCommitLogBuilder in org.projectnessie.client
Method parameters in org.projectnessie.client with type arguments of type GetCommitLogBuilder Modifier and Type Method Description static Stream<LogResponse.LogEntry>StreamingUtil. getCommitLogStream(@NotNull NessieApiV1 api, @NotNull Function<GetCommitLogBuilder,GetCommitLogBuilder> builderCustomizer, @NotNull OptionalInt maxRecords)Default implementation to return a stream of commit-log entries, functionally equivalent to callingNessieApiV1.getCommitLog()with manual paging.static Stream<LogResponse.LogEntry>StreamingUtil. getCommitLogStream(@NotNull NessieApiV1 api, @NotNull Function<GetCommitLogBuilder,GetCommitLogBuilder> builderCustomizer, @NotNull OptionalInt maxRecords)Default implementation to return a stream of commit-log entries, functionally equivalent to callingNessieApiV1.getCommitLog()with manual paging. -
Uses of GetCommitLogBuilder in org.projectnessie.client.api
Methods in org.projectnessie.client.api that return GetCommitLogBuilder Modifier and Type Method Description GetCommitLogBuilderGetCommitLogBuilder. fetch(FetchOption fetchOption)Will fetch additional metadata about each commit like operations in a commit and parent hash.GetCommitLogBuilderNessieApiV1. getCommitLog()Retrieve the commit log for a ref, potentially truncated by the backend.GetCommitLogBuilderGetCommitLogBuilder. untilHash(@Pattern(regexp="^[0-9a-fA-F]{8,64}$",message="Hash must consist of the hex representation of 4-32 bytes") String untilHash) -
Uses of GetCommitLogBuilder in org.projectnessie.client.http.v1api
Methods in org.projectnessie.client.http.v1api that return GetCommitLogBuilder Modifier and Type Method Description GetCommitLogBuilderHttpApiV1. getCommitLog()
-