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
    Modifier and Type
    Field
    Description
    static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    RelationalRpcContinuation(com.apple.foundationdb.relational.jdbc.grpc.v1.RpcContinuation proto)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
    boolean
     
    byte[]
     
    com.apple.foundationdb.relational.jdbc.grpc.v1.RpcContinuation
     
    com.apple.foundationdb.relational.api.Continuation.Reason
     
    int
     
    byte[]
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • 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 interface com.apple.foundationdb.relational.api.Continuation
    • getExecutionState

      @Nullable public byte[] getExecutionState()
      Specified by:
      getExecutionState in interface com.apple.foundationdb.relational.api.Continuation
    • getReason

      public com.apple.foundationdb.relational.api.Continuation.Reason getReason()
      Specified by:
      getReason in interface com.apple.foundationdb.relational.api.Continuation
    • atBeginning

      public boolean atBeginning()
      Specified by:
      atBeginning in interface com.apple.foundationdb.relational.api.Continuation
    • atEnd

      public boolean atEnd()
      Specified by:
      atEnd in interface com.apple.foundationdb.relational.api.Continuation
    • getProto

      @Nonnull public com.apple.foundationdb.relational.jdbc.grpc.v1.RpcContinuation getProto()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object