Class TextBasedRESTEasyTracingInfo
java.lang.Object
org.jboss.resteasy.tracing.api.RESTEasyTracingInfo
org.jboss.resteasy.tracing.api.providers.TextBasedRESTEasyTracingInfo
- Direct Known Subclasses:
Jackson2JsonFormatRESTEasyTracingInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final List<RESTEasyTracingMessage>Deprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class org.jboss.resteasy.tracing.api.RESTEasyTracingInfo
DEFAULT, INSTANCES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformatDuration(long duration) protected StringformatDuration(long fromTimestamp, long toTimestamp) protected static StringformatPercent(long value, long top) String[]booleansupports(RESTEasyTracingInfoFormat format) Methods inherited from class org.jboss.resteasy.tracing.api.RESTEasyTracingInfo
addMessage, get, isEmpty, pop, size
-
Field Details
-
messageList
Deprecated, for removal: This API element is subject to removal in a future version.Note this is an unmodifiable list that removes entries upon iteration.The
List.iterator(),List.size()andList.isEmpty()are the only method that don't throw anUnsupportedOperationException.
-
-
Constructor Details
-
TextBasedRESTEasyTracingInfo
public TextBasedRESTEasyTracingInfo()
-
-
Method Details
-
formatPercent
-
formatDuration
- Specified by:
formatDurationin classRESTEasyTracingInfo
-
formatDuration
-
supports
- Specified by:
supportsin classRESTEasyTracingInfo
-
getMessages
- Specified by:
getMessagesin classRESTEasyTracingInfo
-
RESTEasyTracingInfo.pop()