backtype.storm.testing
Class FixedTuple

java.lang.Object
  extended by backtype.storm.testing.FixedTuple
All Implemented Interfaces:
Serializable

public class FixedTuple
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 String stream
           
 List<Object> values
           
 
Constructor Summary
FixedTuple(List<Object> values)
           
FixedTuple(String stream, List<Object> values)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

stream

public String stream

values

public List<Object> values
Constructor Detail

FixedTuple

public FixedTuple(List<Object> values)

FixedTuple

public FixedTuple(String stream,
                  List<Object> values)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.