Uses of Class
com.tableau.hyperapi.Endpoint
Packages that use Endpoint
Package
Description
This is the public Tableau Hyper API documentation version 0.0.22502
-
Uses of Endpoint in com.tableau.hyperapi
Methods in com.tableau.hyperapi that return EndpointModifier and TypeMethodDescriptionHyperProcess.getEndpoint()Returns the endpoint descriptor of the Hyper process.Constructors in com.tableau.hyperapi with parameters of type EndpointModifierConstructorDescriptionConnection(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.