Class GetRequestContext<K>

java.lang.Object
com.linkedin.venice.fastclient.RequestContext
com.linkedin.venice.fastclient.GetRequestContext<K>

public class GetRequestContext<K> extends RequestContext
  • Constructor Details

    • GetRequestContext

      public GetRequestContext()
  • Method Details

    • getRequestType

      public RequestType getRequestType()
      Specified by:
      getRequestType in class RequestContext
    • setKey

      public void setKey(K key)
    • getKey

      public K getKey()
    • setSerializedKey

      public void setSerializedKey(byte[] serializedKey)
    • getPartitionId

      public int getPartitionId()
    • setPartitionId

      public void setPartitionId(int partitionId)
    • getSerializedKey

      public byte[] getSerializedKey()
    • setRoute

      public void setRoute(String route)
    • createRetryRequestContext

      public GetRequestContext<K> createRetryRequestContext()