Class QueryOptionsRequest


  • public class QueryOptionsRequest
    extends Object
    Class which is used for serializing and de-serializing state store query options.
    • Constructor Detail

      • QueryOptionsRequest

        public QueryOptionsRequest​(Integer retries,
                                   Long retryBackoff,
                                   Long queryTimeout,
                                   Boolean remoteAccessAllowed,
                                   Long limit)
    • Method Detail

      • getRetries

        public Integer getRetries()
      • getRetryBackoff

        public Long getRetryBackoff()
      • getQueryTimeout

        public Long getQueryTimeout()
      • isRemoteAccessAllowed

        public Boolean isRemoteAccessAllowed()
      • limit

        public Long limit()