Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Globals/GlobalsDB
/ types & classes
Types & classes
30 in github.com/Globals/GlobalsDB
⨍
Functions
199
◇
Types & classes
30
Class
And
<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
Class
BasicTest
<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
Class
Benchmark
<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
Class
Between
<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
Class
ConcurrentQuery
gds/com/intersys/gds/query/ConcurrentQuery.java:5
Class
Connection
<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
Class
Document
<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
Class
DocumentMap
<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
Class
DocumentType
<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
Class
ElementType
gds/com/intersys/gds/ElementType.java:3
Class
Equals
<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
Class
GDSTest
<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
Class
GT
<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
Class
GlobalsDBStart
Use the GDS API of the Globals Database. @author iranhutchinson
gds/com/intersys/gds/test/GlobalsDBStart.java:18
Class
IsNull
<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
Class
LT
<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
Class
NoSchema
<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
Class
NoSchemaConnection
<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
Class
NoSchemaDocument
<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
Class
NoSchemaMap
<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
Class
Not
<CODE>Not</CODE> query. Executes a negation of a sub-query.
gds/com/intersys/gds/query/Not.java:9
Class
NotEquals
<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
Class
NotNull
<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
Class
Or
<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
Class
PatternMatch
gds/com/intersys/gds/query/PatternMatch.java:5
Class
Query
<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
Class
StartsWith
<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
Class
Test
<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
Class
Util
gds/com/intersys/gds/Util.java:5
Class
Value
gds/com/intersys/gds/test/Value.java:3