| Package | Description | 
|---|---|
| com.gigaspaces.internal.metadata | |
| com.gigaspaces.internal.query.predicate | |
| com.gigaspaces.internal.query.predicate.comparison | |
| com.gigaspaces.internal.query.predicate.composite | |
| com.gigaspaces.internal.query.valuegetter | |
| com.gigaspaces.internal.transport | |
| com.gigaspaces.metadata.index | 
 Provides classes and interfaces encapsulating space entries indexes. 
 | 
| com.j_spaces.core | 
 Provides Space properties and security context services 
 | 
| com.j_spaces.jdbc | 
 Provides GigaSpaces JDBC interfaces 
 | 
| com.j_spaces.jdbc.builder | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SpaceCollectionIndex
An index for a path containing a collection ("[*]"). 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractSpacePredicate
A common basic implementation for space predicate implementations. 
 | 
class  | 
FalseSpacePredicate
A space predicate that always returns false. 
 | 
class  | 
TrueSpacePredicate
A space predicate that always returns true. 
 | 
class  | 
ValueGetterSpacePredicate<T>  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BetweenSpacePredicate
Represents a Between predicate. 
 | 
class  | 
ComparableScalarSpacePredicate
A common basic implementation for comparable scalar comparison predicate implementations. 
 | 
class  | 
ContainsItemPredicate
a contains predicate cascading from a single item 
 | 
class  | 
ContainsPredicate
Represents a contains predicate. 
 | 
class  | 
EqualsSpacePredicate
An implementation of equals to comparison: This predicate returns true if and only if the
 predicate's argument is equal to the expected value. 
 | 
class  | 
GreaterEqualsSpacePredicate
An implementation of greater than or equals to comparison: This predicate returns true if and
 only if the predicate's argument is greater than or equals to the expected value. 
 | 
class  | 
GreaterSpacePredicate
An implementation of greater than comparison: This predicate returns true if and only if the
 predicate's argument is greater than the expected value. 
 | 
class  | 
InSpacePredicate
Represents an In predicate. 
 | 
class  | 
LessEqualsSpacePredicate
An implementation of less than or equals to comparison: This predicate returns true if and only
 if the predicate's argument is less than or equals to the expected value. 
 | 
class  | 
LessSpacePredicate
An implementation of less than comparison: This predicate returns true if and only if the
 predicate's argument is less than the expected value. 
 | 
class  | 
NotEqualsSpacePredicate
An implementation of not equals condition: This predicate returns true if and only if the
 predicate's argument is not equal to the expected value. 
 | 
class  | 
NotNullSpacePredicate
A predicate to test for non-null values. 
 | 
class  | 
NotRegexSpacePredicate  | 
class  | 
NullSpacePredicate
A predicate to test for null values. 
 | 
class  | 
RegexSpacePredicate  | 
class  | 
RelationPredicate  | 
class  | 
ScalarSpacePredicate
A common basic implementation for scalar comparison predicate implementations. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AllSpacePredicate
An implementation of a logical multiple AND condition: This predicate returns true if and only if
 all operands return true. 
 | 
class  | 
AndSpacePredicate
An implementation of a logical binary AND condition: This predicate returns true if and only if
 both left and right operands return true. 
 | 
class  | 
AnySpacePredicate
An implementation of a logical multiple OR condition: This predicate returns true if and only if
 any of the operands return true. 
 | 
class  | 
BinaryCompositeSpacePredicate
A common basic implementation for binary composite space predicate implementations. 
 | 
class  | 
CompositeSpacePredicate
A common basic implementation for composite space predicate implementations. 
 | 
class  | 
MultipleCompositeSpacePredicate  | 
class  | 
NotSpacePredicate
An implementation of a logical unary NOT condition: This predicate returns true if and only if
 the operand returns false. 
 | 
class  | 
OrSpacePredicate
An implementation of a logical binary OR condition: This predicate returns true if and only if
 either left or right operands return true. 
 | 
class  | 
UnaryCompositeSpacePredicate
A common basic implementation for unary composite space predicate implementations. 
 | 
class  | 
XorSpacePredicate
An implementation of a logical binary XOR condition: This predicate returns true if and only if
 left or right operands return true, but not both. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractSpaceValueGetter<T>
Common basic implementation for ISpaceValueGetter implementations. 
 | 
class  | 
SpaceEntryCollectionValuesExtractor
Extracts collection values for the provided collection index path. 
 | 
class  | 
SpaceEntryCompoundIndexGetter
A space value getter for getting a compound index value from a space entry. 
 | 
class  | 
SpaceEntryPathGetter
A space value getter for getting a path from a space entry. 
 | 
class  | 
SpaceEntryPropertyGetter
A space value getter for getting a space entry property value. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractEntryPacket  | 
class  | 
AbstractQueryPacket  | 
class  | 
EmptyQueryPacket  | 
class  | 
EntryPacket
This class represents a packet of information transmitted between a J-Space client and its
 J-Space server (and vice versa). 
 | 
class  | 
ExternalizableEntryPacket
the entry packet used to move  
Externalizable object from the proxy to the server. | 
class  | 
ExternalizableTemplatePacket
Implements  
ITemplatePacket for Externalizable classes. | 
class  | 
HybridEntryPacket  | 
class  | 
PbsEntryPacket  | 
class  | 
PbsTemplatePacket
PbsTemplatePacket defines the template object for Pbs layer. 
 | 
class  | 
TemplatePacket
This class represents a packet of information transmitted between a J-Space client and its
 J-Space server . 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractCompoundIndexSegment
 Encapsulates information about an index segment of a compound index. 
 | 
class  | 
AbstractSpaceIndex  | 
class  | 
CompoundIndex
definition of a compound index meta data 
 | 
class  | 
CustomIndex
Default implementation of the space custom index meta data 
 | 
class  | 
PathCompoundIndexSegment
 information about a path index segment of a compound index. 
 | 
class  | 
PropertyCompoundIndexSegment
 information about a property index segment of a compound index. 
 | 
class  | 
SpacePathIndex
This type is intended for internal usage and should not be used directly. 
 | 
class  | 
SpacePropertyIndex
This type is intended for internal usage and should not be used directly. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractIdsQueryPacket
A base template packet for IdsQueryPacket and IdsMultiRoutingQueryPacket The template packet
 contains an IDs array. 
 | 
class  | 
ExternalEntryPacket
Represents an ExternalEntry as an IEntryPacket 
 | 
class  | 
ExternalTemplatePacket
Created by IntelliJ IDEA. 
 | 
class  | 
IdQueryPacket
Used for querying the space by a class + id. 
 | 
class  | 
IdsMultiRoutingQueryPacket
A template packet used by readByIds operation. 
 | 
class  | 
IdsQueryPacket
A template packet used by readByIds operation. 
 | 
class  | 
LocalCacheResponseEntryPacket  | 
class  | 
UidQueryPacket
Used for querying the space by a uid / uids. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JoinedEntry
This class represents an entry that was constructed from a join between several tables. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
QueryTemplatePacket  | 
class  | 
SQLQueryTemplatePacket
A wrapper for the SQLQuery - gives it a facade of ITemplatePacket 
 | 
class  | 
UnionTemplatePacket
Represents query that is translated to several template packets The result is the union of all
 results 
 | 
Copyright © GigaSpaces.