-
-
class CommandServlet extends jakarta.servlet.http.HttpServlet implements
Serializable
-
Serialized Fields
-
commandExecutor
ExecutorService commandExecutor
The executor for commands.
-
commands
org.attribyte.essem.metrics.Timer commands
Time all commands.
-
contentType
String contentType
The content type.
-
executorRegistry
com.codahale.metrics.MetricRegistry executorRegistry
A registry holding executor instrumentation.
-
failedCommands
com.codahale.metrics.Meter failedCommands
Record all commands that fail due to exception or other error, including time-out.
-
maxWaitSeconds
int maxWaitSeconds
The maximum wait in seconds.
-
timedOutCommands
com.codahale.metrics.Meter timedOutCommands
Record all commands that time-out.
-
timeLimiter
com.google.common.util.concurrent.SimpleTimeLimiter timeLimiter
The time limiter.
-
class FailServlet extends jakarta.servlet.http.HttpServlet implements
Serializable
-