Uses of Class
com.tableau.hyperapi.Endpoint
Package
Description
This is the public Tableau Hyper API documentation version 0.0.21200
-
Uses of Endpoint in com.tableau.hyperapi
Modifier and TypeMethodDescriptionHyperProcess.getEndpoint()
Returns the endpoint descriptor of the Hyper process.ModifierConstructorDescriptionConnection
(Endpoint endpoint) Connects to a hyper endpoint.Connection
(Endpoint endpoint, String database) Connects to a hyper endpoint.Connection
(Endpoint endpoint, String[] databases) Connects to a hyper endpoint.Connection
(Endpoint endpoint, String[] databases, CreateMode createMode, Map<String, String> parameters) Connects to a hyper endpoint.Connection
(Endpoint endpoint, String database, CreateMode createMode) Connects to a hyper endpoint.Connection
(Endpoint endpoint, String database, CreateMode createMode, Map<String, String> parameters) Connects to a hyper endpoint.Connection
(Endpoint endpoint, Map<String, String> parameters) Connects to a hyper endpoint.