Package com.linkedin.venice.client.store
Interface ExecutableRequestBuilder<K,R>
- Type Parameters:
K
- The store's key typeR
- The response type returned by this kind of query
- All Known Subinterfaces:
ComputeAggregationRequestBuilder<K>
,ComputeRequestBuilder<K>
- All Known Implementing Classes:
AbstractAvroComputeRequestBuilder
,AvroComputeRequestBuilderV3
,AvroComputeRequestBuilderV4
public interface ExecutableRequestBuilder<K,R>
-
Method Summary
Modifier and TypeMethodDescriptionSend compute request to Venice, and this should be the last step of the compute specification.
-
Method Details
-
execute
Send compute request to Venice, and this should be the last step of the compute specification.- Parameters:
keys
- : keys for the candidate records- Returns:
- Throws:
VeniceClientException
-