Uses of Class
org.apache.tinkerpop.gremlin.driver.Client
Packages that use Client
-
Uses of Client in org.apache.tinkerpop.gremlin.driver
Subclasses of Client in org.apache.tinkerpop.gremlin.driverModifier and TypeClassDescriptionstatic classUses aClient.ClusteredClientthat rebinds requests to a specifiedGraphorTraversalSourceinstances on the server-side.static final classAClientimplementation.static classMethods in org.apache.tinkerpop.gremlin.driver with type parameters of type ClientModifier and TypeMethodDescription<T extends Client>
TCluster.connect()Creates a newClientbased on the settings provided.Methods in org.apache.tinkerpop.gremlin.driver that return ClientModifier and TypeMethodDescriptionCreate a newClientthat aliases the specifiedGraphorTraversalSourcename on the server to a variable called "g" for the context of the requests made through thatClient.Create a newClientthat aliases the specifiedGraphorTraversalSourcename on the server to a variable called "g" for the context of the requests made through thatClient.Create a newClientthat aliases the specifiedGraphorTraversalSourcename on the server to a variable called "g" for the context of the requests made through thatClient.Client.AliasClusteredClient.init()Client.init()Initializes the client which typically means that a connection is established to the server.