- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getRemoteKey (1.84 sec)
-
src/main/java/jcifs/internal/smb2/rdma/RdmaChannelInfo.java
this.transform = transform; } /** * Get remote memory key * * @return remote memory key (token) */ public int getRemoteKey() { return transform.getToken(); } /** * Get remote memory address * * @return remote memory address (offset) */ public long getAddress() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 2.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/rdma/RdmaMemoryRegion.java
*/ public int getLocalKey() { return localKey; } /** * Get remote memory key * * @return remote key for RDMA operations */ public int getRemoteKey() { return remoteKey; } /** * Get memory address * * @return memory address */ public long getAddress() { return address; } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 4.3K bytes - Viewed (0)