Class DumpHandlesRequest

All Implemented Interfaces:
Cloneable

public class DumpHandlesRequest extends AbstractRequest
Request used to retrieve all handles from a server. This request is used for server<->server (or replicator<->server) communication.
  • Field Details

    • HANDLE_REPLICATION_DB

      public static final int HANDLE_REPLICATION_DB
      See Also:
    • NA_REPLICATION_DB

      public static final int NA_REPLICATION_DB
      See Also:
    • HANDLE

      public static final int HANDLE
      See Also:
    • NA

      public static final int NA
      See Also:
    • serverNum

      public int serverNum
    • rcvrHashType

      public byte rcvrHashType
    • numServers

      public int numServers
    • startingPoint

      public byte[] startingPoint
    • startingPointType

      public int startingPointType
  • Constructor Details

    • DumpHandlesRequest

      public DumpHandlesRequest(byte rcvrHashType, int numServers, int serverNum, AuthenticationInfo authInfo)
    • DumpHandlesRequest

      public DumpHandlesRequest(byte rcvrHashType, int numServers, int serverNum, AuthenticationInfo authInfo, byte[] startingPoint, int startingPointType)