Uses of Class
org.apache.pinot.spi.trace.RequestContext.FanoutType
-
Packages that use RequestContext.FanoutType Package Description org.apache.pinot.spi.trace -
-
Uses of RequestContext.FanoutType in org.apache.pinot.spi.trace
Methods in org.apache.pinot.spi.trace that return RequestContext.FanoutType Modifier and Type Method Description RequestContext.FanoutTypeDefaultRequestContext. getFanoutType()RequestContext.FanoutTypeRequestContext. getFanoutType()static RequestContext.FanoutTypeRequestContext.FanoutType. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestContext.FanoutType[]RequestContext.FanoutType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pinot.spi.trace with parameters of type RequestContext.FanoutType Modifier and Type Method Description voidDefaultRequestContext. setFanoutType(RequestContext.FanoutType fanoutType)voidRequestContext. setFanoutType(RequestContext.FanoutType fanoutType)
-