- DataModuleTest - Class in org.ddbstoolkit.toolkit.core
-
JUnit tests for all data Modules
- DataModuleTest() - Constructor for class org.ddbstoolkit.toolkit.core.DataModuleTest
-
- datastoreEntityName - Variable in class org.ddbstoolkit.toolkit.core.reflexion.DDBSEntity
-
Datastore entity name
- DDBSAction - Enum in org.ddbstoolkit.toolkit.core
-
DDBS action
- DDBSCommand - Class in org.ddbstoolkit.toolkit.core
-
DDBS command sent through a network
- DDBSCommand() - Constructor for class org.ddbstoolkit.toolkit.core.DDBSCommand
-
- DDBSEntity<T extends DDBSEntityProperty> - Class in org.ddbstoolkit.toolkit.core.reflexion
-
DDBS Entity
- DDBSEntity(Class<?>, ClassInspector) - Constructor for class org.ddbstoolkit.toolkit.core.reflexion.DDBSEntity
-
Constructor
- ddbsEntityIDProperty - Variable in class org.ddbstoolkit.toolkit.core.reflexion.ClassInspectorTest
-
ID Property : null if the field is not an id
- ddbsEntityIDProperty - Variable in class org.ddbstoolkit.toolkit.core.reflexion.ClassInspectorTestV2
-
ID Property : null if the field is not an id
- DDBSEntityIDProperty - Class in org.ddbstoolkit.toolkit.core.reflexion
-
Class representing a DDBS ID Entity property
- DDBSEntityIDProperty() - Constructor for class org.ddbstoolkit.toolkit.core.reflexion.DDBSEntityIDProperty
-
- ddbsEntityIDProperty - Variable in class org.ddbstoolkit.toolkit.core.reflexion.DDBSEntityProperty
-
ID Property : null if the field is not an id
- DDBSEntityManager<T extends DDBSEntity> - Class in org.ddbstoolkit.toolkit.core.reflexion
-
DDBSEntity manager
- DDBSEntityManager(ClassInspector) - Constructor for class org.ddbstoolkit.toolkit.core.reflexion.DDBSEntityManager
-
DDBS Entity Manager
- ddbsEntityManager - Variable in class org.ddbstoolkit.toolkit.jdbc.JDBCEntityManager
-
DDBS Entity manager
- ddbsEntityManager - Variable in class org.ddbstoolkit.toolkit.modules.datastore.jena.DistributedSPARQLManager
-
DDBS Entity manager
- ddbsEntityManager - Variable in class org.ddbstoolkit.toolkit.modules.middleware.jgroups.JGroupSender
-
DDBS Entity manager
- ddbsEntityManager - Variable in class org.ddbstoolkit.toolkit.modules.middleware.sqlspaces.SqlSpacesSender
-
DDBS Entity manager
- DDBSEntityProperty - Class in org.ddbstoolkit.toolkit.core.reflexion
-
Class representing a DDBS Entity property
- DDBSEntityProperty() - Constructor for class org.ddbstoolkit.toolkit.core.reflexion.DDBSEntityProperty
-
- DDBSToolkitException - Exception in org.ddbstoolkit.toolkit.core.exception
-
DDBSToolkit generic exception
- DDBSToolkitException(String) - Constructor for exception org.ddbstoolkit.toolkit.core.exception.DDBSToolkitException
-
- DDBSToolkitException(String, Throwable) - Constructor for exception org.ddbstoolkit.toolkit.core.exception.DDBSToolkitException
-
- DDBSToolkitJenaModuleTest - Class in org.ddbstoolkit.toolkit.modules.datastore.jena
-
JUnit tests to test Jena module
- DDBSToolkitJenaModuleTest() - Constructor for class org.ddbstoolkit.toolkit.modules.datastore.jena.DDBSToolkitJenaModuleTest
-
- DDBSToolkitJGroupsModuleTest - Class in org.ddbstoolkit.toolkit.modules.middleware.jgroups
-
JUnit tests to test JGroups module
- DDBSToolkitJGroupsModuleTest() - Constructor for class org.ddbstoolkit.toolkit.modules.middleware.jgroups.DDBSToolkitJGroupsModuleTest
-
- DDBSToolkitListener - Class in org.ddbstoolkit.toolkit.middleware
-
DDBSToolkit test listener interface
- DDBSToolkitListener(DistributableReceiverInterface) - Constructor for class org.ddbstoolkit.toolkit.middleware.DDBSToolkitListener
-
DDBSToolkit lister constructor
- DDBSToolkitMySQLModuleTest - Class in org.ddbstoolkit.toolkit.modules.datastore.mysql
-
JUnit tests to test DistributedMySQLTableManager class
- DDBSToolkitMySQLModuleTest() - Constructor for class org.ddbstoolkit.toolkit.modules.datastore.mysql.DDBSToolkitMySQLModuleTest
-
- DDBSToolkitSQLiteModuleTest - Class in org.ddbstoolkit.toolkit.modules.datastore.sqlite
-
JUnit tests to test DistributedMySQLTableManager class
- DDBSToolkitSQLiteModuleTest() - Constructor for class org.ddbstoolkit.toolkit.modules.datastore.sqlite.DDBSToolkitSQLiteModuleTest
-
- DDBSToolkitSQLSpacesModuleTest - Class in org.ddbstoolkit.toolkit.modules.middleware.jgroups
-
JUnit tests to test JGroups module
- DDBSToolkitSQLSpacesModuleTest() - Constructor for class org.ddbstoolkit.toolkit.modules.middleware.jgroups.DDBSToolkitSQLSpacesModuleTest
-
- ddbsToolkitSupportedEntity - Variable in class org.ddbstoolkit.toolkit.core.reflexion.DDBSEntityProperty
-
Type of the property
- DDBSToolkitSupportedEntity - Class in org.ddbstoolkit.toolkit.core.reflexion
-
DDBS Toolkit supported entities
- DDBSToolkitSupportedEntity(String[]) - Constructor for class org.ddbstoolkit.toolkit.core.reflexion.DDBSToolkitSupportedEntity
-
- DDBSToolkitSupportedEntityTest - Class in org.ddbstoolkit.toolkit.core.reflexion
-
- DDBSToolkitSupportedEntityTest() - Constructor for class org.ddbstoolkit.toolkit.core.reflexion.DDBSToolkitSupportedEntityTest
-
- DDBSToolkitSupportedEntityTest.TestClass - Class in org.ddbstoolkit.toolkit.core.reflexion
-
- DDBSTransaction - Class in org.ddbstoolkit.toolkit.core
-
DDBS Toolkit Transaction
- DDBSTransaction(String) - Constructor for class org.ddbstoolkit.toolkit.core.DDBSTransaction
-
Transaction
- decode(String) - Static method in class org.ddbstoolkit.toolkit.modules.middleware.sqlspaces.Base64Coder
-
Decodes a byte array from Base64 format.
- decode(char[]) - Static method in class org.ddbstoolkit.toolkit.modules.middleware.sqlspaces.Base64Coder
-
Decodes a byte array from Base64 format.
- decode(char[], int, int) - Static method in class org.ddbstoolkit.toolkit.modules.middleware.sqlspaces.Base64Coder
-
Decodes a byte array from Base64 format.
- decodeLines(String) - Static method in class org.ddbstoolkit.toolkit.modules.middleware.sqlspaces.Base64Coder
-
Decodes a byte array from Base64 format and ignores line separators, tabs and blanks.
- decodeString(String) - Static method in class org.ddbstoolkit.toolkit.modules.middleware.sqlspaces.Base64Coder
-
Decodes a string from Base64 format.
- DefaultNamespace - Annotation Type in org.ddbstoolkit.toolkit.modules.datastore.jena.annotation
-
Annotation corresponding to the default namespace of a class
- delete(IEntity) - Method in class org.ddbstoolkit.toolkit.core.DDBSTransaction
-
- delete(IEntity) - Method in interface org.ddbstoolkit.toolkit.core.UpdatableEntityManager
-
Delete an object in a data source
- delete(IEntity) - Method in class org.ddbstoolkit.toolkit.jdbc.JDBCEntityManager
-
- delete(JDBCPreparedStatementManager, JDBCConnector, IEntity) - Method in class org.ddbstoolkit.toolkit.jdbc.JDBCPoolManager
-
- delete(IEntity) - Method in class org.ddbstoolkit.toolkit.modules.datastore.jena.DistributedSPARQLManager
-
- delete(IEntity) - Method in class org.ddbstoolkit.toolkit.modules.middleware.jgroups.JGroupSender
-
Delete an object
- delete(IEntity) - Method in class org.ddbstoolkit.toolkit.modules.middleware.sqlspaces.SqlSpacesSender
-
- distributableEntityManager - Variable in class org.ddbstoolkit.toolkit.core.DDBSTransaction
-
Distributable Entity manager
- DistributableEntityManager - Interface in org.ddbstoolkit.toolkit.core
-
Interface to access to distributed data sources
- DistributableReceiverInterface - Interface in org.ddbstoolkit.toolkit.core
-
Interface to receive commands
- DistributableSenderInterface - Interface in org.ddbstoolkit.toolkit.core
-
Interface to send commands to the peers
- DistributedEntity - Class in org.ddbstoolkit.toolkit.core
-
Distributed entity
- DistributedEntity() - Constructor for class org.ddbstoolkit.toolkit.core.DistributedEntity
-
- DistributedEntityConverter - Class in org.ddbstoolkit.toolkit.core
-
Converter which add the peer UID for the data
- DistributedEntityConverter(Peer) - Constructor for class org.ddbstoolkit.toolkit.core.DistributedEntityConverter
-
Distributed Entity converter
- DistributedMySQLTableManager - Class in org.ddbstoolkit.toolkit.modules.datastore.mysql
-
Class representing a distributed MySQL Database
- DistributedMySQLTableManager(MySQLConnector) - Constructor for class org.ddbstoolkit.toolkit.modules.datastore.mysql.DistributedMySQLTableManager
-
- DistributedMySQLTableManager(MySQLConnector, Peer) - Constructor for class org.ddbstoolkit.toolkit.modules.datastore.mysql.DistributedMySQLTableManager
-
- DistributedSPARQLManager - Class in org.ddbstoolkit.toolkit.modules.datastore.jena
-
Class representing a distributed RDF triple store
- DistributedSPARQLManager() - Constructor for class org.ddbstoolkit.toolkit.modules.datastore.jena.DistributedSPARQLManager
-
Default constructor used when using SPARQL to query remote endpoints
- DistributedSPARQLManager(boolean) - Constructor for class org.ddbstoolkit.toolkit.modules.datastore.jena.DistributedSPARQLManager
-
Default constructor used when using SPARQL to query remote endpoints
- DistributedSPARQLManager(String) - Constructor for class org.ddbstoolkit.toolkit.modules.datastore.jena.DistributedSPARQLManager
-
Constructor when the peer is used to manage data
- DistributedSQLitePoolTableManager - Class in org.ddbstoolkit.toolkit.modules.datastore.sqlite
-
Class representing a distributed SQLite Database
- DistributedSQLitePoolTableManager(SQLiteConnectionPool) - Constructor for class org.ddbstoolkit.toolkit.modules.datastore.sqlite.DistributedSQLitePoolTableManager
-
- DistributedSQLiteTableManager - Class in org.ddbstoolkit.toolkit.modules.datastore.sqlite
-
Class representing a distributed SQLite Database
- DistributedSQLiteTableManager(SQLiteConnector) - Constructor for class org.ddbstoolkit.toolkit.modules.datastore.sqlite.DistributedSQLiteTableManager
-
- DOUBLE - Static variable in class org.ddbstoolkit.toolkit.core.reflexion.DDBSToolkitSupportedEntity
-
- DOUBLE_ARRAY - Static variable in class org.ddbstoolkit.toolkit.modules.datastore.jena.reflexion.SparqlDDBSToolkitSupportedEntity
-
- doubleField - Variable in class org.ddbstoolkit.toolkit.core.model.EntityTest
-
- doubleObjectField - Variable in class org.ddbstoolkit.toolkit.core.model.EntityTest
-
- doubleObjectValue - Variable in class org.ddbstoolkit.toolkit.core.reflexion.DDBSToolkitSupportedEntityTest.TestClass
-
- doubleValue - Variable in class org.ddbstoolkit.toolkit.core.reflexion.DDBSToolkitSupportedEntityTest.TestClass
-