| Package | Description |
|---|---|
| io.cdap.wrangler.api |
APIs for working with wrangler.
|
| Modifier and Type | Method and Description |
|---|---|
static TransientVariableScope |
TransientVariableScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransientVariableScope[] |
TransientVariableScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransientStore.increment(TransientVariableScope scope,
String name,
long value)
Increments a value of the variable.
|
void |
TransientStore.reset(TransientVariableScope scope)
Resets the state of this store.
|
void |
TransientStore.set(TransientVariableScope scope,
String name,
Object value)
Sets the value of the object for variable named 'name'.
|
Copyright © 2022 CDAP Licensed under the Apache License, Version 2.0.