Package org.apache.ignite.internal.util.tostring
Common utility classes for threads.
-
Class Summary Class Description CircularStringBuilder Basic string builder over circular buffer.GridToStringBuilder Provides auto-generation framework fortoString()output.SBLimitedLength -
Annotation Types Summary Annotation Type Description GridToStringExclude Attach this annotation to a field or a class to indicate that this field or fields of this class should not be included intoString()output.GridToStringInclude Attach this annotation to a field or a class to indicate that this field or fields of this class should be included intoString()output.GridToStringOrder Attach this annotation to a field to provide its order intoString()output.