类 QueryOptions

    • 构造器详细资料

      • QueryOptions

        public QueryOptions()
    • 方法详细资料

      • setSkip

        public QueryOptions setSkip​(java.lang.Integer skip)
      • setLimit

        public QueryOptions setLimit​(java.lang.Integer limit)
      • setProjection

        public QueryOptions setProjection​(com.fasterxml.jackson.databind.JsonNode projection)
      • setSort

        public QueryOptions setSort​(java.util.List<org.elastos.hive.vault.database.SortItem> sort)
      • setSort

        public QueryOptions setSort​(org.elastos.hive.vault.database.SortItem sort)
      • setAllowPartialResults

        public QueryOptions setAllowPartialResults​(java.lang.Boolean allowPartialResults)
      • setReturnKey

        public QueryOptions setReturnKey​(java.lang.Boolean returnKey)
      • setShowRecordId

        public QueryOptions setShowRecordId​(java.lang.Boolean showRecordId)
      • setBatchSize

        public QueryOptions setBatchSize​(java.lang.Integer batchSize)
      • getSkip

        public java.lang.Integer getSkip()
      • getLimit

        public java.lang.Integer getLimit()
      • getProjection

        public com.fasterxml.jackson.databind.JsonNode getProjection()
      • getSort

        public java.util.List<org.elastos.hive.vault.database.SortItem> getSort()
      • getAllowPartialResults

        public java.lang.Boolean getAllowPartialResults()
      • getReturnKey

        public java.lang.Boolean getReturnKey()
      • getShowRecordId

        public java.lang.Boolean getShowRecordId()
      • getBatchSize

        public java.lang.Integer getBatchSize()