public interface StateHandle<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
discardState()
Discards the state referred to by this handle, to free up resources in
the persistent storage.
|
T |
getState()
This retrieves and return the state represented by the handle.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.