| Package | Description |
|---|---|
| org.apache.airavata |
| Modifier and Type | Method and Description |
|---|---|
static ComputingShare.ServingState |
ComputingShare.ServingState.fromValue(String value) |
ComputingShare.ServingState |
ComputingShare.getServingState()
How the Share is currently serving jobs
|
static ComputingShare.ServingState |
ComputingShare.ServingState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputingShare.ServingState[] |
ComputingShare.ServingState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComputingShare.setServingState(ComputingShare.ServingState servingState)
How the Share is currently serving jobs
|
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.