Package | Description |
---|---|
backtype.storm.serialization | |
backtype.storm.task | |
backtype.storm.tuple |
Constructor and Description |
---|
KryoTupleDeserializer(Map conf,
GeneralTopologyContext context) |
KryoTupleSerializer(Map conf,
GeneralTopologyContext context) |
Modifier and Type | Class and Description |
---|---|
class |
TopologyContext
A TopologyContext is given to bolts and spouts in their "prepare" and "open"
methods, respectively.
|
class |
WorkerTopologyContext |
Constructor and Description |
---|
TupleImpl(GeneralTopologyContext context,
List<Object> values,
int taskId,
String streamId) |
TupleImpl(GeneralTopologyContext context,
List<Object> values,
int taskId,
String streamId,
MessageId id) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.