abstract class LoggedOperation extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
protected Uuid |
setID
The
Uuid of the set this operation was on |
| Modifier | Constructor and Description |
|---|---|
protected |
LoggedOperation(Uuid setID)
Simple constructor
|
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract void |
apply(Map setTable)
Update state of the passed
Map of
LeaseSets to reflect the state of server after
this operation was performed. |
private static final long serialVersionUID
protected Uuid setID
Uuid of the set this operation was onprotected LoggedOperation(Uuid setID)
setID - The Uuid for the set this operation is onabstract void apply(Map setTable) throws StoreException
Map of
LeaseSets to reflect the state of server after
this operation was performed.StoreException - if there is a problem applying the updateCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.