| Package | Description |
|---|---|
| com.atlassian.bamboo.upgrade.utils | |
| com.atlassian.bamboo.upgrade.utils.impl |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
DatabaseUpgradePaginator.forEach(@NotNull DatabaseUpgradePaginator.PaginatedDataSupplier<T> dataSupplier,
@NotNull Consumer<T> consumer)
Executes the given
consumer for each element of an underlying large collection of elements. |
<T> void |
DatabaseUpgradePaginator.forEach(@NotNull DatabaseUpgradePaginator.PaginatedDataSupplier<T> dataSupplier,
int pageSize,
@NotNull Consumer<T> consumer)
Executes the given
consumer for each element of an underlying large collection of elements. |
<T> void |
DatabaseUpgradePaginator.forEachPage(@NotNull DatabaseUpgradePaginator.PaginatedDataSupplier<T> dataSupplier,
@NotNull Consumer<Collection<T>> consumer)
Executes the given
consumer on each page of an underlying large collection of elements. |
<T> void |
DatabaseUpgradePaginator.forEachPage(@NotNull DatabaseUpgradePaginator.PaginatedDataSupplier<T> dataSupplier,
int pageSize,
@NotNull Consumer<Collection<T>> consumer)
Executes the given
consumer for each page of an underlying large collection of elements. |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
DatabaseUpgradePaginatorImpl.forEach(@NotNull DatabaseUpgradePaginator.PaginatedDataSupplier<T> dataSupplier,
@NotNull Consumer<T> consumer) |
<T> void |
DatabaseUpgradePaginatorImpl.forEach(@NotNull DatabaseUpgradePaginator.PaginatedDataSupplier<T> dataSupplier,
int pageSize,
@NotNull Consumer<T> consumer) |
<T> void |
DatabaseUpgradePaginatorImpl.forEachPage(@NotNull DatabaseUpgradePaginator.PaginatedDataSupplier<T> dataSupplier,
@NotNull Consumer<Collection<T>> elementConsumer) |
<T> void |
DatabaseUpgradePaginatorImpl.forEachPage(@NotNull DatabaseUpgradePaginator.PaginatedDataSupplier<T> dataSupplier,
int pageSize,
@NotNull Consumer<Collection<T>> elementConsumer) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.