| Field and Description | 
|---|
| com.ibm.streamsx.topology.context.ContextProperties.STREAMS_CONNECTION Not supported. Use  ContextProperties.STREAMS_INSTANCE. | 
| Method and Description | 
|---|
| com.ibm.streamsx.topology.tester.Condition.getResult() Since 1.11. In most distributed environments specific results cannot be obtained
 from conditions (such as stream contents) due to network isolation. While the condition will
 correct report its failed or valid state tests should no longer rely on using this method
 to perform additional testing. An alternative is to use
  stringTupleTesterto perform a per-tuple check. | 
| com.ibm.streamsx.topology.tester.Tester.splHandler(SPLStream, T) Since 1.11. In most distributed environments stream contents cannot be obtained
 due to network isolation. An alternative is to use
  stringTupleTesterto perform a per-tuple check. | 
| Enum Constant and Description | 
|---|
| com.ibm.streamsx.topology.context.StreamsContext.Type.ANALYTICS_SERVICE | 
| com.ibm.streamsx.topology.context.StreamsContext.Type.STANDALONE_BUNDLE Use  StreamsContext.Type.BUNDLE- A single bundle now works for both
 distributed and standalone. |