Package org.apache.ignite.internal
Class IgniteDiagnosticMessage.TxEntriesInfoClosure
- java.lang.Object
-
- org.apache.ignite.internal.IgniteDiagnosticMessage.DiagnosticBaseClosure
-
- org.apache.ignite.internal.IgniteDiagnosticMessage.TxEntriesInfoClosure
-
- All Implemented Interfaces:
Serializable,IgniteBiInClosure<StringBuilder,GridKernalContext>
- Enclosing class:
- IgniteDiagnosticMessage
public static final class IgniteDiagnosticMessage.TxEntriesInfoClosure extends IgniteDiagnosticMessage.DiagnosticBaseClosure
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(StringBuilder sb, GridKernalContext ctx)Closure body.voidmerge(IgniteDiagnosticMessage.DiagnosticBaseClosure other)ObjectmergeKey()
-
-
-
Method Detail
-
apply
public void apply(StringBuilder sb, GridKernalContext ctx)
Closure body.- Parameters:
sb- First parameter.ctx- Second parameter.
-
mergeKey
public Object mergeKey()
- Overrides:
mergeKeyin classIgniteDiagnosticMessage.DiagnosticBaseClosure- Returns:
- Key to group similar messages.
-
merge
public void merge(IgniteDiagnosticMessage.DiagnosticBaseClosure other)
- Overrides:
mergein classIgniteDiagnosticMessage.DiagnosticBaseClosure- Parameters:
other- Another closure of the same type.
-
-