Modifier and Type | Method | Description |
---|---|---|
ClientStreamTracer.Factory |
LoadBalancer.PickResult.getStreamTracerFactory() |
The stream tracer factory this result was created with.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<ClientStreamTracer.Factory> |
CallOptions.getStreamTracerFactories() |
Returns an immutable list of
ClientStreamTracerFactory s. |
Modifier and Type | Method | Description |
---|---|---|
CallOptions |
CallOptions.withStreamTracerFactory(ClientStreamTracer.Factory factory) |
Returns a new
CallOptions with a ClientStreamTracerFactory in addition to
the existing factories. |
static LoadBalancer.PickResult |
LoadBalancer.PickResult.withSubchannel(LoadBalancer.Subchannel subchannel,
ClientStreamTracer.Factory streamTracerFactory) |
A decision to proceed the RPC on a Subchannel.
|