Class RelationalRpcContinuation
java.lang.Object
com.apple.foundationdb.relational.jdbc.RelationalRpcContinuation
- All Implemented Interfaces:
com.apple.foundationdb.relational.api.Continuation
public class RelationalRpcContinuation
extends Object
implements com.apple.foundationdb.relational.api.Continuation
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.apple.foundationdb.relational.api.Continuation
com.apple.foundationdb.relational.api.Continuation.Reason
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRelationalRpcContinuation
(com.apple.foundationdb.relational.jdbc.grpc.v1.RpcContinuation proto) -
Method Summary
-
Field Details
-
CURRENT_VERSION
public static final int CURRENT_VERSION- See Also:
-
-
Constructor Details
-
RelationalRpcContinuation
public RelationalRpcContinuation(@Nonnull com.apple.foundationdb.relational.jdbc.grpc.v1.RpcContinuation proto)
-
-
Method Details
-
serialize
public byte[] serialize()- Specified by:
serialize
in interfacecom.apple.foundationdb.relational.api.Continuation
-
getExecutionState
@Nullable public byte[] getExecutionState()- Specified by:
getExecutionState
in interfacecom.apple.foundationdb.relational.api.Continuation
-
getReason
public com.apple.foundationdb.relational.api.Continuation.Reason getReason()- Specified by:
getReason
in interfacecom.apple.foundationdb.relational.api.Continuation
-
atBeginning
public boolean atBeginning()- Specified by:
atBeginning
in interfacecom.apple.foundationdb.relational.api.Continuation
-
atEnd
public boolean atEnd()- Specified by:
atEnd
in interfacecom.apple.foundationdb.relational.api.Continuation
-
getProto
@Nonnull public com.apple.foundationdb.relational.jdbc.grpc.v1.RpcContinuation getProto() -
equals
-
hashCode
public int hashCode()
-