Uses of Interface
org.terracotta.express.Client

Packages that use Client
org.terracotta.api   
org.terracotta.express   
 

Uses of Client in org.terracotta.api
 

Methods in org.terracotta.api that return Client
protected  Client TerracottaClient.newClient(String terracottaConfigUrl, boolean dedicatedClient)
           
 

Uses of Client in org.terracotta.express
 

Methods in org.terracotta.express that return Client
static Client ClientFactoryExtras.createDedicatedClient(String tcConfig, boolean isUrl, Class[] moduleIntrospectionSources)
          Create a dedicated client instance using the given configuration.
static Client ClientFactoryExtras.createDedicatedRejoinClient(String tcConfig, boolean isUrl, Class[] moduleIntrospectionSources)
           
static Client ClientFactory.getOrCreateClient(String tcConfig, boolean isUrl, Class[] moduleIntrospectionSources)
          Get or create a client instance using the given configuration.
 



Copyright © 2015 Terracotta, Inc.. All Rights Reserved.