Interface StateRequestHandlers.BagUserStateHandlerFactory<K,V,W extends BoundedWindow>  
- All Known Implementing Classes:
 InMemoryBagUserStateFactory
- Enclosing class:
 StateRequestHandlers
@ThreadSafe
public static interface StateRequestHandlers.BagUserStateHandlerFactory<K,V,W extends BoundedWindow>  
A factory which constructs 
StateRequestHandlers.BagUserStateHandlers.
 Note that this factory should be thread safe.
- 
Method Summary
Modifier and TypeMethodDescriptionforUserState(String pTransformId, String userStateId, Coder<K> keyCoder, Coder<V> valueCoder, Coder<W> windowCoder) static <K,V, W extends BoundedWindow> 
StateRequestHandlers.BagUserStateHandlerFactory<K, V, W> Throws aUnsupportedOperationExceptionon the first access. 
- 
Method Details
- 
forUserState
 - 
unsupported
static <K,V, StateRequestHandlers.BagUserStateHandlerFactory<K,W extends BoundedWindow> V, unsupported()W> Throws aUnsupportedOperationExceptionon the first access. 
 -