backtype.storm.topology
Class OutputFieldsGetter
java.lang.Object
backtype.storm.topology.OutputFieldsGetter
- All Implemented Interfaces:
- OutputFieldsDeclarer
public class OutputFieldsGetter
- extends Object
- implements OutputFieldsDeclarer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputFieldsGetter
public OutputFieldsGetter()
declare
public void declare(Fields fields)
- Description copied from interface:
OutputFieldsDeclarer
- Uses default stream id.
- Specified by:
declare in interface OutputFieldsDeclarer
declare
public void declare(boolean direct,
Fields fields)
- Specified by:
declare in interface OutputFieldsDeclarer
declareStream
public void declareStream(String streamId,
Fields fields)
- Specified by:
declareStream in interface OutputFieldsDeclarer
declareStream
public void declareStream(String streamId,
boolean direct,
Fields fields)
- Specified by:
declareStream in interface OutputFieldsDeclarer
getFieldsDeclaration
public Map<String,StreamInfo> getFieldsDeclaration()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.