| batches = Lists.partition(messageIds,MAX_REDELIVER_UNACKNOWLEDGED) | batches = Iterables.partition(messageIds,MAX_REDELIVER_UNACKNOWLEDGED) | Lists.partition(messageIds,MAX_REDELIVER_UNACKNOWLEDGED) | Iterables.partition(messageIds,MAX_REDELIVER_UNACKNOWLEDGED) | pulsar | 5e9884c7ea310baf62687efddb63af0521415d35 | com.yahoo.pulsar.client.impl.ConsumerImpl | | | | v0 | messageIds |
|---|
| v1 | MAX_REDELIVER_UNACKNOWLEDGED |
|---|
| - com.google.common.collect.Iterables
| | v0 | messageIds |
|---|
| v1 | MAX_REDELIVER_UNACKNOWLEDGED |
|---|
| AssignedTo | True |
| snapshotIdsPartition = Lists.partition(snapshotIds,MAX_SNAPSHOTS_PER_QUERY) | snapshotIdsPartition = Iterables.partition(snapshotIds,MAX_SNAPSHOTS_PER_QUERY) | Lists.partition(snapshotIds,MAX_SNAPSHOTS_PER_QUERY) | Iterables.partition(snapshotIds,MAX_SNAPSHOTS_PER_QUERY) | sonarqube | b2ffd22edae8c5ab09c8a7ac074af68351e46e56 | org.sonar.db.purge.PurgeCommands | | | _1 | snapshotIdsPartition |
|---|
| _2 | snapshotIdsPartition |
|---|
| | v0 | snapshotIds |
|---|
| v1 | MAX_SNAPSHOTS_PER_QUERY |
|---|
| - com.google.common.collect.Iterables
| | v0 | snapshotIds |
|---|
| v1 | MAX_SNAPSHOTS_PER_QUERY |
|---|
| AssignedTo | True |