Uses of Interface
org.apache.storm.serialization.ITupleSerializer
-
Packages that use ITupleSerializer Package Description org.apache.storm.daemon.worker org.apache.storm.serialization -
-
Uses of ITupleSerializer in org.apache.storm.daemon.worker
Methods in org.apache.storm.daemon.worker with parameters of type ITupleSerializer Modifier and Type Method Description boolean
WorkerState. tryTransferRemote(AddressedTuple tuple, Queue<AddressedTuple> pendingEmits, ITupleSerializer serializer)
boolean
WorkerTransfer. tryTransferRemote(AddressedTuple addressedTuple, Queue<AddressedTuple> pendingEmits, ITupleSerializer serializer)
-
Uses of ITupleSerializer in org.apache.storm.serialization
Classes in org.apache.storm.serialization that implement ITupleSerializer Modifier and Type Class Description class
KryoTupleSerializer
-