Class BatchGetRequestContext<K,​V>

  • Type Parameters:
    K - Key type
    V - Value type

    public class BatchGetRequestContext<K,​V>
    extends MultiKeyRequestContext<K,​V>
    Keep track of the progress of a batch get request . This includes tracking all the scatter requests and utilities to gather responses.
    • Constructor Detail

      • BatchGetRequestContext

        public BatchGetRequestContext​(int numKeysInRequest,
                                      boolean isPartialSuccessAllowed)