Uses of Class
org.apache.camel.component.thrift.ThriftCompressionType
-
Packages that use ThriftCompressionType Package Description org.apache.camel.component.thrift -
-
Uses of ThriftCompressionType in org.apache.camel.component.thrift
Methods in org.apache.camel.component.thrift that return ThriftCompressionType Modifier and Type Method Description ThriftCompressionType
ThriftConfiguration. getCompressionType()
Protocol compression mechanism typestatic ThriftCompressionType
ThriftCompressionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ThriftCompressionType[]
ThriftCompressionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.thrift with parameters of type ThriftCompressionType Modifier and Type Method Description static Object
ThriftUtils. constructClientInstance(String packageName, String serviceName, org.apache.thrift.transport.TTransport transport, ThriftExchangeProtocol exchangeProtocol, ThriftNegotiationType negotiationType, ThriftCompressionType compressionType, org.apache.camel.CamelContext context)
void
ThriftConfiguration. setCompressionType(ThriftCompressionType compressionType)
-