public class CopyRoot extends java.lang.Object implements EnvCleanup
Constructor and Description |
---|
CopyRoot(UnserializeCacheEntry entry) |
Modifier and Type | Method and Description |
---|---|
void |
allocate(Env env) |
void |
cleanup() |
Value |
getCopy(Value value) |
Value |
getRoot()
Returns the root
|
boolean |
isModified()
True if it's modified
|
void |
putCopy(Value value,
Value copy) |
void |
setModified()
Indicate that the contents are modified
|
void |
setRoot(Value root) |
public CopyRoot(UnserializeCacheEntry entry)
public void setModified()
public boolean isModified()
public Value getRoot()
public void setRoot(Value root)
public void allocate(Env env)
public void cleanup() throws java.lang.Exception
cleanup
in interface EnvCleanup
java.lang.Exception