public class LocalStateHandle extends Object implements StateHandle
| Constructor and Description |
|---|
LocalStateHandle(Map<String,OperatorState<?>> state) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,OperatorState<?>> |
getState(ClassLoader usercodeClassloader)
getState should retrieve and return the state managed the handle.
|
public LocalStateHandle(Map<String,OperatorState<?>> state) throws IOException
IOExceptionpublic Map<String,OperatorState<?>> getState(ClassLoader usercodeClassloader)
StateHandlegetState in interface StateHandleCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.