Class FetchActiveTxOwnerTraceClosure
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.FetchActiveTxOwnerTraceClosure
-
- All Implemented Interfaces:
Serializable,Callable<String>,IgniteCallable<String>
public class FetchActiveTxOwnerTraceClosure extends Object implements IgniteCallable<String>
Closure that is computed on near node to get the stack trace of active transaction owner thread.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FetchActiveTxOwnerTraceClosure(long txOwnerThreadId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcall()Builds the stack trace dump of the transaction owner thread
-