Uses of Class
org.apache.camel.builder.endpoint.dsl.ThriftEndpointBuilderFactory.ThriftCompressionType
-
Packages that use ThriftEndpointBuilderFactory.ThriftCompressionType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of ThriftEndpointBuilderFactory.ThriftCompressionType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ThriftEndpointBuilderFactory.ThriftCompressionType Modifier and Type Method Description static ThriftEndpointBuilderFactory.ThriftCompressionTypeThriftEndpointBuilderFactory.ThriftCompressionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ThriftEndpointBuilderFactory.ThriftCompressionType[]ThriftEndpointBuilderFactory.ThriftCompressionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type ThriftEndpointBuilderFactory.ThriftCompressionType Modifier and Type Method Description default ThriftEndpointBuilderFactory.ThriftEndpointBuilderThriftEndpointBuilderFactory.ThriftEndpointBuilder. compressionType(ThriftEndpointBuilderFactory.ThriftCompressionType compressionType)Protocol compression mechanism type.default ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilderThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder. compressionType(ThriftEndpointBuilderFactory.ThriftCompressionType compressionType)Protocol compression mechanism type.default ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilderThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder. compressionType(ThriftEndpointBuilderFactory.ThriftCompressionType compressionType)Protocol compression mechanism type.
-