|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.scaleoutsoftware.soss.client.NamedCacheFilter
public class NamedCacheFilter
This class represents a filter used in NamedCache.query()
| Constructor Summary | |
|---|---|
NamedCacheFilter()
Creates a filter that matches all objects. |
|
NamedCacheFilter(IndexCollection ic)
Creates a filter for queries. |
|
NamedCacheFilter(IndexCollection ic,
boolean matchAll)
Creates a filter for queries. |
|
| Method Summary | |
|---|---|
IndexCollection |
getIndexCollection()
Gets the IndexCollection |
boolean |
getMatchOptions()
Gets matchAll boolean. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NamedCacheFilter(IndexCollection ic,
boolean matchAll)
ic - IndexCollection containing query criteria.matchAll - If matchAll is true returned objects must match every IndexValue. If matchAll is false,
objects can match any IndexValue.public NamedCacheFilter(IndexCollection ic)
ic - IndexCollection containing query criteria.public NamedCacheFilter()
| Method Detail |
|---|
public IndexCollection getIndexCollection()
IndexCollection
getIndexCollection in interface com.scaleoutsoftware.soss.client.da.QueryIndexCollection containing query criteria.public boolean getMatchOptions()
matchAll boolean.
getMatchOptions in interface com.scaleoutsoftware.soss.client.da.QuerymatchAll is true returned objects must match every IndexValue. If matchAll is false,
objects can match any IndexValue.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||