Uses of Interface
org.projectnessie.client.api.GetEntriesBuilder
-
Packages that use GetEntriesBuilder Package Description org.projectnessie.client org.projectnessie.client.api org.projectnessie.client.http.v1api -
-
Uses of GetEntriesBuilder in org.projectnessie.client
Method parameters in org.projectnessie.client with type arguments of type GetEntriesBuilder Modifier and Type Method Description 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 callingNessieApiV1.getEntries()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 callingNessieApiV1.getEntries()with manual paging. -
Uses of GetEntriesBuilder in org.projectnessie.client.api
Methods in org.projectnessie.client.api that return GetEntriesBuilder Modifier and Type Method Description GetEntriesBuilderNessieApiV1. getEntries()Retrieve objects for a ref, potentially truncated by the backend.GetEntriesBuilderGetEntriesBuilder. namespaceDepth(Integer namespaceDepth) -
Uses of GetEntriesBuilder in org.projectnessie.client.http.v1api
Methods in org.projectnessie.client.http.v1api that return GetEntriesBuilder Modifier and Type Method Description GetEntriesBuilderHttpApiV1. getEntries()
-