Class ContinousQueryConfig
java.lang.Object
com.gigaspaces.internal.query.continous.ContinousQueryConfig
- Since:
- 8.0.3
- Author:
- Niv Ingberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongintbooleansetLeaseDuration(long leaseDuration) setNotifyActionType(NotifyActionType notifyActionType) setReadModifiers(int readModifiers) setReturnOnlyUid(boolean returnOnlyUid)
-
Constructor Details
-
ContinousQueryConfig
public ContinousQueryConfig()
-
-
Method Details
-
getLeaseDuration
public long getLeaseDuration() -
setLeaseDuration
-
getNotifyActionType
-
setNotifyActionType
-
isReturnOnlyUid
public boolean isReturnOnlyUid() -
setReturnOnlyUid
-
getReadModifiers
public int getReadModifiers() -
setReadModifiers
-