Class RequestContext

java.lang.Object
com.linkedin.venice.fastclient.RequestContext
Direct Known Subclasses:
GetRequestContext, MultiKeyRequestContext

public abstract class RequestContext extends Object
This class is used to include all the intermediate fields required for the communication between the different tiers.
  • Constructor Details

    • RequestContext

      public RequestContext()
  • Method Details

    • getRequestType

      public abstract RequestType getRequestType()