Package | Description |
---|---|
com.rackspace.jenkins_nodepool |
Modifier and Type | Method and Description |
---|---|
String |
ZooKeeperObject.asJSON()
Returns the associated data model as a JSON string
|
T |
ZooKeeperObject.load()
See load(Boolean)
|
T |
ZooKeeperObject.load(Boolean create)
Reads the data model from Zookeeper.
|
String |
ZooKeeperObject.save(T model)
Saves the specified model to Zookeeper
|
String |
ZooKeeperObject.save(T model,
org.apache.zookeeper.CreateMode mode)
Saves the specified model to Zookeeper using the given create mode attribute.
|
Constructor and Description |
---|
NodePoolNode(NodePool nodePool,
String id,
NodePoolJob npj)
Creates a new Zookeeper node for the node pool.
|
Copyright © 2016–2018. All rights reserved.