A C E G H I M N P R S T 

A

ApiClients - Class in com.stackify.api.common
Utility class for api client details and building an ApiClient object

C

com.stackify.api.common - package com.stackify.api.common
 
com.stackify.api.common.codec - package com.stackify.api.common.codec
 
com.stackify.api.common.error - package com.stackify.api.common.error
 
com.stackify.api.common.http - package com.stackify.api.common.http
 
com.stackify.api.common.lang - package com.stackify.api.common.lang
 

E

EnvironmentDetails - Class in com.stackify.api.common
Utility class for retrieving environment details and building an EnvironmentDetail object
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
 
errorShouldBeSent(StackifyError) - Method in class com.stackify.api.common.error.ErrorGovernor
Determines if the error should be sent based on our throttling criteria

G

getApiClient(Class<?>, String) - Static method in class com.stackify.api.common.ApiClients
Creates an api client object with information from the specified properties file
getBaseError(StackifyError) - Static method in class com.stackify.api.common.error.ErrorCounter
Gets the base error (the last error in the causal chain)
getCausalChain(Throwable) - Static method in class com.stackify.api.common.lang.Throwables
Returns the Throwable's cause chain as a list.
getEnvironmentDetail(String, String) - Static method in class com.stackify.api.common.EnvironmentDetails
Creates an environment details object with system information
getEpochMinute() - Method in class com.stackify.api.common.error.ErrorCounter.MinuteCounter
 
getErrorCount() - Method in class com.stackify.api.common.error.ErrorCounter.MinuteCounter
 
getUniqueKey(ErrorItem) - Static method in class com.stackify.api.common.error.ErrorCounter
Generates a unique key based on the error.

H

HttpUrlConnections - Class in com.stackify.api.common.http
Utility class for cleaning up an HttpURLConnection object

I

incrementCounter(StackifyError, long) - Method in class com.stackify.api.common.error.ErrorCounter
Increments the counter for this error in the epoch minute specified
incrementCounter(ErrorCounter.MinuteCounter) - Static method in class com.stackify.api.common.error.ErrorCounter.MinuteCounter
Constructs a new minute counter from the existing counter with the count incremented

M

md5Hex(String) - Static method in class com.stackify.api.common.codec.MessageDigests
Generates an MD5 hash hex string for the input string
MessageDigests - Class in com.stackify.api.common.codec
Utility class for functions on MessageDigest objects

N

newMinuteCounter(long) - Static method in class com.stackify.api.common.error.ErrorCounter.MinuteCounter
Constructs a new minute counter for the specified minute

P

purgeCounters(long) - Method in class com.stackify.api.common.error.ErrorCounter
Purges the errorCounter map of expired entries

R

readAndCloseInputStream(InputStream) - Static method in class com.stackify.api.common.http.HttpUrlConnections
Reads all contents from the input stream and closes it
readAndCloseInputStreams(HttpURLConnection) - Static method in class com.stackify.api.common.http.HttpUrlConnections
Reads and closes the input and error streams for a connection

S

send(String, String, List<StackifyError>) - Method in class com.stackify.api.common.http.StackifyErrorSender
Send the error to Stackify
StackifyErrorSender - Class in com.stackify.api.common.http
Utility class for sending a list of StackifyError objects to Stackify
StackifyErrorSender(StackifyErrorConverter) - Constructor for class com.stackify.api.common.http.StackifyErrorSender
Default constructor
StackTraceElements - Class in com.stackify.api.common.lang
Utility class for converting a StackTraceElement object to an TraceFrame object

T

Throwables - Class in com.stackify.api.common.lang
Utility class for converting a Throwable object to an ErrorItem object
toErrorItem(String, Throwable) - Static method in class com.stackify.api.common.lang.Throwables
Converts a Throwable to an ErrorItem
toErrorItem(Throwable) - Static method in class com.stackify.api.common.lang.Throwables
Converts a Throwable to an ErrorItem
toTraceFrame(StackTraceElement) - Static method in class com.stackify.api.common.lang.StackTraceElements
Converts a StackTraceElement to a TraceFrame
A C E G H I M N P R S T 

Copyright © 2014 Stackify, LLC. All Rights Reserved.