A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
T
- TASK_ID - org.hawaiiframework.logging.model.KibanaLogFieldNames
- TaskAbortStrategy - Interface in org.hawaiiframework.async.timeout
-
A strategy to abort a running task.
- TaskIdSupplierHttpRequestInterceptor - Class in org.hawaiiframework.async.http
-
HTTP request interceptor to set a task id as a header on an HTTP request.
- TaskIdSupplierHttpRequestInterceptor() - Constructor for class org.hawaiiframework.async.http.TaskIdSupplierHttpRequestInterceptor
-
Default constructor with 'X-Hawaii-Task-Id' as
headername
. - TaskIdSupplierHttpRequestInterceptor(String) - Constructor for class org.hawaiiframework.async.http.TaskIdSupplierHttpRequestInterceptor
-
Constructor that sets the header name.
- TaskProperties - Class in org.hawaiiframework.async.model
-
Properties representing configuration for an individual task.
- TaskProperties() - Constructor for class org.hawaiiframework.async.model.TaskProperties
- TaskRemoveStrategy - Class in org.hawaiiframework.async.timeout
-
Removes the scheduled task from the executor's queue.
- TaskRemoveStrategy(ThreadPoolExecutor, Runnable, String) - Constructor for class org.hawaiiframework.async.timeout.TaskRemoveStrategy
-
Create a new instance.
- TaskStatistics - Class in org.hawaiiframework.async.statistics
-
Statistics about a task.
- TaskStatistics() - Constructor for class org.hawaiiframework.async.statistics.TaskStatistics
-
The constructor, sets the queue start time.
- TaskTimeoutException - Exception in org.hawaiiframework.async.exception
-
Exception thrown when a task has been timed-out.
- TaskTimeoutException() - Constructor for exception org.hawaiiframework.async.exception.TaskTimeoutException
-
Constructs a new
TaskTimeoutException
. - TaskTimeoutException(String) - Constructor for exception org.hawaiiframework.async.exception.TaskTimeoutException
-
Constructs a new
TaskTimeoutException
with the suppliedmessage
. - TaskTimeoutException(String, Throwable) - Constructor for exception org.hawaiiframework.async.exception.TaskTimeoutException
-
Constructs a new
TaskTimeoutException
with the suppliedmessage
andcause
. - TaskTimeoutException(Throwable) - Constructor for exception org.hawaiiframework.async.exception.TaskTimeoutException
-
Constructs a new
TaskTimeoutException
with the suppliedcause
. - THREAD - org.hawaiiframework.logging.model.KibanaLogFieldNames
- TIME_OUT - org.hawaiiframework.logging.model.KibanaLogCallResultTypes
- timeout() - Method in class org.hawaiiframework.async.timeout.SharedTaskContext
-
Remove the guarded task from the queue, or else abort the running guarded task.
- TimeoutGuardTask - Class in org.hawaiiframework.async.timeout
-
Task that stops another scheduled task if the scheduled task's timeout has been reached.
- TimeoutGuardTask(SharedTaskContext) - Constructor for class org.hawaiiframework.async.timeout.TimeoutGuardTask
-
Create a new
TimeoutGuardTask
instance with the giventaskExecutor
. - TIMESTAMP - org.hawaiiframework.logging.model.KibanaLogFieldNames
- toString() - Method in class org.hawaiiframework.async.model.ExecutorProperties
- toString() - Method in class org.hawaiiframework.validation.ValidationError
- toString() - Method in class org.hawaiiframework.validation.ValidationResult
- toString() - Method in class org.hawaiiframework.web.resource.ErrorResponseResource
- toString() - Method in class org.hawaiiframework.web.resource.ValidationErrorResource
- TransactionId - Class in org.hawaiiframework.logging.model
-
Class that holds a transaction id in a ThreadLocal.
- transactionIdFilter() - Method in class org.hawaiiframework.logging.config.HawaiiLoggingConfiguration
-
Create the
TransactionIdFilter
bean. - TransactionIdFilter - Class in org.hawaiiframework.logging.web.filter
-
A filter that assigns each request a unique transaction id and output the transaction id to the response header.
- TransactionIdFilter(String) - Constructor for class org.hawaiiframework.logging.web.filter.TransactionIdFilter
-
Constructor.
- transactionIdFilterRegistration(TransactionIdFilter) - Method in class org.hawaiiframework.logging.config.HawaiiLoggingConfiguration
-
Register the
HawaiiLoggingConfiguration.transactionIdFilter()
bean. - transactionTypeFilter(ApplicationContext) - Method in class org.hawaiiframework.logging.config.HawaiiLoggingConfiguration
-
Create the
TransactionTypeFilter
bean. - TransactionTypeFilter - Class in org.hawaiiframework.logging.web.filter
-
A filter that assigns the transaction's name (class and method name) to the Kibana logger for each request.
- TransactionTypeFilter(ApplicationContext) - Constructor for class org.hawaiiframework.logging.web.filter.TransactionTypeFilter
-
Constructor, the application context should be provided when constructing this class.
- transactionTypeFilterRegistration(TransactionTypeFilter) - Method in class org.hawaiiframework.logging.config.HawaiiLoggingConfiguration
-
Register the
TransactionTypeFilter
bean. - Tuple - Interface in org.hawaiiframework.util.tuple
-
A
Tuple
. - Tuple1<T1> - Class in org.hawaiiframework.util.tuple
-
A
Tuple
of 1 element. - Tuple1(T1) - Constructor for class org.hawaiiframework.util.tuple.Tuple1
-
Constructs a new
Tuple
with the supplied elements. - Tuple10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> - Class in org.hawaiiframework.util.tuple
-
A
Tuple
of 10 elements. - Tuple10(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Constructor for class org.hawaiiframework.util.tuple.Tuple10
-
Constructs a new
Tuple
with the supplied elements. - Tuple2<T1,T2> - Class in org.hawaiiframework.util.tuple
-
A
Tuple
of 2 elements. - Tuple2(T1, T2) - Constructor for class org.hawaiiframework.util.tuple.Tuple2
-
Constructs a new
Tuple
with the supplied elements. - Tuple3<T1,T2,T3> - Class in org.hawaiiframework.util.tuple
-
A
Tuple
of 3 elements. - Tuple3(T1, T2, T3) - Constructor for class org.hawaiiframework.util.tuple.Tuple3
-
Constructs a new
Tuple
with the supplied elements. - Tuple4<T1,T2,T3,T4> - Class in org.hawaiiframework.util.tuple
-
A
Tuple
of 4 elements. - Tuple4(T1, T2, T3, T4) - Constructor for class org.hawaiiframework.util.tuple.Tuple4
-
Constructs a new
Tuple
with the supplied elements. - Tuple5<T1,T2,T3,T4,T5> - Class in org.hawaiiframework.util.tuple
-
A
Tuple
of 5 elements. - Tuple5(T1, T2, T3, T4, T5) - Constructor for class org.hawaiiframework.util.tuple.Tuple5
-
Constructs a new
Tuple
with the supplied elements. - Tuple6<T1,T2,T3,T4,T5,T6> - Class in org.hawaiiframework.util.tuple
-
A
Tuple
of 6 elements. - Tuple6(T1, T2, T3, T4, T5, T6) - Constructor for class org.hawaiiframework.util.tuple.Tuple6
-
Constructs a new
Tuple
with the supplied elements. - Tuple7<T1,T2,T3,T4,T5,T6,T7> - Class in org.hawaiiframework.util.tuple
-
A
Tuple
of 7 elements. - Tuple7(T1, T2, T3, T4, T5, T6, T7) - Constructor for class org.hawaiiframework.util.tuple.Tuple7
-
Constructs a new
Tuple
with the supplied elements. - Tuple8<T1,T2,T3,T4,T5,T6,T7,T8> - Class in org.hawaiiframework.util.tuple
-
A
Tuple
of 8 elements. - Tuple8(T1, T2, T3, T4, T5, T6, T7, T8) - Constructor for class org.hawaiiframework.util.tuple.Tuple8
-
Constructs a new
Tuple
with the supplied elements. - Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9> - Class in org.hawaiiframework.util.tuple
-
A
Tuple
of 9 elements. - Tuple9(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Constructor for class org.hawaiiframework.util.tuple.Tuple9
-
Constructs a new
Tuple
with the supplied elements. - Tuples - Class in org.hawaiiframework.util.tuple
-
This class consists exclusively of static methods that operate on or return
Tuple
s. - TX_DURATION - org.hawaiiframework.logging.model.KibanaLogFieldNames
- TX_ID - org.hawaiiframework.logging.model.KibanaLogFieldNames
- TX_TYPE - org.hawaiiframework.logging.model.KibanaLogFieldNames
All Classes All Packages