Package | Description |
---|---|
org.apache.nifi.components | |
org.apache.nifi.processor |
Modifier and Type | Method and Description |
---|---|
Double |
PropertyValue.asDataSize(DataUnit dataUnit) |
Modifier and Type | Method and Description |
---|---|
static DataUnit |
DataUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataUnit[] |
DataUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
DataUnit.convert(double sourceSize,
DataUnit sourceUnit) |
static Double |
DataUnit.parseDataSize(String value,
DataUnit units) |
Copyright © 2023 Apache NiFi Project. All rights reserved.