Interface OpenLogReplicatorProtocol.RedoRequestOrBuilder

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

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

    • getCodeValue

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

      .OpenLogReplicator.pb.RequestCode code = 1;
      Returns:
      The code.
    • getDatabaseName

      String getDatabaseName()
      string database_name = 2;
      Returns:
      The databaseName.
    • getDatabaseNameBytes

      com.google.protobuf.ByteString getDatabaseNameBytes()
      string database_name = 2;
      Returns:
      The bytes for databaseName.
    • hasScn

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

      long getScn()
      uint64 scn = 3;
      Returns:
      The scn.
    • hasTms

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

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

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

      boolean hasTmRel()
      int64 tm_rel = 5;
      Returns:
      Whether the tmRel field is set.
    • getTmRel

      long getTmRel()
      int64 tm_rel = 5;
      Returns:
      The tmRel.
    • hasSeq

      boolean hasSeq()
      optional uint64 seq = 6;
      Returns:
      Whether the seq field is set.
    • getSeq

      long getSeq()
      optional uint64 seq = 6;
      Returns:
      The seq.
    • getSchemaList

      repeated .OpenLogReplicator.pb.SchemaRequest schema = 7;
    • getSchema

      repeated .OpenLogReplicator.pb.SchemaRequest schema = 7;
    • getSchemaCount

      int getSchemaCount()
      repeated .OpenLogReplicator.pb.SchemaRequest schema = 7;
    • getSchemaOrBuilderList

      List<? extends OpenLogReplicatorProtocol.SchemaRequestOrBuilder> getSchemaOrBuilderList()
      repeated .OpenLogReplicator.pb.SchemaRequest schema = 7;
    • getSchemaOrBuilder

      OpenLogReplicatorProtocol.SchemaRequestOrBuilder getSchemaOrBuilder(int index)
      repeated .OpenLogReplicator.pb.SchemaRequest schema = 7;
    • hasCScn

      boolean hasCScn()
      optional uint64 c_scn = 8;
      Returns:
      Whether the cScn field is set.
    • getCScn

      long getCScn()
      optional uint64 c_scn = 8;
      Returns:
      The cScn.
    • hasCIdx

      boolean hasCIdx()
      optional uint64 c_idx = 9;
      Returns:
      Whether the cIdx field is set.
    • getCIdx

      long getCIdx()
      optional uint64 c_idx = 9;
      Returns:
      The cIdx.
    • getTmValCase