Class ContinousQueryConfig

java.lang.Object
com.gigaspaces.internal.query.continous.ContinousQueryConfig

public class ContinousQueryConfig extends Object
Since:
8.0.3
Author:
Niv Ingberg
  • Constructor Details

    • ContinousQueryConfig

      public ContinousQueryConfig()
  • Method Details

    • getLeaseDuration

      public long getLeaseDuration()
    • setLeaseDuration

      public ContinousQueryConfig setLeaseDuration(long leaseDuration)
    • getNotifyActionType

      public NotifyActionType getNotifyActionType()
    • setNotifyActionType

      public ContinousQueryConfig setNotifyActionType(NotifyActionType notifyActionType)
    • isReturnOnlyUid

      public boolean isReturnOnlyUid()
    • setReturnOnlyUid

      public ContinousQueryConfig setReturnOnlyUid(boolean returnOnlyUid)
    • getReadModifiers

      public int getReadModifiers()
    • setReadModifiers

      public ContinousQueryConfig setReadModifiers(int readModifiers)