ThriftProxy.Builder |
ThriftProxy.Builder.addAllThriftFilters(Iterable<? extends ThriftFilter> values) |
A list of individual Thrift filters that make up the filter chain for requests made to the
Thrift proxy.
|
ThriftProxy.Builder |
ThriftProxy.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ThriftProxy.Builder |
ThriftProxy.Builder.addThriftFilters(int index,
ThriftFilter value) |
A list of individual Thrift filters that make up the filter chain for requests made to the
Thrift proxy.
|
ThriftProxy.Builder |
ThriftProxy.Builder.addThriftFilters(int index,
ThriftFilter.Builder builderForValue) |
A list of individual Thrift filters that make up the filter chain for requests made to the
Thrift proxy.
|
ThriftProxy.Builder |
ThriftProxy.Builder.addThriftFilters(ThriftFilter value) |
A list of individual Thrift filters that make up the filter chain for requests made to the
Thrift proxy.
|
ThriftProxy.Builder |
ThriftProxy.Builder.addThriftFilters(ThriftFilter.Builder builderForValue) |
A list of individual Thrift filters that make up the filter chain for requests made to the
Thrift proxy.
|
ThriftProxy.Builder |
ThriftProxy.Builder.clear() |
|
ThriftProxy.Builder |
ThriftProxy.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ThriftProxy.Builder |
ThriftProxy.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ThriftProxy.Builder |
ThriftProxy.Builder.clearProtocol() |
Supplies the type of protocol that the Thrift proxy should use.
|
ThriftProxy.Builder |
ThriftProxy.Builder.clearRouteConfig() |
The route table for the connection manager is static and is specified in this property.
|
ThriftProxy.Builder |
ThriftProxy.Builder.clearStatPrefix() |
The human readable prefix to use when emitting statistics.
|
ThriftProxy.Builder |
ThriftProxy.Builder.clearThriftFilters() |
A list of individual Thrift filters that make up the filter chain for requests made to the
Thrift proxy.
|
ThriftProxy.Builder |
ThriftProxy.Builder.clearTransport() |
Supplies the type of transport that the Thrift proxy should use.
|
ThriftProxy.Builder |
ThriftProxy.Builder.clone() |
|
ThriftProxy.Builder |
ThriftProxy.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ThriftProxy.Builder |
ThriftProxy.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ThriftProxy.Builder |
ThriftProxy.Builder.mergeFrom(ThriftProxy other) |
|
ThriftProxy.Builder |
ThriftProxy.Builder.mergeRouteConfig(RouteConfiguration value) |
The route table for the connection manager is static and is specified in this property.
|
ThriftProxy.Builder |
ThriftProxy.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ThriftProxy.Builder |
ThriftProxy.newBuilder() |
|
static ThriftProxy.Builder |
ThriftProxy.newBuilder(ThriftProxy prototype) |
|
ThriftProxy.Builder |
ThriftProxy.newBuilderForType() |
|
protected ThriftProxy.Builder |
ThriftProxy.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ThriftProxy.Builder |
ThriftProxy.Builder.removeThriftFilters(int index) |
A list of individual Thrift filters that make up the filter chain for requests made to the
Thrift proxy.
|
ThriftProxy.Builder |
ThriftProxy.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ThriftProxy.Builder |
ThriftProxy.Builder.setProtocol(ProtocolType value) |
Supplies the type of protocol that the Thrift proxy should use.
|
ThriftProxy.Builder |
ThriftProxy.Builder.setProtocolValue(int value) |
Supplies the type of protocol that the Thrift proxy should use.
|
ThriftProxy.Builder |
ThriftProxy.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ThriftProxy.Builder |
ThriftProxy.Builder.setRouteConfig(RouteConfiguration value) |
The route table for the connection manager is static and is specified in this property.
|
ThriftProxy.Builder |
ThriftProxy.Builder.setRouteConfig(RouteConfiguration.Builder builderForValue) |
The route table for the connection manager is static and is specified in this property.
|
ThriftProxy.Builder |
ThriftProxy.Builder.setStatPrefix(String value) |
The human readable prefix to use when emitting statistics.
|
ThriftProxy.Builder |
ThriftProxy.Builder.setStatPrefixBytes(com.google.protobuf.ByteString value) |
The human readable prefix to use when emitting statistics.
|
ThriftProxy.Builder |
ThriftProxy.Builder.setThriftFilters(int index,
ThriftFilter value) |
A list of individual Thrift filters that make up the filter chain for requests made to the
Thrift proxy.
|
ThriftProxy.Builder |
ThriftProxy.Builder.setThriftFilters(int index,
ThriftFilter.Builder builderForValue) |
A list of individual Thrift filters that make up the filter chain for requests made to the
Thrift proxy.
|
ThriftProxy.Builder |
ThriftProxy.Builder.setTransport(TransportType value) |
Supplies the type of transport that the Thrift proxy should use.
|
ThriftProxy.Builder |
ThriftProxy.Builder.setTransportValue(int value) |
Supplies the type of transport that the Thrift proxy should use.
|
ThriftProxy.Builder |
ThriftProxy.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ThriftProxy.Builder |
ThriftProxy.toBuilder() |
|