Uses of Interface
org.projectnessie.client.api.NessieApiV1
-
Packages that use NessieApiV1 Package Description org.projectnessie.client org.projectnessie.client.http.v1api -
-
Uses of NessieApiV1 in org.projectnessie.client
Methods in org.projectnessie.client with parameters of type NessieApiV1 Modifier and Type Method Description static Stream<Reference>StreamingUtil. getAllReferencesStream(@NotNull NessieApiV1 api, @NotNull Function<GetAllReferencesBuilder,GetAllReferencesBuilder> builderCustomizer, @NotNull OptionalInt maxRecords)Default implementation to return a stream of references, functionally equivalent to callinggetAllReferences()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 callinggetCommitLog()with manual paging.static Stream<EntriesResponse.Entry>StreamingUtil. getEntriesStream(@NotNull NessieApiV1 api, @NotNull Function<GetEntriesBuilder,GetEntriesBuilder> builderCustomizer, @NotNull OptionalInt maxRecords)Default implementation to return a stream of objects for a ref, functionally equivalent to callinggetEntries()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 callinggetRefLog()with manual paging. -
Uses of NessieApiV1 in org.projectnessie.client.http.v1api
Classes in org.projectnessie.client.http.v1api that implement NessieApiV1 Modifier and Type Class Description classHttpApiV1
-