Package com.splout.db.common

Interface Summary
ISQLiteManager Contract for implementing several SQL interfaces.
 

Class Summary
BaseBean For convenience, beans will extend this class for having a neat toString() method.
JSONSerDe Helper class for serializing / deserializing from / to JSON using Jackson
PartitionEntry An entry in a PartitionMap.
PartitionMap A Splout's partition map definition - The generic type is the type of the Key.
ReplicationEntry An entry in a ReplicationMap.
ReplicationMap A Splout's replication map definition.
SQLite4JavaManager SQL Wrapper for querying SQLite by using sqlite4java (http://code.google.com/p/sqlite4java).
SQLiteJDBCManager SQL Wrapper for querying SQLite through a connection pool using BoneCP (http://jolbox.com/).
Tablespace A tablespace is made up by: A PartitionMap A ReplicationMap A version string A creation date The Tablespace entity is necessary for safely storing each tablespace's information in memory and atomically updating it, for instance in com.splout.db.qnode.QNodeHandler.
TimeoutThread A Thread that is in charge of killing long-running queries.
 

Exception Summary
JSONSerDe.JSONSerDeException  
 



Copyright © 2012-2013 Datasalt Systems S.L.. All Rights Reserved.