public interface BusCleaner
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
clean(java.lang.String entity,
boolean isJob)
Clean up all resources for the supplied stream/job.
|
java.util.Map<java.lang.String,java.util.List<java.lang.String>> clean(java.lang.String entity, boolean isJob)
entity
- the stream or job; may be terminated with a simple wild card '*', in which
case all streams with names starting with the characters before the '*' will be cleaned.isJob
- true if the entity is a job.