org.xerial.db.storage
Class XerialStorageServer

java.lang.Object
  extended by org.xerial.db.storage.XerialStorageServer

public class XerialStorageServer
extends Object

Author:
leo

Constructor Summary
XerialStorageServer(String storageFolderPath, String masterAddress)
           
 
Method Summary
 List<Long> getDatabaseIDList()
           
 int getNumberOfDatabases()
           
 JSONObject query(Long databaseID, RelationalQuery query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XerialStorageServer

public XerialStorageServer(String storageFolderPath,
                           String masterAddress)
                    throws DBException
Throws:
DBException
Method Detail

getDatabaseIDList

public List<Long> getDatabaseIDList()

getNumberOfDatabases

public int getNumberOfDatabases()

query

public JSONObject query(Long databaseID,
                        RelationalQuery query)


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.