Interface ExecutableRequestBuilder<K,R>

Type Parameters:
K - The store's key type
R - 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 Type
    Method
    Description
    execute(Set<K> keys)
    Send compute request to Venice, and this should be the last step of the compute specification.