Package com.linkedin.venice.fastclient
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 java.lang.Object
represents a key requested on a route and tracks info related to it but specific to the route
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey()
int
getPartitionId()
byte[]
getSerializedKey()
-