Package com.linkedin.venice.fastclient
Class RequestContext
- java.lang.Object
-
- com.linkedin.venice.fastclient.RequestContext
-
- Direct Known Subclasses:
GetRequestContext
,MultiKeyRequestContext
public abstract class RequestContext extends java.lang.Object
This class is used to include all the intermediate fields required for the communication between the different tiers.
-
-
Constructor Summary
Constructors Constructor Description RequestContext()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract RequestType
getRequestType()
-
-
-
Method Detail
-
getRequestType
public abstract RequestType getRequestType()
-
-