Class InstrumentationServiceImpl
- java.lang.Object
-
- org.streamingpool.core.service.impl.InstrumentationServiceImpl
-
- All Implemented Interfaces:
InstrumentationService
public class InstrumentationServiceImpl extends java.lang.Object implements InstrumentationService
-
-
Constructor Summary
Constructors Constructor Description InstrumentationServiceImpl(PoolContent content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamDependencyTreedependencyTree()Get theStreamDependencyTreecontaining all theStreamIdand the corresponding dependencies of the pool
-
-
-
Constructor Detail
-
InstrumentationServiceImpl
public InstrumentationServiceImpl(PoolContent content)
-
-
Method Detail
-
dependencyTree
public StreamDependencyTree dependencyTree()
Description copied from interface:InstrumentationServiceGet theStreamDependencyTreecontaining all theStreamIdand the corresponding dependencies of the pool- Specified by:
dependencyTreein interfaceInstrumentationService
-
-