Jobs to perform in this batch

The batch service expects an array of job descriptions as input, each job description describing an action to be performed via the normal server API.

Property definitions

neo4j $ NeoBatch :: jobs
	# Jobs to perform in this batch
	#
	# The batch service expects an array of job descriptions as input,
	# each job description describing an action to be performed via the normal server API.
	var jobs = new HashMap[Int, NeoJob]
lib/neo4j/neo4j.nit:791,2--795,36