Package com.linkedin.alpini.router.api
Interface ResourcePath<K>
- All Known Implementing Classes:
 VeniceComputePath,VeniceMultiGetPath,VeniceMultiKeyPath,VenicePath,VeniceSingleGetPath
public interface ResourcePath<K>
- 
Method Summary
Modifier and TypeMethodDescriptiondefault Kdefault voiddefault voidsetRetryRequest(io.netty.handler.codec.http.HttpResponseStatus status) If the inherited class wants to know whether the current path belongs to a retry request or not, it needs to implement this method properly to maintain the internal state. 
- 
Method Details
- 
getPartitionKey
 - 
getLocation
 - 
getPartitionKeys
 - 
getResourceName
 - 
setRetryRequest
default void setRetryRequest(io.netty.handler.codec.http.HttpResponseStatus status) If the inherited class wants to know whether the current path belongs to a retry request or not, it needs to implement this method properly to maintain the internal state. - 
setRetryRequest
default void setRetryRequest() 
 -