Package | Description |
---|---|
com.cloudera.gertrude.experiments.avro | |
com.cloudera.gertrude.space |
Modifier and Type | Field and Description |
---|---|
ModifierOperator |
ModifierDefinition.operator
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ModifierOperator |
ModifierDefinition.getOperator()
Gets the value of the 'operator' field.
|
ModifierOperator |
ModifierDefinition.Builder.getOperator()
Gets the value of the 'operator' field
|
static ModifierOperator |
ModifierOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModifierOperator[] |
ModifierOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifierDefinition.setOperator(ModifierOperator value)
Sets the value of the 'operator' field.
|
ModifierDefinition.Builder |
ModifierDefinition.Builder.setOperator(ModifierOperator value)
Sets the value of the 'operator' field
|
Constructor and Description |
---|
ModifierDefinition(ModifierOperator operator,
CharSequence value,
List<ModifierDefinition> modifiers,
List<ConditionDefinition> conditions,
ConditionOperator condition_merge_operator)
All-args constructor.
|
Modifier and Type | Method and Description |
---|---|
protected static <T> AssociativeOperator<T> |
AvroExperimentSpaceDeserializer.getOperatorFunction(ModifierOperator operator,
FlagTypeParser<T> parser) |
Copyright © 2013. All rights reserved.