Interface | Description |
---|---|
BatchedDataFetcher |
See
Batched . |
Class | Description |
---|---|
BatchedDataFetcherFactory |
Produces a BatchedDataFetcher for a given DataFetcher.
|
BatchedExecutionStrategy |
Execution Strategy that minimizes calls to the data fetcher when used in conjunction with
DataFetcher s that have
DataFetcher.get(DataFetchingEnvironment) methods annotated with Batched . |
FetchedValue | |
FetchedValues | |
MapOrList | |
UnbatchedDataFetcher |
Given a normal data fetcher as a delegate,
uses that fetcher in a batched context by iterating through each source value and calling
the delegate.
|
Exception | Description |
---|---|
BatchAssertionFailed |
Annotation Type | Description |
---|---|
Batched |
When placed on
DataFetcher.get(DataFetchingEnvironment) , indicates that this DataFetcher is batched. |