- element() - Method in class com.stackify.api.common.collect.SynchronizedEvictingQueue
-
- env(String) - Method in class com.stackify.api.AppIdentity.Builder
-
Sets the builder's env
- env(String) - Method in class com.stackify.api.LogMsgGroup.Builder
-
Sets the builder's env
- envId(Integer) - Method in class com.stackify.api.AppIdentity.Builder
-
Sets the builder's envId
- envId(Integer) - Method in class com.stackify.api.LogMsgGroup.Builder
-
Sets the builder's envId
- EnvironmentDetail - Class in com.stackify.api
-
Contains details of the current application environment such as device name, application name, application
location and environment.
- environmentDetail(EnvironmentDetail) - Method in class com.stackify.api.StackifyError.Builder
-
Sets the builder's environmentDetail
- EnvironmentDetail.Builder - Class in com.stackify.api
-
EnvironmentDetail.Builder separates the construction of a EnvironmentDetail from its representation
- EnvironmentDetails - Class in com.stackify.api.common
-
Utility class for retrieving environment details and building an EnvironmentDetail object
- epochMs(Long) - Method in class com.stackify.api.LogMsg.Builder
-
Sets the builder's epochMs
- error(ErrorItem) - Method in class com.stackify.api.StackifyError.Builder
-
Sets the builder's error
- ErrorCounter - Class in com.stackify.api.common.error
-
ErrorCounter
- ErrorCounter() - Constructor for class com.stackify.api.common.error.ErrorCounter
-
- ErrorCounter.MinuteCounter - Class in com.stackify.api.common.error
-
Unix epoch minute and error count for that minute
- ErrorGovernor - Class in com.stackify.api.common.error
-
Utility class for limiting transmission of duplicate errors
- ErrorGovernor() - Constructor for class com.stackify.api.common.error.ErrorGovernor
-
- ErrorItem - Class in com.stackify.api
-
Contains the details of a single exception including the stack trace and any causes
- ErrorItem.Builder - Class in com.stackify.api
-
ErrorItem.Builder separates the construction of a ErrorItem from its representation
- errorShouldBeSent(StackifyError) - Method in class com.stackify.api.common.error.ErrorGovernor
-
Determines if the error should be sent based on our throttling criteria
- errorType(String) - Method in class com.stackify.api.ErrorItem.Builder
-
Sets the builder's errorType
- errorTypeCode(String) - Method in class com.stackify.api.ErrorItem.Builder
-
Sets the builder's errorTypeCode
- EventAdapter<T> - Interface in com.stackify.api.common.log
-
EventAdapter
- ex(StackifyError) - Method in class com.stackify.api.LogMsg.Builder
-
Sets the builder's ex
- exception(Throwable) - Method in class com.stackify.api.common.log.direct.LogEvent.Builder
-
Sets the builder's exception
- execute(String) - Static method in class com.stackify.api.common.util.SkipJsonUtil
-
- send(LogMsgGroup) - Method in class com.stackify.api.common.log.LogSender
-
Sends a group of log messages to Stackify
- serverName(String) - Method in class com.stackify.api.LogMsgGroup.Builder
-
Sets the builder's serverName
- serverVariables(Map<String, String>) - Method in class com.stackify.api.StackifyError.Builder
-
Sets the builder's serverVariables
- ServletLogContext - Class in com.stackify.api.common.log
-
ServletLogContext
- ServletLogContext() - Constructor for class com.stackify.api.common.log.ServletLogContext
-
- sessionData(Map<String, String>) - Method in class com.stackify.api.WebRequestDetail.Builder
-
Sets the builder's sessionData
- shutDown() - Method in class com.stackify.api.common.concurrent.BackgroundService
-
Shut down the background service
- shutdown() - Static method in class com.stackify.api.common.log.direct.LogManager
-
Shut down the background thread that is processing logs
- shutDown() - Method in class com.stackify.api.common.log.LogBackgroundService
-
- size() - Method in class com.stackify.api.common.collect.SynchronizedEvictingQueue
-
- size() - Method in class com.stackify.api.common.http.HttpResendQueue
-
- SkipJsonUtil - Class in com.stackify.api.common.util
-
Utility to append ' #SKIPJSON' to a string message if JSON is detected.
- SkipJsonUtil() - Constructor for class com.stackify.api.common.util.SkipJsonUtil
-
- sleepQuietly(long, TimeUnit) - Static method in class com.stackify.api.common.lang.Threads
-
Sleeps and eats any exceptions
- sourceMethod(String) - Method in class com.stackify.api.ErrorItem.Builder
-
Sets the builder's sourceMethod
- srcLine(Integer) - Method in class com.stackify.api.LogMsg.Builder
-
Sets the builder's srcLine
- srcMethod(String) - Method in class com.stackify.api.LogMsg.Builder
-
Sets the builder's srcMethod
- Stackify - Class in com.stackify.apm
-
Stackify Utility.
- Stackify() - Constructor for class com.stackify.apm.Stackify
-
- StackifyError - Class in com.stackify.api
-
Encapsulates all details about an error that will be sent to Stackify
- StackifyError.Builder - Class in com.stackify.api
-
StackifyError.Builder separates the construction of a StackifyError from its representation
- stackTrace(List<TraceFrame>) - Method in class com.stackify.api.ErrorItem.Builder
-
Sets the builder's stackTrace
- StackTraceElements - Class in com.stackify.api.common.lang
-
Utility class for converting a StackTraceElement object to an TraceFrame object
- start() - Method in class com.stackify.api.common.concurrent.BackgroundService
-
Start the background service/thread
- startUp() - Method in class com.stackify.api.common.concurrent.BackgroundService
-
Start the background service
- startUp() - Method in class com.stackify.api.common.log.LogBackgroundService
-
- stop() - Method in class com.stackify.api.common.concurrent.BackgroundService
-
Stops the background service/thread
- SynchronizedEvictingQueue<E> - Class in com.stackify.api.common.collect
-
SynchronizedEvictingQueue
- SynchronizedEvictingQueue(int) - Constructor for class com.stackify.api.common.collect.SynchronizedEvictingQueue
-
Constructor