@Operator public final class ReaderRestoreState extends PrimitiveOp
Not all Readers support being restored, so this can produce an Unimplemented error.
operation| Modifier and Type | Method and Description |
|---|---|
static ReaderRestoreState |
create(Scope scope,
Operand<?> readerHandle,
Operand<String> state)
Factory method to create a class to wrap a new ReaderRestoreState operation to the graph.
|
equals, hashCode, toStringpublic static ReaderRestoreState create(Scope scope, Operand<?> readerHandle, Operand<String> state)
scope - current graph scopereaderHandle - Handle to a Reader.state - Result of a ReaderSerializeState of a Reader with type
matching reader_handle.Copyright © 2015–2019. All rights reserved.