- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for requestType (0.29 sec)
-
src/main/java/jcifs/internal/smb2/rdma/RdmaWorkRequest.java
/** * Type of RDMA work request */ public enum RequestType { /** Send operation */ SEND, /** Receive operation */ RECEIVE, /** RDMA read operation */ READ, /** RDMA write operation */ WRITE } private final long requestId; private final RequestType type; private final RdmaMemoryRegion memoryRegion;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 3.2K bytes - Viewed (0)