QueryCountMaster()QueryCountWorker.RdQueryCountWorker objects are worker objects at each site of
a distributed QueryCount model computation
QueryCountMaster() which goes hand-in-hand with this object
new()Create a new QueryCountWorker object.
QueryCountWorker$new(defn, data, stateful = FALSE)
defnthe computation definition
datathe local data
statefulthe statefulness flag, default FALSE
a new QueryCountWorker object
getStateful()Retrieve the value of the stateful field
QueryCountWorker$getStateful()
kosher()Check if inputs and state of object are sane. For future use
QueryCountWorker$kosher()
TRUE or FALSE
queryCount()Return the query count on the local data
QueryCountWorker$queryCount()
clone()The objects of this class are cloneable with this method.
QueryCountWorker$clone(deep = FALSE)
deepWhether to make a deep clone.