INPUT - A Query to execute.OUTPUT - the type of result produced by Query.@InternalApi
public interface QueryExecutor<INPUT extends Query<OUTPUT>,OUTPUT>
Query and returns the result. This class will have the responsibility to orchestrate between
ProtoPreparer, DatastoreRpc and ResponseTransformer layers.| Modifier and Type | Method and Description |
|---|---|
OUTPUT |
execute(INPUT query,
ReadOption... readOptions) |
OUTPUT execute(INPUT query, ReadOption... readOptions)
query - A Query to execute.readOptions - Optional ReadOptions to be used when executing Query.Copyright © 2023 Google LLC. All rights reserved.