- get(CompletableFuture<T>) - Static method in class org.hawaiiframework.async.HawaiiAsyncUtil
-
Delegates to CompletableFuture.get()
.
- get(CompletableFuture<T>, Long, TimeUnit) - Static method in class org.hawaiiframework.async.HawaiiAsyncUtil
-
Delegates to CompletableFuture.get(long, TimeUnit)
}.
- get() - Static method in class org.hawaiiframework.async.timeout.SharedTaskContextHolder
-
Getter for #sharedTaskAbortStrategy.
- get(KibanaLogFieldNames) - Static method in class org.hawaiiframework.logging.model.KibanaLogFields
-
Retrieves the value for the field
.
- get() - Static method in class org.hawaiiframework.logging.model.RequestId
-
Return the id as string.
- get() - Static method in class org.hawaiiframework.logging.model.TransactionId
-
Return the id as string.
- getAbortedTaskCount() - Method in class org.hawaiiframework.async.statistics.ExecutorStatistics
-
Get the number of aborted tasks.
- getAbortedTaskCount() - Method in class org.hawaiiframework.async.statistics.ExecutorStatisticsView
-
Get the number of aborted tasks.
- getAllowedContentTypes() - Method in class org.hawaiiframework.logging.config.RequestResponseLogFilterConfiguration
-
Getter for the allowed content types.
- getApiError() - Method in exception org.hawaiiframework.exception.ApiException
-
Getter for the ApiError.
- getApiErrorCode() - Method in class org.hawaiiframework.web.resource.ApiErrorResponseResource
-
Getter for error code.
- getApiErrorReason() - Method in class org.hawaiiframework.web.resource.ApiErrorResponseResource
-
Getter for reason.
- getApplicationContext() - Static method in class org.hawaiiframework.context.ApplicationContextHolder
-
- getAsyncExecutor() - Method in class org.hawaiiframework.async.AsyncExecutorConfiguration
- getAsyncTimeoutExecutorPoolSize() - Method in class org.hawaiiframework.async.model.ExecutorConfigurationProperties
-
Getter for the async task timeout executor pool size.
- getAsyncUncaughtExceptionHandler() - Method in class org.hawaiiframework.async.AsyncExecutorConfiguration
- getCacheKey(String) - Method in class org.hawaiiframework.sql.AbstractCachingSqlQueryResolver
-
Return the cache key for the given sql query name.
- getCacheLimit() - Method in class org.hawaiiframework.sql.AbstractCachingSqlQueryResolver
-
Return the maximum number of entries for the sql query cache.
- getCharset() - Method in class org.hawaiiframework.sql.ResourceSqlQueryResolver
-
Return the Charset
for retrieving sql query resources.
- getClientIp(HttpServletRequest) - Method in class org.hawaiiframework.logging.util.ClientIpResolver
-
Extract the client IP address from the HttpServletRequest.
- getClock() - Method in class org.hawaiiframework.time.HawaiiTime
-
Returns the clock used by this HawaiiTime
.
- getCode() - Method in class org.hawaiiframework.validation.ValidationError
-
Returns the error code.
- getCode() - Method in class org.hawaiiframework.web.resource.ValidationErrorResource
-
- getCompletedTaskCount() - Method in class org.hawaiiframework.async.statistics.ExecutorStatistics
-
Get the number of completed tasks.
- getCompletedTaskCount() - Method in class org.hawaiiframework.async.statistics.ExecutorStatisticsView
-
Get the number of completed tasks.
- getContentType() - Method in class org.hawaiiframework.web.resource.ErrorResponseResource
-
Returns the request content type.
- getContext() - Static method in class org.hawaiiframework.logging.model.KibanaLogFields
-
Create a new log context for the current thread's kibana log fields.
- getContextMap() - Method in class org.hawaiiframework.logging.model.KibanaLogContext
-
Returns the copied context map.
- getCorePoolSize() - Method in class org.hawaiiframework.async.model.ExecutorProperties
-
Getter for core pool size.
- getCurrentIndex() - Method in class org.hawaiiframework.logging.util.MaskedPasswordBuilder
-
Returns the current index.
- getCurrentMdc() - Static method in class org.hawaiiframework.logging.model.MdcContext
-
Create a new instance.
- getDefaultExecutor() - Method in class org.hawaiiframework.async.model.ExecutorConfigurationProperties
-
Getter for the default executor.
- getDefaultExecutor() - Method in class org.hawaiiframework.async.model.SystemProperties
-
Getter for the default executor.
- getDefaultTimeout() - Method in class org.hawaiiframework.async.model.ExecutorConfigurationProperties
-
Getter for default timeout.
- getDefaultTimeout() - Method in class org.hawaiiframework.async.model.SystemProperties
-
Getter for the default timeout.
- getDirectory() - Method in class org.hawaiiframework.logging.config.RequestResponseLogFilterConfiguration
-
Getter for the logging directory.
- getElement1() - Method in class org.hawaiiframework.util.tuple.Tuple1
-
Returns the 1st element of this tuple.
- getElement10() - Method in class org.hawaiiframework.util.tuple.Tuple10
-
Returns the 10th element of this tuple.
- getElement2() - Method in class org.hawaiiframework.util.tuple.Tuple2
-
Returns the 2nd element of this tuple.
- getElement3() - Method in class org.hawaiiframework.util.tuple.Tuple3
-
Returns the 3rd element of this tuple.
- getElement4() - Method in class org.hawaiiframework.util.tuple.Tuple4
-
Returns the 4th element of this tuple.
- getElement5() - Method in class org.hawaiiframework.util.tuple.Tuple5
-
Returns the 5th element of this tuple.
- getElement6() - Method in class org.hawaiiframework.util.tuple.Tuple6
-
Returns the 6th element of this tuple.
- getElement7() - Method in class org.hawaiiframework.util.tuple.Tuple7
-
Returns the 7th element of this tuple.
- getElement8() - Method in class org.hawaiiframework.util.tuple.Tuple8
-
Returns the 8th element of this tuple.
- getElement9() - Method in class org.hawaiiframework.util.tuple.Tuple9
-
Returns the 9th element of this tuple.
- getErrorCode() - Method in interface org.hawaiiframework.exception.ApiError
-
Getter for the error code.
- getErrorCode() - Method in exception org.hawaiiframework.exception.ApiException
-
Convenience method to retrieve the error code from the contained API error.
- getErrorMessage() - Method in class org.hawaiiframework.web.resource.ErrorResponseResource
-
Returns the error message (Throwable#getMessage()
).
- getErrors() - Method in class org.hawaiiframework.validation.ValidationResult
-
Returns the validation errors.
- getErrors() - Method in class org.hawaiiframework.web.resource.ValidationErrorResponseResource
-
Returns the validation errors.
- getExecutionTime() - Method in class org.hawaiiframework.async.statistics.TaskStatistics
-
Get the time (in nano seconds) the task was executing.
- getExecutor() - Method in class org.hawaiiframework.async.model.TaskProperties
-
Getter for executor.
- getExecutors() - Method in class org.hawaiiframework.async.model.ExecutorConfigurationProperties
-
Getter for the executors.
- getExecutorStatistics() - Method in class org.hawaiiframework.async.DelegatingExecutor
-
Return the view on the statistics.
- getField() - Method in class org.hawaiiframework.validation.ValidationError
-
Returns the field name or null
.
- getField() - Method in class org.hawaiiframework.web.resource.ValidationErrorResource
-
- getHeaders(HttpServletRequest) - Method in class org.hawaiiframework.logging.util.HttpRequestResponseLogUtil
-
Create HttpHeaders
for the request
.
- getHeaders(HttpServletResponse) - Method in class org.hawaiiframework.logging.util.HttpRequestResponseLogUtil
-
Create HttpHeaders
for the response
.
- getHttpHeader() - Method in class org.hawaiiframework.logging.config.HttpHeaderLoggingFilterProperties
-
Getter for the header name.
- getHttpStatus() - Method in exception org.hawaiiframework.web.exception.HttpException
-
- getInputStream() - Method in class org.hawaiiframework.logging.web.filter.ResettableHttpServletRequest
- getKeepAliveTime() - Method in class org.hawaiiframework.async.model.ExecutorProperties
-
Getter for keep-alive time.
- getKibanaLog() - Method in class org.hawaiiframework.logging.config.HawaiiLoggingConfigurationProperties
-
Getter for the Kibana log filter properties.
- getKibanaLogCleanup() - Method in class org.hawaiiframework.logging.config.HawaiiLoggingConfigurationProperties
-
Getter for the Kibana log cleanup filter properties.
- getLogName() - Method in enum org.hawaiiframework.logging.model.KibanaLogFieldNames
-
- getMaxLogSize() - Method in class org.hawaiiframework.logging.config.RequestResponseLogFilterConfiguration
-
Getter for the max log size.
- getMaxLogSizeInBytes() - Method in class org.hawaiiframework.logging.config.RequestResponseLogFilterConfiguration
-
Get the log size in bytes.
- getMaxPendingRequests() - Method in class org.hawaiiframework.async.model.ExecutorProperties
-
Getter for max pending requests.
- getMaxPoolSize() - Method in class org.hawaiiframework.async.model.ExecutorProperties
-
Getter for max pool size.
- getMaxPoolSize() - Method in class org.hawaiiframework.async.statistics.ExecutorStatistics
-
Get the executor's max pool size.
- getMaxPoolSize() - Method in class org.hawaiiframework.async.statistics.ExecutorStatisticsView
-
Get the executor's max pool size.
- getMethod() - Method in class org.hawaiiframework.async.model.TaskProperties
-
Getter for method name.
- getMethod() - Method in class org.hawaiiframework.web.resource.ErrorResponseResource
-
Returns the HTTP method.
- getName() - Method in class org.hawaiiframework.async.model.ExecutorProperties
-
Getter for name.
- getName() - Method in class org.hawaiiframework.async.model.SystemProperties
-
Getter for name.
- getNestedPath() - Method in class org.hawaiiframework.validation.ValidationResult
-
- getNow(CompletableFuture<T>, T) - Static method in class org.hawaiiframework.async.HawaiiAsyncUtil
-
Delegates to CompletableFuture.getNow(Object)
.
- getOrDefault(KibanaLogFieldNames, String) - Static method in class org.hawaiiframework.logging.model.KibanaLogFields
-
Retrieves the value for the field
.
- getOrder() - Method in class org.hawaiiframework.logging.config.LoggingFilterProperties
-
Getter for the order.
- getOrder() - Method in class org.hawaiiframework.sql.ResourceSqlQueryResolver
-
- getOrder() - Method in class org.hawaiiframework.sql.SqlQueryResolverComposite
-
- getPoolSize() - Method in class org.hawaiiframework.async.statistics.ExecutorStatistics
-
Get the executor's pool size.
- getPoolSize() - Method in class org.hawaiiframework.async.statistics.ExecutorStatisticsView
-
Get the executor's pool size.
- getPrefix() - Method in class org.hawaiiframework.sql.ResourceSqlQueryResolver
-
Return the prefix that gets prepended to sql query names when building the resource location.
- getQuery() - Method in class org.hawaiiframework.web.resource.ErrorResponseResource
-
Returns the query string.
- getQueryTimestamp() - Method in class org.hawaiiframework.sql.AbstractCachingSqlQueryResolver.QueryHolder
-
- getQueueSize() - Method in class org.hawaiiframework.async.statistics.ExecutorStatistics
-
Get the executor's queued task size.
- getQueueSize() - Method in class org.hawaiiframework.async.statistics.ExecutorStatisticsView
-
Get the executor's queued task size.
- getQueueTime() - Method in class org.hawaiiframework.async.statistics.TaskStatistics
-
Get the time (in nano seconds) the task was in the queue.
- getReader() - Method in class org.hawaiiframework.logging.web.filter.ResettableHttpServletRequest
- getReason() - Method in interface org.hawaiiframework.exception.ApiError
-
Get the error reason.
- getReason() - Method in exception org.hawaiiframework.exception.ApiException
-
Convenience method to retrieve the reason from the contained API error.
- getRefreshTimestamp() - Method in class org.hawaiiframework.sql.AbstractCachingSqlQueryResolver.QueryHolder
-
- getRequestDuration() - Method in class org.hawaiiframework.logging.config.HawaiiLoggingConfigurationProperties
-
Getter for the request duration logging filter properties.
- getRequestId() - Method in class org.hawaiiframework.logging.config.HawaiiLoggingConfigurationProperties
-
Getter for the request id logging filter properties.
- getRequestResponse() - Method in class org.hawaiiframework.logging.config.HawaiiLoggingConfigurationProperties
-
Getter for the request-response logging filter properties.
- getRequestUri(HttpServletRequest) - Method in class org.hawaiiframework.logging.util.HttpRequestResponseLogUtil
-
Transform the request into a log line.
- getRequiredApplicationContext() - Static method in class org.hawaiiframework.context.ApplicationContextHolder
-
- getResponseEnrichers() - Method in class org.hawaiiframework.web.exception.HawaiiResponseEntityExceptionHandler
-
Returns a collection of registered response enrichers.
- getSqlQuery() - Method in class org.hawaiiframework.sql.AbstractCachingSqlQueryResolver.QueryHolder
-
- getSqlQueryResolvers() - Method in class org.hawaiiframework.sql.SqlQueryResolverComposite
-
- getStatusCode() - Method in class org.hawaiiframework.web.resource.ErrorResponseResource
-
Returns the response status code.
- getStatusMessage() - Method in class org.hawaiiframework.web.resource.ErrorResponseResource
-
Returns the response status message.
- getSuffix() - Method in class org.hawaiiframework.sql.ResourceSqlQueryResolver
-
Return the suffix that gets appended to sql query names when building the resource location.
- getSystemPropertiesForName(String) - Method in class org.hawaiiframework.async.model.ExecutorConfigurationProperties
-
Retrieve the properties for the system with the given name.
- getSystems() - Method in class org.hawaiiframework.async.model.ExecutorConfigurationProperties
-
Getter for the systems.
- getTaskId() - Method in class org.hawaiiframework.async.timeout.SharedTaskContext
-
Get the task's id.
- getTaskId() - Static method in class org.hawaiiframework.async.timeout.SharedTaskContextHolder
-
Return the task id for the current thread's task.
- getTaskName() - Method in class org.hawaiiframework.async.timeout.SharedTaskContext
-
Retrieve the task's name.
- getTaskPropertiesForName(String) - Method in class org.hawaiiframework.async.model.SystemProperties
-
Retrieve the properties for a named task.
- getTasks() - Method in class org.hawaiiframework.async.model.SystemProperties
-
Getter for the tasks.
- getTaskStatistics() - Method in class org.hawaiiframework.async.timeout.SharedTaskContext
-
Return the task's execution statistics.
- getTaskTimeout(String) - Method in class org.hawaiiframework.async.model.ExecutorConfigurationProperties
-
Determine the timeout for a task.
- getThrowable() - Method in class org.hawaiiframework.web.resource.ErrorResponseResource
-
Getter for throwable.
- getTimeout() - Method in class org.hawaiiframework.async.model.TaskProperties
-
Getter for timeout.
- getTimeout() - Method in class org.hawaiiframework.async.timeout.SharedTaskContext
-
Get the timeout for the task this strategy is for.
- getTimezone() - Method in class org.hawaiiframework.boot.autoconfigure.time.HawaiiTimeProperties
-
- getTotalTime() - Method in class org.hawaiiframework.async.statistics.TaskStatistics
-
Get the time (in nano seconds) the task took from start (offer / queue) to completion.
- getTransactionId() - Method in class org.hawaiiframework.logging.config.HawaiiLoggingConfigurationProperties
-
Getter for the transaction id logging filter properties.
- getUri() - Method in class org.hawaiiframework.web.resource.ErrorResponseResource
-
Returns the request URI.
- getUserDetails() - Method in class org.hawaiiframework.logging.config.HawaiiLoggingConfigurationProperties
-
Getter for the user details logging filter properties.
- getValidationResult() - Method in exception org.hawaiiframework.validation.ValidationException
-
Returns the validation result containing the validation errors.
- getValuesAsLogString() - Static method in class org.hawaiiframework.logging.model.KibanaLogFields
-
Getter for the log string.
- getZone() - Method in class org.hawaiiframework.time.HawaiiTime
-
Returns the zone used by this HawaiiTime
.