Class ComputeRequestContext<K,V>

Type Parameters:
K - Key type
V - Value type

public class ComputeRequestContext<K,V> extends MultiKeyRequestContext<K,V>
Keep track of the progress of a compute request . This includes tracking all the scatter requests and utilities to gather responses.
  • Constructor Details

    • ComputeRequestContext

      public ComputeRequestContext(int numKeysInRequest, boolean isPartialSuccessAllowed)
  • Method Details