Package org.streamingpool.core.service
Interface InstrumentationService
-
- All Known Implementing Classes:
InstrumentationServiceImpl
public interface InstrumentationServiceService to get instrumentation/debug information about a pool
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StreamDependencyTreedependencyTree()Get theStreamDependencyTreecontaining all theStreamIdand the corresponding dependencies of the pool
-
-
-
Method Detail
-
dependencyTree
StreamDependencyTree dependencyTree()
Get theStreamDependencyTreecontaining all theStreamIdand the corresponding dependencies of the pool
-
-