public static class FederationResult.Builder extends Object
Modifier and Type | Field and Description |
---|---|
private com.google.common.collect.ImmutableList.Builder<FederationResult.TargetResult> |
results |
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
void |
add(FederationSearcher.Target target,
FutureResult futureResult) |
FederationResult |
build() |
private final com.google.common.collect.ImmutableList.Builder<FederationResult.TargetResult> results
public void add(FederationSearcher.Target target, FutureResult futureResult)
public FederationResult build()
Copyright © 2018. All rights reserved.