public final class SchedulerState
extends java.lang.Enum
Title: Service Event Fabric Core
Description: Defines a state of the Scheduler.
Copyright: Copyright (c) 2021
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static SchedulerState |
ACTIVE
Scheduler is active.
|
static SchedulerState |
DESTROYED
Scheduler is destroyed.
|
static SchedulerState |
DESTROYING
Scheduler is being destroyed.
|
static SchedulerState |
INITIALIZING
Scheduler is being initialized.
|
static SchedulerState |
NOT_INITIALIZED
Scheduler is not initialized.
|
static SchedulerState |
SUSPENDED
Scheduler has been suspended due to failure of the system tables.
|
Modifier and Type | Method and Description |
---|---|
static SchedulerState |
valueOf(java.lang.String name) |
static SchedulerState[] |
values() |
public static final SchedulerState NOT_INITIALIZED
public static final SchedulerState INITIALIZING
public static final SchedulerState ACTIVE
public static final SchedulerState DESTROYING
public static final SchedulerState DESTROYED
public static final SchedulerState SUSPENDED
public static SchedulerState[] values()
public static SchedulerState valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.