Class DumpHandlesRequest

  • All Implemented Interfaces:
    java.lang.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 Detail

      • serverNum

        public int serverNum
      • rcvrHashType

        public byte rcvrHashType
      • numServers

        public int numServers
      • startingPoint

        public byte[] startingPoint
      • startingPointType

        public int startingPointType
    • Constructor Detail

      • 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)