- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getRemoteKey (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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() {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 2.8K bytes - Click Count (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; } /**Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 4.3K bytes - Click Count (0) -
docs/smb3-features/05-rdma-smb-direct-design.md
if (!valid) throw new IllegalStateException("Memory region invalidated"); return buffer; } public int getLocalKey() { return localKey; } public int getRemoteKey() { return remoteKey; } public long getAddress() { return address; } public int getSize() { return buffer.remaining(); } public boolean hasAccess(RdmaAccess access) {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 35.9K bytes - Click Count (0)