Modifier and Type | Method and Description |
---|---|
static OpenSearchServerAction.CommandEnum |
OpenSearchServerAction.CommandEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenSearchServerAction.CommandEnum[] |
OpenSearchServerAction.CommandEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OpenSearchServerAction(org.apache.http.client.HttpClient client,
OpenSearchServerAction.CommandEnum cmd,
OpenSearchServerConfig config) |