public interface StreamScopeRegistryMXBean
StreamScopeMXBean
instances.
The registry contains a collection of StreamScopeMXBean instances that are registered by a stream identifier.
DevelopmentProvider
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TYPE
TYPE is used to identify this bean as a StreamScopeRegistry bean when building the bean's
ObjectName . |
Modifier and Type | Method and Description |
---|---|
StreamScopeMXBean |
lookup(java.lang.String jobId,
java.lang.String opletId,
int oport)
Get the
StreamScopeMXBean registered for the specified stream |
static final java.lang.String TYPE
ObjectName
.
The value is "streamScopeRegistry"StreamScopeMXBean lookup(java.lang.String jobId, java.lang.String opletId, int oport)
StreamScopeMXBean
registered for the specified streamjobId
- the job id (e.g., "JOB_0")opletId
- the oplet id (e.g., "OP_2")oport
- the oplet output port index (0-based)Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641