Uses of Enum Class
com.tableau.hyperapi.Telemetry
Package
Description
This is the public Tableau Hyper API documentation version 0.0.21200
-
Uses of Telemetry in com.tableau.hyperapi
Modifier and TypeMethodDescriptionstatic Telemetry
Returns the enum constant of this class with the specified name.static Telemetry[]
Telemetry.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionHyperProcess
(Telemetry telemetry) Starts a new Hyper process trying to automatically locate the Hyper binary.HyperProcess
(Telemetry telemetry, String userAgent) Starts a new Hyper process trying to automatically locate the Hyper binary.Starts a new Hyper process trying to automatically locate the Hyper binary.HyperProcess
(Path hyperPath, Telemetry telemetry) Starts a new Hyper process using the given path to the Hyper executable.HyperProcess
(Path hyperPath, Telemetry telemetry, String userAgent) Starts a new Hyper process using the given path to the Hyper executable.Starts a new Hyper process using the given path to the Hyper executable.