The values are copied. So subsequent changes in values are not reflected in the matrix, and vice-versa. @param values the values to be filled into the cells. @return this (for convenience only). @throws IllegalArgumentException if values.length != size().
The values are copied. So subsequent changes in values are not reflected in the matrix, and vice-versa. @param values the values to be filled into the cells. @return this (for convenience only). @throws IllegalArgumentException if values.length != rows() || for any 0 <= row < rows(): values[row].length != columns().
Vector3
to the specified x, y and coordinates.
@param x the x coordinate
@param y the y coordinate
@param z the z coordinate
@return return this
If a RegionPlan is available with a valid destination then it will be used to determine what server region is assigned to. If no RegionPlan is available, region will be assigned to a random available server.
Updates the RegionState and sends the OPEN RPC.
This will only succeed if the region is in transition and in a CLOSED or OFFLINE state or not in transition (in-memory not zk), and of course, the chosen server is up and running (It may have just crashed!). If the in-memory checks pass, the zk node is forced to OFFLINE before assigning. @param region server to be assigned @param setOfflineInZK whether ZK node should be created/transitioned to anOFFLINE state before assigning the region
The values are copied. So subsequent changes in values are not reflected in the matrix, and vice-versa. @param values the values to be filled into the cells. @return this (for convenience only). @throws IllegalArgumentException if values.length != size().
The values are copied. So subsequent changes in values are not reflected in the matrix, and vice-versa. @param values the values to be filled into the cells. @return this (for convenience only). @throws IllegalArgumentException if values.length != rows() || for any 0 <= row < rows():values[row].length != columns().
The values are copied. So subsequent changes in values are not reflected in the matrix, and vice-versa. @param values the values to be filled into the cells. @return this (for convenience only). @throws IllegalArgumentException if values.length != size().
The values are copied. So subsequent changes in values are not reflected in the matrix, and vice-versa. @param values the values to be filled into the cells. @return this (for convenience only). @throws IllegalArgumentException if values.length != rows() || for any 0 <= row < rows():values[row].length != columns().
The swimlaneActorId is the user that is responsible for the given task or swimlane. The pooledActors represents a pool of actors to which the task or swimlane is offered. Any actors from the pool can then take a TaskInstance by calling {@link org.jbpm.taskmgmt.exe.TaskInstance#setActorId(String)}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|