mirror of
https://github.com/google/nomulus
synced 2026-02-05 20:41:08 +00:00
Implement input for MRs over child entities
Also throwing in a proof-of-concept MR that I'd like to run in production, and then scrap once the meaty MR is finished (e.g. exploding Recurring billing events into OneTimes). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=119881471
This commit is contained in:
@@ -61,8 +61,7 @@ abstract class EppResourceBaseReader<T> extends InputReader<T> {
|
||||
private transient QueryResultIterator<EppResourceIndex> queryIterator;
|
||||
|
||||
EppResourceBaseReader(
|
||||
Key<EppResourceIndexBucket>
|
||||
bucketKey,
|
||||
Key<EppResourceIndexBucket> bucketKey,
|
||||
long memoryEstimate,
|
||||
ImmutableSet<String> filterKinds) {
|
||||
this.bucketKey = bucketKey;
|
||||
|
||||
Reference in New Issue
Block a user