Uses of Interface
org.projectnessie.client.api.GetRefLogBuilder
-
Packages that use GetRefLogBuilder Package Description org.projectnessie.client org.projectnessie.client.api org.projectnessie.client.http.v1api -
-
Uses of GetRefLogBuilder in org.projectnessie.client
Method parameters in org.projectnessie.client with type arguments of type GetRefLogBuilder Modifier and Type Method Description static Stream<RefLogResponse.RefLogResponseEntry>StreamingUtil. getReflogStream(@NotNull NessieApiV1 api, @NotNull Function<GetRefLogBuilder,GetRefLogBuilder> builderCustomizer, @NotNull OptionalInt maxRecords)Default implementation to return a stream of reflog entries, functionally equivalent to callingNessieApiV1.getRefLog()with manual paging.static Stream<RefLogResponse.RefLogResponseEntry>StreamingUtil. getReflogStream(@NotNull NessieApiV1 api, @NotNull Function<GetRefLogBuilder,GetRefLogBuilder> builderCustomizer, @NotNull OptionalInt maxRecords)Default implementation to return a stream of reflog entries, functionally equivalent to callingNessieApiV1.getRefLog()with manual paging. -
Uses of GetRefLogBuilder in org.projectnessie.client.api
Methods in org.projectnessie.client.api that return GetRefLogBuilder Modifier and Type Method Description GetRefLogBuilderGetRefLogBuilder. fromHash(@Pattern(regexp="^[0-9a-fA-F]{8,64}$",message="Hash must consist of the hex representation of 4-32 bytes") String fromHash)Hash of the reflog (inclusive) to end at (in chronological sense), the 'near' end of the reflog.GetRefLogBuilderNessieApiV1. getRefLog()Retrieve the reflog from the HEAD of the RefLog resource, potentially truncated by the backend.GetRefLogBuilderGetRefLogBuilder. untilHash(@Pattern(regexp="^[0-9a-fA-F]{8,64}$",message="Hash must consist of the hex representation of 4-32 bytes") String untilHash)Hash of the reflog (inclusive) to start from (in chronological sense), the 'far' end of the reflog. -
Uses of GetRefLogBuilder in org.projectnessie.client.http.v1api
Methods in org.projectnessie.client.http.v1api that return GetRefLogBuilder Modifier and Type Method Description GetRefLogBuilderHttpApiV1. getRefLog()
-