MCPcopy Create free account

hub / github.com/Globals/GlobalsDB / types & classes

Types & classes30 in github.com/Globals/GlobalsDB

ClassAnd
<CODE>And</CODE> query. Executes two sub-queries then merges the results using the AND logical operand.
gds/com/intersys/gds/query/And.java:10
ClassBasicTest
<CODE>BasicTest.java</CODE> is a base Test class that can serve as a base for testing any Document Store NoSQL database. It declares a number of abstr
gds/com/intersys/gds/test/BasicTest.java:17
ClassBenchmark
<CODE>Benchmark.java</CODE> is meant to be used as an example on how to performance test XEP. It performs all basic XEP tasks, but also keeps track of
gds/com/intersys/gds/test/Benchmark.java:17
ClassBetween
<CODE>Between</CODE> query takes three arguments, a String key which identifies the key value pair to query, and two numeric arguments. The two numeri
gds/com/intersys/gds/query/Between.java:15
ClassConcurrentQuery
gds/com/intersys/gds/query/ConcurrentQuery.java:5
ClassConnection
<CODE>Connection</CODE> extends Globals Connection from which it inherits all basic communication entry points. In addition to that it also servers as
gds/com/intersys/gds/Connection.java:13
ClassDocument
<CODE>Document</CODE> is the main GDS building block. It wraps a HashMap<String,Object> as a <CODE>Document</CODE> object. Key value is always a Strin
gds/com/intersys/gds/Document.java:23
ClassDocumentMap
<CODE>DocumentMap</CODE> is the principal GDS building block. It provides methods to store, load and run queries which return <CODE>Document</CODE> ty
gds/com/intersys/gds/DocumentMap.java:28
ClassDocumentType
<CODE>DocumentType</CODE> is used to declare and access Document schema for a full schema version of GDS. In addition to the declaration of all curren
gds/com/intersys/gds/DocumentType.java:23
ClassElementType
gds/com/intersys/gds/ElementType.java:3
ClassEquals
<CODE>Equals</CODE> query. Returns all Documents whose values corresponding to the given key match the given value. Comparison is performed using the
gds/com/intersys/gds/query/Equals.java:8
ClassGDSTest
<CODE>GDSTest.java</CODE> is the main GDS test program for the full schema version. The full schema version uses Globals API to build a sample Documen
gds/com/intersys/gds/test/GDSTest.java:30
ClassGT
<CODE>GT</CODE> (Greater Than)query. Returns all Documents whose values corresponding to the given key are greater than the specified numerical value.
gds/com/intersys/gds/query/GT.java:9
ClassGlobalsDBStart
Use the GDS API of the Globals Database. @author iranhutchinson
gds/com/intersys/gds/test/GlobalsDBStart.java:18
ClassIsNull
<CODE>IsNull</CODE> query. Returns all Documents whose values corresponding to the given key are equal to null.
gds/com/intersys/gds/query/IsNull.java:7
ClassLT
<CODE>GT</CODE> (Greater Than)query. Returns all Documents whose values corresponding to the given key are greater than the specified numerical value.
gds/com/intersys/gds/query/LT.java:9
ClassNoSchema
<CODE>NoSchema.java</CODE> is the main GDS test program for the no schema version. The no schema version uses Globals API to build a sample Document S
gds/com/intersys/gds/test/NoSchema.java:24
ClassNoSchemaConnection
<CODE>NoSchemaConnection</CODE> extends Globals Connection from which it inherits all basic communication entry points. In addition to that, it also s
gds/com/intersys/gds/noschema/NoSchemaConnection.java:10
ClassNoSchemaDocument
<CODE>NoSchemaDocument</CODE> is a no schema version of GDS Document. For example, in the no schema version of Document, on the database side, a "Pers
gds/com/intersys/gds/noschema/NoSchemaDocument.java:16
ClassNoSchemaMap
<CODE>NoSchemaMap</CODE> is a No Schema version of DocumentMap. In the no schema version of GDS, individual NoSchemaDocument keys are stored into the
gds/com/intersys/gds/noschema/NoSchemaMap.java:13
ClassNot
<CODE>Not</CODE> query. Executes a negation of a sub-query.
gds/com/intersys/gds/query/Not.java:9
ClassNotEquals
<CODE>NotEquals</CODE> query. Returns all Documents whose values corresponding to the given key do not match the given value. Comparison is performed
gds/com/intersys/gds/query/NotEquals.java:8
ClassNotNull
<CODE>NotNull</CODE> query. Returns all Documents whose values corresponding to the given key are not null.
gds/com/intersys/gds/query/NotNull.java:7
ClassOr
<CODE>Or</CODE> query. Executes two sub-queries then merges the results using the OR logical operand.
gds/com/intersys/gds/query/Or.java:11
ClassPatternMatch
gds/com/intersys/gds/query/PatternMatch.java:5
ClassQuery
<CODE>Query</CODE> is a base class for all ad-hoc GDS query types. It is an abstract class allowing each query subtype to provide it's own execute met
gds/com/intersys/gds/query/Query.java:35
ClassStartsWith
<CODE>StarsWith</CODE> query. Returns all Documents whose values corresponding to the given key match the supplied startsWith pattern.
gds/com/intersys/gds/query/StartsWith.java:7
ClassTest
<CODE>Test.java</CODE> is a base Test class that can serve as a base for testing any Document Store NoSQL database. It declares a number of abstract m
gds/com/intersys/gds/test/Test.java:12
ClassUtil
gds/com/intersys/gds/Util.java:5
ClassValue
gds/com/intersys/gds/test/Value.java:3