Class ThreadNameInfo
java.lang.Object
org.infinispan.factories.threads.ThreadNameInfo
- Author:
- Galder Zamarreño
-
Method Summary
-
Method Details
-
format
Format the thread name string.%%- emit a percent sign%t- emit the per-factory thread sequence number%g- emit the global thread sequence number%f- emit the factory sequence number%p- emit the":"-separated thread group path%i- emit the thread ID%G- emit the thread group name%n- emit the node name%c- emit the component name
- Parameters:
thread- the threadformatString- the format string- Returns:
- the thread name string
-