public interface StreamStateHandle extends StateHandle<InputStream>
| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable> |
toSerializableHandle()
Converts this stream state handle into a state handle that de-serializes
the stream into an object using Java's serialization mechanism.
|
getStatediscardState, getStateSize<T extends Serializable> StateHandle<T> toSerializableHandle()
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.