public class PlanProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PlanProperties.Generator |
static class |
PlanProperties.PlanPropertiesBuilder |
static class |
PlanProperties.PlanType |
Modifier and Type | Field and Description |
---|---|
PlanProperties.Generator |
generator |
boolean |
hasResourcePlan
Indicates if the plan has been planned for resource management
(memory, etc.) or if this plan must still be computed.
|
JSONOptions |
options |
int |
queue |
PlanProperties.Generator.ResultMode |
resultMode |
PlanProperties.PlanType |
type |
int |
version |
public PlanProperties.PlanType type
public int version
public PlanProperties.Generator generator
public PlanProperties.Generator.ResultMode resultMode
public JSONOptions options
public int queue
public boolean hasResourcePlan
public static PlanProperties.PlanPropertiesBuilder builder()
Copyright © 1970 The Apache Software Foundation. All rights reserved.