Interface OpenLogReplicatorProtocol.RedoResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
OpenLogReplicatorProtocol.RedoResponse, OpenLogReplicatorProtocol.RedoResponse.Builder
Enclosing class:
OpenLogReplicatorProtocol

public static interface OpenLogReplicatorProtocol.RedoResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCodeValue

      int getCodeValue()
      .OpenLogReplicator.pb.ResponseCode code = 1;
      Returns:
      The enum numeric value on the wire for code.
    • getCode

      .OpenLogReplicator.pb.ResponseCode code = 1;
      Returns:
      The code.
    • hasScn

      boolean hasScn()
      uint64 scn = 2;
      Returns:
      Whether the scn field is set.
    • getScn

      long getScn()
      uint64 scn = 2;
      Returns:
      The scn.
    • hasScns

      boolean hasScns()
      string scns = 3;
      Returns:
      Whether the scns field is set.
    • getScns

      String getScns()
      string scns = 3;
      Returns:
      The scns.
    • getScnsBytes

      com.google.protobuf.ByteString getScnsBytes()
      string scns = 3;
      Returns:
      The bytes for scns.
    • hasTm

      boolean hasTm()
      uint64 tm = 4;
      Returns:
      Whether the tm field is set.
    • getTm

      long getTm()
      uint64 tm = 4;
      Returns:
      The tm.
    • hasTms

      boolean hasTms()
      string tms = 5;
      Returns:
      Whether the tms field is set.
    • getTms

      String getTms()
      string tms = 5;
      Returns:
      The tms.
    • getTmsBytes

      com.google.protobuf.ByteString getTmsBytes()
      string tms = 5;
      Returns:
      The bytes for tms.
    • hasXid

      boolean hasXid()
      string xid = 6;
      Returns:
      Whether the xid field is set.
    • getXid

      String getXid()
      string xid = 6;
      Returns:
      The xid.
    • getXidBytes

      com.google.protobuf.ByteString getXidBytes()
      string xid = 6;
      Returns:
      The bytes for xid.
    • hasXidn

      boolean hasXidn()
      uint64 xidn = 7;
      Returns:
      Whether the xidn field is set.
    • getXidn

      long getXidn()
      uint64 xidn = 7;
      Returns:
      The xidn.
    • getPayloadList

      repeated .OpenLogReplicator.pb.Payload payload = 8;
    • getPayload

      OpenLogReplicatorProtocol.Payload getPayload(int index)
      repeated .OpenLogReplicator.pb.Payload payload = 8;
    • getPayloadCount

      int getPayloadCount()
      repeated .OpenLogReplicator.pb.Payload payload = 8;
    • getPayloadOrBuilderList

      List<? extends OpenLogReplicatorProtocol.PayloadOrBuilder> getPayloadOrBuilderList()
      repeated .OpenLogReplicator.pb.Payload payload = 8;
    • getPayloadOrBuilder

      OpenLogReplicatorProtocol.PayloadOrBuilder getPayloadOrBuilder(int index)
      repeated .OpenLogReplicator.pb.Payload payload = 8;
    • getCScn

      long getCScn()
      uint64 c_scn = 10;
      Returns:
      The cScn.
    • getCIdx

      long getCIdx()
      uint64 c_idx = 11;
      Returns:
      The cIdx.
    • getScnValCase

    • getTmValCase

    • getXidValCase