Package | Description |
---|---|
io.cdap.cdap.api.dataset.lib.cube |
Implementation of a Cube dataset in CDAP.
|
Modifier and Type | Method and Description |
---|---|
MeasureType |
Measurement.getType() |
static MeasureType |
MeasureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeasureType[] |
MeasureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CubeFact |
CubeFact.addMeasurement(String name,
MeasureType type,
long value)
Adds a
Measurement to this CubeFact . |
Constructor and Description |
---|
Measurement(String name,
MeasureType type,
long value)
Creates a
Measurement . |
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.