public abstract class SpaceQueryBuilder extends Object
Constructor and Description |
---|
SpaceQueryBuilder() |
Modifier and Type | Method and Description |
---|---|
static ISpaceQuery |
create(Class<?> entryClass,
ISpacePredicate... predicates)
Creates a space query using the specified class and predicates.
|
static ISpaceQuery |
create(Class<?> entryClass,
ISpacePredicate predicate)
Creates a space query using the specified class and predicate.
|
public static ISpaceQuery create(Class<?> entryClass, ISpacePredicate predicate)
entryClass
- Class to query.predicate
- Predicate for matching entries.public static ISpaceQuery create(Class<?> entryClass, ISpacePredicate... predicates)
entryClass
- Class to query.predicates
- Predicates to match.Copyright © GigaSpaces.