Class MultiKeyRequestContext.KeyInfo<K>

java.lang.Object
com.linkedin.venice.fastclient.MultiKeyRequestContext.KeyInfo<K>
Type Parameters:
K -
Enclosing class:
MultiKeyRequestContext<K,V>

public static class MultiKeyRequestContext.KeyInfo<K> extends Object
represents a key requested on a route and tracks info related to it but specific to the route
  • Constructor Details

    • KeyInfo

      public KeyInfo(K key, byte[] serializedKey, int partitionId)
  • Method Details

    • getKey

      public K getKey()
    • getSerializedKey

      public byte[] getSerializedKey()
    • getPartitionId

      public int getPartitionId()