Uses of Class
com.tableau.hyperapi.Endpoint
-
Packages that use Endpoint Package Description com.tableau.hyperapi This is the public Tableau Hyper API documentation version 0.0.20027 -
-
Uses of Endpoint in com.tableau.hyperapi
Methods in com.tableau.hyperapi that return Endpoint Modifier and Type Method Description Endpoint
HyperProcess. getEndpoint()
Returns the endpoint descriptor of the Hyper process.Methods in com.tableau.hyperapi with parameters of type Endpoint Modifier and Type Method Description static java.util.List<HyperServiceVersion>
Connection. querySupportedHyperServiceVersionRange(Endpoint endpoint)
Connects to the Hyper endpoint and determines which Hyper Service version numbers are common between the Hyper API and the Hyper server.Constructors in com.tableau.hyperapi with parameters of type Endpoint Constructor Description Connection(Endpoint endpoint)
Connects to a hyper endpoint.Connection(Endpoint endpoint, java.lang.String database)
Connects to a hyper endpoint.Connection(Endpoint endpoint, java.lang.String[] databases)
Connects to a hyper endpoint.Connection(Endpoint endpoint, java.lang.String[] databases, CreateMode createMode, java.util.Map<java.lang.String,java.lang.String> parameters)
Connects to a hyper endpoint.Connection(Endpoint endpoint, java.lang.String database, CreateMode createMode)
Connects to a hyper endpoint.Connection(Endpoint endpoint, java.lang.String database, CreateMode createMode, java.util.Map<java.lang.String,java.lang.String> parameters)
Connects to a hyper endpoint.Connection(Endpoint endpoint, java.util.Map<java.lang.String,java.lang.String> parameters)
Connects to a hyper endpoint.
-