Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getLocalKey (0.05 sec)

  1. src/main/java/jcifs/internal/smb2/rdma/RdmaMemoryRegion.java

            }
            return buffer;
        }
    
        /**
         * Get local memory key
         *
         * @return local key for RDMA operations
         */
        public int getLocalKey() {
            return localKey;
        }
    
        /**
         * Get remote memory key
         *
         * @return remote key for RDMA operations
         */
        public int getRemoteKey() {
            return remoteKey;
        }
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 24 00:12:28 UTC 2025
    - 4.3K bytes
    - Viewed (0)
Back to top