abstract class LeaseSetOperation extends LoggedOperation
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
setID| Modifier | Constructor and Description |
|---|---|
protected |
LeaseSetOperation(Uuid setID)
Simple constructor
|
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract void |
apply(LeaseSet set)
Update the state of the passed
LeaseSet to reflect the
state of the server after this operation was performed. |
(package private) 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 LeaseSetOperation(Uuid setID)
setID - The Uuid for the set this operation is onvoid apply(Map setTable) throws StoreException
LoggedOperationMap of
LeaseSets to reflect the state of server after
this operation was performed.apply in class LoggedOperationStoreException - if there is a problem applying the updateabstract void apply(LeaseSet set) throws StoreException
LeaseSet to reflect the
state of the 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.