Uses of Interface
org.apache.storm.serialization.SerializationDelegate
-
Packages that use SerializationDelegate Package Description org.apache.storm.serialization -
-
Uses of SerializationDelegate in org.apache.storm.serialization
Classes in org.apache.storm.serialization that implement SerializationDelegate Modifier and Type Class Description class
GzipBridgeThriftSerializationDelegate
Always writes gzip out, but tests incoming to see if it's gzipped.class
GzipSerializationDelegate
Note, this assumes it's deserializing a gzip byte stream, and will err if it encounters any other serialization.class
GzipThriftSerializationDelegate
Note, this assumes it's deserializing a gzip byte stream, and will err if it encounters any other serialization.class
ThriftSerializationDelegate
-