QueryCountMaster()
QueryCountWorker.Rd
QueryCountWorker
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)
defn
the computation definition
data
the local data
stateful
the 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)
deep
Whether to make a deep clone.