Serialized Form
-
Package cn.boboweike.carrot
-
Class cn.boboweike.carrot.CarrotException extends RuntimeException implements Serializable
-
Serialized Fields
-
doNotRetry
boolean doNotRetry
-
-
-
Class cn.boboweike.carrot.SevereCarrotException extends CarrotException implements Serializable
-
Serialized Fields
-
diagnosticsAware
SevereCarrotException.DiagnosticsAware diagnosticsAware
-
-
-
-
Package cn.boboweike.carrot.dashboard.server.http.handlers
-
Class cn.boboweike.carrot.dashboard.server.http.handlers.HttpRequestMethodHandlers extends HashMap<String,HttpRequestHandler> implements Serializable
-
-
Package cn.boboweike.carrot.dashboard.ui.model.problems
-
Class cn.boboweike.carrot.dashboard.ui.model.problems.Problems extends ConcurrentLinkedDeque<Problem> implements Serializable
-
-
Package cn.boboweike.carrot.scheduling
-
Class cn.boboweike.carrot.scheduling.ScheduleException extends RuntimeException implements Serializable
-
-
Package cn.boboweike.carrot.scheduling.cron
-
Class cn.boboweike.carrot.scheduling.cron.InvalidCronExpressionException extends RuntimeException implements Serializable
-
-
Package cn.boboweike.carrot.scheduling.exceptions
-
Class cn.boboweike.carrot.scheduling.exceptions.FieldNotFoundException extends CarrotException implements Serializable
-
Class cn.boboweike.carrot.scheduling.exceptions.TaskClassNotFoundException extends TaskNotFoundException implements Serializable
-
Class cn.boboweike.carrot.scheduling.exceptions.TaskMethodNotFoundException extends TaskNotFoundException implements Serializable
-
Class cn.boboweike.carrot.scheduling.exceptions.TaskNotFoundException extends RuntimeException implements Serializable
-
-
Package cn.boboweike.carrot.server.concurrent
-
Class cn.boboweike.carrot.server.concurrent.UnresolvableConcurrentTaskModificationException extends ConcurrentTaskModificationException implements Serializable
-
Serialized Fields
-
concurrentTaskModificationResolveResults
List<ConcurrentTaskModificationResolveResult> concurrentTaskModificationResolveResults
-
-
-
-
Package cn.boboweike.carrot.storage
-
Class cn.boboweike.carrot.storage.ConcurrentTaskModificationException extends StorageException implements Serializable
-
Class cn.boboweike.carrot.storage.ServerTimedOutException extends StorageException implements Serializable
-
Class cn.boboweike.carrot.storage.StorageException extends RuntimeException implements Serializable
-
Class cn.boboweike.carrot.storage.TaskNotFoundException extends StorageException implements Serializable
-
-
Package cn.boboweike.carrot.tasks.lambdas
-
Package cn.boboweike.carrot.tasks.states
-
Class cn.boboweike.carrot.tasks.states.IllegalTaskStateChangeException extends IllegalStateException implements Serializable
-
-
Package cn.boboweike.carrot.utils.mapper
-
Class cn.boboweike.carrot.utils.mapper.JsonMapperException extends RuntimeException implements Serializable
-
Class cn.boboweike.carrot.utils.mapper.TaskParameterJsonMapperException extends IllegalArgumentException implements Serializable
-
-
Package cn.boboweike.carrot.utils.mapper.jackson.modules
-
Class cn.boboweike.carrot.utils.mapper.jackson.modules.CarrotModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
-
Class cn.boboweike.carrot.utils.mapper.jackson.modules.CarrotTimeModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
-
Class cn.boboweike.carrot.utils.mapper.jackson.modules.DurationDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<Duration> implements Serializable
-
Class cn.boboweike.carrot.utils.mapper.jackson.modules.DurationSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<Duration> implements Serializable
-
Class cn.boboweike.carrot.utils.mapper.jackson.modules.InstantDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<Instant> implements Serializable
-
Class cn.boboweike.carrot.utils.mapper.jackson.modules.InstantSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<Instant> implements Serializable
-
Class cn.boboweike.carrot.utils.mapper.jackson.modules.TaskParameterDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<TaskParameter> implements Serializable
-
Serialized Fields
-
objectMapper
com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
-
Class cn.boboweike.carrot.utils.mapper.jackson.modules.TaskParameterSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<TaskParameter> implements Serializable
-