All Downloads are FREE. Search and download functionalities are using the official Maven repository.

example.scenario.js.system.pipeline_with_delay_test.js Maven / Gradle / Ivy

There is a newer version: 4.3.10
Show newest version
PipelineLoad
	.append({
	"item" : {
		"output" : {
		"delay" : "20s"
		}
	},
	"storage" : {
		"net" : {
		"node" : {
			"addrs" : ZONE1_ADDRS
		}
		}
	}
	})
	.append({
	"load" : {
		"op" : {
		"type" : "read"
		}
	},
	"storage" : {
		"net" : {
		"node" : {
			"addrs" : ZONE2_ADDRS
		}
		}
	}
	})
	.run();




© 2015 - 2025 Weber Informatics LLC | Privacy Policy