Package com.streambase.liveview.client
Class SendTupleInfo
- java.lang.Object
 - 
- com.streambase.liveview.client.SendTupleInfo
 
 
- 
public class SendTupleInfo extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description SendTupleInfo(StreamBaseURI sbUri, String inputStreamName, String outputStreamName, Schema inputSchema, Schema outputSchema) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemagetResponseOutputSchema()StringgetResponseOutputStreamName()StreamBaseURIgetSbUri()SchemagetTargetInputSchema()StringgetTargetInputStreamName() 
 - 
 
- 
- 
Constructor Detail
- 
SendTupleInfo
public SendTupleInfo(StreamBaseURI sbUri, String inputStreamName, String outputStreamName, Schema inputSchema, Schema outputSchema)
 
 - 
 
- 
Method Detail
- 
getSbUri
public StreamBaseURI getSbUri()
- Returns:
 - the sbUri
 
 
- 
getTargetInputStreamName
public String getTargetInputStreamName()
- Returns:
 - the TargetInputStreamName
 
 
- 
getResponseOutputStreamName
public String getResponseOutputStreamName()
- Returns:
 - the ResponseOutputStreamName
 
 
- 
getTargetInputSchema
public Schema getTargetInputSchema()
- Returns:
 - the TargetInputSchema
 
 
- 
getResponseOutputSchema
public Schema getResponseOutputSchema()
- Returns:
 - the ResponseOutputSchema
 
 
 - 
 
 -