public final class UpdateOptions extends Object implements Serializable
Constructor and Description |
---|
UpdateOptions(UpdateLockingMode lockingMode)
Constructs an UpdateOptions structure with the desired locking mode.
|
Modifier and Type | Method and Description |
---|---|
UpdateLockingMode |
getLockingMode()
Gets the locking behavior for the update.
|
void |
setLockingMode(UpdateLockingMode _lockingMode)
Sets the locking behavior for the update.
|
public UpdateOptions(UpdateLockingMode lockingMode)
lockingMode
- Locking mode to be used during an update operation.public UpdateLockingMode getLockingMode()
public void setLockingMode(UpdateLockingMode _lockingMode)
_lockingMode
- Locking mode to be used during an update operation.Copyright (C) 2007-2014 ScaleOut Software, Inc.