Class RetrieveTxnRequest

All Implemented Interfaces:
Cloneable

public class RetrieveTxnRequest extends AbstractRequest
Request used to retrieve any new transactions from a server. This request is used for server<->server (or replicator<->server) communication.
  • Field Details

    • lastTxnId

      public long lastTxnId
    • lastQueryDate

      public long lastQueryDate
    • replicationStateInfo

      public ReplicationStateInfo replicationStateInfo
    • serverNum

      public int serverNum
    • rcvrHashType

      public byte rcvrHashType
    • numServers

      public int numServers
  • Constructor Details

    • RetrieveTxnRequest

      public RetrieveTxnRequest(long lastTxnId, long lastQueryDate, byte rcvrHashType, int numServers, int serverNum, AuthenticationInfo authInfo)
    • RetrieveTxnRequest

      public RetrieveTxnRequest(ReplicationStateInfo replicationStateInfo, byte rcvrHashType, int numServers, int serverNum, AuthenticationInfo authInfo)
  • Method Details