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

G

get() - Static method in class org.hawaiiframework.async.timeout.SharedTaskContextHolder
Getter for #sharedTaskAbortStrategy.
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.
get(String) - Method in interface org.hawaiiframework.cache.Cache
Retrieve the object stored under the key.
get(String) - Method in class org.hawaiiframework.cache.redis.RedisCache
Retrieve the object stored under the key.
get(CompletableFuture<T>) - Static method in class org.hawaiiframework.async.HawaiiAsyncUtil
get(CompletableFuture<T>, Long, TimeUnit) - Static method in class org.hawaiiframework.async.HawaiiAsyncUtil
get(KibanaLogField) - Static method in class org.hawaiiframework.logging.model.KibanaLogFields
Retrieves the value for the field.
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.
getActiveCount() - Method in class org.hawaiiframework.async.DelegatingExecutor
For testing purposes.
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
getBaseUrl() - Method in class org.hawaiiframework.web.util.HostResolver
Returns the host's base url consisting of the scheme and host.
getBlockWhenExhausted() - Method in class org.hawaiiframework.cache.redis.config.RedisPoolConfigurationProperties
 
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.
getClusterMaster() - Method in class org.hawaiiframework.cache.redis.config.RedisConfigurationProperties
 
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.
getDefaultExecutor() - Method in class org.hawaiiframework.async.config.AsyncExecutorInitializer
 
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.
getDefaultTimeOutInMinutes() - Method in class org.hawaiiframework.cache.redis.config.RedisConfigurationProperties
 
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.
getExecutorNames() - Method in class org.hawaiiframework.async.config.AsyncExecutorFactory
 
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 interface org.hawaiiframework.logging.model.KibanaLogField
Get the name with which this field will appear in the log.
getLogName() - Method in enum org.hawaiiframework.logging.model.KibanaLogFieldNames
 
getMaxIdle() - Method in class org.hawaiiframework.cache.redis.config.RedisPoolConfigurationProperties
 
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.
getMaxTotal() - Method in class org.hawaiiframework.cache.redis.config.RedisPoolConfigurationProperties
 
getMaxWaitMillis() - Method in class org.hawaiiframework.cache.redis.config.RedisPoolConfigurationProperties
 
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.
getMinEvictableIdleTimeMillis() - Method in class org.hawaiiframework.cache.redis.config.RedisPoolConfigurationProperties
 
getMinIdle() - Method in class org.hawaiiframework.cache.redis.config.RedisPoolConfigurationProperties
 
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
Returns the current nested path of this ValidationResult.
getNow(CompletableFuture<T>, T) - Static method in class org.hawaiiframework.async.HawaiiAsyncUtil
getNumTestsPerEvictionRun() - Method in class org.hawaiiframework.cache.redis.config.RedisPoolConfigurationProperties
 
getOrDefault(KibanaLogField, 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
Return the order in which this SqlQueryResolver is evaluated.
getOrder() - Method in class org.hawaiiframework.sql.SqlQueryResolverComposite
 
getPoolConfiguration() - Method in class org.hawaiiframework.cache.redis.config.RedisConfigurationProperties
 
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.
getSentinelHostsAndPorts() - Method in class org.hawaiiframework.cache.redis.config.RedisConfigurationProperties
 
getSqlQuery() - Method in class org.hawaiiframework.sql.AbstractCachingSqlQueryResolver.QueryHolder
 
getSqlQueryResolvers() - Method in class org.hawaiiframework.sql.SqlQueryResolverComposite
Return the list of SqlQueryResolvers to delegate to.
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.
getTestOnBorrow() - Method in class org.hawaiiframework.cache.redis.config.RedisPoolConfigurationProperties
 
getTestOnReturn() - Method in class org.hawaiiframework.cache.redis.config.RedisPoolConfigurationProperties
 
getTestWhenIdle() - Method in class org.hawaiiframework.cache.redis.config.RedisPoolConfigurationProperties
 
getThrowable() - Method in class org.hawaiiframework.web.resource.ErrorResponseResource
Getter for throwable.
getTimeBetweenEvictionRunsMillis() - Method in class org.hawaiiframework.cache.redis.config.RedisPoolConfigurationProperties
 
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.
getTimestamp(Date) - Method in class org.hawaiiframework.logging.logback.LoggingEventConverter
Public method to check whether the timestamp is correct for the last week of december.
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.
getTransactionType() - Method in class org.hawaiiframework.logging.config.HawaiiLoggingConfigurationProperties
Getter for the transaction type 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.
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