public static class ShenyuConfig.Scheduler
extends java.lang.Object
| Constructor and Description |
|---|
Scheduler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnabled()
Gets enabled.
|
java.lang.Integer |
getThreads()
Gets threads.
|
java.lang.String |
getType()
Gets type.
|
void |
setEnabled(boolean enabled)
Sets enabled.
|
void |
setThreads(java.lang.Integer threads)
Sets threads.
|
void |
setType(java.lang.String type)
Sets type.
|
public boolean getEnabled()
public void setEnabled(boolean enabled)
enabled - the enabledpublic java.lang.String getType()
public void setType(java.lang.String type)
type - the typepublic java.lang.Integer getThreads()
public void setThreads(java.lang.Integer threads)
threads - the threadsCopyright © 2024 The Apache Software Foundation. All rights reserved.