Uses of Class
edu.caltech.nanodb.client.InteractiveClient
-
Packages that use InteractiveClient Package Description edu.caltech.nanodb.client This package contains classes that allow NanoDB to be used from multiple concurrent clients, to maintain client session state, and so forth. -
-
Uses of InteractiveClient in edu.caltech.nanodb.client
Subclasses of InteractiveClient in edu.caltech.nanodb.client Modifier and Type Class Description class
ExclusiveClient
This class is used for starting the NanoDB database in "exclusive mode," where only a single client interacts directly with the database system.class
SharedServerClient
This class implements a client the can connect to the NanoDBshared server
and send/receive commands and data.
-