Uses of Class
org.apache.storm.serialization.KryoValuesDeserializer
-
Packages that use KryoValuesDeserializer Package Description org.apache.storm.messaging.netty -
-
Uses of KryoValuesDeserializer in org.apache.storm.messaging.netty
Methods in org.apache.storm.messaging.netty with parameters of type KryoValuesDeserializer Modifier and Type Method Description static BackPressureStatus
BackPressureStatus. read(byte[] bytes, KryoValuesDeserializer deserializer)
Constructors in org.apache.storm.messaging.netty with parameters of type KryoValuesDeserializer Constructor Description MessageDecoder(KryoValuesDeserializer deser)
-