org.terracotta.api
Class TerracottaClient

java.lang.Object
  extended by org.terracotta.api.TerracottaClient

public class TerracottaClient
extends Object


Constructor Summary
TerracottaClient(String terracottaConfigUrl)
           
TerracottaClient(String terracottaConfigUrl, boolean dedicatedClient)
           
 
Method Summary
 ClusteringToolkit getToolkit()
           
protected  Client newClient(String terracottaConfigUrl, boolean dedicatedClient)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerracottaClient

public TerracottaClient(String terracottaConfigUrl)

TerracottaClient

public TerracottaClient(String terracottaConfigUrl,
                        boolean dedicatedClient)
Method Detail

newClient

protected Client newClient(String terracottaConfigUrl,
                           boolean dedicatedClient)

getToolkit

public ClusteringToolkit getToolkit()

shutdown

public void shutdown()


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