Class ClientImpl

java.lang.Object
com.twicedb.client.impl.ClientImpl
All Implemented Interfaces:
Client

public class ClientImpl extends Object implements Client
An implementation of the TwiceDB client API. Such an implementation is necessary in order to query TwiceDB. After instantiating the class, one must also call the start() method to start background processes.