Class CustomSpaceQuery<T>

java.lang.Object
com.gigaspaces.internal.query.AbstractSpaceQuery<T>
com.gigaspaces.internal.query.CustomSpaceQuery<T>
All Implemented Interfaces:
ICustomQuery, ISpaceQuery<T>, SmartExternalizable, Externalizable, Serializable

public class CustomSpaceQuery<T> extends AbstractSpaceQuery<T>
See Also:
  • Constructor Details

    • CustomSpaceQuery

      public CustomSpaceQuery()
    • CustomSpaceQuery

      public CustomSpaceQuery(String entryClassName, ISpacePredicate predicate)
    • CustomSpaceQuery

      public CustomSpaceQuery(Class<?> entryClass, ISpacePredicate predicate)
  • Method Details

    • matches

      public boolean matches(CacheManager cacheManager, ServerEntry entry, String skipAlreadyMatchedIndexPath)
      Description copied from interface: ICustomQuery
      Checks whether the specified entry matches this query.
      Returns:
      Returns true if the specified entry matches this query, false otherwise.
    • toSQLQuery

      public SQLQuery<T> toSQLQuery(ITypeDesc typeDesc)
      Parameters:
      typeDesc - TODO
      Returns:
      SQLQuery