Class MultiKeyRequestContext.KeyInfo<K>

  • Type Parameters:
    K -
    Enclosing class:
    MultiKeyRequestContext<K,​V>

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

      Constructors 
      Constructor Description
      KeyInfo​(K key, byte[] serializedKey, int partitionId)  
    • Constructor Detail

      • KeyInfo

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

      • getKey

        public K getKey()
      • getSerializedKey

        public byte[] getSerializedKey()
      • getPartitionId

        public int getPartitionId()