Uses of Enum Class
org.apache.camel.component.thrift.ThriftCompressionType
Packages that use ThriftCompressionType
-
Uses of ThriftCompressionType in org.apache.camel.component.thrift
Methods in org.apache.camel.component.thrift that return ThriftCompressionTypeModifier and TypeMethodDescriptionThriftConfiguration.getCompressionType()Protocol compression mechanism typestatic ThriftCompressionTypeReturns the enum constant of this class with the specified name.static ThriftCompressionType[]ThriftCompressionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.thrift with parameters of type ThriftCompressionTypeModifier and TypeMethodDescriptionstatic ObjectThriftUtils.constructClientInstance(String packageName, String serviceName, org.apache.thrift.transport.TTransport transport, ThriftExchangeProtocol exchangeProtocol, ThriftNegotiationType negotiationType, ThriftCompressionType compressionType, org.apache.camel.CamelContext context) voidThriftConfiguration.setCompressionType(ThriftCompressionType compressionType)