Class ThreadDumper


  • public class ThreadDumper
    extends Object
    Checks whether there are any threads that shouldn't exist.
    • Constructor Detail

    • Method Detail

      • getDanglingThreads

        public Collection<Map> getDanglingThreads()
        Returns:
        a collection of maps, each representing a thread, who doesn't pass some criteria. See FuncTestThreadUtils for the rpc-encoded fields in each map.